34 lines
910 B
Text
34 lines
910 B
Text
# Template file for 'x264'
|
|
pkgname=x264
|
|
_snap_date=20110617
|
|
_snap_rev=2245
|
|
revision=2
|
|
version="${_snap_date}.${_snap_rev}"
|
|
wrksrc="x264-snapshot-${_snap_date}-${_snap_rev}-stable"
|
|
distfiles="http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${_snap_date}-${_snap_rev}-stable.tar.bz2"
|
|
short_desc="Free library for encoding H264/AVC video streams"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.videolan.org/developers/x264.html"
|
|
license="GPL-2"
|
|
checksum=ce6793f9b197c55246c37ca971c652c8af5621b2e759c2f9c0b1e967b16c606a
|
|
long_desc="
|
|
Stable snapshot version of x264, a high quality H.264 codec."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build yasm
|
|
|
|
do_configure()
|
|
{
|
|
./configure --disable-swscale --enable-pic --enable-shared
|
|
}
|
|
|
|
do_build()
|
|
{
|
|
make ${makejobs}
|
|
}
|
|
|
|
do_install()
|
|
{
|
|
make DESTDIR=${DESTDIR} \
|
|
bindir=/usr/bin libdir=/usr/lib includedir=/usr/include install
|
|
}
|