x264: update to 20100423, bump abi_depends.

--HG--
extra : convert_revision : afe5c2a78bcaf8f21769372bdc9ef17b8ce2fca3
This commit is contained in:
Juan RP 2010-04-24 18:21:04 +02:00
parent c93ff76581
commit df3b16653c
3 changed files with 7 additions and 5 deletions

View File

@ -1,2 +1,2 @@
abi_depends=">=20100107"
abi_depends=">=20100423"
api_depends="${abi_depends}"

View File

@ -1,16 +1,17 @@
# Template file for 'x264'
pkgname=x264
_snap_date=20100107
_snap_date=20100423
_snap_rev=2245
version="${_snap_date}.${_snap_rev}"
revision=1
wrksrc="x264-snapshot-${_snap_date}-${_snap_rev}"
distfiles="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${_snap_date}-${_snap_rev}.tar.bz2"
distfiles="http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${_snap_date}-${_snap_rev}.tar.bz2"
build_style=configure
configure_args="--enable-pthread --enable-pic --enable-shared"
make_install_args="bindir=/usr/bin libdir=/usr/lib includedir=/usr/include"
short_desc="Free library for encoding H264/AVC video streams"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c8abe88cd72b95856c441b317dd938ae2d42e9fd57e81b9dc06427266e72a5d6
checksum=eb3a5b0e0705bcbd9ce9808fb509eaac3e4fbc0a593b5bd359c4d1cb896b5e1f
long_desc="
Development version of x264, a high quality H.264 codec."

View File

@ -5,6 +5,8 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run glibc-devel
Add_dependency run x264
@ -14,5 +16,4 @@ do_install()
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
}