diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2008-12-19 20:52:27 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2008-12-19 23:51:51 +1100 |
commit | 4c34c1e821a4b0a9274f7ca5f369aae43a234f69 (patch) | |
tree | b678439ce1c6acf8fa3feb2f9114d49499a6e355 /x264 | |
parent | 247f408812d6d00022e056005d0fee8c146c744f (diff) | |
download | contrib-4c34c1e821a4b0a9274f7ca5f369aae43a234f69.tar.gz contrib-4c34c1e821a4b0a9274f7ca5f369aae43a234f69.tar.xz |
x264: 0.60.928-4816918 -> 20081219
Diffstat (limited to 'x264')
-rw-r--r-- | x264/.footprint | 4 | ||||
-rw-r--r-- | x264/.md5sum | 2 | ||||
-rw-r--r-- | x264/Pkgfile | 7 |
3 files changed, 6 insertions, 7 deletions
diff --git a/x264/.footprint b/x264/.footprint index d6ef1216c..6a7e1d373 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.60 --rw-r--r-- root/root usr/lib/libx264.so.60 +lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.65 +-rw-r--r-- root/root usr/lib/libx264.so.65 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 28ce284ab..81dbc1d74 100644 --- a/x264/.md5sum +++ b/x264/.md5sum @@ -1 +1 @@ -95be76fdd15fb09aab15de318832124e x264-snapshot-0.60.928-4816918.tar.bz2 +8c3cefe9f65303ec9661db1ea3e02145 x264-20081219-5f8a149.tar.bz2 diff --git a/x264/Pkgfile b/x264/Pkgfile index 2a01ef576..ce2df2c35 100644 --- a/x264/Pkgfile +++ b/x264/Pkgfile @@ -6,12 +6,12 @@ # Optional: yasm name=x264 -version=0.60.928-4816918 +version=20081219 release=1 -source=(http://www.dcaf-security.org/distfiles/x264-snapshot-$version.tar.bz2) +source=(http://www.dcaf-security.org/distfiles/$name-$version-5f8a149.tar.bz2) build() { - cd x264 + cd $name sed -i \ -e 's/-O4/-O3/' \ @@ -27,4 +27,3 @@ build() { make DESTDIR=$PKG install chmod a-x $PKG/usr/lib/*.so } - |