updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / oxine-vdr / PKGBUILD
blob4ebe2877ab09972609ca259db90f5a869f1b6fa1
1 # Contributor: Franz Burgmann <f dot burgmann at gmail dot com>
3 pkgname=oxine-vdr
4 pkgver=0.7.1
5 pkgrel=1
6 pkgdesc="Oxine with VDR support."
7 arch=('i686' 'x86_64')
8 depends=('xine-lib-vdr' 'libexif' 'eject' 'libcdio' 'curl' 'libxinerama' 'gdk-pixbuf')
9 privides=('oxine')
10 conflicts=('oxine')
11 makedepends=('pkgconfig')
12 license=('GPL')
13 source=(http://downloads.sourceforge.net/sourceforge/oxine/oxine-${pkgver}.tar.gz)
14 url="http://oxine.sourceforge.net/"
15 md5sums=('2a2d05ee21892624e35cf539e532c0dd')
17 build() {
18   cd ${startdir}/src/oxine-${pkgver}
19   
20   cat ../../oxine_0.7.1_triangle.patch | patch -p0
22   ./configure --prefix=/usr --enable-vdr --without-imagemagick
23   make || return 1
24   make DESTDIR=${startdir}/pkg install