mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Import gimp3-resynthesizer-plugin-3.0.
resynthesizer is a gimp plug-in that can recreate content: - enlarging textures - creating tilable images - removing parts of an image and replacing it with neighboring parts - adding texture from an image to another image warning: the plugin is somewhat slow, give it some time to see the progress bar move. At the moment, the "enlarging texture" functionality is broken (Menu entry Edit/Fill with pattern seamless) See https://github.com/bootchk/resynthesizer/issues/165 from espie; ok rsadowski@
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
COMMENT = gimp plugin for image reparation
|
||||
CATEGORIES = graphics
|
||||
|
||||
V = 3.0
|
||||
GH_PROJECT = resynthesizer
|
||||
GH_ACCOUNT = bootchk
|
||||
GH_TAGNAME = v$V
|
||||
|
||||
PKGNAME = gimp3-resynthesizer-plugin-$V
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += babl-0.1 c gegl-0.4 gimp-3.0 glib-2.0 gobject-2.0 intl
|
||||
WANTLIB += m
|
||||
|
||||
MODULES = devel/meson
|
||||
|
||||
LIB_DEPENDS = gimp->=3:graphics/gimp/snapshot
|
||||
|
||||
GIMP3_PLUGINS = lib/gimp/3.0/plug-ins
|
||||
SUBST_VARS += GIMP3_PLUGINS
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (resynthesizer-3.0.tar.gz) = 0PRZ5VHUKOPNP+xMPr/kSObilH2bJFUzczCNbUHd1YA=
|
||||
SIZE (resynthesizer-3.0.tar.gz) = 19968926
|
||||
@@ -0,0 +1,16 @@
|
||||
resynthesizer is a gimp plug-in that can recreate content:
|
||||
|
||||
- enlarging textures
|
||||
|
||||
- creating tilable images
|
||||
|
||||
- removing parts of an image and replacing it with neighboring parts
|
||||
|
||||
- adding texture from an image to another image
|
||||
|
||||
warning: the plugin is somewhat slow, give it some time to see the progress
|
||||
bar move.
|
||||
|
||||
At the moment, the "enlarging texture" functionality is broken
|
||||
(Menu entry Edit/Fill with pattern seamless)
|
||||
See https://github.com/bootchk/resynthesizer/issues/165
|
||||
@@ -0,0 +1,16 @@
|
||||
${GIMP3_PLUGINS}/plug-in-heal-selection/
|
||||
${GIMP3_PLUGINS}/plug-in-heal-selection/plug-in-heal-selection.scm
|
||||
${GIMP3_PLUGINS}/plug-in-heal-transparency/
|
||||
${GIMP3_PLUGINS}/plug-in-heal-transparency/plug-in-heal-transparency.scm
|
||||
${GIMP3_PLUGINS}/plug-in-map-style/
|
||||
${GIMP3_PLUGINS}/plug-in-map-style/plug-in-map-style.scm
|
||||
${GIMP3_PLUGINS}/plug-in-render-texture/
|
||||
${GIMP3_PLUGINS}/plug-in-render-texture/plug-in-render-texture.scm
|
||||
${GIMP3_PLUGINS}/plug-in-resynth-controls/
|
||||
${GIMP3_PLUGINS}/plug-in-resynth-controls/plug-in-resynth-controls.scm
|
||||
${GIMP3_PLUGINS}/plug-in-resynth-fill-pattern/
|
||||
${GIMP3_PLUGINS}/plug-in-resynth-fill-pattern/plug-in-resynth-fill-pattern.scm
|
||||
${GIMP3_PLUGINS}/plug-in-uncrop/
|
||||
${GIMP3_PLUGINS}/plug-in-uncrop/plug-in-uncrop.scm
|
||||
${GIMP3_PLUGINS}/resynthesizer/
|
||||
@bin ${GIMP3_PLUGINS}/resynthesizer/resynthesizer
|
||||
Reference in New Issue
Block a user