diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2012-01-20 21:26:57 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2012-01-20 21:45:35 +1100 |
commit | 797f7b89951b12d792a0a118bda9bdde41459431 (patch) | |
tree | 8bff0fbd8f9a78e9bdb1cb238a0d0b2cb7fb7a74 /x264 | |
parent | cd68e3f0731ee5d3ef3e4f6649b14aad0fe9b408 (diff) | |
download | contrib-797f7b89951b12d792a0a118bda9bdde41459431.tar.gz contrib-797f7b89951b12d792a0a118bda9bdde41459431.tar.xz |
x264: 20110528 -> 20120120
Diffstat (limited to 'x264')
-rw-r--r-- | x264/.footprint | 4 | ||||
-rw-r--r-- | x264/.md5sum | 2 | ||||
-rw-r--r-- | x264/Pkgfile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x264/.footprint b/x264/.footprint index 4d8bb1b76..e86004bcf 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 -rw-r--r-- root/root usr/include/x264_config.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.115 --rw-r--r-- root/root usr/lib/libx264.so.115 +lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.120 +-rw-r--r-- root/root usr/lib/libx264.so.120 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 881878adc..d773459ad 100644 --- a/x264/.md5sum +++ b/x264/.md5sum @@ -1 +1 @@ -bc3f42b6f063f8c6ff4133e3d2f5991a x264-20110528-c1e60b9.tar.xz +05977030068c0d71b81c087bb8004eac x264-20120120-f33c8cb.tar.xz diff --git a/x264/Pkgfile b/x264/Pkgfile index 15a85536a..31e46467f 100644 --- a/x264/Pkgfile +++ b/x264/Pkgfile @@ -5,9 +5,9 @@ # Depends on: yasm name=x264 -version=20110528 +version=20120120 release=1 -source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-c1e60b9.tar.xz) +source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-f33c8cb.tar.xz) build() { cd $name |