2009-12-30 22:49:11 +01:00
|
|
|
# Template file for 'x264'
|
|
|
|
pkgname=x264
|
2010-01-11 21:36:39 +01:00
|
|
|
_snap_date=20100107
|
2009-12-30 22:49:11 +01:00
|
|
|
_snap_rev=2245
|
|
|
|
version="${_snap_date}.${_snap_rev}"
|
|
|
|
wrksrc="x264-snapshot-${_snap_date}-${_snap_rev}"
|
|
|
|
distfiles="ftp://ftp.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>"
|
2010-01-11 21:36:39 +01:00
|
|
|
checksum=c8abe88cd72b95856c441b317dd938ae2d42e9fd57e81b9dc06427266e72a5d6
|
2009-12-30 22:49:11 +01:00
|
|
|
long_desc="
|
|
|
|
Development version of x264, a high quality H.264 codec."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency build yasm
|