Files
haikuports/media-libs/libdca/libdca-0.0.5.recipe
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00

67 lines
1.4 KiB
Plaintext

SUMMARY="a free DTS Coherent Acoustics decoder"
DESCRIPTION="libdca is a free library for decoding DTS Coherent Acoustics \
streams. The code is written by Gildas Bazin and was based on the a52dec \
project. It is released under the terms of the GPL license.
The DTS Coherent Acoustics standard (ETSI 102 114 v1.2.1), as published by the \
ETSI, is available here (look for DTS Coherent Acoustics).
"
HOMEPAGE="http://www.videolan.org/developers/libdca.html"
SRC_URI="http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2"
CHECKSUM_SHA256="dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642"
REVISION="1"
ARCHITECTURES="x86_gcc2"
PROVIDES="
libdca = $portVersion
cmd:dcadec
cmd:dtsdec
cmd:extract_dca
cmd:extract_dts
lib:libdca = 0.0.0 compat = 0
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
haiku_devel
cmd:autoconf
cmd:gcc
cmd:libtoolize
cmd:make
"
PROVIDES_devel="
libdca_devel = $portVersion
devel:libdca
devel:libdts
"
REQUIRES_devel="
libdca == $portVersion base
"
BUILD()
{
./bootstrap
runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
prepareInstalledDevelLibs libdca libdts
fixPkgconfig
packageEntries devel $developDir
}
LICENSE="GNU GPL v2"
COPYRIGHT="2004 Gildas Bazin <gbazin@videolan.org>
2000-2003 Michel Lespinasse <walken@zoy.org>
1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>"