diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 04:49:56 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 04:49:56 -0300 |
commit | cc0fed67f24862b2095366f45a146df2c7271b1e (patch) | |
tree | 688a4d3cd4d416e3f7ecb6e0e193a20a47241ace /radio/idjc | |
parent | 718ae69bc796d8467d5b36bc008587568cc401e7 (diff) | |
download | abslibre-cc0fed67f24862b2095366f45a146df2c7271b1e.tar.gz abslibre-cc0fed67f24862b2095366f45a146df2c7271b1e.tar.bz2 abslibre-cc0fed67f24862b2095366f45a146df2c7271b1e.zip |
remove unused [radio]
Diffstat (limited to 'radio/idjc')
-rw-r--r-- | radio/idjc/PKGBUILD | 35 | ||||
-rw-r--r-- | radio/idjc/idjc.install | 11 | ||||
-rw-r--r-- | radio/idjc/idjc_0.8.4_configure.patch | 12 |
3 files changed, 0 insertions, 58 deletions
diff --git a/radio/idjc/PKGBUILD b/radio/idjc/PKGBUILD deleted file mode 100644 index fdd163b64..000000000 --- a/radio/idjc/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor (Arch): Tobias Luther <tobias [at] tonstrom [dot] de> -# Contributor (Arch): GraveDigger -# Contributor (Arch): Gaetan Bisson <bisson@archlinux.org> - -pkgname=idjc -pkgver=0.8.8 -pkgrel=1 -pkgdesc='Powerful yet easy-to-use source-client for individuals interested in streaming live radio shows over the Internet' -url='http://idjc.sourceforge.net/' -license=('GPL2') -arch=('i686' 'x86_64' 'mips64el') -#depends=('python2' 'jack' 'pygtk' 'lame' 'mutagen' 'flac' 'faad2' 'libsamplerate' 'vorbis-tools' 'libsndfile' 'ffmpeg' 'libmad' 'speex' 'dbus-python' 'imagemagick' 'twolame' 'libshout-idjc-git' 'mpg123') -depends=('desktop-file-utils' 'python2' 'dbus-python' 'mutagen' 'jack' 'pygtk' 'vorbis-tools' 'libsndfile' 'libsamplerate' 'glib2' 'lame' 'libmad' 'ffmpeg' 'flac' 'speex' 'libshout-idjc') -optdepends=('patchage' 'qjackctl') -makedepends=('pkgconfig') -install=${pkgname}.install -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('a14ce4cc8c789fce55c7b98081743a4a') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr PYTHON="/usr/bin/python2" --disable-libav - - make PYTHON="/usr/bin/python2" - -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" PYTHON="/usr/bin/python2" install - - sed -i 's|#! /usr/bin/python22.7|#! /usr/bin/python2|' ${pkgdir}/usr/bin/idjc -} diff --git a/radio/idjc/idjc.install b/radio/idjc/idjc.install deleted file mode 100644 index 9834cb7dd..000000000 --- a/radio/idjc/idjc.install +++ /dev/null @@ -1,11 +0,0 @@ -post_upgrade() { - update-desktop-database -q -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -} diff --git a/radio/idjc/idjc_0.8.4_configure.patch b/radio/idjc/idjc_0.8.4_configure.patch deleted file mode 100644 index 9f1b3c5f0..000000000 --- a/radio/idjc/idjc_0.8.4_configure.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur idjc-0.8.4/configure idjc-0.8.4.new/configure ---- idjc-0.8.4/configure 2010-10-07 15:00:07.000000000 +0200 -+++ idjc-0.8.4.new/configure 2010-10-20 19:30:48.000000000 +0200 -@@ -5349,7 +5349,7 @@ - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mutagen" >&5 - $as_echo_n "checking for mutagen... " >&6; } --python -c "import mutagen" &>/dev/null -+$PYTHON -c "import mutagen" &>/dev/null - if test $? -ne 0 ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 - $as_echo "no" >&6; } |