diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2011-05-28 15:55:59 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2011-05-28 15:55:59 +1000 |
commit | c5834cf83fc7cdfc25eb9259bf6ab4a0f03776c1 (patch) | |
tree | ad83015a40a2afba4e55dd9d6bd96a84d6a5b4be /x264 | |
parent | ba6f423b6f9a9f6da5766b7122df779f74bde3db (diff) | |
download | contrib-c5834cf83fc7cdfc25eb9259bf6ab4a0f03776c1.tar.gz contrib-c5834cf83fc7cdfc25eb9259bf6ab4a0f03776c1.tar.xz |
x264: 20110206 -> 20110528
Diffstat (limited to 'x264')
-rw-r--r-- | x264/.footprint | 5 | ||||
-rw-r--r-- | x264/.md5sum | 2 | ||||
-rw-r--r-- | x264/Pkgfile | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/x264/.footprint b/x264/.footprint index d3e2093ad..4d8bb1b76 100644 --- a/x264/.footprint +++ b/x264/.footprint @@ -5,8 +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/ --rw-r--r-- root/root usr/lib/libx264.a -lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.113 --rw-r--r-- root/root usr/lib/libx264.so.113 +lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.115 +-rw-r--r-- root/root usr/lib/libx264.so.115 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 82c0a2076..881878adc 100644 --- a/x264/.md5sum +++ b/x264/.md5sum @@ -1 +1 @@ -55d671cfcaecd1360a00e5ad42354287 x264-20110206-7313bb5.tar.xz +bc3f42b6f063f8c6ff4133e3d2f5991a x264-20110528-c1e60b9.tar.xz diff --git a/x264/Pkgfile b/x264/Pkgfile index 7b41c5ca6..15a85536a 100644 --- a/x264/Pkgfile +++ b/x264/Pkgfile @@ -5,9 +5,9 @@ # Depends on: yasm name=x264 -version=20110206 +version=20110528 release=1 -source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-7313bb5.tar.xz) +source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-c1e60b9.tar.xz) build() { cd $name |