updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / x264-jeeb / PKGBUILD
blobee57b4aa236824a1ae72c4a38146a16c7fc91b0b
1 # Maintainer: Felix Yan <felixonmars[at]gmail[dot]com>
2 # Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
3 # Contributor: zhuqin <zhuqin83[at]gmail[dot]com>
4 # Contributor: pressh <pressh[at]gmail[dot]com>
6 pkgname=x264-jeeb
7 pkgver=2120
8 pkgrel=1
9 pkgdesc="H.264/MPEG-4 AVC video encoder with JEEB's patchsets"
10 arch=('i686' 'x86_64')
11 url="http://x264.fushizen.eu/"
12 license=('GPL')
13 depends=('glibc')
14 makedepends=('git' 'yasm')
15 conflicts=('x264')
16 provides=("x264=$(LANG=C pacman -Si x264 | grep Version | awk '{ print $NF }')") 
17 source=('https://github.com/jeeb/x264_L-SMASH/tarball/r2120')
18 md5sums=('5697735ab520096ec3067c05e04b3e39')
20 build() {
21   cd $srcdir
22   tar xzvf $srcdir/r2120
23   
24   cd jeeb-x264_L-SMASH-*
25   
26   ./configure \
27     --prefix=/usr \
28     --enable-nonfree \
29     --enable-static \
30     --enable-shared
31   
32   make DESTDIR=$pkgdir install