Added faad2-2.7 build template.
--HG-- extra : convert_revision : acfe659b2314ddc6d3a6a3b6c9d32ddb8e45d33c
This commit is contained in:
parent
67ed22e426
commit
0bf61cd5ef
4 changed files with 48 additions and 0 deletions
1
srcpkgs/faad2-devel
Symbolic link
1
srcpkgs/faad2-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
faad2
|
2
srcpkgs/faad2/depends
Normal file
2
srcpkgs/faad2/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=2.7"
|
||||||
|
api_depends="${abi_depends}"
|
19
srcpkgs/faad2/faad2-devel.template
Normal file
19
srcpkgs/faad2/faad2-devel.template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'faad2-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run glibc-devel
|
||||||
|
Add_dependency run faad2
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
#mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||||
|
#mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||||
|
}
|
26
srcpkgs/faad2/template
Normal file
26
srcpkgs/faad2/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'faad2'
|
||||||
|
pkgname=faad2
|
||||||
|
version=2.7
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.bz2"
|
||||||
|
CFLAGS="-fPIC"
|
||||||
|
build_style=gnu_configure
|
||||||
|
make_install_args="manmdir=/usr/share/man/man1"
|
||||||
|
short_desc="AAC decoding library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=14561b5d6bc457e825bfd3921ae50a6648f377a9396eaf16d4b057b39a3f63b5
|
||||||
|
long_desc="
|
||||||
|
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
|
||||||
|
decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type
|
||||||
|
AAC files."
|
||||||
|
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency run glibc
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
cd ${wrksrc} || return 1
|
||||||
|
install -D -m644 common/mp4ff/mp4ff_int_types.h \
|
||||||
|
${DESTDIR}/usr/include/mp4ff_int_types.h || return 1
|
||||||
|
mv ${DESTDIR}/usr/share/man/man1/faad.man \
|
||||||
|
${DESTDIR}/usr/share/man/man1/faad.1
|
||||||
|
}
|
Loading…
Reference in a new issue