summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-10-22 16:49:03 +0200
committerM0Rf302016-10-22 16:49:03 +0200
commit5b86b65b52be75cf369b869181dac897a1857741 (patch)
tree7a031911ba9804b5607e33385b53e5d91c6f7299
parent11f501883506cf9bec947d998f33c5a7f2510ac5 (diff)
downloadaur-5b86b65b52be75cf369b869181dac897a1857741.tar.gz
cleanup
-rw-r--r--.SRCINFO27
-rw-r--r--PKGBUILD22
2 files changed, 34 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3627c73c6b73..83969b19b978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,31 +1,32 @@
# Generated by mksrcinfo v8
-# Thu May 5 13:02:50 UTC 2016
+# Sat Oct 22 14:48:51 UTC 2016
pkgbase = idjc
pkgdesc = Powerful client for individuals interested in streaming live radio shows
pkgver = 0.8.16
- pkgrel = 1
+ pkgrel = 2
url = http://idjc.sourceforge.net/
install = idjc.install
arch = i686
arch = x86_64
license = GPL2
- depends = desktop-file-utils
- depends = python2
depends = dbus-python
- depends = mutagen
- depends = jack
- depends = pygtk
- depends = vorbis-tools
- depends = libsndfile
- depends = libsamplerate
+ depends = desktop-file-utils
+ depends = ffmpeg
+ depends = flac
depends = glib2
+ depends = jack
depends = lame
depends = libmad
- depends = ffmpeg
- depends = flac
- depends = speex
+ depends = libsamplerate
depends = libshout-idjc
+ depends = libsndfile
+ depends = mutagen
+ depends = pygtk
+ depends = pulseaudio-jack
+ depends = python2
+ depends = speex
depends = twolame
+ depends = vorbis-tools
optdepends = mysql-python: Ampache and Prokyon 3 support
conflicts = idjc-git
source = http://downloads.sourceforge.net/idjc/idjc-0.8.16.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 12322bb47f33..78b4135d165d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,30 @@
pkgname=idjc
pkgver=0.8.16
-pkgrel=1
+pkgrel=2
pkgdesc='Powerful client for individuals interested in streaming live radio shows'
url='http://idjc.sourceforge.net/'
license=('GPL2')
arch=('i686' 'x86_64')
-depends=('desktop-file-utils' 'python2' 'dbus-python' 'mutagen' 'jack' 'pygtk' 'vorbis-tools' 'libsndfile' 'libsamplerate' 'glib2' 'lame' 'libmad' 'ffmpeg' 'flac' 'speex' 'libshout-idjc' 'twolame')
+depends=( 'dbus-python'
+ 'desktop-file-utils'
+ 'ffmpeg'
+ 'flac'
+ 'glib2'
+ 'jack'
+ 'lame'
+ 'libmad'
+ 'libsamplerate'
+ 'libshout-idjc'
+ 'libsndfile'
+ 'mutagen'
+ 'pygtk'
+ 'pulseaudio-jack'
+ 'python2'
+ 'speex'
+ 'twolame'
+ 'vorbis-tools'
+)
optdepends=('mysql-python: Ampache and Prokyon 3 support')
conflicts=('idjc-git')
install=${pkgname}.install