diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2010-11-14 03:50:42 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2010-11-14 03:50:42 +1100 |
commit | 2c05fb2fe8014514e3849cc3a76485cdb1d79b07 (patch) | |
tree | 311a3508b69a93d9351ec247c46ed8e89fc63bf7 /x264 | |
parent | 7e63b4ef016370b61a1a98c2c94a4e5b3da25c72 (diff) | |
download | contrib-2c05fb2fe8014514e3849cc3a76485cdb1d79b07.tar.gz contrib-2c05fb2fe8014514e3849cc3a76485cdb1d79b07.tar.xz |
x264: 20091225 -> 20101114
Diffstat (limited to 'x264')
-rw-r--r-- | x264/.footprint | 4 | ||||
-rw-r--r-- | x264/.md5sum | 2 | ||||
-rw-r--r-- | x264/Pkgfile | 5 |
3 files changed, 5 insertions, 6 deletions
diff --git a/x264/.footprint b/x264/.footprint index e13af9797..03fd18439 100644 --- a/x264/.footprint +++ b/x264/.footprint @@ -5,7 +5,7 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/x264.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libx264.a -lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.80 --rw-r--r-- root/root usr/lib/libx264.so.80 +lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.107 +-rw-r--r-- root/root usr/lib/libx264.so.107 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/x264.pc diff --git a/x264/.md5sum b/x264/.md5sum index acede6851..f3ddf2fde 100644 --- a/x264/.md5sum +++ b/x264/.md5sum @@ -1 +1 @@ -2d02080f951758d849dbbb7f3e6503c7 x264-20091225-3feaec2.tar.xz +76e31161d9b510cbd650f006944917ac x264-20101114-f9f0035.tar.xz diff --git a/x264/Pkgfile b/x264/Pkgfile index c5870e340..7b498949d 100644 --- a/x264/Pkgfile +++ b/x264/Pkgfile @@ -5,9 +5,9 @@ # Depends on: yasm name=x264 -version=20091225 +version=20101114 release=1 -source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-3feaec2.tar.xz) +source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-f9f0035.tar.xz) build() { cd $name @@ -15,7 +15,6 @@ build() { ./configure \ --prefix=/usr \ --enable-pic \ - --enable-pthread \ --enable-shared make |