From f93d4276833d64812b02aec36fb4ada2384c8e2b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 10 Jan 2025 22:29:17 +0100 Subject: libde265: update 1.0.12 -> 1.0.15 - dont use autotools-brokensep - add PACKAGECONFIG for dec265 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-multimedia/libde265/libde265_1.0.12.bb | 21 ------------------- .../recipes-multimedia/libde265/libde265_1.0.15.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 21 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/libde265/libde265_1.0.12.bb create mode 100644 meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb diff --git a/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.12.bb b/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.12.bb deleted file mode 100644 index 3c9f899491..0000000000 --- a/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.12.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "libde265 is an open source implementation of the h.265 \ -video codec. It is written from scratch and has a plain C API to enable a \ -simple integration into other software." -HOMEPAGE = "http://www.libde265.org/" -SECTION = "libs/multimedia" - -LICENSE = "LGPL-3.0-only & MIT" -LICENSE_FLAGS = "commercial" -LIC_FILES_CHKSUM = "file://COPYING;md5=695b556799abb2435c97a113cdca512f" - -SRC_URI = "git://github.com/strukturag/libde265.git;branch=master;protocol=https" -SRCREV = "a267c84707ab264928fa9b86de2ee749c48c318c" - -S = "${WORKDIR}/git" - -EXTRA_OECONF = "--disable-sherlock265 --disable-dec265" - -inherit autotools-brokensep pkgconfig - -PACKAGES =+ "${PN}-tools" -FILES:${PN}-tools = "${bindir}/*" diff --git a/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb b/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb new file mode 100644 index 0000000000..818654bdb0 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "libde265 is an open source implementation of the h.265 \ +video codec. It is written from scratch and has a plain C API to enable a \ +simple integration into other software." +HOMEPAGE = "http://www.libde265.org/" +SECTION = "libs/multimedia" + +LICENSE = "LGPL-3.0-only & MIT" +LICENSE_FLAGS = "commercial" +LIC_FILES_CHKSUM = "file://COPYING;md5=695b556799abb2435c97a113cdca512f" + +SRC_URI = "git://github.com/strukturag/libde265.git;branch=master;protocol=https" +SRCREV = "17bb8d9fcea62db8cdeb0fc7ef8d15dbd19a22e4" + +S = "${WORKDIR}/git" + +EXTRA_OECONF = "--disable-sherlock265" + +inherit autotools pkgconfig + +PACKAGECONFIG ?= "dec265" +PACKAGECONFIG[dec265] = "--enable-dec265,--disable-dec265,libsdl2" + +PACKAGES =+ "${PN}-tools" +FILES:${PN}-tools = "${bindir}/*" -- cgit v1.2.3-54-g00ecf