updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / gjvidtimeline-svn / PKGBUILD
blob7f1c01319b1dcead1672a109fe7edde0a84ab9a0
1 # Maintainer: David Adler <david dot jo dot adler at gmail dot com>
2 pkgname=gjvidtimeline-svn
3 pkgver=16
4 pkgrel=1
5 pkgdesc="displays a movie as timeline of video-frames synced with JACK"
6 arch=('x86_64' 'i686')
7 url="http://gjvidtimeline.sourceforge.net/"
8 license=('GPL')
9 depends=('lash' 'liblo' 'ffmpeg')
10 makedepends=('subversion')
11 _svntrunk=https://gjvidtimeline.svn.sourceforge.net/svnroot/gjvidtimeline/trunk
12 _svnmod=gjvidtimeline
15 build() {
17   cd "$srcdir"
19   if [ -d $_svnmod/.svn ]; then
20     (cd $_svnmod && svn up -r $pkgver)
21   else
22     svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
23   fi
25   msg "SVN checkout done or server timeout"
26   msg "Starting make..."
28   rm -rf "$srcdir/$_svnmod-build"
29   cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
30   cd "$srcdir/$_svnmod-build"
32   ./autogen.sh
33   ./configure --prefix="/usr"
34   make
37 package() {
38   cd "$srcdir/$_svnmod-build"
39   make DESTDIR="$pkgdir/" install