158edd5aa9
A couple of bug fixes, including the following CVEs: - CVE-2023-49465 - CVE-2023-49467 - CVE-2023-49468 https://github.com/strukturag/libde265/releases/tag/v1.0.15 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
451 B
Makefile
15 lines
451 B
Makefile
################################################################################
|
|
#
|
|
# libde265
|
|
#
|
|
################################################################################
|
|
|
|
LIBDE265_VERSION = 1.0.15
|
|
LIBDE265_SITE = https://github.com/strukturag/libde265/releases/download/v$(LIBDE265_VERSION)
|
|
LIBDE265_LICENSE = LGPL-3.0+
|
|
LIBDE265_LICENSE_FILES = COPYING
|
|
LIBDE265_CPE_ID_VENDOR = struktur
|
|
LIBDE265_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|