summaryrefslogtreecommitdiff
path: root/community/libmirage
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-29 03:34:34 +0000
committerroot <root@rshg054.dnsready.net>2012-02-29 03:34:34 +0000
commit32b05a621cb20af1bd4b7cd6f5609b7512bb20f1 (patch)
tree60ba7e9c94b5ea69643a2022cd2ff890958da0f9 /community/libmirage
parent1f567a9d58d16b76320168f0624aa55bd6320284 (diff)
Wed Feb 29 03:34:34 UTC 2012
Diffstat (limited to 'community/libmirage')
-rw-r--r--community/libmirage/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/libmirage/PKGBUILD b/community/libmirage/PKGBUILD
index b0d1ba02b..0238a6320 100644
--- a/community/libmirage/PKGBUILD
+++ b/community/libmirage/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 56986 2011-10-17 16:29:39Z bpiotrowski $
+# $Id: PKGBUILD 66729 2012-02-27 20:41:55Z heftig $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>
pkgname=libmirage
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="CD-ROM image (B6T/CCD/CDI/CUE/ISO/MDS/NRG/TOC) access library"
arch=('i686' 'x86_64')
url="http://cdemu.sourceforge.net/"
license=('GPL')
-depends=('glib2' 'libsndfile')
-makedepends=('bison' 'flex')
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz)
+depends=('glib2' 'libsndfile' 'zlib')
+makedepends=('bison' 'flex' 'gtk-doc')
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
options=(!libtool)
-md5sums=('cd6cc75e1b76a0ef72821b30168c94d9')
+md5sums=('b60d9baa754efee6e0f6a584ec033fff')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static
make
}