pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp-resynthesizer Initial import of gimp-res...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/063da7c373a0
branches:  trunk
changeset: 574312:063da7c373a0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 14 00:01:31 2010 +0000

description:
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:

 graphics/gimp-resynthesizer/DESCR    |  11 +++++++++++
 graphics/gimp-resynthesizer/Makefile |  34 ++++++++++++++++++++++++++++++++++
 graphics/gimp-resynthesizer/PLIST    |   5 +++++
 graphics/gimp-resynthesizer/distinfo |   5 +++++
 4 files changed, 55 insertions(+), 0 deletions(-)

diffs (71 lines):

diff -r 8310bd4e2ddf -r 063da7c373a0 graphics/gimp-resynthesizer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-resynthesizer/DESCR Wed Apr 14 00:01:31 2010 +0000
@@ -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 -r 8310bd4e2ddf -r 063da7c373a0 graphics/gimp-resynthesizer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-resynthesizer/Makefile      Wed Apr 14 00:01:31 2010 +0000
@@ -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@localhost
+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 -r 8310bd4e2ddf -r 063da7c373a0 graphics/gimp-resynthesizer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-resynthesizer/PLIST Wed Apr 14 00:01:31 2010 +0000
@@ -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 -r 8310bd4e2ddf -r 063da7c373a0 graphics/gimp-resynthesizer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-resynthesizer/distinfo      Wed Apr 14 00:01:31 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index