diff options
author | wiz <wiz@pkgsrc.org> | 2010-04-14 00:01:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-04-14 00:01:31 +0000 |
commit | af10280abf88cfcd0b9da6bbb203776fd144bf69 (patch) | |
tree | 6bf0377e8f640853effd3967f30313267c0a390a /graphics | |
parent | 9798dcc6b7e0930bd868a087010caedb40ffcdea (diff) | |
download | pkgsrc-af10280abf88cfcd0b9da6bbb203776fd144bf69.tar.gz |
Initial import of gimp-resynthesizer-0.16:
Resynthesizer is a Gimp plug-in for texture synthesis. Given a
sample of a texture, it can create more of that texture. This has
a surprising number of uses:
* Creating more of a texture
(including creation of tileable textures)
* Removing objects from images
(great for touching up photos)
* Creating themed images
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-resynthesizer/DESCR | 11 | ||||
-rw-r--r-- | graphics/gimp-resynthesizer/Makefile | 34 | ||||
-rw-r--r-- | graphics/gimp-resynthesizer/PLIST | 5 | ||||
-rw-r--r-- | graphics/gimp-resynthesizer/distinfo | 5 |
4 files changed, 55 insertions, 0 deletions
diff --git a/graphics/gimp-resynthesizer/DESCR b/graphics/gimp-resynthesizer/DESCR new file mode 100644 index 00000000000..661691805ae --- /dev/null +++ b/graphics/gimp-resynthesizer/DESCR @@ -0,0 +1,11 @@ +Resynthesizer is a Gimp plug-in for texture synthesis. Given a +sample of a texture, it can create more of that texture. This has +a surprising number of uses: + + * Creating more of a texture + (including creation of tileable textures) + + * Removing objects from images + (great for touching up photos) + + * Creating themed images diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile new file mode 100644 index 00000000000..9b5bfb39a8a --- /dev/null +++ b/graphics/gimp-resynthesizer/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/14 00:01:31 wiz Exp $ +# + +DISTNAME= resynthesizer-0.16 +PKGNAME= gimp-${DISTNAME} +CATEGORIES= graphics +MASTER_SITES= http://www.logarithmic.net/pfh-files/resynthesizer/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.logarithmic.net/pfh-files/resynthesizer/ +COMMENT= Gimp plug-in for texture synthesis +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c++ +USE_TOOLS+= pkg-config + +INSTALLATION_DIRS= lib/gimp/2.0/plug-ins +INSTALLATION_DIRS+= share/gimp/2.0/scripts +INSTALLATION_DIRS+= share/doc/gimp-resynthesizer + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/resynth \ + ${DESTDIR}${PREFIX}/lib/gimp/2.0/plug-ins/ + ${INSTALL_DATA} ${WRKSRC}/smart-enlarge.scm \ + ${DESTDIR}${PREFIX}/share/gimp/2.0/scripts/ + ${INSTALL_DATA} ${WRKSRC}/smart-remove.scm \ + ${DESTDIR}${PREFIX}/share/gimp/2.0/scripts/ + ${INSTALL_DATA} ${WRKSRC}/README \ + ${DESTDIR}${PREFIX}/share/doc/gimp-resynthesizer + +.include "../../graphics/gimp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gimp-resynthesizer/PLIST b/graphics/gimp-resynthesizer/PLIST new file mode 100644 index 00000000000..23e8bb504cc --- /dev/null +++ b/graphics/gimp-resynthesizer/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/14 00:01:31 wiz Exp $ +lib/gimp/2.0/plug-ins/resynth +share/doc/gimp-resynthesizer/README +share/gimp/2.0/scripts/smart-enlarge.scm +share/gimp/2.0/scripts/smart-remove.scm diff --git a/graphics/gimp-resynthesizer/distinfo b/graphics/gimp-resynthesizer/distinfo new file mode 100644 index 00000000000..4bb48d29df9 --- /dev/null +++ b/graphics/gimp-resynthesizer/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/14 00:01:31 wiz Exp $ + +SHA1 (resynthesizer-0.16.tar.gz) = 9a7a6318b18d9546d712441594041c4ca47952d7 +RMD160 (resynthesizer-0.16.tar.gz) = 4d232918d08ae52f2e1ebed5897b40788be6c350 +Size (resynthesizer-0.16.tar.gz) = 18241 bytes |