summaryrefslogtreecommitdiffstats
path: root/xine-lib/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /xine-lib/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'xine-lib/Pkgfile')
-rwxr-xr-xxine-lib/Pkgfile48
1 files changed, 48 insertions, 0 deletions
diff --git a/xine-lib/Pkgfile b/xine-lib/Pkgfile
new file mode 100755
index 000000000..a4bb2b50b
--- /dev/null
+++ b/xine-lib/Pkgfile
@@ -0,0 +1,48 @@
+# Description: Contient la librairie xine
+# URL: http://xinehq.de/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: mesa3d, xorg-libxvmc, xorg-libxcb, faad2, libcaca, speex, libmng, esound, libvorbis, flac, libtheora, sdl, ffmpeg, vcdimager, wavpack, samba3, librsvg, imagemagick, libtool
+# Run on: mesa3d,xorg-libxvmc,xorg-libxcb,faad2,libcaca,speex,libmng,esound,libvorbis,flac,libtheora,sdl,ffmpeg,vcdimager,wavpack,samba3,librsvg,imagemagick
+
+name=xine-lib
+version=1.1.19
+release=3
+source=(http://downloads.sourceforge.net/xine/$name-$version.tar.bz2
+ http://downloads.sourceforge.net/sourceforge/xine/compat.c
+ xine-lib-1.1.1-configure-no-mcpu-march.patch
+ xine-lib-1.1.19-include.patch
+ xine-lib-1.1.19-ffmpeg.patch)
+
+build() {
+ cd $name-$version
+
+ cp ../compat.c src/dxr3/compat.c
+ patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch
+ patch -p0 < ../xine-lib-1.1.19-include.patch
+ patch -p0 < ../xine-lib-1.1.19-ffmpeg.patch
+
+ libtoolize --force --copy
+ aclocal -I m4
+ autoconf
+ automake --add-missing
+
+ ./configure --prefix=/usr \
+ --with-w32-path=/usr/lib/codecs \
+ --with-xv-path=/usr/lib \
+ --with-xxmc-path=/usr/lib \
+ --with-xvmc-path=/usr/lib \
+ --with-libflac \
+ --with-wavpack \
+ --with-xcb \
+ --without-arts \
+ --without-speex \
+ --disable-gnomevfs \
+ --without-pulseaudio \
+ --disable-aalib \
+ --disable-modplug \
+ --with-external-ffmpeg \
+ --without-jack
+ make
+ make DESTDIR=$PKG install
+}