forked from ports/contrib
x264: 20081219 -> 20091225
This commit is contained in:
parent
ffc96ea6ae
commit
aa53f3b306
@ -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
|
||||
|
@ -1 +1 @@
|
||||
8c3cefe9f65303ec9661db1ea3e02145 x264-20081219-5f8a149.tar.bz2
|
||||
2d02080f951758d849dbbb7f3e6503c7 x264-20091225-3feaec2.tar.xz
|
||||
|
10
x264/Pkgfile
10
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user