Fix-CA is a Gimp plug-in to correct chromatic aberration (CA).
This commit is contained in:
parent
d3b77b4bff
commit
6e117aba04
4 changed files with 43 additions and 0 deletions
4
graphics/gimp-fix-ca/DESCR
Normal file
4
graphics/gimp-fix-ca/DESCR
Normal file
|
@ -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....
|
32
graphics/gimp-fix-ca/Makefile
Normal file
32
graphics/gimp-fix-ca/Makefile
Normal file
|
@ -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
|
||||
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"
|
2
graphics/gimp-fix-ca/PLIST
Normal file
2
graphics/gimp-fix-ca/PLIST
Normal file
|
@ -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
|
5
graphics/gimp-fix-ca/distinfo
Normal file
5
graphics/gimp-fix-ca/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue