1
0
forked from ports/contrib

x264: moved from romsters repo

This commit is contained in:
Danny Rawlins 2007-06-25 15:09:34 +10:00
parent f86ae040fd
commit 185d1e1086
4 changed files with 58 additions and 0 deletions

11
x264/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/x264
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.54
-rwxr-xr-x root/root usr/lib/libx264.so.54
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/x264.pc

1
x264/.md5sum Normal file
View File

@ -0,0 +1 @@
2a1edc93caac1345fe915642854e39f1 x264-snapshot-r654.tar.bz2

23
x264/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# Description: Library for encoding H264/AVC video streams (snapshot).
# URL: http://developers.videolan.org/x264.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Rouven Schuerch, rs at tegonal dot com
# Depends on:
name=x264
version=r654
release=1
source=(http://romster.shortcircuit.net.au/crux/source/x264-snapshot-$version.tar.bz2)
build() {
cd x264
sed -i -e 's|^ CFLAGS="-O4 -ffast-math $CFLAGS"$| CFLAGS="$CFLAGS -O3 -ffast-math"|' configure
./configure \
--prefix=/usr \
--enable-pthread \
--enable-shared
make
make DESTDIR=$PKG install
}

23
x264/Pkgfile~ Normal file
View File

@ -0,0 +1,23 @@
# Description: x264 is a free library for encoding H264/AVC video streams (snapshot).
# URL: http://developers.videolan.org/x264.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Rouven Schuerch, rs at tegonal dot com
# Depends on:
name=x264
version=r654
release=1
source=(http://romster.shortcircuit.net.au/crux/source/x264-snapshot-$version.tar.bz2)
build() {
cd x264
sed -i -e 's|^ CFLAGS="-O4 -ffast-math $CFLAGS"$| CFLAGS="$CFLAGS -O3 -ffast-math"|' configure
./configure \
--prefix=/usr \
--enable-pthread \
--enable-shared
make
make DESTDIR=$PKG install
}