[Frugalware-git] kdetesting2: darktable-0.7.1-1-i686 * version bump * fixing up2date * added patch for exiv 0.21 * using gnome-scriptlet * MUST be move to gnome-extra

Devil505 devil505linux at gmail.com
Wed Jan 26 20:23:52 CET 2011


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=d4b8481833a624a88de4303556ac0918443528cf

commit d4b8481833a624a88de4303556ac0918443528cf
Author: Devil505 <devil505linux at gmail.com>
Date:   Fri Jan 14 16:05:23 2011 +0100

darktable-0.7.1-1-i686
* version bump
* fixing up2date
* added patch for exiv 0.21
* using gnome-scriptlet
* MUST be move to gnome-extra

diff --git a/source/xapps-extra/darktable/FrugalBuild b/source/xapps-extra/darktable/FrugalBuild
index 90eeaa5..b6c00df 100644
--- a/source/xapps-extra/darktable/FrugalBuild
+++ b/source/xapps-extra/darktable/FrugalBuild
@@ -2,14 +2,17 @@
# Maintainer: Kooda <kooda at upyum.com>

pkgname=darktable
-pkgver=0.5
-pkgrel=4
+pkgver=0.7.1
+pkgrel=1
pkgdesc="A virtual lighttable and darkroom for photographers (manage RAW images)"
-depends=('sqlite3' 'libjpeg' 'libpng>=1.4.3' 'gtk+2' 'cairo' 'libglade' 'lcms' 'gegl' 'exiv2>=0.21' 'gconf' 'libtiff' 'lensfun')
+depends=('curl' 'libgphoto2' 'openexr>=1.6.1' 'lcms' 'exiv2>=0.21' 'libglade' 'sqlite3' 'gconf' \
+    'libgnome-keyring' 'librsvg' 'lensfun')
makedepends=('intltool')
groups=('xapps-extra')
archs=('i686' 'x86_64')
-_F_sourceforge_ext=".tar.bz2"
-Finclude sourceforge
-sha1sums=('4e7181927898be5e028c002c1f4cef6cef0dd605')
+_F_gnome_iconcache="y"
+Finclude sourceforge gnome-scriptlet
+source=($source fix-build-exiv21.patch)
+sha1sums=('c0cb70f89ec5662f0eb3b38e7f4019235e93d5e4' \
+          'd23b37b0582ae3c124edb74434698889a5bf4e15')

diff --git a/source/xapps-extra/darktable/fix-build-exiv21.patch b/source/xapps-extra/darktable/fix-build-exiv21.patch
new file mode 100644
index 0000000..8b85f5b
--- /dev/null
+++ b/source/xapps-extra/darktable/fix-build-exiv21.patch
@@ -0,0 +1,17 @@
+diff -Naur darktable-0.7.orig/src/common/exif.cc
+darktable-0.7/src/common/exif.cc
+--- darktable-0.7.orig/src/common/exif.cc 2010-11-20 12:35:27.000000000 +0100
++++ darktable-0.7/src/common/exif.cc 2011-01-03 19:05:34.242131001 +0100
+@@ -29,11 +29,7 @@
+ #include "common/imageio.h"
+ }
+ // #include <libexif/exif-data.h>
+-#include <exiv2/xmp.hpp>
+-#include <exiv2/error.hpp>
+-#include <exiv2/image.hpp>
+-#include <exiv2/exif.hpp>
+-#include <exiv2/canonmn.hpp>
++#include <exiv2/exiv2.hpp>
+ #include <sqlite3.h>
+ #include <iostream>
+ #include <fstream>


More information about the Frugalware-git mailing list