summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-05-28 13:14:05 -0300
committerGitHub <noreply@github.com>2025-05-28 13:14:05 -0300
commit2b07623c5d1cc49ab9f6dd62011e2cd1a0f2faf2 (patch)
tree3f13953cfae8a44a96b145f9e69f96eb467da2b5
parent2f83b211beff98d84632b186691ca1ffda34fa6c (diff)
parent803b07843b207fdc34a71dee8419ea0d09c94eae (diff)
downloadmeta-freescale-2b07623c5d1cc49ab9f6dd62011e2cd1a0f2faf2.tar.gz
Merge pull request #2297 from tq-steina/tinycompress
tinycompress: Upgrade to v1.2.5
-rw-r--r--recipes-multimedia/tinycompress/tinycompress_1.1.6.bb16
-rw-r--r--recipes-multimedia/tinycompress/tinycompress_1.2.5.bb16
2 files changed, 16 insertions, 16 deletions
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 803c38df..00000000
--- a/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "A library to handle compressed formats like MP3 etc."
2LICENSE = "LGPL-2.1-only | BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
4DEPENDS = "alsa-lib"
5
6SRC_URI = "git://git.alsa-project.org/tinycompress.git;protocol=git;branch=master \
7 file://0001-tinycompress-Add-id3-decoding.patch \
8 file://0002-cplay-Support-wave-file.patch \
9 file://0003-cplay-Add-pause-feature.patch \
10 file://0004-tinycompress-pass-NULL-buffer-with-0-size-to-driver.patch \
11 file://0005-cplay-Support-aac-streams.patch \
12"
13SRCREV = "995f2ed91045dad8c20485ab1a64727d22cd92e5"
14S = "${WORKDIR}/git"
15
16inherit 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 00000000..ece012b8
--- /dev/null
+++ b/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb
@@ -0,0 +1,16 @@
1SUMMARY = "tinycompress library for compress audio offload in alsa"
2DESCRIPTION = "A library to handle compressed formats like MP3 etc"
3LICENSE = "BSD-3-Clause"
4
5inherit autotools pkgconfig
6LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
7
8DEPENDS:append = " alsa-lib"
9
10PV .= "+git${SRCPV}"
11
12SRC_URI = "git://github.com/alsa-project/tinycompress.git;protocol=https;branch=master \
13"
14SRCREV = "f3ba6e5c2126f2fb07e3d890f990d50c3e204e67"
15
16S = "${WORKDIR}/git"