From 803b07843b207fdc34a71dee8419ea0d09c94eae Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Wed, 28 May 2025 08:41:24 +0200 Subject: tinycompress: Upgrade to v1.2.5 This update the recipe from meta-imx, commit 1d374aff75 ("tinycompress: Upgrate tinycompress version to v1.2.5 [YOCIMX-6591]"). This also fixes the SRC_URI URL using https:// instead of git:// which is necessary in some environments. Signed-off-by: Alexander Stein --- recipes-multimedia/tinycompress/tinycompress_1.1.6.bb | 16 ---------------- recipes-multimedia/tinycompress/tinycompress_1.2.5.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes-multimedia/tinycompress/tinycompress_1.1.6.bb create mode 100644 recipes-multimedia/tinycompress/tinycompress_1.2.5.bb diff --git a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb b/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb deleted file mode 100644 index 803c38dfb..000000000 --- a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "A library to handle compressed formats like MP3 etc." -LICENSE = "LGPL-2.1-only | BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" -DEPENDS = "alsa-lib" - -SRC_URI = "git://git.alsa-project.org/tinycompress.git;protocol=git;branch=master \ - file://0001-tinycompress-Add-id3-decoding.patch \ - file://0002-cplay-Support-wave-file.patch \ - file://0003-cplay-Add-pause-feature.patch \ - file://0004-tinycompress-pass-NULL-buffer-with-0-size-to-driver.patch \ - file://0005-cplay-Support-aac-streams.patch \ -" -SRCREV = "995f2ed91045dad8c20485ab1a64727d22cd92e5" -S = "${WORKDIR}/git" - -inherit autotools pkgconfig diff --git a/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb b/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb new file mode 100644 index 000000000..ece012b8b --- /dev/null +++ b/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb @@ -0,0 +1,16 @@ +SUMMARY = "tinycompress library for compress audio offload in alsa" +DESCRIPTION = "A library to handle compressed formats like MP3 etc" +LICENSE = "BSD-3-Clause" + +inherit autotools pkgconfig +LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" + +DEPENDS:append = " alsa-lib" + +PV .= "+git${SRCPV}" + +SRC_URI = "git://github.com/alsa-project/tinycompress.git;protocol=https;branch=master \ +" +SRCREV = "f3ba6e5c2126f2fb07e3d890f990d50c3e204e67" + +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf