# 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, libvdpau, jack2, pulseaudio, speex # Run on: mesa3d,xorg-libxvmc,xorg-libxcb,faad2,libcaca,speex,libmng,esound,libvorbis,flac,libtheora,sdl,ffmpeg,vcdimager,wavpack,samba3,librsvg,imagemagick,libvdpau,jack2,pulseaudio,speex name=xine-lib version=1.2.2 release=1 source=(http://downloads.sourceforge.net/xine/$name-$version.tar.xz) build() { cd $name-$version ./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 \ --with-speex \ --disable-gnomevfs \ --with-pulseaudio \ --disable-modplug \ --with-jack make make DESTDIR=$PKG install }