pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp-fix-ca Fix-CA is a Gimp plug-in to corre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8771f00b24da
branches:  trunk
changeset: 529394:8771f00b24da
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sun Jun 03 07:48:13 2007 +0000

description:
Fix-CA is a Gimp plug-in to correct chromatic aberration (CA).

diffstat:

 graphics/gimp-fix-ca/DESCR    |   4 ++++
 graphics/gimp-fix-ca/Makefile |  32 ++++++++++++++++++++++++++++++++
 graphics/gimp-fix-ca/PLIST    |   2 ++
 graphics/gimp-fix-ca/distinfo |   5 +++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 45cc9b041ffd -r 8771f00b24da graphics/gimp-fix-ca/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-fix-ca/DESCR        Sun Jun 03 07:48:13 2007 +0000
@@ -0,0 +1,4 @@
+Fix-CA is a Gimp plug-in to correct chromatic aberration (CA).
+
+The Fix-CA plug-in can be accessed via the menu:
+        Filters->Colors->Chromatic Aberration....
diff -r 45cc9b041ffd -r 8771f00b24da graphics/gimp-fix-ca/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-fix-ca/Makefile     Sun Jun 03 07:48:13 2007 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/03 07:48:13 dsainty Exp $
+#
+
+DISTNAME=              gimp-fix-ca-2.1.0
+CATEGORIES=            graphics
+MASTER_SITES=          http://registry.gimp.org/file/fix-ca.c?action=download&id=8944&file=
+EXTRACT_SUFX=          .c
+FETCH_BEFORE_ARGS+=     -o ${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://kcd.sourceforge.net/fix-ca.php
+COMMENT=               GIMP plugin to correct chromatic aberration (CA)
+
+WRKSRC=                        ${WRKDIR}
+NO_CONFIGURE=          yes
+INSTALLATION_DIRS=     lib/gimp/2.0/plug-ins
+
+USE_TOOLS+=            pkg-config
+
+pre-build:
+       ${LN} -sf ${LOCALBASE}/bin/gimptool-2.0 \
+               ${BUILDLINK_DIR}/bin/gimptool
+
+do-build:
+       cd "${WRKDIR}"; gimptool --build ${DISTNAME}${EXTRACT_SUFX}
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} \
+               ${PREFIX}/lib/gimp/2.0/plug-ins/fix-ca
+
+.include "../../graphics/gimp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 45cc9b041ffd -r 8771f00b24da graphics/gimp-fix-ca/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-fix-ca/PLIST        Sun Jun 03 07:48:13 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/03 07:48:13 dsainty Exp $
+lib/gimp/2.0/plug-ins/fix-ca
diff -r 45cc9b041ffd -r 8771f00b24da graphics/gimp-fix-ca/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-fix-ca/distinfo     Sun Jun 03 07:48:13 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/03 07:48:13 dsainty Exp $
+
+SHA1 (gimp-fix-ca-2.1.0.c) = 5fa6d39c18902d2de933484b4a36eeba5c5f3208
+RMD160 (gimp-fix-ca-2.1.0.c) = 6ed5c278290c5bc59e9b64aa8ead01ebcc70f45d
+Size (gimp-fix-ca-2.1.0.c) = 24854 bytes



Home | Main Index | Thread Index | Old Index