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
This commit is contained in:
parent
9798dcc6b7
commit
af10280abf
4 changed files with 55 additions and 0 deletions
11
graphics/gimp-resynthesizer/DESCR
Normal file
11
graphics/gimp-resynthesizer/DESCR
Normal file
|
@ -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
|
34
graphics/gimp-resynthesizer/Makefile
Normal file
34
graphics/gimp-resynthesizer/Makefile
Normal file
|
@ -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"
|
5
graphics/gimp-resynthesizer/PLIST
Normal file
5
graphics/gimp-resynthesizer/PLIST
Normal file
|
@ -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
|
5
graphics/gimp-resynthesizer/distinfo
Normal file
5
graphics/gimp-resynthesizer/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue