summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-10-21 15:41:04 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-10-21 15:41:04 -0500
commitb5b5e6aae83c532c570fe27ae4cc0606d33313b2 (patch)
tree7847275524c33e2eb6114abf01a1dc87fb375f11 /pcr
parent4f8be3b478a18673d52f84d654bbb982b670646a (diff)
libshout-idjc-2.4.1-2: updating version
Diffstat (limited to 'pcr')
-rw-r--r--pcr/libshout-idjc/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/pcr/libshout-idjc/PKGBUILD b/pcr/libshout-idjc/PKGBUILD
index afecbc092..84ece611c 100644
--- a/pcr/libshout-idjc/PKGBUILD
+++ b/pcr/libshout-idjc/PKGBUILD
@@ -1,19 +1,23 @@
-# Mantainer (Arch): M0Rf30
+# Maintainer (Arch): M0Rf30
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+
pkgname=libshout-idjc
-pkgver=2.3.1
+pkgver=2.4.1
pkgrel=2
-pkgdesc="Libshout-idjc is libshout plus some extensions for IDJC."
+pkgdesc="Libshout library plus some extensions for IDJC."
arch=(i686 x86_64)
url="http://idjc.sourceforge.net/"
depends=('libvorbis' 'libtheora' 'speex')
options=('!libtool' '!emptydirs')
source=("http://downloads.sourceforge.net/idjc/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+provides=('libshout')
+conflicts=('libshout')
license=('LGPL')
build()
{
cd "$srcdir/$pkgname-$pkgver"
+ autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make LDFLAGS+=-lspeex
}
@@ -21,6 +25,7 @@ build()
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
+
}
-md5sums=('7b2cb89f1e7863522597b1e27fd4a2b7')
+md5sums=('8c29d5a17207489c9d61a8b501774af4')