diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2009-12-26 16:20:58 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2009-12-26 16:20:58 +1100 |
commit | aa53f3b306c43dcc10122501567eb63ddb08e5f6 (patch) | |
tree | 5e42a2fe0166ac0e50cb02a54908dff0b34ef25e /x264 | |
parent | ffc96ea6aecf64d5c978987a029750820d79f09d (diff) | |
download | contrib-aa53f3b306c43dcc10122501567eb63ddb08e5f6.tar.gz contrib-aa53f3b306c43dcc10122501567eb63ddb08e5f6.tar.xz |
x264: 20081219 -> 20091225
Diffstat (limited to 'x264')
-rw-r--r-- | x264/.footprint | 4 | ||||
-rw-r--r-- | x264/.md5sum | 2 | ||||
-rw-r--r-- | x264/Pkgfile | 10 |
3 files changed, 6 insertions, 10 deletions
diff --git a/x264/.footprint b/x264/.footprint index 6a7e1d373..e13af9797 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 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.65 --rw-r--r-- root/root usr/lib/libx264.so.65 +lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.80 +-rw-r--r-- root/root usr/lib/libx264.so.80 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 81dbc1d74..acede6851 100644 --- a/x264/.md5sum +++ b/x264/.md5sum @@ -1 +1 @@ -8c3cefe9f65303ec9661db1ea3e02145 x264-20081219-5f8a149.tar.bz2 +2d02080f951758d849dbbb7f3e6503c7 x264-20091225-3feaec2.tar.xz diff --git a/x264/Pkgfile b/x264/Pkgfile index 6883f143a..c5870e340 100644 --- a/x264/Pkgfile +++ b/x264/Pkgfile @@ -5,22 +5,18 @@ # Depends on: yasm name=x264 -version=20081219 +version=20091225 release=1 -source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-5f8a149.tar.bz2) +source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-3feaec2.tar.xz) build() { cd $name - sed -i \ - -e 's/-O4/-O3/' \ - -e 's|-I/usr/X11R6/include|-I/usr/X11/include|' configure - ./configure \ --prefix=/usr \ --enable-pic \ --enable-pthread \ - --enable-shared + --enable-shared make make DESTDIR=$PKG install |