From 78c7b11b9eed6e420ea262612a111cad2625cdff Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 7 Jul 2015 08:41:49 -0500 Subject: idjc-0.8.14-2: updating version --- pcr/idjc/PKGBUILD | 23 +++++++++-------------- pcr/idjc/idjc_0.8.4_configure.patch | 12 ------------ 2 files changed, 9 insertions(+), 26 deletions(-) delete mode 100644 pcr/idjc/idjc_0.8.4_configure.patch (limited to 'pcr/idjc') diff --git a/pcr/idjc/PKGBUILD b/pcr/idjc/PKGBUILD index 83455fc24..616ccd6a8 100644 --- a/pcr/idjc/PKGBUILD +++ b/pcr/idjc/PKGBUILD @@ -1,18 +1,16 @@ -# Maintainer (Arch): M0Rf30 -# Contributor (Arch): Tobias Luther -# Contributor (Arch): GraveDigger -# Contributor (Arch): Gaetan Bisson +# Maintainer (Arch): M0Rf30 Contributor: Tobias Luther Contributor: GraveDigger Contributor: Gaetan Bisson +# Maintainer: Omar Vega Ramos pkgname=idjc pkgver=0.8.14 -pkgrel=1 -pkgdesc='Powerful yet easy-to-use source-client for individuals interested in streaming live radio shows over the Internet' +pkgrel=2 +pkgdesc='Powerful client for individuals interested in streaming live radio shows' url='http://idjc.sourceforge.net/' license=('GPL2') -arch=('i686' 'x86_64' 'mips64el') -depends=('desktop-file-utils' 'python2' 'dbus-python' 'mutagen' 'jack' 'pygtk' 'vorbis-tools' 'libsndfile' 'libsamplerate' 'glib2' 'lame' 'libmad' 'ffmpeg-compat' 'flac' 'speex' 'libshout-idjc') -optdepends=('patchage' 'qjackctl') -makedepends=('pkgconfig') +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') +optdepends=('mysql-python: Ampache and Prokyon 3 support') +conflicts=('idjc-git') install=${pkgname}.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") @@ -20,12 +18,10 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" export PYTHON=/usr/bin/python2 - PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ - --disable-static -# --disable-libav + --disable-static make } @@ -38,5 +34,4 @@ package() { sed -i 's|#! /usr/bin/python22.7|#! /usr/bin/python2|' ${pkgdir}/usr/bin/idjc } -md5sums=('99abfe98f13170ab6b1ed17a8f1632e1') md5sums=('0b1068b5be415a73288f8f9bd449c69c') diff --git a/pcr/idjc/idjc_0.8.4_configure.patch b/pcr/idjc/idjc_0.8.4_configure.patch deleted file mode 100644 index 9f1b3c5f0..000000000 --- a/pcr/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; } -- cgit v1.2.2