summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-10-24 00:37:51 +0200
committerM0Rf302016-10-24 00:37:51 +0200
commitcc0a1b3f3834a88951e7dacbe3adc2ebdaba1c25 (patch)
tree420b9d91516a2a9e9377f05e334bd6769abf75cb
parent2c0dc5981b909c227fdf6efd9fc739adb8ed34f2 (diff)
downloadaur-cc0a1b3f3834a88951e7dacbe3adc2ebdaba1c25.tar.gz
cleanups
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d264b4fe32db..0138eb78c66c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 22 14:42:15 UTC 2016
+# Sun Oct 23 22:37:43 UTC 2016
pkgbase = libshout-idjc
pkgdesc = Libshout library plus some extensions for IDJC.
pkgver = 2.4.1
- pkgrel = 3
+ pkgrel = 4
url = http://idjc.sourceforge.net/
arch = i686
arch = x86_64
@@ -12,6 +12,8 @@ pkgbase = libshout-idjc
depends = libtheora
depends = speex
depends = openssl
+ depends = twolame
+ depends = python-mutagen
options = !emptydirs
source = http://downloads.sourceforge.net/idjc/libshout-idjc/libshout-idjc-2.4.1.tar.gz
md5sums = 8c29d5a17207489c9d61a8b501774af4
diff --git a/PKGBUILD b/PKGBUILD
index b64632bbb0fa..317e5280a208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=libshout-idjc
pkgver=2.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="Libshout library plus some extensions for IDJC."
arch=(i686 x86_64)
url="http://idjc.sourceforge.net/"
-depends=('libvorbis' 'libtheora' 'speex' 'openssl')
+depends=('libvorbis' 'libtheora' 'speex' 'openssl' 'twolame' 'python-mutagen')
options=('!emptydirs')
source=("http://downloads.sourceforge.net/idjc/${pkgname}/${pkgname}-${pkgver}.tar.gz")
license=('LGPL')
@@ -14,7 +14,7 @@ license=('LGPL')
build()
{
cd "$srcdir/$pkgname-$pkgver"
- autoreconf -fi
+# autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make LDFLAGS+=-lspeex
}