Skip to content

Commit 961be40

Browse files
committed
Import resynthesizer 0.16, replacing the old singleton package
gimp-resynthesizer
1 parent 68146e1 commit 961be40

11 files changed

+97
-4
lines changed

debian/control

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Depends: gimp (>= 2.6),
1818
${shlibs:Depends}, ${misc:Depends},
1919
python, libtiff-tools, xdg-utils
2020
Suggests: icc-profiles
21-
Conflicts: gimp-refocus (<< 0.9.0-2), gimp-save-for-web
22-
Replaces: gimp-refocus (<< 0.9.0-2), gimp-save-for-web
21+
Conflicts: gimp-refocus (<< 0.9.0-2), gimp-save-for-web, gimp-resynthesizer
22+
Replaces: gimp-refocus (<< 0.9.0-2), gimp-save-for-web, gimp-resynthesizer
2323
Provides: gimp-save-for-web
2424
Enhances: gimp
2525
Recommends: gimp-gmic
@@ -141,6 +141,10 @@ Description: repository of optional extensions for GIMP
141141
fact that image pixels are averaged with their neighbors. Blurred images
142142
don't have sharp boundaries and look as though they have been taken with
143143
an unfocused camera.
144+
* resynthesizer (1.0-g0db24a9):
145+
This gimp plugin takes samples of textures, and synthesizes larger textures
146+
from them. It can be used to extend textures (including making tileable
147+
textures), remove objects from textures, and make themed images.
144148
* Save for Web (0.29.0):
145149
Allows to experiment with various popular web format options. It shows
146150
an automatically updated preview and file size statistics.

debian/control.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Depends: gimp (>= 2.6),
1818
${shlibs:Depends}, ${misc:Depends},
1919
python, libtiff-tools, xdg-utils
2020
Suggests: icc-profiles
21-
Conflicts: gimp-refocus (<< 0.9.0-2), gimp-save-for-web
22-
Replaces: gimp-refocus (<< 0.9.0-2), gimp-save-for-web
21+
Conflicts: gimp-refocus (<< 0.9.0-2), gimp-save-for-web, gimp-resynthesizer
22+
Replaces: gimp-refocus (<< 0.9.0-2), gimp-save-for-web, gimp-resynthesizer
2323
Provides: gimp-save-for-web
2424
Enhances: gimp
2525
Recommends: gimp-gmic

debian/copyright

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,6 +1269,39 @@ refocus:
12691269
Based on the Convolution Matrix plug-in by Lauri Alanko <la@iki.fi>
12701270

12711271

1272+
************************************************************
1273+
resynthesizer:
1274+
1275+
The plugin was downloaded from:
1276+
https://github.com/bootchk/resynthesizer/tree/
1277+
1278+
Upstream Maintainer: Lloyd Konneker <bootch@nc.rr.com>
1279+
1280+
Copyright 2000-2008 Paul Francis Harrison
1281+
Copyright 2002 Laurent Despeyroux
1282+
Copyright 2002 David Rodríguez García
1283+
Copyright 2010-2011 Lloyd Konneker <bootch@nc.rr.com>
1284+
1285+
License:
1286+
1287+
This package is free software; you can redistribute it and/or modify
1288+
it under the terms of the GNU General Public License as published by
1289+
the Free Software Foundation; either version 2 of the License, or
1290+
(at your option) any later version.
1291+
1292+
This package is distributed in the hope that it will be useful,
1293+
but WITHOUT ANY WARRANTY; without even the implied warranty of
1294+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1295+
GNU General Public License for more details.
1296+
1297+
You should have received a copy of the GNU General Public License
1298+
along with this package; if not, write to the Free Software
1299+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1300+
1301+
On Debian systems, the complete text of the GNU General
1302+
Public License can be found in `/usr/share/common-licenses/GPL-2'.
1303+
1304+
12721305
************************************************************
12731306
safe-for-web:
12741307

resynthesizer/Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
SRCDIR=bootchk-resynthesizer-0db24a9
2+
TARFILE=$(SRCDIR).dfsg.tar.gz
3+
4+
include ../common-autotools.mk
5+
6+
$(SRCDIR)/configure: unpack-stamp
7+
8+
unpack-stamp:
9+
tar xzvf $(TARFILE)
10+
touch unpack-stamp
11+
12+
clean::
13+
rm -rf $(SRCDIR) unpack-stamp

resynthesizer/README.source

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
gimp-plugin-registry (3.5.3) unstable; urgency=low
2+
3+
The configure and build process for this plugin is rather unclean; it modifies
4+
a number of autotools files and leaves binary test results around after make
5+
clean. It also contains binary images for test purposes, with unclear
6+
copyright attribution.
7+
8+
As such, rather than monkey-patching upstream's code, I've chosen simply to
9+
re-extract it each build. Additionally, the test images have been removed until
10+
I can figure out who they belong to.
11+
12+
-- Bryan Donlan <bd@homuhomu> Wed, 04 May 2011 00:24:08 -0400
Binary file not shown.
Binary file not shown.

resynthesizer/copyright

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Upstream Maintainer: Lloyd Konneker <bootch@nc.rr.com>
2+
3+
Copyright 2000-2008 Paul Francis Harrison
4+
Copyright 2002 Laurent Despeyroux
5+
Copyright 2002 David Rodríguez García
6+
Copyright 2010-2011 Lloyd Konneker <bootch@nc.rr.com>
7+
8+
License:
9+
10+
This package is free software; you can redistribute it and/or modify
11+
it under the terms of the GNU General Public License as published by
12+
the Free Software Foundation; either version 2 of the License, or
13+
(at your option) any later version.
14+
15+
This package is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
GNU General Public License for more details.
19+
20+
You should have received a copy of the GNU General Public License
21+
along with this package; if not, write to the Free Software
22+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23+
24+
On Debian systems, the complete text of the GNU General
25+
Public License can be found in `/usr/share/common-licenses/GPL-2'.

resynthesizer/description

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* resynthesizer {version}:
2+
This gimp plugin takes samples of textures, and synthesizes larger textures
3+
from them. It can be used to extend textures (including making tileable
4+
textures), remove objects from textures, and make themed images.

resynthesizer/url

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/bootchk/resynthesizer/tree/

resynthesizer/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0-g0db24a9

0 commit comments

Comments
 (0)