diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2013-02-01 20:05:21 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2013-02-01 20:06:39 +1100 |
commit | 10e3ed04b1c61706fbad2e9a5fd3cb1ceb86107a (patch) | |
tree | 921250712e8f00c2e40303926a31c6b64ea54ba2 /x264 | |
parent | e8e8eef70599bf93df0819d9862def6a066a7c88 (diff) | |
download | contrib-10e3ed04b1c61706fbad2e9a5fd3cb1ceb86107a.tar.gz contrib-10e3ed04b1c61706fbad2e9a5fd3cb1ceb86107a.tar.xz |
x264: 20120120 -> 20130201
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 e86004bcf..846e5bb76 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.120 --rw-r--r-- root/root usr/lib/libx264.so.120 +lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.129 +-rw-r--r-- root/root usr/lib/libx264.so.129 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 d773459ad..a4ce75b9d 100644 --- a/x264/.md5sum +++ b/x264/.md5sum @@ -1 +1 @@ -05977030068c0d71b81c087bb8004eac x264-20120120-f33c8cb.tar.xz +2b8f2eee5a7b203c092fb20cee5bde40 x264-20130201-bc13772.tar.xz diff --git a/x264/Pkgfile b/x264/Pkgfile index 31e46467f..bd32ab031 100644 --- a/x264/Pkgfile +++ b/x264/Pkgfile @@ -5,9 +5,9 @@ # Depends on: yasm name=x264 -version=20120120 +version=20130201 release=1 -source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-f33c8cb.tar.xz) +source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-bc13772.tar.xz) build() { cd $name |