summaryrefslogtreecommitdiff
path: root/community/libmirage/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-29 02:31:43 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-29 02:31:43 -0300
commite87b42b0f90e1a4d8b255f1dab945f2f3bb13cdc (patch)
treee36d5720f76b5db9dd5f97260108607023d7d2e7 /community/libmirage/PKGBUILD
parentc0e37a8f32f335c12352f23cdc73113099e057ec (diff)
parent32b05a621cb20af1bd4b7cd6f5609b7512bb20f1 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/avfs/PKGBUILD extra/gtk2/PKGBUILD extra/hercules/PKGBUILD multilib/lib32-libcap/PKGBUILD multilib/lib32-qt/PKGBUILD
Diffstat (limited to 'community/libmirage/PKGBUILD')
-rw-r--r--community/libmirage/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/libmirage/PKGBUILD b/community/libmirage/PKGBUILD
index 7f21a13b1..d87125886 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' 'mips64el')
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
}