From 1a2e9cffa0a7f49dc3422e90d4adb7ee09d0e4b1 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 23 Oct 2011 14:35:53 +0200 Subject: x264 20111022-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/x264/.footprint.i686 | 5 +++-- extra/x264/.footprint.x86_64 | 5 +++-- extra/x264/.md5sum.i686 | 2 +- extra/x264/.md5sum.x86_64 | 2 +- extra/x264/Pkgfile | 11 ++++------- 5 files changed, 12 insertions(+), 13 deletions(-) (limited to 'extra') diff --git a/extra/x264/.footprint.i686 b/extra/x264/.footprint.i686 index cd2f1babe..2559d9b61 100644 --- a/extra/x264/.footprint.i686 +++ b/extra/x264/.footprint.i686 @@ -5,7 +5,8 @@ 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.118 --rw-r--r-- root/root usr/lib/libx264.so.118 +-rw-r--r-- root/root usr/lib/libx264.a +lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.119 +-rw-r--r-- root/root usr/lib/libx264.so.119 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 cd2f1babe..2559d9b61 100644 --- a/extra/x264/.footprint.x86_64 +++ b/extra/x264/.footprint.x86_64 @@ -5,7 +5,8 @@ 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.118 --rw-r--r-- root/root usr/lib/libx264.so.118 +-rw-r--r-- root/root usr/lib/libx264.a +lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.119 +-rw-r--r-- root/root usr/lib/libx264.so.119 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 aae0684d0..e81da98ca 100644 --- a/extra/x264/.md5sum.i686 +++ b/extra/x264/.md5sum.i686 @@ -1 +1 @@ -dd67dca96ac79e7cb963bfcbf68e017b x264-snapshot-20111001-2245.tar.bz2 +1df32a215f0f13271a83290ea16e9299 x264-snapshot-20111022-2245.tar.bz2 diff --git a/extra/x264/.md5sum.x86_64 b/extra/x264/.md5sum.x86_64 index aae0684d0..e81da98ca 100644 --- a/extra/x264/.md5sum.x86_64 +++ b/extra/x264/.md5sum.x86_64 @@ -1 +1 @@ -dd67dca96ac79e7cb963bfcbf68e017b x264-snapshot-20111001-2245.tar.bz2 +1df32a215f0f13271a83290ea16e9299 x264-snapshot-20111022-2245.tar.bz2 diff --git a/extra/x264/Pkgfile b/extra/x264/Pkgfile index ff22039cb..02cbc9d4c 100644 --- a/extra/x264/Pkgfile +++ b/extra/x264/Pkgfile @@ -6,22 +6,19 @@ # Run on: yasm name=x264 -version=20111001 +version=20111022 release=1 source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$version-2245.tar.bz2) build() { cd x264-snapshot-$version-2245 - sed -i \ - -e 's/-O4/-O3/' \ - -e 's|-I/usr/X11R6/include|-I/usr/X11/include|' configure - ./configure \ --prefix=/usr \ --enable-pic \ - --enable-shared - + --enable-shared \ + --enable-static \ + --enable-visualize make make DESTDIR=$PKG install chmod a-x $PKG/usr/lib/*.so -- cgit v1.2.3-70-g09d2