import ufraw-0.3, a GIMP import plugin for raw-format dicgicam images
(this competes with the gimp-rawphoto plugin, but not in a pkgsrc sense, so I'll leave it to the user to sort it out)
This commit is contained in:
parent
6f8217d3ec
commit
4be2435843
4 changed files with 35 additions and 0 deletions
5
graphics/gimp-ufraw/DESCR
Normal file
5
graphics/gimp-ufraw/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
UFRaw is a utility to read and manipulate raw images from digital cameras.
|
||||
It can be used by itself or as a Gimp plug-in.
|
||||
It reads raw images using Dave Coffin's raw conversion utility DCRaw.
|
||||
And it supports basic color management using Little CMS, allowing
|
||||
the user to apply color profiles.
|
24
graphics/gimp-ufraw/Makefile
Normal file
24
graphics/gimp-ufraw/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/02/02 21:22:10 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ufraw-0.3
|
||||
PKGNAME= gimp-ufraw-0.3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
HOMEPAGE= http://ufraw.sourceforge.net/
|
||||
COMMENT= GIMP plug-in for raw digicam import
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
USE_GNU_TOOLS+= make
|
||||
BUILD_TARGET= build
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ufraw-gimp \
|
||||
${PREFIX}/lib/gimp/2.0/plug-ins
|
||||
|
||||
.include "../../devel/pkgconfig/buildlink3.mk"
|
||||
.include "../../graphics/gimp/buildlink3.mk"
|
||||
.include "../../graphics/lcms/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
graphics/gimp-ufraw/PLIST
Normal file
2
graphics/gimp-ufraw/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/02 21:22:10 drochner Exp $
|
||||
lib/gimp/2.0/plug-ins/ufraw-gimp
|
4
graphics/gimp-ufraw/distinfo
Normal file
4
graphics/gimp-ufraw/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/02/02 21:22:10 drochner Exp $
|
||||
|
||||
SHA1 (ufraw-0.3.tar.gz) = 8edd345af655a77133999aa00be28cc5cbf2d836
|
||||
Size (ufraw-0.3.tar.gz) = 97908 bytes
|
Loading…
Reference in a new issue