summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/x264/.footprint.i6864
-rw-r--r--extra/x264/.footprint.x86_644
-rw-r--r--extra/x264/.md5sum.i6862
-rw-r--r--extra/x264/.md5sum.x86_642
-rw-r--r--extra/x264/Pkgfile5
5 files changed, 8 insertions, 9 deletions
diff --git a/extra/x264/.footprint.i686 b/extra/x264/.footprint.i686
index 988ea4a0d..cd2f1babe 100644
--- a/extra/x264/.footprint.i686
+++ b/extra/x264/.footprint.i686
@@ -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.116
--rw-r--r-- root/root usr/lib/libx264.so.116
+lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.118
+-rw-r--r-- root/root usr/lib/libx264.so.118
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 988ea4a0d..cd2f1babe 100644
--- a/extra/x264/.footprint.x86_64
+++ b/extra/x264/.footprint.x86_64
@@ -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.116
--rw-r--r-- root/root usr/lib/libx264.so.116
+lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.118
+-rw-r--r-- root/root usr/lib/libx264.so.118
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 f12b4214b..aae0684d0 100644
--- a/extra/x264/.md5sum.i686
+++ b/extra/x264/.md5sum.i686
@@ -1 +1 @@
-3708eee12a2a672b082e4dd294a6537f x264-snapshot-20110718-2245.tar.bz2
+dd67dca96ac79e7cb963bfcbf68e017b x264-snapshot-20111001-2245.tar.bz2
diff --git a/extra/x264/.md5sum.x86_64 b/extra/x264/.md5sum.x86_64
index f12b4214b..aae0684d0 100644
--- a/extra/x264/.md5sum.x86_64
+++ b/extra/x264/.md5sum.x86_64
@@ -1 +1 @@
-3708eee12a2a672b082e4dd294a6537f x264-snapshot-20110718-2245.tar.bz2
+dd67dca96ac79e7cb963bfcbf68e017b x264-snapshot-20111001-2245.tar.bz2
diff --git a/extra/x264/Pkgfile b/extra/x264/Pkgfile
index 2c73627b9..ff22039cb 100644
--- a/extra/x264/Pkgfile
+++ b/extra/x264/Pkgfile
@@ -6,7 +6,7 @@
# Run on: yasm
name=x264
-version=20110718
+version=20111001
release=1
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$version-2245.tar.bz2)
@@ -20,10 +20,9 @@ build() {
./configure \
--prefix=/usr \
--enable-pic \
- --enable-shared
+ --enable-shared
make
make DESTDIR=$PKG install
chmod a-x $PKG/usr/lib/*.so
}
-