mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
De-lint recipes.
* arm_none_eabi_newlib Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES and BUILD_REQUIRES. * avrdude Removed e-mail from COPYRIGHT. Re-ordered blocks. * bafx Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becasso Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becjk Removed e-mail from COPYRIGHT. Re-ordered blocks. * bmake Removed e-mail from COPYRIGHT. Re-ordered blocks. * cmake_haiku Removed e-mail from COPYRIGHT. Re-ordered blocks. * coveredcalc Removed e-mail from COPYRIGHT. Re-ordered blocks. * curl Removed e-mail from COPYRIGHT. Re-ordered blocks. * dejavu Removed e-mail from COPYRIGHT. Re-ordered blocks. * dfu-programmer Removed e-mail from COPYRIGHT. Re-ordered blocks. * exiv2 Removed e-mail from COPYRIGHT. Re-ordered blocks. * festival Removed e-mail from COPYRIGHT. Re-ordered blocks. * fxload Removed e-mail from COPYRIGHT. Re-ordered blocks. * geos Removed e-mail from COPYRIGHT. Re-ordered blocks. * gsl Removed e-mail from COPYRIGHT. Re-ordered blocks. * lato_fonts Removed e-mail from COPYRIGHT. Re-ordered blocks. * libabw Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcaca Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcdr Removed e-mail from COPYRIGHT. Re-ordered blocks. * libdv Removed e-mail from COPYRIGHT. Re-ordered blocks. * libebook Removed e-mail from COPYRIGHT. Re-ordered blocks. * libetonyek Removed e-mail from COPYRIGHT. Re-ordered blocks.
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
SUMMARY="a free DTS Coherent Acoustics decoder"
|
||||
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"
|
||||
ETSI, is available here (look for DTS Coherent Acoustics)."
|
||||
HOMEPAGE="http://www.videolan.org/developers/libdca.html"
|
||||
COPYRIGHT="2004 Gildas Bazin
|
||||
2000-2003 Michel Lespinasse
|
||||
1999-2000 Aaron Holtzman"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2"
|
||||
CHECKSUM_SHA256="dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -20,33 +24,30 @@ PROVIDES="
|
||||
cmd:extract_dca$secondaryArchSuffix
|
||||
cmd:extract_dts$secondaryArchSuffix
|
||||
lib:libdca$secondaryArchSuffix = 0.0.0 compat = 0
|
||||
"
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libdca_devel = $portVersion
|
||||
devel:libdca$secondaryArchSuffix
|
||||
devel:libdts$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libdca$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libdca_devel = $portVersion
|
||||
devel:libdca$secondaryArchSuffix
|
||||
devel:libdts$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libdca$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -64,8 +65,3 @@ INSTALL()
|
||||
|
||||
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>"
|
||||
|
||||
Reference in New Issue
Block a user