Advertisement
SuaveIV

idjc 0.8.5 PKGBUILD

Jun 30th, 2011
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. # Contributor: Tobias Luther <tobias [at] tonstrom [dot] de>
  2. # Patch added by SuaveIV
  3.  
  4. pkgname=idjc
  5. pkgver=0.8.5
  6. pkgrel=4
  7. pkgdesc="Graphical DJ Console aimed mainly at internetradio streaming via shout- or icecast. It also includes a jingle-player, advanced options for controling the microphone's sound and voip-integration."
  8. arch=(i686 x86_64)
  9. url="http://idjc.sourceforge.net/"
  10. depends=('python' 'jack' 'pygtk' 'lame' 'mutagen' 'flac' 'libsamplerate' 'libshout' 'vorbis-tools' 'libsndfile' 'ffmpeg' 'libmad' 'speex')
  11. optdepends=('qjackctl: quite popular qt based graphical frontend for jack')
  12. makedepends=('pkgconfig')
  13. source=(http://downloads.sourceforge.net/idjc/idjc-$pkgver.tar.gz idjc-0.8.5_configure.patch)
  14. md5sums=('3188a7ba02045a23b71bd028b45952c9' '91294a319e0528fcb012625a8c8b3ac1')
  15. license=('GPLv3')
  16.  
  17. build() {
  18. cd $startdir/src/$pkgname-$pkgver
  19. patch -p0 < ${srcdir}/idjc-0.8.5_configure.patch
  20. PYTHON=/usr/bin/python2 ./configure --prefix=/usr CFLAGS="-O2"
  21. make -j4 || return 1
  22. make DESTDIR=$pkgdir install
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement