summaryrefslogtreecommitdiffstats
path: root/xine-lib/Pkgfile
blob: 5afd3f96a8c4641457c801217d2a2bf7670e0c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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
}