updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / veejay-client-svn / PKGBUILD
blobc34373192bb968950a7842bfa9185b0798398b83
1 # Contributor: Luciano A. Ferrer <laferrer@gmail.com>
2 pkgname=veejay-client-svn
3 pkgver=1219
4 pkgrel=1
5 pkgdesc="Veejay is a visual instrument and realtime video sampler for GNU/Linux, client"
6 arch=(i686)
7 url="http://www.veejayhq.net"
8 license="GPL"
9 conflicts=('veejay-client')
10 provides=('veejay-client')
11 depends=('unicap' 'libxml2' 'jack-audio-connection-kit' 'ffmpeg' 'mjpegtools' 'veejay-server-svn')
12 source=()
13 md5sums=()
15 _svntrunk="svn://dyne.org/veejay/trunk/veejay-current/veejay-client"
16 _svnmod="veejay-client"
18 build() {
19 cd $startdir/src/
21 svn co $_svntrunk --config-dir ./ $_svnmod
23   cp -r $startdir/src/$_svnmod $startdir/src/$_svnmod-build
24   cd $startdir/src/$_svnmod-build
26   ./autogen.sh
27   ./configure --prefix=/usr
28   make || return 1
29   make DESTDIR=$startdir/pkg install