[arch-commits] CVS update of extra/multimedia/gimp-ufraw (PKGBUILD exiv2-0.14.patch)

Tobias Kieslich tobias at archlinux.org
Wed Nov 21 21:54:12 UTC 2007


    Date: Wednesday, November 21, 2007 @ 16:54:12
  Author: tobias
    Path: /home/cvs-extra/extra/multimedia/gimp-ufraw

Modified: PKGBUILD (1.19 -> 1.20)
 Removed: exiv2-0.14.patch (1.1)

upstream bump


------------------+
 PKGBUILD         |    6 +++---
 exiv2-0.14.patch |   31 -------------------------------
 2 files changed, 3 insertions(+), 34 deletions(-)


Index: extra/multimedia/gimp-ufraw/PKGBUILD
diff -u extra/multimedia/gimp-ufraw/PKGBUILD:1.19 extra/multimedia/gimp-ufraw/PKGBUILD:1.20
--- extra/multimedia/gimp-ufraw/PKGBUILD:1.19	Thu Nov  8 17:02:28 2007
+++ extra/multimedia/gimp-ufraw/PKGBUILD	Wed Nov 21 16:54:12 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.19 2007/11/08 22:02:28 tobias Exp $
+# $Id: PKGBUILD,v 1.20 2007/11/21 21:54:12 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=gimp-ufraw
 _srcname=ufraw
-pkgver=0.12.1
+pkgver=0.13
 pkgrel=1
 pkgdesc="standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/"
@@ -13,7 +13,7 @@
 depends=('lcms' 'gtk2' 'libexif' 'exiv2')
 makedepends=('gimp')
 source=(http://dl.sourceforge.net/sourceforge/${_srcname}/${_srcname}-${pkgver}.tar.gz)
-md5sums=('2cc338722358e01c3e113749f20d35c7')
+md5sums=('6470f787a8f62f6e1642161e3c8d557b')
 
 build() {
   cd ${startdir}/src/${_srcname}-${pkgver}
Index: extra/multimedia/gimp-ufraw/exiv2-0.14.patch
diff -u extra/multimedia/gimp-ufraw/exiv2-0.14.patch:1.1 extra/multimedia/gimp-ufraw/exiv2-0.14.patch:removed
--- extra/multimedia/gimp-ufraw/exiv2-0.14.patch:1.1	Mon Jun 11 19:29:12 2007
+++ extra/multimedia/gimp-ufraw/exiv2-0.14.patch	Wed Nov 21 16:54:12 2007
@@ -1,31 +0,0 @@
---- ufraw-0.11/configure.ac.exiv2	2007-03-06 15:02:40.000000000 -0600
-+++ ufraw-0.11/configure.ac	2007-04-25 13:09:06.000000000 -0500
-@@ -185,12 +185,17 @@
- AC_MSG_RESULT($with_exiv2)
- have_exiv2=no
- if test $with_exiv2 = yes; then
-+PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.14,
-+ [ have_exiv2=yes
-+   AC_DEFINE(HAVE_EXIV2, 1, have exiv2)],
-+ [ 
-   AC_CHECK_PROGS(EXIV2_CONFIG, exiv2-config, , $PATH)
-   if test -n "$EXIV2_CONFIG"; then
-     have_exiv2=yes
-     AC_DEFINE(HAVE_EXIV2, 1, have exiv2)
-     EXIV2_LIBS=`$EXIV2_CONFIG --libs`
-   fi
-+ ])
- fi
- 
- UFRAW_CFLAGS="$UFRAW_CFLAGS $EXIF_CFLAGS $GIMP_CFLAGS $GTK_CFLAGS $GLIB_CFLAGS $LCMS_CFLAGS"
---- ufraw-0.11/ufraw_exiv2.cc.exiv2	2007-02-08 15:28:41.000000000 -0600
-+++ ufraw-0.11/ufraw_exiv2.cc	2007-04-25 13:10:16.000000000 -0500
-@@ -201,7 +201,7 @@
- }
- catch (Exiv2::AnyError& e) {
-     std::cerr.rdbuf(savecerr);
--    ufraw_message(UFRAW_SET_WARNING, "%s\n", e.what().c_str());
-+    ufraw_message(UFRAW_SET_WARNING, "%s\n", e.what());
-     return UFRAW_ERROR;
- }
- 




More information about the arch-commits mailing list