summaryrefslogtreecommitdiff
path: root/recipes-multimedia/tinycompress/tinycompress_1.1.6.bb
blob: 2e63c70f6c94613c12fb9ec376c1a57ede0c9df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "tinycompress library for compress audio offload in alsa"
DESCRIPTION = "A library to handle compressed formats like MP3 etc"
LICENSE = "BSD-3-Clause | LGPLv2.1"

inherit autotools pkgconfig
LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"

SRC_URI = "git://github.com/alsa-project/tinycompress.git;protocol=https;branch=master \
           file://0001-tinycompress-Add-id3-decoding.patch \
"
SRCREV = "995f2ed91045dad8c20485ab1a64727d22cd92e5"

S = "${WORKDIR}/git"