summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-12-14 16:09:28 +0000
committergdt <gdt@pkgsrc.org>2014-12-14 16:09:28 +0000
commit60cb342e54dc77549b3f2d6c8d1b63e03757017b (patch)
treed3457aa2017d9b5e7e8394209f15118240918882 /graphics
parent1d933a3b7ada0508592a2ffef1f8551fac4215e0 (diff)
downloadpkgsrc-60cb342e54dc77549b3f2d6c8d1b63e03757017b.tar.gz
Update to 0.20.
patch-ufraw.h (extern C guards) was applied upstream. Upstream NEWS: 24/09/2014 - UFRaw-0.20 released, based on DCRaw v 9.22. Fuji X-Trans filters are finally supported.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-ufraw/Makefile5
-rw-r--r--graphics/gimp-ufraw/PLIST3
-rw-r--r--graphics/gimp-ufraw/distinfo9
-rw-r--r--graphics/gimp-ufraw/patches/patch-ufraw.h26
4 files changed, 8 insertions, 35 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index 563be979994..bc151dcf713 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.94 2014/06/07 12:11:23 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2014/12/14 16:09:28 gdt Exp $
# Note that upstream has replaced tarballs without changing the
# version number (e.g., 0.19.2 had two different tarballs).
# Therefore, it is suggested to wait a week after a release before
# updating pkgsrc.
-DISTNAME= ufraw-0.19.2
+DISTNAME= ufraw-0.20
PKGNAME= gimp-${DISTNAME}
-PKGREVISION= 11
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
DIST_SUBDIR= 20130327
diff --git a/graphics/gimp-ufraw/PLIST b/graphics/gimp-ufraw/PLIST
index 72bc75f2c8a..2d0c1176d2c 100644
--- a/graphics/gimp-ufraw/PLIST
+++ b/graphics/gimp-ufraw/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.15 2011/12/17 13:58:28 drochner Exp $
+@comment $NetBSD: PLIST,v 1.16 2014/12/14 16:09:29 gdt Exp $
bin/ufraw
bin/ufraw-batch
lib/gimp/2.0/plug-ins/ufraw-gimp
man/man1/ufraw.1
+share/appdata/ufraw.appdata.xml
share/applications/ufraw.desktop
share/gconf/schemas/ufraw.schemas
share/locale/ca/LC_MESSAGES/ufraw.mo
diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo
index 857a3004081..c6c448821ac 100644
--- a/graphics/gimp-ufraw/distinfo
+++ b/graphics/gimp-ufraw/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.30 2013/08/30 22:35:32 joerg Exp $
+$NetBSD: distinfo,v 1.31 2014/12/14 16:09:29 gdt Exp $
-SHA1 (20130327/ufraw-0.19.2.tar.gz) = 11a607e874eb16453a8f7964e4946a29d18b071d
-RMD160 (20130327/ufraw-0.19.2.tar.gz) = 358b29124496acc6bff25c1a258cb5b8d64c6359
-Size (20130327/ufraw-0.19.2.tar.gz) = 980934 bytes
-SHA1 (patch-ufraw.h) = e13d09f0ef158e5a8dfb10235fdb9cebc56e0596
+SHA1 (20130327/ufraw-0.20.tar.gz) = f2f456c6ec5ab128433502eae05b82a7ed636f3e
+RMD160 (20130327/ufraw-0.20.tar.gz) = 8bc636a3bd643d00e2a8ad69a27125b6e732ca4b
+Size (20130327/ufraw-0.20.tar.gz) = 1086969 bytes
diff --git a/graphics/gimp-ufraw/patches/patch-ufraw.h b/graphics/gimp-ufraw/patches/patch-ufraw.h
deleted file mode 100644
index e469085e32e..00000000000
--- a/graphics/gimp-ufraw/patches/patch-ufraw.h
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ufraw.h,v 1.1 2013/08/30 22:35:32 joerg Exp $
-
---- ufraw.h.orig 2013-08-30 20:12:47.000000000 +0000
-+++ ufraw.h
-@@ -55,6 +55,10 @@ extern const char uf_auto_wb[];
- * UFObject Definitions for ufraw_settings.cc
- */
-
-+#ifdef __cplusplus
-+extern "C" {
-+#endif // __cplusplus
-+
- extern UFName ufWB;
- extern UFName ufPreset;
- extern UFName ufWBFineTuning;
-@@ -78,10 +82,6 @@ extern UFName ufRawImage;
- extern UFName ufRawResources;
- extern UFName ufCommandLine;
-
--#ifdef __cplusplus
--extern "C" {
--#endif // __cplusplus
--
- UFObject *ufraw_image_new();
- #ifdef HAVE_LENSFUN
- UFObject *ufraw_lensfun_new();