diff options
author | Sibelle <lesibel@free.fr> | 2011-07-01 09:26:21 +0200 |
---|---|---|
committer | Sibelle <lesibel@free.fr> | 2011-07-01 09:26:21 +0200 |
commit | 79f767b2ee772b9f6b6fee8b231f4afd70a5dea7 (patch) | |
tree | a1e9f03ac7d6f6383c8210d6b59030b52fbec112 /extra | |
parent | a62a1c6f6a31b148b4b2c2ce9267083cf17e067d (diff) | |
download | nutyx-extra-79f767b2ee772b9f6b6fee8b231f4afd70a5dea7.tar.gz nutyx-extra-79f767b2ee772b9f6b6fee8b231f4afd70a5dea7.tar.bz2 nutyx-extra-79f767b2ee772b9f6b6fee8b231f4afd70a5dea7.tar.xz nutyx-extra-79f767b2ee772b9f6b6fee8b231f4afd70a5dea7.zip |
x264 20110630-1 maj
Diffstat (limited to 'extra')
-rw-r--r-- | extra/x264/.footprint.i686 | 5 | ||||
-rw-r--r-- | extra/x264/.footprint.x86_64 | 5 | ||||
-rw-r--r-- | extra/x264/.md5sum.i686 | 2 | ||||
-rw-r--r-- | extra/x264/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | extra/x264/Pkgfile | 4 |
5 files changed, 8 insertions, 10 deletions
diff --git a/extra/x264/.footprint.i686 b/extra/x264/.footprint.i686 index 43811564d..4d8bb1b76 100644 --- a/extra/x264/.footprint.i686 +++ b/extra/x264/.footprint.i686 @@ -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.114 --rw-r--r-- root/root usr/lib/libx264.so.114 +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/extra/x264/.footprint.x86_64 b/extra/x264/.footprint.x86_64 index 43811564d..4d8bb1b76 100644 --- a/extra/x264/.footprint.x86_64 +++ b/extra/x264/.footprint.x86_64 @@ -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.114 --rw-r--r-- root/root usr/lib/libx264.so.114 +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/extra/x264/.md5sum.i686 b/extra/x264/.md5sum.i686 index 160dded11..a3c2dd85b 100644 --- a/extra/x264/.md5sum.i686 +++ b/extra/x264/.md5sum.i686 @@ -1 +1 @@ -9efd2b5ac9f53cb72b4854ca8cceed44 x264-snapshot-20110304-2245.tar.bz2 +ef95d1c1aa104b4746112394542325f7 x264-snapshot-20110630-2245.tar.bz2 diff --git a/extra/x264/.md5sum.x86_64 b/extra/x264/.md5sum.x86_64 index 160dded11..a3c2dd85b 100644 --- a/extra/x264/.md5sum.x86_64 +++ b/extra/x264/.md5sum.x86_64 @@ -1 +1 @@ -9efd2b5ac9f53cb72b4854ca8cceed44 x264-snapshot-20110304-2245.tar.bz2 +ef95d1c1aa104b4746112394542325f7 x264-snapshot-20110630-2245.tar.bz2 diff --git a/extra/x264/Pkgfile b/extra/x264/Pkgfile index 815db3935..bdd1e833a 100644 --- a/extra/x264/Pkgfile +++ b/extra/x264/Pkgfile @@ -6,9 +6,9 @@ # Run on: yasm name=x264 -version=20110304 +version=20110630 release=1 -source=(http://nutyx.meticul.eu/files/x264-snapshot-$version-2245.tar.bz2) +source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$version-2245.tar.bz2) build() { cd x264-snapshot-$version-2245 |