mirror of
https://git.yoctoproject.org/poky
synced 2026-03-09 16:59:40 +01:00
An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers. Two recipes in meta-selftest were not converted as they're that way specifically for testing. A change in linux-firmware was also skipped and may need a more manual tweak. (From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
30 lines
1001 B
BlitzBasic
30 lines
1001 B
BlitzBasic
SUMMARY = "ATSC A/52 surround sound stream decoder"
|
|
DESCRIPTION = "Library for decoding ATSC A/52 streams. The A/52 standard \
|
|
is used in a variety of applications, including digital television \
|
|
and DVD. It is also known as AC-3."
|
|
HOMEPAGE = "http://liba52.sourceforge.net/"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
|
file://include/a52.h;beginline=1;endline=12;md5=81152ceb3562bf20a60d1b6018175dd1"
|
|
SECTION = "libs"
|
|
PR = "r4"
|
|
|
|
inherit autotools
|
|
|
|
SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \
|
|
file://buildcleanup.patch"
|
|
|
|
SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80"
|
|
SRC_URI[sha256sum] = "a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33"
|
|
|
|
UPSTREAM_CHECK_URI = "http://liba52.sourceforge.net/downloads.html"
|
|
|
|
S = "${WORKDIR}/a52dec-${PV}"
|
|
|
|
EXTRA_OECONF = " --enable-shared "
|
|
|
|
PACKAGES =+ "a52dec a52dec-doc"
|
|
|
|
FILES:a52dec = " ${bindir}/* "
|
|
FILES:a52dec-doc = " ${mandir}/man1/* "
|