pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp-rawphoto import rawphoto-1.19, a GIMP im...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b0423077c90
branches: trunk
changeset: 488522:2b0423077c90
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Feb 02 21:16:34 2005 +0000
description:
import rawphoto-1.19, a GIMP import plugin for raw-format dicgicam images
diffstat:
graphics/gimp-rawphoto/DESCR | 4 ++++
graphics/gimp-rawphoto/MESSAGE | 4 ++++
graphics/gimp-rawphoto/Makefile | 27 +++++++++++++++++++++++++++
graphics/gimp-rawphoto/PLIST | 2 ++
graphics/gimp-rawphoto/distinfo | 5 +++++
graphics/gimp-rawphoto/patches/patch-aa | 18 ++++++++++++++++++
6 files changed, 60 insertions(+), 0 deletions(-)
diffs (84 lines):
diff -r 9a9fca3e21a2 -r 2b0423077c90 graphics/gimp-rawphoto/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-rawphoto/DESCR Wed Feb 02 21:16:34 2005 +0000
@@ -0,0 +1,4 @@
+This i a plug-in for GIMP-2.0 for loading of digital camera
+raw format files. It uses Dave Coffin "dcraw" utility for conversion
+and interpolation of the data stored in the raw file. The rest of the
+color manipulations are done inside the plug-in in the 16bit color space.
diff -r 9a9fca3e21a2 -r 2b0423077c90 graphics/gimp-rawphoto/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-rawphoto/MESSAGE Wed Feb 02 21:16:34 2005 +0000
@@ -0,0 +1,4 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2005/02/02 21:16:34 drochner Exp $
+Install graphics/dcraw before using this plugin.
+===========================================================================
diff -r 9a9fca3e21a2 -r 2b0423077c90 graphics/gimp-rawphoto/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-rawphoto/Makefile Wed Feb 02 21:16:34 2005 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/02 21:16:34 drochner Exp $
+#
+
+DISTNAME= rawphoto-200410220928
+PKGNAME= gimp-rawphoto-1.19
+CATEGORIES= graphics
+MASTER_SITES= http://ptj.rozeta.com.pl/Soft/rawphoto/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://ptj.rozeta.com.pl/Soft/RawPhoto
+COMMENT= Digicam RAW file importer for GIMP
+
+WRKSRC= ${WRKDIR}/rawphoto-200410220910/src
+USE_BUILDLINK3= yes
+BUILD_TARGET= build
+
+pre-build:
+ ${LN} -sf ${LOCALBASE}/bin/gimptool-2.0 \
+ ${BUILDLINK_DIR}/bin/gimptool
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/rawphoto \
+ ${PREFIX}/lib/gimp/2.0/plug-ins
+
+.include "../../graphics/gimp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9a9fca3e21a2 -r 2b0423077c90 graphics/gimp-rawphoto/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-rawphoto/PLIST Wed Feb 02 21:16:34 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/02 21:16:34 drochner Exp $
+lib/gimp/2.0/plug-ins/rawphoto
diff -r 9a9fca3e21a2 -r 2b0423077c90 graphics/gimp-rawphoto/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-rawphoto/distinfo Wed Feb 02 21:16:34 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/02 21:16:34 drochner Exp $
+
+SHA1 (rawphoto-200410220928.tgz) = 413db61a75c43f10c067b9e22180c70874f2636a
+Size (rawphoto-200410220928.tgz) = 17289 bytes
+SHA1 (patch-aa) = 7695b571be7832b6611f6f8d56f3d6dc7d3292dc
diff -r 9a9fca3e21a2 -r 2b0423077c90 graphics/gimp-rawphoto/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-rawphoto/patches/patch-aa Wed Feb 02 21:16:34 2005 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/02/02 21:16:34 drochner Exp $
+
+--- Makefile.orig 2005-02-02 19:27:32.000000000 +0100
++++ Makefile
+@@ -1,11 +1,11 @@
+
+ CGIMPFLAGS=`gimptool --cflags`
+ CGTGFLAGS=`gtk-config --cflags`
+-CFLAGS=$(CGIMPFLAGS) $(CGTKFLAGS)
++CFLAGS=$(CGIMPFLAGS) #$(CGTKFLAGS)
+
+ LDGIMPFLAGS=`gimptool --libs`
+ LDGTKFLAGS=`gtk-config --libs`
+-LDFLAGS=$(LDGIMPFLAGS) $(LDGTKFLAGS)
++LDFLAGS=$(LDGIMPFLAGS) #$(LDGTKFLAGS)
+
+ build: rawphoto
+
Home |
Main Index |
Thread Index |
Old Index