diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-05-28 13:14:05 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 13:14:05 -0300 |
commit | 2b07623c5d1cc49ab9f6dd62011e2cd1a0f2faf2 (patch) | |
tree | 3f13953cfae8a44a96b145f9e69f96eb467da2b5 | |
parent | 2f83b211beff98d84632b186691ca1ffda34fa6c (diff) | |
parent | 803b07843b207fdc34a71dee8419ea0d09c94eae (diff) | |
download | meta-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.bb | 16 | ||||
-rw-r--r-- | recipes-multimedia/tinycompress/tinycompress_1.2.5.bb | 16 |
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 @@ | |||
1 | DESCRIPTION = "A library to handle compressed formats like MP3 etc." | ||
2 | LICENSE = "LGPL-2.1-only | BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" | ||
4 | DEPENDS = "alsa-lib" | ||
5 | |||
6 | SRC_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 | " | ||
13 | SRCREV = "995f2ed91045dad8c20485ab1a64727d22cd92e5" | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | 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 00000000..ece012b8 --- /dev/null +++ b/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "tinycompress library for compress audio offload in alsa" | ||
2 | DESCRIPTION = "A library to handle compressed formats like MP3 etc" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | |||
5 | inherit autotools pkgconfig | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" | ||
7 | |||
8 | DEPENDS:append = " alsa-lib" | ||
9 | |||
10 | PV .= "+git${SRCPV}" | ||
11 | |||
12 | SRC_URI = "git://github.com/alsa-project/tinycompress.git;protocol=https;branch=master \ | ||
13 | " | ||
14 | SRCREV = "f3ba6e5c2126f2fb07e3d890f990d50c3e204e67" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||