summaryrefslogtreecommitdiff
path: root/community/dvdisaster
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-16 10:34:49 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-16 10:34:49 +0100
commitf24ad15758f8eebcc46cb0c210f888491869d3f0 (patch)
tree85c74dd33e056502de7a306161d28f5b15b274c2 /community/dvdisaster
parent5f4568c7f7ba204bc047d2c74a5721f23024b339 (diff)
parent636ce8849a9c82c1787c2919ffcfe6685cb799d3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/darkstat/PKGBUILD community/dbmail/PKGBUILD community/dvdisaster/PKGBUILD community/epic4/PKGBUILD community/fb-client/PKGBUILD community/fcrackzip/PKGBUILD community/fdupes/PKGBUILD community/flobopuyo/PKGBUILD community/intel-tbb/PKGBUILD community/openbsd-netcat/PKGBUILD community/sunpinyin/PKGBUILD community/tinc/PKGBUILD community/uudeview/PKGBUILD community/zathura/PKGBUILD core/libedit/PKGBUILD core/mkinitcpio-busybox/PKGBUILD core/openssl/PKGBUILD core/util-linux/PKGBUILD extra/lua/PKGBUILD gnome-unstable/pidgin/PKGBUILD testing/openssl/PKGBUILD testing/sudo/PKGBUILD testing/udev/PKGBUILD testing/util-linux/PKGBUILD
Diffstat (limited to 'community/dvdisaster')
-rw-r--r--community/dvdisaster/PKGBUILD17
1 files changed, 12 insertions, 5 deletions
diff --git a/community/dvdisaster/PKGBUILD b/community/dvdisaster/PKGBUILD
index ef29f0595..022b3a3dd 100644
--- a/community/dvdisaster/PKGBUILD
+++ b/community/dvdisaster/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 42285 2011-03-16 04:44:26Z ebelanger $
+# $Id: PKGBUILD 67594 2012-03-13 13:14:16Z lcarlier $
# Contributor: Biru Ionut <ionut@archlinux.ro>
# Contributor: Luke McCarthy <luke@iogopro.co.uk>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=dvdisaster
-pkgver=0.72.2
-pkgrel=1.1
+pkgver=0.72.3
+pkgrel=1
pkgdesc="Provides a margin of safety against data loss on CD and DVD media caused by aging or scratches"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.dvdisaster.com/"
@@ -13,11 +13,17 @@ license=('GPL')
depends=('gtk2')
options=('!makeflags')
source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2 dvdisaster.desktop)
-md5sums=('312bceef3bf9c0754cf633ed3b12eb71' '3a0d6657c47b20a43b93c0e5d58d755a')
-sha1sums=('f560990e2047ecf0be50c425262046828399fbc3' 'b1e6f372508157923bbb83da7b9af2a51137c589')
+md5sums=('4eb09c1aa3cdbc1dafdb075148fb471d'
+ '3a0d6657c47b20a43b93c0e5d58d755a')
+sha1sums=('6ed08f8e52f4b90b39134b0caf9b5f0df221b0da'
+ 'b1e6f372508157923bbb83da7b9af2a51137c589')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # fix png tools building with libpng-1.5.x
+ sed -i '24i#include <zlib.h>' tools/pngio.h
+
./configure --prefix=/usr \
--mandir=/usr/share/man --docdir=/usr/share/doc \
--localedir=/usr/share/locale \
@@ -27,6 +33,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
make BUILDROOT="${pkgdir}" install
rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
install -D -m 644 ${srcdir}/dvdisaster.desktop \