From 625a2be8a8fff0ff8705bf35a858f832e5a27660 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Wed, 4 Feb 2026 22:54:14 +1300 Subject: libde265: upgrade 1.0.15 -> 1.0.16 Also included tag in the SRC_URI. This release fixes some rare decoding errors and some build issues. Changelog: https://github.com/strukturag/libde265/compare/v1.0.15...v1.0.16 Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../recipes-multimedia/libde265/libde265_1.0.15.bb | 23 ---------------------- .../recipes-multimedia/libde265/libde265_1.0.16.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb create mode 100644 meta-multimedia/recipes-multimedia/libde265/libde265_1.0.16.bb (limited to 'meta-multimedia') diff --git a/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb b/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb deleted file mode 100644 index 5236ce284a..0000000000 --- a/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb +++ /dev/null @@ -1,23 +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 = "17bb8d9fcea62db8cdeb0fc7ef8d15dbd19a22e4" - - -inherit cmake pkgconfig - -EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" - -PACKAGECONFIG ?= "" -PACKAGECONFIG[libsdl] = "-DENABLE_SDL=ON,-DENABLE_SDL=OFF,virtual/libsdl2" - -FILES:${PN} += "${libdir}/libde265.so" -FILES:${PN}-dev = "${includedir} ${libdir}/cmake ${libdir}/pkgconfig" diff --git a/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.16.bb b/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.16.bb new file mode 100644 index 0000000000..40910633e8 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.16.bb @@ -0,0 +1,23 @@ +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;tag=v${PV}" +SRCREV = "7ba65889d3d6d8a0d99b5360b028243ba843be3a" + + +inherit cmake pkgconfig + +EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" + +PACKAGECONFIG ?= "" +PACKAGECONFIG[libsdl] = "-DENABLE_SDL=ON,-DENABLE_SDL=OFF,virtual/libsdl2" + +FILES:${PN} += "${libdir}/libde265.so" +FILES:${PN}-dev = "${includedir} ${libdir}/cmake ${libdir}/pkgconfig" -- cgit v1.2.3-54-g00ecf