24 lines
746 B
Text
24 lines
746 B
Text
# Template file for 'liba52'
|
|
pkgname=liba52
|
|
version=0.7.4
|
|
revision=2
|
|
wrksrc="a52dec-${version}"
|
|
distfiles="http://liba52.sourceforge.net/files/a52dec-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-shared"
|
|
short_desc="Free ATSC A/52 stream decoder"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33
|
|
long_desc="
|
|
liba52 is a free library for decoding ATSC A/52 streams. It is released
|
|
under the terms of the GPL license. The A/52 standard is used in a variety
|
|
of applications, including digital television and DVD. It is also known
|
|
as AC-3."
|
|
|
|
subpackages="$pkgname-devel a52dec"
|
|
Add_dependency build automake
|
|
|
|
pre_configure()
|
|
{
|
|
cd ${wrksrc} && ./bootstrap
|
|
}
|