diff options
Diffstat (limited to 'recipes-multimedia/tinycompress/tinycompress_1.2.5.bb')
| -rw-r--r-- | recipes-multimedia/tinycompress/tinycompress_1.2.5.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb b/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb index 48edf0769..5187c6127 100644 --- a/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb +++ b/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | DESCRIPTION = "A library to handle compressed formats like MP3 etc." | 1 | SUMMARY = "ALSA compress-offload API library" |
| 2 | DESCRIPTION = "A userspace library implementing the ALSA compress-offload API, \ | ||
| 3 | used to stream hardware-compressed audio formats such as MP3 to \ | ||
| 4 | the DSP without decoding them on the CPU." | ||
| 5 | HOMEPAGE = "https://github.com/alsa-project/tinycompress" | ||
| 6 | SECTION = "multimedia" | ||
| 2 | LICENSE = "LGPL-2.1-only | BSD-3-Clause" | 7 | LICENSE = "LGPL-2.1-only | BSD-3-Clause" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" |
| 4 | DEPENDS = "alsa-lib" | 9 | DEPENDS = "alsa-lib" |
| @@ -12,5 +17,3 @@ SRC_URI = "git://github.com/alsa-project/tinycompress.git;protocol=https;branch= | |||
| 12 | SRCREV = "f3ba6e5c2126f2fb07e3d890f990d50c3e204e67" | 17 | SRCREV = "f3ba6e5c2126f2fb07e3d890f990d50c3e204e67" |
| 13 | 18 | ||
| 14 | EXTRA_OECONF:append = " --enable-pcm" | 19 | EXTRA_OECONF:append = " --enable-pcm" |
| 15 | |||
| 16 | inherit autotools pkgconfig | ||
