updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / idjc-latest-patchage / PKGBUILD
blob113e06f343baf7fa20974a58222c7816159c9583
1 # Contributor: Tobias Luther <tobias [at] tonstrom [dot] de>
2 #              Silvio Knizek <killermoehre [at] gmx [dot] de>
4 pkgname=idjc-latest-patchage
5 pkgver=20110107
6 pkgrel=1
7 pkgdesc="A graphical shoutcast and icecast client that runs under GTK+ and the JACK audio connection kit. In short, it's an Internet radio app for making a live radio show. Without qjackctl-dep -> without qt"
8 arch=(i686 x86_64)
9 url="http://idjc.sourceforge.net/"
10 depends=('python' 'jack' 'pygtk' 'lame' 'mutagen' 'flac' 'faad2' 'libsamplerate' 'libshout' 'vorbis-tools' 'libsndfile' 'ffmpeg' 'libmad' 'patchage' 'speex')
11 makedepends=('pkgconfig' 'git')
12 conflicts=('idjc')
13 source=(patch)
14 _gitroot="git://idjc.git.sourceforge.net/gitroot/idjc/idjc"
15 _gitname="idjc"
17 md5sums=('eeb2c55443f753f9244eaac006cce132')
18 license=('GPLv3')
20 build()
22   msg "Connecting to GIT server...."
24   if [ -d $_gitname ] ; then
25     cd $_gitname && git pull origin
26     msg "The local files are updated."
27   else
28     git clone $_gitroot $_gitname
29   fi
31   msg "GIT checkout done or server timeout"
32   msg "Starting make..."
34   rm -rf "$srcdir/$_gitname-build"
35   git clone -l "$srcdir/$_gitname" "$srcdir/$_gitname-build"
36   cd "$srcdir/$_gitname-build"
37         
38         
39         ./env-up  &&  patch -Np1 -i ../patch
40         ./configure --prefix=/usr CFLAGS="-O2" PYTHON="/usr/bin/python2"
41               make || return 1
42                 make DESTDIR=$pkgdir install