updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / xine-lib-vdpau / PKGBUILD
blob9c62d065502cddb5bd2f9a0dbd79f0159443e145
1 # Contributor: Kosava <kosava@gmail.com>
3 pkgname=xine-lib-vdpau
4 pkgver=286
5 pkgrel=1
6 pkgdesc="A free video player for Unix with vdpau support"
7 arch=('any')
8 url="http://www.xine-project.org/"
9 license=('GPL')
10 depends=()
11 makedepends=('subversion' 'libxvmc' 'libvdpau' 'audiofile' 'esound' 'libogg' 'flac' 'libvorbis' 'sdl' 'libjpeg' 'libmng' 'libtheora' 'wavpack' 'a52dec' 'lame' 'faad2' 'libmp4v2' 'faac' 'xvidcore' 'libtiff' 'giflib' 'libid3tag' 'imlib2' 'x264' 'ffmpeg' 'cvs' 'heimdal' 'pkgconfig' 'vcdimager' 'jack-audio-connection-kit')
12 provides=('xine-lib')
13 conflicts=('xine-lib')
14 source=()
15 md5sums=()
17 _svntrunk=svn://jusst.de/xine-vdpau
18 _svnmod=xine-vdpau
20 build() {
22   ## start building
23   cd $startdir/src
25   if [ -d $_svnmod/.svn ]; then
26     (cd $_svnmod && svn up)
27   else
28     svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
29   fi
31   msg "SVN checkout done or server timeout"
32   msg "Starting make..."
34   cd $_svnmod
35   
36   ## clear tmp
37   make clean
39   ./autogen.sh --prefix=/usr
41   make || return 1
42   make DESTDIR="${pkgdir}" install || return 1
44   rm -rf ${srcdir}/$_svnmod-build