Merge lp:~bilalakhtar/gimp/ftbfs-fix-and-branch-update into lp:gimp

Proposed by Bilal Akhtar
Status: Superseded
Proposed branch: lp:~bilalakhtar/gimp/ftbfs-fix-and-branch-update
Merge into: lp:gimp
Diff against target: 4922 lines (+4769/-0)
30 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/NEWS (+8/-0)
debian/README.Debian (+67/-0)
debian/README.MIDI (+78/-0)
debian/TODO (+1/-0)
debian/changelog (+2369/-0)
debian/compat (+1/-0)
debian/control (+99/-0)
debian/copyright (+57/-0)
debian/gimp-data.files (+10/-0)
debian/gimp-gnomevfs.dirs (+1/-0)
debian/gimp-libcurl.dirs (+1/-0)
debian/gimp.dirs (+1/-0)
debian/gimp.docs (+6/-0)
debian/gimp.files (+14/-0)
debian/gimp.install (+1/-0)
debian/gimp.menu (+3/-0)
debian/gimp.preinst (+11/-0)
debian/gimp.xpm (+342/-0)
debian/libgimp2.0-dev.files (+7/-0)
debian/libgimp2.0-dev.preinst (+11/-0)
debian/libgimp2.0-doc.files (+1/-0)
debian/libgimp2.0.files (+2/-0)
debian/libgimp2.0.symbols (+1577/-0)
debian/patches/01_debian-gimprc.patch (+13/-0)
debian/patches/02_help-message.patch (+16/-0)
debian/patches/03_gimp.desktop.in.in.patch (+16/-0)
debian/rules (+50/-0)
debian/source/format (+1/-0)
debian/watch (+3/-0)
To merge this branch: bzr merge lp:~bilalakhtar/gimp/ftbfs-fix-and-branch-update
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+41325@code.launchpad.net

Description of the change

This branch fixes an FTBFS in the package as well as updates the lp:~ubuntu-desktop/gimp/ubuntu branch with the latest uploads.

To post a comment you must log in.

Unmerged revisions

15. By Bilal Akhtar

* debian/rules:
  - Make sure gobject-2.0 is linked to the package. This fixes FTBFS
    caused due to the new linking behavior in GCC 4.5 .

14. By Bilal Akhtar

Add seb's last upload to the branch.

13. By Robert Ancell

Changed the description in debian/control to be less confusing.
(LP: #599785)

12. By Robert Ancell

No-change upload to build against current poppler library ABI.

11. By Sebastien Bacher

releasing version 2.6.10-1ubuntu1

10. By Sebastien Bacher

releasing version 2.6.8-2ubuntu2

9. By Martin Pitt

releasing version 2.6.8-2ubuntu1.1

8. By Martin Pitt

* debian/patches/04_gimp-statusbar.patch:
  + Fixes bug where some elements are not shown in the statusbar (LP: #537275)
    Origin: upstream commit 501c4f65f08c111df0654cb887d95c2c06e82710

7. By Didier Roche-Tolomelli

releasing version 2.6.8-2ubuntu1

6. By Didier Roche-Tolomelli

* Merge with debian, remaining changes:
  + debian/patches/02_help-message.patch,
  + debian/rules:
  + debian/control:
    - set Vcs-Bzr url
* Fix dependencies in libgimp2.0-dev (Closes: #569420)
* Change libjpeg62-dev build-depend to libjpeg-dev
* New upstream release
* Switch to 3.0 (quilt) format

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2010-11-19 15:39:25 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2merge = True
03
=== added directory 'debian'
=== added file 'debian/NEWS'
--- debian/NEWS 1970-01-01 00:00:00 +0000
+++ debian/NEWS 2010-11-19 15:39:25 +0000
@@ -0,0 +1,8 @@
1gimp (2.4.0~rc2-3) unstable; urgency=low
2
3 * The gimp package now includes its own Print plug-in, and should
4 automatically remove the old gimp-print package that was provided by
5 Gutenprint. If you still want to use the extended Gutenprint Print
6 plug-in, please install the gimp-gutenprint package.
7
8 -- Ari Pollak <ari@debian.org> Tue, 18 Sep 2007 08:25:34 -0400
09
=== added file 'debian/README.Debian'
--- debian/README.Debian 1970-01-01 00:00:00 +0000
+++ debian/README.Debian 2010-11-19 15:39:25 +0000
@@ -0,0 +1,67 @@
1gimp for Debian GNU/Linux
2----------------------------
3
4Online Help:
5------------
6To use the online documentation, you need to install the gimp-help-en package,
7and/or the appropriate gimp-help package for your language other than English,
8which will allow you to use both the Help menu from within The GIMP, as well
9as context help by pressing F1 while using a feature.
10
11COMPILING PLUGINS:
12-----------------
13
14If you wish to compile your own plug-ins, the easiest way is to use
15'gimptool-2.0', a simple tool that comes in the libgimp2.0-dev package.
16This works only if you have a plug-in whose source is a single .c file,
17however:
18
19gimptool-2.0 --install plug-in.c
20
21Now wasn't that easy?
22
23
24Fonts in GIMP 2.0 (from http://www.gimp.org/unix/fonts.html)
25-----------------
26
27In GIMP 2.0 font rendering is handled significantly different from the way it
28was done in GIMP 1.0 and 1.2. GIMP no longer uses the X server to render the
29fonts. Instead it uses Pango and the FreeType library. Font configuration is
30handled by a small library called Fontconfig. As a result you get much better
31font rendering with real antialiasing, support for bidirectional text and
32various scripts.
33
34GIMP 2.0 (along with GTK 2) handles a variety of font formats, most notably
35TrueType, OpenType and Type1. It should be emphasized that it does not use the
36X server or any X font server, so don't be surprised if GIMP doesn't see the
37fonts you configured in your X11 setup.
38
39Setting up Fonts for GIMP 2.0:
40
41GIMP uses Fontconfig to handle fonts, so setting up fonts for GIMP 2.0 is
42merely a job of setting up Fontconfig. But GIMP is not the only application
43that uses Fontconfig. Recent desktops such as GNOME-2.4 use it as well, so
44there's a good chance that everything is properly setup already and fonts will
45just work for you. If they don't, you will have to create or edit your font
46configuration file as explained in the Fontconfig User Manual.
47
48Adding Fonts (system-wide):
49
50As soon as Fontconfig is properly setup, adding fonts is just a matter of
51placing them into a directory that is searched by Fontconfig. Have a look at
52/etc/fonts/fonts.conf (and perhaps /etc/fonts/local.conf) to find out what
53directories are searched. After copying the fonts there, you should run
54fc-cache to regenerate the fonts cache. Fonts added this way will be available
55to all applications using Fontconfig.
56
57Adding Fonts (for GIMP only):
58
59You might want to install fonts for use with GIMP only or you might not have
60permissions to install fonts system-wide. To make this possible, GIMP 2.0 also
61looks for fonts in the GIMP specific font search path that can be configured in
62your gimprc or from the Preferences Dialog. So, in order to install fonts to be
63used with GIMP, you can just copy them to ~/.gimp-2.6/fonts, press the Refresh
64button in the Fonts dialog and start using them.
65
66---
67Ari Pollak <ari@debian.org> Aug. 5, 2004
068
=== added file 'debian/README.MIDI'
--- debian/README.MIDI 1970-01-01 00:00:00 +0000
+++ debian/README.MIDI 2010-11-19 15:39:25 +0000
@@ -0,0 +1,78 @@
1----------------------------------------------------------------------
2Controlling GIMP with MIDI devices
3How To © 2005 Simon Budig. Licensed under the terms of the GNU GPL.
4
5Retrieved from <http://www.gimp.org/unix/howtos/gimp-midi.html>
6by Ari Pollak <ari@debian.org> on 6 Apr 2005.
7----------------------------------------------------------------------
8
9What?
10-----
11
12GIMP 2.2 comes with a module that allows to control it using MIDI devices.
13Currently this is only supported on Linux with either the OSS or the ALSA sound
14drivers. It might work on other platforms as well if there is a way to access
15the raw MIDI stream by opening a device.
16
17
18Enabling the MIDI Module
19------------------------
20
21To make the UI of Gimp's MIDI controller visible you need to edit a
22configuration file when the Gimp is not running. Open ~/.gimp-2.2/controllerrc
23in an editor and add the following lines to the end of the file:
24
25(GimpControllerInfo "MIDI"
26 (enabled yes)
27 (debug-events yes)
28 (controller "ControllerMidi"
29 (device "alsa")
30 (channel -1))
31 (mapping))
32
33Then start the GIMP from a shell (so that you can see textual output we need
34later), open the preferences, go to the "Input Controllers" page in the "Input
35Devices" section and select the newly appeared "MIDI" Tab.
36
37
38Configuring the MIDI Source
39---------------------------
40
41ALSA:
42Enter "alsa" in the "Device" entry in the configuration. Gimp then sets up an
43Alsa-Output-Port (check with "aconnect -lo"). You can then use your preferred
44tool to configure Alsa to connect a MIDI source to the GIMP. When your MIDI
45device e.g. provides an Input-Port 72:0 and Gimp provides the Output-Port 128:0
46you can connect the two Ports with "aconnect 72:0 128:0".
47
48OSS:
49The Open Sound System provides a device file for the raw MIDI events. You need
50to enter the name of this device file into the "Device" entry in the
51configuration (e.g. "/dev/midi00").
52
53The MIDI channel:
54Each MIDI source sends events on a specific "Channel" (0 to 15, sometimes also
55referred as 1 to 16). You can configure if Gimp should listen to all channels
56(-1) or to just a specific channel.
57
58If your MIDI setup works correctly and the "Dump events from this controller"
59is enabled as well as "Enable this controller" you should see some text
60scrolling by when you hit some keys or turn some controllers on your midi
61device, describing the Event that just happened.
62
63
64Assigning Actions to Events
65---------------------------
66
67You can now use this information to map MIDI Events to Actions in the Gimp. At
68the bottom of the configuration page is a list with all events that Gimp can
69recognize. Scroll to the event that you want to assign an action to and
70doubleclick its entry. Then select an Action from the dialog that pops up and
71doubleclick its entry. Now this action gets invoked when the specific MIDI
72event happens.
73
74Please note that some actions fit perfectly to some MIDI Events: Actions like
75"context-background-blue-set" can immediately use the numerical value provided
76by midi controller events.
77
78Have fun.
079
=== added file 'debian/TODO'
--- debian/TODO 1970-01-01 00:00:00 +0000
+++ debian/TODO 2010-11-19 15:39:25 +0000
@@ -0,0 +1,1 @@
1- Merge libgimp into main gimp package?
02
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2010-11-19 15:39:25 +0000
@@ -0,0 +1,2369 @@
1gimp (2.6.11-1ubuntu2) UNRELEASED; urgency=low
2
3 * debian/rules:
4 - Make sure gobject-2.0 is linked to the package. This fixes FTBFS
5 caused due to the new linking behavior in GCC 4.5 .
6
7 -- Bilal Akhtar <bilalakhtar@ubuntu.com> Fri, 19 Nov 2010 18:30:02 +0300
8
9gimp (2.6.11-1ubuntu1) natty; urgency=low
10
11 * Resync on Debian
12 * debian/patches/02_help-message.patch,
13 debian/patches/03_gimp.desktop.in.in.patch:
14 - updated some strings for ubuntu
15 * debian/control: updated description
16 * debian/rules:
17 - updated translation templates
18
19 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 18 Nov 2010 17:25:42 +0100
20
21gimp (2.6.11-1) unstable; urgency=low
22
23 * Imported Upstream version 2.6.11
24 * Remove statusbar-progress-zoom.patch, since it was from upstream
25 * Switch Vcs path to git
26
27 -- Ari Pollak <ari@debian.org> Mon, 04 Oct 2010 23:09:57 -0400
28
29gimp (2.6.10-1ubuntu3) maverick; urgency=low
30
31 [ Sam L. ]
32 * Changed the description in debian/control to be less confusing.
33 (LP: #599785)
34
35 -- Robert Ancell <robert.ancell@canonical.com> Fri, 27 Aug 2010 12:11:20 +1000
36
37gimp (2.6.10-1ubuntu2) maverick; urgency=low
38
39 * No-change upload to build against current poppler library ABI.
40
41 -- Didier Roche <didrocks@ubuntu.com> Thu, 05 Aug 2010 12:44:03 +0200
42
43gimp (2.6.10-1ubuntu1) maverick; urgency=low
44
45 * Resync on Debian, dropping changes which are in the new version
46
47 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 12 Jul 2010 15:08:08 +0200
48
49gimp (2.6.10-1) unstable; urgency=low
50
51 * New upstream release
52
53 -- Ari Pollak <ari@debian.org> Thu, 08 Jul 2010 21:31:29 -0400
54
55gimp (2.6.9-1) unstable; urgency=low
56
57 * New upstream release
58 - fixes a crash when saving PPM (Closes: #549537)
59 * Drop Suggests: libgimp-perl, since that's pretty poorly maintained
60
61 -- Ari Pollak <ari@debian.org> Wed, 23 Jun 2010 19:54:11 -0400
62
63gimp (2.6.8-2ubuntu2) maverick; urgency=low
64
65 * debian/patches/90_git_newer_cairo_backend.patch:
66 - git change to fix issue with the new cairo version (lp: #597987)
67
68 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 05 Jul 2010 12:08:35 +0200
69
70gimp (2.6.8-2ubuntu1.1) lucid-proposed; urgency=low
71
72 * debian/patches/04_gimp-statusbar.patch:
73 + Fixes bug where some elements are not shown in the statusbar (LP: #537275)
74 Origin: upstream commit 501c4f65f08c111df0654cb887d95c2c06e82710
75
76 -- Bhaskar Kandiyal <bkandiyal@gmail.com> Wed, 28 Apr 2010 18:48:55 +0200
77
78gimp (2.6.8-2ubuntu1) lucid; urgency=low
79
80 * Merge with debian, remaining changes:
81 + debian/patches/02_help-message.patch,
82 debian/patches/03_gimp.desktop.in.in.patch:
83 - updated some strings for ubuntu
84 + debian/rules:
85 - updated translation templates
86 + debian/control:
87 - set Vcs-Bzr url
88
89 -- Didier Roche <didrocks@ubuntu.com> Fri, 26 Feb 2010 19:10:31 +0100
90
91gimp (2.6.8-2) unstable; urgency=low
92
93 * Fix dependencies in libgimp2.0-dev (Closes: #569420)
94 * Change libjpeg62-dev build-depend to libjpeg-dev
95
96 -- Ari Pollak <ari@debian.org> Thu, 25 Feb 2010 10:31:51 -0500
97
98gimp (2.6.8-1) unstable; urgency=low
99
100 * New upstream release
101 * Switch to 3.0 (quilt) format
102
103 -- Ari Pollak <ari@debian.org> Thu, 07 Jan 2010 22:03:14 -0500
104
105gimp (2.6.7-1.1) unstable; urgency=high
106
107 * Non-maintainer upload by the Security Team.
108 * This update fixes the following security issues:
109 - CVE-2009-3909: integer overflow in PSD file loader leading to
110 a heap-based buffer overflow (Closes: #556750).
111 - CVE-2009-1570: integer overflow in BMP file loader leading to
112 a heap-based buffer overflow (Closes: #555929).
113 * Add ${shlibs: Depends} to depends of libgimp-dev (Closes: #553234).
114
115 -- Nico Golde <nion@debian.org> Sat, 21 Nov 2009 14:57:51 +0100
116
117gimp (2.6.7-1) unstable; urgency=low
118
119 * New upstream release
120 - Fixes help browser crash (Closes: #536521)
121 - Fixes error in Finnish translation (Closes: #538294)
122
123 -- Ari Pollak <ari@debian.org> Fri, 14 Aug 2009 09:57:17 -0400
124
125gimp (2.6.6-2) unstable; urgency=low
126
127 * Add Build-Depends-Package to libgimp2.0.symbols
128 * Use gnome.mk for dh_icons and dh_desktop
129 * Fix missing comma in debian/control (Closes: #535643)
130
131 -- Ari Pollak <ari@debian.org> Fri, 10 Jul 2009 19:36:16 -0400
132
133gimp (2.6.6-1) unstable; urgency=low
134
135 * New upstream release
136 - Save two-color PBMs properly, and don't invert the colors
137 (Closes: #517502)
138
139 -- Ari Pollak <ari@debian.org> Sun, 22 Mar 2009 21:39:55 -0400
140
141gimp (2.6.5-2) unstable; urgency=low
142
143 * Bump build-dep on intltool (Closes: #518373)
144
145 -- Ari Pollak <ari@debian.org> Fri, 06 Mar 2009 18:25:42 -0500
146
147gimp (2.6.5-1) unstable; urgency=low
148
149 * New upstream release
150
151 -- Ari Pollak <ari@debian.org> Sun, 15 Feb 2009 21:03:52 -0500
152
153gimp (2.6.4-2) unstable; urgency=low
154
155 * Upload to unstable
156
157 -- Ari Pollak <ari@debian.org> Sun, 15 Feb 2009 05:42:45 -0500
158
159gimp (2.6.4-1) experimental; urgency=low
160
161 * New upstream release (Closes: #514530)
162 * Revert building gimp-remote, since it's now deprecated.
163
164 -- Ari Pollak <ari@debian.org> Sun, 08 Feb 2009 13:48:49 -0500
165
166gimp (2.6.3-1) experimental; urgency=low
167
168 * New upstream release
169 * Build gimp-remote (Closes: #504260)
170
171 -- Ari Pollak <ari@debian.org> Sat, 22 Nov 2008 15:56:34 -0500
172
173gimp (2.6.2-1) experimental; urgency=low
174
175 * New upstream release
176
177 -- Ari Pollak <ari@debian.org> Thu, 30 Oct 2008 18:22:51 -0400
178
179gimp (2.6.1-1) experimental; urgency=low
180
181 * New upstream release
182 * Fix watch file
183 * Fix typoed gimp-gnomevfs in Replaces (thanks to Michael Biebl for pointing
184 it out)
185
186 -- Ari Pollak <ari@debian.org> Thu, 09 Oct 2008 19:06:37 -0400
187
188gimp (2.6.0-1) experimental; urgency=low
189
190 * New upstream release to experimental so we don't break any transitions
191 - Fixes Image Tile error message (Closes: #373184)
192 - Fixes crash in Frosty script (Closes: #405200)
193 - Uses webkit for help browser (Closes: #275605)
194 - Optionally includes pointer in screenshots (Closes: #292471)
195 * Merge gimp-python into main gimp package
196 * Remove gimp-libcurl and gimp-gnomevfs since we now build with
197 GIO support instead; gvfs-backends should provide the same functionality
198 * 02_help-crash.patch:
199 - Apply patch from upstream to fix crash when opening Help with
200 gimp-plugin-registry installed
201
202 -- Ari Pollak <ari@debian.org> Wed, 01 Oct 2008 21:29:41 -0400
203
204gimp (2.4.7-1) unstable; urgency=low
205
206 * New upstream bugfix release
207
208 -- Ari Pollak <ari@debian.org> Thu, 21 Aug 2008 23:11:45 -0400
209
210gimp (2.4.6-1) unstable; urgency=low
211
212 * New upstream release
213 - Fixes weird floating rectangle after drag-n-drop (Closes: #317992)
214
215 -- Ari Pollak <ari@debian.org> Mon, 02 Jun 2008 18:16:42 -0400
216
217gimp (2.4.5-1) unstable; urgency=low
218
219 * New upstream release
220 - Should fix weird behavior when entering a hex color (Closes: #435124)
221
222 -- Ari Pollak <ari@debian.org> Sat, 01 Mar 2008 13:37:31 -0500
223
224gimp (2.4.4-1) unstable; urgency=low
225
226 * New upstream release
227 - Changes priority of updating image zoom so it doesn't kill the GUI
228 when using the opacity slider (Closes: #462694)
229 * Add Suggests: ghostscript to gimp package since importing postscript
230 requires it (Closes: #461044)
231
232 -- Ari Pollak <ari@debian.org> Thu, 31 Jan 2008 17:40:19 -0500
233
234gimp (2.4.3-1) unstable; urgency=low
235
236 * New upstream version
237 * Start using symbol versioning in libgimp2.0
238
239 -- Ari Pollak <ari@debian.org> Mon, 17 Dec 2007 12:56:48 -0500
240
241gimp (2.4.2-2) unstable; urgency=low
242
243 * Create custom libgimp2.0 depends for the gimp package since the two
244 versions need to be consistent (Closes: #452755)
245 * Conflict with older versions of gimp-help since they no longer work
246 with the new gimp. (Closes: #454109)
247 * Merge -helpbrowser back into gimp package; add Provides: gimp-helpbrowser
248 for compatibility with existing gimp-help packages
249
250 -- Ari Pollak <ari@debian.org> Sat, 15 Dec 2007 19:25:55 -0500
251
252gimp (2.4.2-1) unstable; urgency=low
253
254 * New upstream version
255 - Don't take a fully transparent screenshot (Closes: #445445)
256 * Move gimp-python to Recommends
257 * Fix version on libexif-dev build-depend (Closes: #449129)
258
259 -- Ari Pollak <ari@debian.org> Wed, 21 Nov 2007 12:07:09 -0500
260
261gimp (2.4.1-1) unstable; urgency=low
262
263 * New upstream version
264
265 -- Ari Pollak <ari@debian.org> Wed, 31 Oct 2007 11:54:37 -0400
266
267gimp (2.4.0-2) unstable; urgency=medium
268
269 * Bump shlibs on libgimp2.0 to prevent a crash in gimp with an older version
270 of libgimp2.0 (Closes: #448318)
271 * Bump debhelper dependency (Closes: #448339)
272
273 -- Ari Pollak <ari@debian.org> Sun, 28 Oct 2007 12:45:05 -0400
274
275gimp (2.4.0-1) unstable; urgency=low
276
277 * New upstream version
278 - Fix screenshots sometimes having 100% alpha (Closes: #445445)
279 * Rewrite libgimp2.0 description (Closes: #445567)
280
281 -- Ari Pollak <ari@debian.org> Tue, 23 Oct 2007 19:31:40 -0400
282
283gimp (2.4.0~rc3-1) unstable; urgency=low
284
285 * New upstream release
286 - Fixes crash after migrating old Extended Input settings (Closes: #439509)
287 - Fixes crash on converting color space (Closes: #439511)
288 - Script-fu now handles non-UTF8 characters better (Closes: #442277)
289 * Conflict & Replaces with gimp-print and update NEWS.Debian to reflect
290 the change
291 * Fix menu entry to point to XPM icon (Really Closes: #441177)
292
293 -- Ari Pollak <ari@debian.org> Sun, 23 Sep 2007 20:27:11 -0400
294
295gimp (2.4.0~rc2-2) unstable; urgency=medium
296
297 * Explicitly build-depend on liblcms1-dev
298 * Explicitly remove *.la files in debian/rules
299 * Add a note in NEWS.Debian about unnecessary gimp-print
300 * Make libgimp2.0 recommend gimp-data for the locale data,
301 since it's mostly only messages used in gimp itself.
302 * Install XPM for menu icon (Closes: #441177, #237637, #77625)
303 * Add back 02_help-message.patch to show a better error message when
304 gimp-help-* isn't installed
305 * Put icons into gimp-data, and call dh_icons from debian/rules
306 * debian/patches/03_zoom-crash.patch:
307 - Apply patch from upstream to fix zooming on images with abnormal
308 dimensions (Closes: #441409)
309
310 -- Ari Pollak <ari@debian.org> Mon, 17 Sep 2007 21:26:10 -0400
311
312gimp (2.4.0~rc2-1) unstable; urgency=low
313
314 * New upstream version
315 - Remove extraneous comma in header file (Closes: #440021)
316 * Remove development version notes from control file
317 * Tighten up gimp-python dependencies to make it less likely that an
318 inconsistent version of gimp-python will be installed
319 * Update watch file for 2.4 RC versions
320
321 -- Ari Pollak <ari@debian.org> Mon, 03 Sep 2007 12:19:27 -0400
322
323gimp (2.4.0~rc1-5) unstable; urgency=low
324
325 * debian/patches/04_c++-fix.patch:
326 - Add a missing G_END_DECLS which was preventing C++ plugins from building
327 (Closes: #439473)
328 * debian/patches/05_zoom_improvements.patch:
329 - Apply latest zoom improvements from upstream to fix crashes while
330 working with large images (Closes: #439489)
331 * Add libhal-dev and libdbus-1-dev to build-depends to take advantage
332 of input hotplugging and existing-gimp-instance checking
333
334 -- Ari Pollak <ari@debian.org> Mon, 27 Aug 2007 00:33:30 -0400
335
336gimp (2.4.0~rc1-4) unstable; urgency=low
337
338 * debian/patches/03_toolbox-menu.patch:
339 - Don't patch .xml.in file, only .xml
340
341 -- Ari Pollak <ari@debian.org> Mon, 20 Aug 2007 00:30:45 -0400
342
343gimp (2.4.0~rc1-3) unstable; urgency=low
344
345 * debian/patches/02_print-crash.patch:
346 - Apply patch from upstream to fix Print crash on new installations
347 (Closes: #438786)
348 * debian/patches/03_toolbox-menu.patch:
349 - Work around missing File->Quit and File->Close All items in the toolbox
350 (Closes: #438708)
351
352 -- Ari Pollak <ari@debian.org> Sun, 19 Aug 2007 20:19:46 -0400
353
354gimp (2.4.0~rc1-2) unstable; urgency=low
355
356 * Fix debian/watch, README.Debian, and gimp.menu to reflect the new
357 major version
358
359 -- Ari Pollak <ari@debian.org> Fri, 17 Aug 2007 20:14:24 -0400
360
361gimp (2.4.0~rc1-1) unstable; urgency=low
362
363 * New upstream version
364 - Fixes two mistakes in French translation (Closes: #355961, #428564)
365 - Fixes a mistake in Italian translation (Closes: #298454)
366 - Fixes a mistake in Chinese Traditional translation (Closes: #309938)
367 - Improves TGA file detection (Closes: #231525)
368
369 -- Ari Pollak <ari@debian.org> Thu, 16 Aug 2007 13:45:54 -0400
370
371gimp (2.3.19-1) experimental; urgency=high
372
373 * New upstream version
374 - Fixes integer overflow in PSD plugin (CVE-2007-2949)
375 * Make gimp conflict and replace gimp-svg
376 * Update versioned build-dep of python-gtk2-dev (Closes: #430363)
377 * Make package binNMU-safe (Closes: #432965)
378
379 -- Ari Pollak <ari@debian.org> Mon, 25 Jun 2007 11:45:41 -0400
380
381gimp (2.3.18-1) experimental; urgency=low
382
383 * New upstream release
384 * Merge gimp-svg back into main package since librsvg2-2 no longer seems to
385 pull in GNOME packages
386
387 -- Ari Pollak <ari@debian.org> Fri, 15 Jun 2007 13:33:06 -0400
388
389gimp (2.3.17-1) experimental; urgency=low
390
391 * New upstream release
392 - Improves autodetection of TGA files (Closes: #231525)
393 * Make gimp-gnomevfs depend on libgnomevfs2-extra so it can open
394 http/ftp/smb URIs
395 * Enable GtkPrint support with gtk 2.10 (Closes: #422195)
396
397 -- Ari Pollak <ari@debian.org> Sun, 27 May 2007 14:01:31 -0400
398
399gimp (2.3.16-2) experimental; urgency=high
400
401 * 02_sunras_CVS-2007-2356.patch:
402 - Add patch from upstream to fix CVE-2007-2356, a stack overflow
403 in the sunras plugin code.
404
405 -- Ari Pollak <ari@debian.org> Tue, 01 May 2007 18:03:38 -0400
406
407gimp (2.3.16-1) experimental; urgency=low
408
409 * New upstream release
410 * Remove XOR override, since there's now a configuration option to change it
411 * Add XS-Vcs-Svn and XS-Vcs-Browser headers for the subversion repository
412
413 -- Ari Pollak <ari@debian.org> Wed, 25 Apr 2007 17:30:54 -0400
414
415gimp (2.3.15-1) experimental; urgency=low
416
417 * New upstream release
418 - Fixes Select->Border on selections around edge of images
419 (Closes: #381515)
420 - Work around buggy clipboard managers (Closes: #411285)
421 * Fix invocation of find in debian/rules (Closes: #411052)
422 * Loosen the dependency on gimp-data slightly
423
424 -- Ari Pollak <ari@debian.org> Sat, 17 Feb 2007 14:35:56 -0500
425
426gimp (2.3.14-3) experimental; urgency=low
427
428 * 02_xor-to-invert.patch:
429 - Change GDK_XOR canvas drawing to GDK_INVERT as a quick hack around
430 artifacts I was seeing on a Radeon card with cursor outlines and
431 the path tool
432
433 -- Ari Pollak <ari@debian.org> Thu, 15 Feb 2007 00:47:35 -0500
434
435gimp (2.3.14-2) experimental; urgency=low
436
437 * Change Build-Depends: libpng-dev to libpng12-dev | libpng-dev
438 to fix FTBFS on experimental buildds (Closes: #408849)
439
440 -- Ari Pollak <ari@debian.org> Sun, 28 Jan 2007 17:11:45 -0500
441
442gimp (2.3.14-1) experimental; urgency=low
443
444 * New upstream release
445 * Conflict & Replace libgimp-perl <= 2.0.dfsg+2.2pre1.dfsg-2
446 since we now provide the redeye plugin, which is also currently in
447 libgimp-perl
448
449 -- Ari Pollak <ari@debian.org> Sat, 13 Jan 2007 15:03:00 -0500
450
451gimp (2.3.13-1) experimental; urgency=low
452
453 * New upstream version
454 * Remove gimptool alternative from libgimp2.0-dev package
455 * Don't include gimp-gnomevfs plugin in main gimp package
456
457 -- Ari Pollak <ari@debian.org> Mon, 6 Nov 2006 22:22:39 -0500
458
459gimp (2.3.12-2) experimental; urgency=low
460
461 * Put gimp-libcurl into separate package
462
463 -- Ari Pollak <ari@debian.org> Sun, 15 Oct 2006 14:57:32 -0400
464
465gimp (2.3.12-1) experimental; urgency=low
466
467 * New upstream release
468 - Don't build with GtkPrint for now since GTK+ 2.10 isn't in unstable
469 * Remove gimp-wget package, put curl URI plugin into main gimp package and
470 have gimp-gnomevfs just divert the uri plugin to use gnomevfs instead of
471 curl
472
473 -- Ari Pollak <ari@debian.org> Fri, 13 Oct 2006 21:49:55 -0400
474
475gimp (2.3.11-1) experimental; urgency=low
476
477 * New upstream release
478 - Bump dependencies on python-gtk2, gtk, glib, and pango to match new
479 requirements
480 * Upgrade to new python policy by using dh_pysupport instead of dh_python
481 (Closes: #380816)
482
483 -- Ari Pollak <ari@debian.org> Sat, 9 Sep 2006 00:36:24 -0400
484
485gimp (2.3.10-1) experimental; urgency=low
486
487 * New upstream release
488 * Switch build system to cdbs + simple-patchsys
489 * Include stuff in /usr/share/icons in the gimp package
490 (Closes: #372758)
491 * Apply patch to fix buffer overflow in XCF handling code, CVE-2006-3404
492 (Closes: #377049)
493
494 -- Ari Pollak <ari@debian.org> Tue, 11 Jul 2006 16:41:06 -0400
495
496gimp (2.3.9-1) experimental; urgency=low
497
498 * New upstream release
499 - fixes resizing the main toolbox (Closes: #345526)
500
501 -- Ari Pollak <ari@debian.org> Tue, 6 Jun 2006 19:27:58 -0400
502
503gimp (2.3.8-4) experimental; urgency=low
504
505 * Change libgtk2.0-0 dependency to >= 2.3.8 (Closes: #365023)
506
507 -- Ari Pollak <ari@debian.org> Thu, 27 Apr 2006 09:11:50 -0400
508
509gimp (2.3.8-3) experimental; urgency=low
510
511 * Whoops, don't replace & conflict with 2.3.8-2 (Closes: #364244)
512
513 -- Ari Pollak <ari@debian.org> Fri, 21 Apr 2006 13:09:00 -0400
514
515gimp (2.3.8-2) experimental; urgency=low
516
517 * Change build-dependency on libpoppler-dev to libpoppler-glib-dev
518 * Put gimp.desktop, gimp.keys, and gimp.applications in gimp package instead
519 of gimp-data,and make gimp-data Recommends: gimp (Closes: #363469)
520
521 -- Ari Pollak <ari@debian.org> Wed, 19 Apr 2006 12:14:45 -0400
522
523gimp (2.3.8-1) experimental; urgency=low
524
525 * New upstream release
526 * Change URI plugin dependencies to Recommends
527 * Fix build-depends to exclude kfreebsd-amd64 from using libasound2-dev
528 (Closes: #361459)
529 * Update gimp-python package description
530
531 -- Ari Pollak <ari@debian.org> Thu, 13 Apr 2006 14:08:42 -0400
532
533gimp (2.3.7-1) experimental; urgency=low
534
535 * New upstream release
536 - Fixes issue where saving a file would always report that the file
537 already exists (Closes: #347804)
538 * Don't build gimp with gcc 3.4 on arm anymore, since it seems gcc-4.0
539 builds correctly there now.
540
541 -- Ari Pollak <ari@debian.org> Thu, 9 Feb 2006 12:08:49 -0500
542
543gimp (2.3.6-3) experimental; urgency=low
544
545 * Apply patch from upstream CVS to fix saving EXIF data on JPEG files
546 (from #307918 for 2.2 branch)
547 * Conflict with libgimp2.0 (>= 2.5.0) in preparation for gimp 2.4
548 (from #349801 for 2.2 branch)
549
550 -- Ari Pollak <ari@debian.org> Mon, 30 Jan 2006 15:19:51 -0500
551
552gimp (2.3.6-2) experimental; urgency=low
553
554 * Fix the wget URI plugin to not link with all of the GNOME-VFS libs,
555 which had resulted from me munging the URI plugin Makefile.
556 (Closes: #349228)
557
558 -- Ari Pollak <ari@debian.org> Sat, 21 Jan 2006 12:16:41 -0500
559
560gimp (2.3.6-1) experimental; urgency=low
561
562 * New development upstream release for experimental (Closes: #322568)
563 * Add build-dependencies on libpopper-glib-dev, libgnomevfs2-dev,
564 libgnomeui-dev, and libgnome-keyring-dev.
565 * Build both the gnome-vfs and wget URI plugins using some Makefile magic
566 and split them out into gimp-gnomevfs and gimp-wget. Have the gimp package
567 depend on gimp-gnomevfs | gimp-wget.
568 * Add more Wilber samples to /usr/share/doc
569 * Make libgimp2.0-dev suggest libgimp2.0-doc
570
571 -- Ari Pollak <ari@debian.org> Wed, 28 Dec 2005 15:24:24 -0500
572
573gimp (2.2.17-1) unstable; urgency=low
574
575 * New upstream version
576 - Fixes a regression loading PSD files
577
578 -- Ari Pollak <ari@debian.org> Fri, 13 Jul 2007 10:31:45 -0400
579
580gimp (2.2.16-1) unstable; urgency=high
581
582 * New upstream version
583 - Fixes integer overflow in PSD plugin (CVE-2007-2949)
584 * Don't use find -exec xargs (Closes: #426415)
585
586 -- Ari Pollak <ari@debian.org> Fri, 06 Jul 2007 23:11:47 -0400
587
588gimp (2.2.15-1) unstable; urgency=low
589
590 * New upstream release
591
592 -- Ari Pollak <ari@debian.org> Sun, 27 May 2007 13:55:28 -0400
593
594gimp (2.2.14-2) unstable; urgency=high
595
596 * 06_sunras_CVE-2007-2356:
597 - Add patch from upstream to fix CVE-2007-2356, a stack overflow
598 in the sunras plugin code.
599
600 -- Ari Pollak <ari@debian.org> Tue, 01 May 2007 16:49:47 -0400
601
602gimp (2.2.14-1) unstable; urgency=low
603
604 * New upstream version
605 * Upgrade to new python policy by using dh_pysupport instead of dh_python
606 (Closes: #380816)
607 * Add XS-Vcs-Svn and XS-Vcs-Browser headers for the subversion repository
608
609 -- Ari Pollak <ari@debian.org> Wed, 18 Apr 2007 11:55:17 -0400
610
611gimp (2.2.13-1) unstable; urgency=low
612
613 * New upstream release
614
615 -- Ari Pollak <ari@debian.org> Thu, 24 Aug 2006 17:46:19 -0400
616
617gimp (2.2.12-2) unstable; urgency=low
618
619 * debian/patches/06_gradient-fix.patch:
620 - Add patch to fix crash on malformed gradient (Closes: #381440)
621 * debian/patches/07_autoconf2.60-fix.patch:
622 - Add patch to fix breakage with new autoconf, which resulted in
623 a broken .desktop file. (Closes: #383391)
624
625 -- Ari Pollak <ari@debian.org> Tue, 22 Aug 2006 22:19:01 -0400
626
627gimp (2.2.12-1) unstable; urgency=low
628
629 * New upstream release
630 - Fixes segfault when closing image while saving it (Closes: #339115)
631 * Acknowledge NMU (Closes: #377049), revert patch which has been applied
632 upstream
633
634 -- Ari Pollak <ari@debian.org> Tue, 11 Jul 2006 14:30:03 -0400
635
636gimp (2.2.11-3.1) unstable; urgency=low
637
638 * Non-maintainer upload.
639 * Apply fix from #377049 to fix buffer overflow, CVE-2006-3404.
640 (closes: #377049)
641
642 -- James Vega <jamessan@debian.org> Fri, 7 Jul 2006 12:55:41 -0400
643
644gimp (2.2.11-3) unstable; urgency=low
645
646 * Revert MMX/SSE fix, it didn't make a difference. Instead,
647 apply patch from CVS HEAD to disable MMX/SSE-accelerated burn function,
648 and replace it with generic C function.
649 Really closes: #374271
650 * Fix incorrect watch file
651
652 -- Ari Pollak <ari@debian.org> Tue, 20 Jun 2006 10:32:20 -0400
653
654gimp (2.2.11-2) unstable; urgency=low
655
656 * Switch build system to cdbs + simple-patchsys
657 * Remove build-depends on gcc-3.4 (Closes: #371864)
658 * Update gimp-python package description
659 * Put gimp.desktop, gimp.keys, and gimp.applications in gimp package instead
660 of gimp-data, and make gimp-data Recommends: gimp (Closes: #363469)
661 * Add more Wilber samples to /usr/share/doc
662 * Re-add patch from Red Hat to fix MMX/SSE compile error
663 (Closes: #374271)
664
665 -- Ari Pollak <ari@debian.org> Sun, 18 Jun 2006 11:48:06 -0400
666
667gimp (2.2.11-1) unstable; urgency=low
668
669 * New upstream release
670 * Stop building with gcc-3.4 on arm
671 * Fix build-depends to exclude kfreebsd-amd64 from using libasound2-dev
672 (Closes: #361459)
673
674 -- Ari Pollak <ari@debian.org> Thu, 13 Apr 2006 17:27:44 -0400
675
676gimp (2.2.10-2) unstable; urgency=low
677
678 * Apply patch from upstream CVS to fix saving EXIF data on JPEG files
679 (Closes: #307918)
680 * Conflict with libgimp2.0 (>= 2.3.0) (Closes: #349801)
681
682 -- Ari Pollak <ari@debian.org> Mon, 30 Jan 2006 15:09:49 -0500
683
684gimp (2.2.10-1) unstable; urgency=low
685
686 * New upstream release
687 * Add debian/watch file
688 * Add explicit depends on pkg-config to libgimp2.0-dev, since
689 we're now calling that directly from gimptool.
690 * Revert MMX/SSE patch from Red Hat since the issue should have
691 been fixed upstream in 2.2.9.
692
693 -- Ari Pollak <ari@debian.org> Wed, 28 Dec 2005 13:13:42 -0500
694
695gimp (2.2.9-8) unstable; urgency=low
696
697 * gimptool-2.0.in:
698 - Define PKG_CONFIG at the beginning of the gimptool script
699 so the GTK/Glib cflags & libs are checked at runtime instead
700 of gimp package compile-time. This was breaking gimp plugins
701 built with gimptool with GTK+ 2.8 installed, since
702 extra library/include dependencies on Cairo were added.
703 An upstream bug has been filed about this (GNOME #324761).
704
705 -- Ari Pollak <ari@debian.org> Wed, 21 Dec 2005 20:21:58 -0500
706
707gimp (2.2.9-7) unstable; urgency=low
708
709 * Remove unnecessary build-dependency on libmpeg-dev
710 * Remove unnecessary build-dependency on sharutils
711 * Remove dependency on xlibs-dev, replace with appropriate -dev
712 packages
713
714 -- Ari Pollak <ari@debian.org> Mon, 5 Dec 2005 10:52:36 -0500
715
716gimp (2.2.9-6) unstable; urgency=low
717
718 * Add explicit build-dependency on libfreetype6-dev since gimp
719 uses symbols from that library (Closes: #341459)
720 * Fix downloading of images in gimp when "verbose=off" is present
721 in wgetrc (Closes: #341221)
722
723 -- Ari Pollak <ari@debian.org> Wed, 30 Nov 2005 13:17:16 -0500
724
725gimp (2.2.9-5) unstable; urgency=low
726
727 * Get rid of gcc-3.3 dependency in libgimp2.0-dev, I'm not sure
728 why it was there in the first place.
729
730 -- Ari Pollak <ari@debian.org> Tue, 29 Nov 2005 15:39:45 -0500
731
732gimp (2.2.9-4) unstable; urgency=low
733
734 * I found out from Manish Singh that gcc 3.3 generates incredibly
735 bloated debugging symbols. So I've switched to building
736 gimp with gcc 4.0 on all arches except arm (which FTBFSs with gcc-4.0),
737 which now builds with gcc 3.4.
738
739 -- Ari Pollak <ari@debian.org> Sat, 19 Nov 2005 17:26:51 -0500
740
741gimp (2.2.9-3) unstable; urgency=low
742
743 * Oops, I made a typo in debian/rules so the gimp-dbg package didn't
744 contain anything.
745
746 -- Ari Pollak <ari@debian.org> Tue, 15 Nov 2005 14:22:50 -0500
747
748gimp (2.2.9-2) unstable; urgency=low
749
750 * Use debhelper v5
751 * Add a gimp-dbg package which contains debugging symbols for all other
752 gimp binary packages. This should facilitate easier tracing
753 of bugs in gimp.
754
755 -- Ari Pollak <ari@debian.org> Tue, 15 Nov 2005 12:15:29 -0500
756
757gimp (2.2.9-1) unstable; urgency=low
758
759 * New upstream release
760
761 -- Ari Pollak <ari@debian.org> Sat, 29 Oct 2005 00:59:33 +0000
762
763gimp (2.2.8-11) unstable; urgency=low
764
765 * Make libgimp2.0-dev depend on gcc-3.3 because gimptool uses the same
766 compiler that gimp was compiled with. (Closes: #332681)
767
768 -- Ari Pollak <ari@debian.org> Fri, 7 Oct 2005 21:07:06 -0400
769
770gimp (2.2.8-10) unstable; urgency=low
771
772 * Add letter spacing option to text tool, taken from upstream
773 development tree (Closes: #326261)
774 * Apply patch to German translation (Closes: #314091)
775
776 -- Ari Pollak <ari@debian.org> Sat, 17 Sep 2005 15:22:13 -0400
777
778gimp (2.2.8-9) unstable; urgency=low
779
780 * Build with gcc-3.3 until bug #322565 on gcc-4.0 is fixed (Closes: #326423)
781
782 -- Ari Pollak <ari@debian.org> Sat, 3 Sep 2005 12:52:35 -0400
783
784gimp (2.2.8-8) unstable; urgency=low
785
786 * Er, somehow gimp-print got removed from the Recommends in the last
787 revision, so re-add it. (Closes: #322480)
788
789 -- Ari Pollak <ari@debian.org> Wed, 10 Aug 2005 18:01:08 -0400
790
791gimp (2.2.8-7) unstable; urgency=low
792
793 * Bump minimum version for libexif-dev in build-depends
794
795 -- Ari Pollak <ari@debian.org> Thu, 28 Jul 2005 11:30:25 -0400
796
797gimp (2.2.8-6) unstable; urgency=low
798
799 * Removed libgimpprint1-dev from build-deps, added --disable-print
800 to configure options, and added Recommends: gimp-print (Closes: #318819)
801 SIDE EFFECT: gimp-print is now a separate package. Install it if
802 you would like printing support in GIMP.
803 * Removed gimp1.2 dummy package and associated Conflicts/Replaces
804 now that sarge is released, since it is no longer needed.
805
806 -- Ari Pollak <ari@debian.org> Mon, 18 Jul 2005 13:09:37 -0400
807
808gimp (2.2.8-5) unstable; urgency=low
809
810 * Instead of adding MMX and SSE flags, apply patch from GNOME bugzilla
811 #303796 to fix building on gcc 4.0 the correct way.
812 (Closes: #318345, #318226)
813
814 -- Ari Pollak <ari@debian.org> Thu, 14 Jul 2005 20:01:04 -0400
815
816gimp (2.2.8-4) unstable; urgency=low
817
818 * Really change build-dependencies this time.
819
820 -- Ari Pollak <ari@debian.org> Tue, 12 Jul 2005 01:22:23 -0400
821
822gimp (2.2.8-3) unstable; urgency=low
823
824 * Add "-mmmx -msse" to CFLAGS on i386 to allow compilation of
825 MMX/SSE-optimized composite code. Fix suggested by GNOME bugzilla #308412.
826 * Apply patch from upstream to app/composite/gimp-composite-generic.c
827 to fix some signedness warnings
828 * Change build-depends on aalib1-dev to libaa1-dev
829 * Don't build-depend on libasound2-dev on kfreebsd-i386 & hurd-i386
830 (Closes: #316745, #307925)
831
832 -- Ari Pollak <ari@debian.org> Mon, 11 Jul 2005 23:00:43 -0400
833
834gimp (2.2.8-2) unstable; urgency=low
835
836 * Remove unnecessary build-dep on slang
837
838 -- Ari Pollak <ari@debian.org> Wed, 29 Jun 2005 10:03:13 -0400
839
840gimp (2.2.8-1) unstable; urgency=low
841
842 * New upstream release
843
844 -- Ari Pollak <ari@debian.org> Tue, 28 Jun 2005 01:13:13 +0000
845
846gimp (2.2.7-2) unstable; urgency=low
847
848 * Update package descriptions to remove outdated references to GIMP 2.0.
849 (Closes: #308972)
850 * Fix small typo in gimprc manpage (Closes: #310018)
851
852 -- Ari Pollak <ari@debian.org> Fri, 13 May 2005 12:18:07 -0400
853
854gimp (2.2.7-1) unstable; urgency=low
855
856 * New upstream release
857
858 -- Ari Pollak <ari@debian.org> Sun, 8 May 2005 21:55:38 -0400
859
860gimp (2.2.6-1) unstable; urgency=low
861
862 * New upstream release
863 * Fixes saving certain multilayer ICO files (Closes: #300140)
864
865 -- Ari Pollak <ari@debian.org> Sun, 10 Apr 2005 02:21:57 -0400
866
867gimp (2.2.4-3) unstable; urgency=low
868
869 * gimp & gimp-data conflicts & replaces gimp1.2 << 1.2.5-1.
870 * Forcibly remove files from /etc/gimp/1.2 on purge of gimp1.2 package
871 (Closes: #303087)
872 * Apply patch from upstream to make wget output more consistent when run
873 under gimp (Closes: #298792)
874 * Apply patch from upstream to fix compile error on amd64/gcc-4.0
875 (Closes: #300227)
876 * Correct typos in gimp manpage (Closes: #302146)
877 * Add MIDI device howto to README.MIDI now that it's been licensed under
878 the GPL; update gimp description to point to the new readme.
879
880 -- Ari Pollak <ari@debian.org> Wed, 6 Apr 2005 15:21:19 -0400
881
882gimp (2.2.4-2) unstable; urgency=low
883
884 * Make libasound2-dev an actual build-dependency, and suggest libasound2
885 instead of depend on it. Also add a note into the gimp description
886 about how to use the MIDI controller, which is what links against ALSA.
887 (Closes: #299600)
888
889 -- Ari Pollak <ari@debian.org> Tue, 15 Mar 2005 10:59:18 -0500
890
891gimp (2.2.4-1) unstable; urgency=low
892
893 * New upstream release
894 - Fixes french translation in quit dialog (Closes: #295870)
895 - Fixes Unsharp Mask when layer is bigger than image (Closes: #292199)
896 - Now imports templates from 2.0 case-insensitively (Closes: #295973)
897 * gimp-data Conflicts/Replaces gimp (<< 2.0.2-4), for ubuntu bug #6538
898
899 -- Ari Pollak <ari@debian.org> Tue, 22 Feb 2005 18:41:48 -0500
900
901gimp (2.2.3-3) unstable; urgency=low
902
903 * Add versioned conflicts/replaces on gimp-data pre-2.0.2-4 to gimp
904
905 -- Ari Pollak <ari@debian.org> Tue, 15 Feb 2005 19:40:24 -0500
906
907gimp (2.2.3-2) unstable; urgency=low
908
909 * Add explicit depends on libfreetype6 >= 2.1.7, since we
910 check for it at runtime; Also add build-depends on sed >= 3.95,
911 since we use the -i option to sed in debian/rules.
912 Thanks to Gürkan Seng for pointing this out.
913
914 -- Ari Pollak <ari@debian.org> Fri, 28 Jan 2005 16:35:14 -0500
915
916gimp (2.2.3-1) unstable; urgency=low
917
918 * New upstream release
919
920 -- Ari Pollak <ari@debian.org> Sat, 22 Jan 2005 18:12:59 -0500
921
922gimp (2.2.2-1) unstable; urgency=low
923
924 * New upstream release
925 - disables MMX instructions for "addition" mode (Closes: #288508)
926
927 -- Ari Pollak <ari@debian.org> Mon, 10 Jan 2005 12:02:36 -0500
928
929gimp (2.2.1-2) unstable; urgency=low
930
931 * Remove the python dependency sections from non-python packages
932 * Bump required libgtk2.0-dev version for the libgimp2.0-dev package
933 * Really remove the pygimp logo from the debian/ directory
934 * Apply patch from Andreas Jochens to fix building on amd64/gcc-4.0
935 (Closes: #288793)
936
937 -- Ari Pollak <ari@debian.org> Mon, 3 Jan 2005 20:46:57 -0500
938
939gimp (2.2.1-1) unstable; urgency=low
940
941 * New upstream release
942 * Remove pygimp logo, it's now included properly upstream
943
944 -- Ari Pollak <ari@debian.org> Thu, 30 Dec 2004 19:21:26 -0500
945
946gimp (2.2.0+rel-2) unstable; urgency=low
947
948 * Rebuild for unstable
949 - Acknowledge bugs fixed in previous 2.2 prereleases in experimental
950 (Closes: #254607, #277989, #280408, #280470, #281784)
951 - 2.2.0 fixes the broken bumpmap filter (Closes: #285008)
952 * Update menu entry for 2.2
953
954 -- Ari Pollak <ari@debian.org> Mon, 20 Dec 2004 18:40:14 -0500
955
956gimp (2.2.0+rel-1) experimental; urgency=low
957
958 * New upstream release
959 - Adds --no-splash to gimp-remote (Closes: #277989)
960 - Fixes leftover swap files when cancelling an import (Closes: #281784)
961 * Bump shlibs on libgimp2.0
962 * Add uuencoded pygimp logo from CVS so pygimp will build properly,
963 uudecode it before build, and add sharutils to build-depends
964
965 -- Ari Pollak <ari@debian.org> Sun, 19 Dec 2004 15:40:58 -0500
966
967gimp (2.2.0+pre2-3) experimental; urgency=low
968
969 * Applied changes from Ubuntu gimp package:
970 - debian/control: update build-depends on debhelper
971 - debian/rules: use dh_desktop
972
973 -- Ari Pollak <ari@debian.org> Mon, 6 Dec 2004 10:41:31 -0500
974
975gimp (2.2.0+pre2-2) experimental; urgency=low
976
977 * Add libgimp-perl to Suggests.
978
979 -- Ari Pollak <ari@debian.org> Thu, 2 Dec 2004 13:55:17 -0500
980
981gimp (2.2.0+pre2-1) experimental; urgency=low
982
983 * New upstream release
984 - Fixes some various BMP-handling bugs (Closes: #280408, #280470)
985 - Now updates JPEG EXIF thumbnails to reflect changes (Closes: #277097)
986
987 -- Ari Pollak <ari@debian.org> Sat, 20 Nov 2004 05:16:15 -0500
988
989gimp (2.2.0+pre1-3) experimental; urgency=low
990
991 * Get rid of the gimp alternatives for now, i'm not forseeing any need
992 for it any time soon, and it's just annoying. (Closes: #280688)
993
994 -- Ari Pollak <ari@debian.org> Wed, 10 Nov 2004 22:54:28 -0500
995
996gimp (2.2.0+pre1-2) experimental; urgency=low
997
998 * Update gimp.{postinst,prerm} to update alternatives for new version
999
1000 -- Ari Pollak <ari@debian.org> Tue, 9 Nov 2004 11:10:50 -0500
1001
1002gimp (2.2.0+pre1-1) experimental; urgency=low
1003
1004 * New prerelease for experimental
1005 - Uses the new GTK-2.4 filechooser (Closes: #254607)
1006
1007 -- Ari Pollak <ari@debian.org> Sun, 7 Nov 2004 16:19:43 -0500
1008
1009gimp (2.0.6-1) unstable; urgency=low
1010
1011 * New upstream release
1012
1013 -- Ari Pollak <ari@debian.org> Tue, 2 Nov 2004 22:42:16 -0500
1014
1015gimp (2.0.5-1) unstable; urgency=low
1016
1017 * New upstream release
1018 - Should fix a lot of segfaults with misconfigured filename encodings
1019 (Closes: #267272)
1020 * Add GenericName to gimp.desktop.in.in
1021 * Revert imagemap change, it wasn't applied correctly anyway
1022 * libglib2.0-0 shlibs have been updated to (>= 2.4.6), so no need
1023 to recommend 2.4.4 or higher; instead, update build-deps
1024 to depend on libgtk2.0-dev >= 2.4.7(Closes: #264844)
1025
1026 -- Ari Pollak <ari@debian.org> Sat, 25 Sep 2004 11:40:42 -0400
1027
1028gimp (2.0.4-2) unstable; urgency=low
1029
1030 * Add GenericName to gimp.desktop.in.in
1031 * Revert imagemap change, it wasn't applied correctly anyway
1032
1033 -- Ari Pollak <ari@debian.org> Wed, 11 Aug 2004 14:35:37 -0400
1034
1035gimp (2.0.4-1) unstable; urgency=low
1036
1037 * New upstream release
1038 - Fixes remaining encoding problems with newer GLib
1039 (Closes: #260766, #262527)
1040 * Exit if can't parse filenames due to invalid G_FILENAME_ENCODING
1041 (Closes: #262718)
1042 * Fix shearing in the X direction from the spinbutton (Closes: #263307)
1043 * Add font information to README.Debian (Closes: #263466)
1044 * Modify the imagemap plugin not to include <unistd.h> to fix
1045 a compile error
1046
1047 -- Ari Pollak <ari@debian.org> Thu, 5 Aug 2004 21:56:21 -0400
1048
1049gimp (2.0.3-3) unstable; urgency=low
1050
1051 * Make gimp-svg and gimp-helpbrowser depend on the current version of gimp
1052 (Closes: #263102, #259599)
1053
1054 -- Ari Pollak <ari@debian.org> Tue, 3 Aug 2004 13:05:17 -0400
1055
1056gimp (2.0.3-2) unstable; urgency=medium
1057
1058 * Fix saving of EXIF data in JPEGs. Bumping urgency to medium because
1059 this could cause an unpleasant surprise for people who expect
1060 EXIF data to be preserved but it's suddenly gone missing.
1061 (Closes: #261621)
1062 * Move gimp-svg to Recommends
1063 * Update Russian, Spanish, French, and Hebrew translation of .desktop file
1064 (thanks to Dan Korostelev and Steve Langasek)
1065
1066 -- Ari Pollak <ari@debian.org> Tue, 20 Jul 2004 08:19:38 -0400
1067
1068gimp (2.0.3-1) unstable; urgency=low
1069
1070 * New upstream release
1071 - Fixes long-standing tablet pointer switching bug (Closes: #203755)
1072 * Install /usr/share/pixmaps/gimp.png, update desktop file (Closes: #258596)
1073
1074 -- Ari Pollak <ari@debian.org> Sat, 17 Jul 2004 19:35:39 -0400
1075
1076gimp (2.0.2-7) unstable; urgency=low
1077
1078 * Duh, add conflicts & replaces to -svg and -helpbrowser (Closes: #259599)
1079
1080 -- Ari Pollak <ari@debian.org> Thu, 15 Jul 2004 13:47:07 -0400
1081
1082gimp (2.0.2-6) unstable; urgency=low
1083
1084 * Split helpbrowser out into gimp-helpbrowser and svg plugin into gimp-svg.
1085
1086 -- Ari Pollak <ari@debian.org> Fri, 9 Jul 2004 10:28:17 -0400
1087
1088gimp (2.0.2-5) unstable; urgency=low
1089
1090 * Don't install gnome-gimp.png.
1091
1092 -- Ari Pollak <ari@debian.org> Thu, 8 Jul 2004 16:56:07 -0400
1093
1094gimp (2.0.2-4) unstable; urgency=low
1095
1096 * The "I'm tired of waiting for migration to sarge" or
1097 "patents suck" release
1098 * Rebuild against librsvg >= 2.7 to get rid of mistaken libcroco dep
1099 (Closes: #257990)
1100 * Get rid of gimp-nonfree and gimp1.2-nonfree (#257382)
1101 * Change GNOME menu entry to "GIMP Image Editor"
1102 * Install /usr/share/pixmaps/gnome-gimp.png, update .desktop file
1103 * Make better error message in helpbrowser for missing gimp-help
1104 ("Please install the appropriate gimp-help package for your language)
1105 * Move more arch-indep stuff into gimp-data
1106
1107 -- Ari Pollak <ari@debian.org> Sat, 26 Jun 2004 23:12:10 -0400
1108
1109gimp (2.0.2-3) unstable; urgency=low
1110
1111 * Wow, I'm a dope. Really rebuild gimp with libexif10 this time.
1112 * Remove Build-Conflicts: libgimp2.0, it's no longer necessary for
1113 the stable version since the soname doesn't change.
1114 * Remove the explicit versioning on gtk 2.2.2 or above,
1115 gtk 2.4 provides shlibs that are more than sufficient.
1116
1117 -- Ari Pollak <ari@debian.org> Thu, 24 Jun 2004 20:33:58 -0400
1118
1119gimp (2.0.2-2) unstable; urgency=low
1120
1121 * Rebuild against libexif10
1122 * If /usr/bin/gimp symlink doesn't exist after postrm, assume
1123 the alternatives broke and automatically run
1124 update-alternatives --auto gimp.
1125 Also add tests to postinst as per Chris Waters' suggestion.
1126 (Closes: #241879)
1127
1128 -- Ari Pollak <ari@debian.org> Fri, 18 Jun 2004 14:46:03 -0400
1129
1130gimp (2.0.2-1) unstable; urgency=low
1131
1132 * New upstream release
1133 - Save as JPEG details window corrected (Closes: #244118)
1134
1135 -- Ari Pollak <ari@debian.org> Tue, 15 Jun 2004 11:04:51 -0400
1136
1137gimp (2.0.1-2) unstable; urgency=low
1138
1139 * Add replaces & conflicts on gimp1.3-data to libgimp2.0.
1140 * Incorporate patch from Daniel Kobras to fix a bug saving XCFs
1141 (Closes: #248042)
1142 * This should also force a rebuild on s390, which is holding up gimp in
1143 sarge.
1144
1145 -- Ari Pollak <ari@debian.org> Fri, 14 May 2004 11:33:12 -0400
1146
1147gimp (2.0.1-1) unstable; urgency=low
1148
1149 * New upstream release
1150 * See upstream NEWS for bugfixes (Closes: #243488, #240890, #236349, #109344)
1151 * Really add NEWS.Debian this time
1152
1153 -- Ari Pollak <ari@debian.org> Wed, 14 Apr 2004 08:18:33 -0400
1154
1155gimp (2.0.0-7) unstable; urgency=low
1156
1157 * libgimp2.0 conflicts and replaces gimp-data << 2.0.0-6 (Closes: #243246)
1158
1159 -- Ari Pollak <ari@debian.org> Mon, 12 Apr 2004 17:53:10 -0400
1160
1161gimp (2.0.0-6) unstable; urgency=low
1162
1163 * The priority for the gimp 2.0 alternative should be 50
1164 * gimptool should create the directory before installing modules
1165 to it (Closes: #241871)
1166 * Argh. really correct debian/gimp-data.files this time.
1167 * Force removal of libgimpmath/test-md5. One of these days I have to
1168 go through the clean target and take out the leftover cruft.
1169 * Add note in NEWS.Debian about alternatives issue
1170
1171 -- Ari Pollak <ari@debian.org> Sat, 3 Apr 2004 13:57:43 -0500
1172
1173gimp (2.0.0-5) unstable; urgency=low
1174
1175 * The "Squeaky Wheel" revision.
1176 * Re-add gimp1.2 and gimp1.2-nonfree dependency packages.
1177 gimp1.2-perl was not re-added because we no longer provide
1178 gimp-perl. Whomever packages gimp-perl can choose whether to provide
1179 a gimp1.2-perl package, which I'm not sure is a good idea since the
1180 API may have changed. (Closes: #241349)
1181 * Don't remove runtime fontconfig checking, just change the wording of
1182 it so people can know how to solve the problem. (src/app/app.c)
1183 * Correct the spelling errors in gimptool.1.in. The rest of the spelling
1184 errors no longer exist in the gimp source. (Closes: #125783)
1185 * Correct debian/gimp-data.files (Closes: #241587, #241575)
1186
1187 -- Ari Pollak <ari@debian.org> Sun, 1 Apr 2004 11:28:13 -0500
1188
1189gimp (2.0.0-4) unstable; urgency=low
1190
1191 * Remove runtime fontconfig checking. (Closes: #239598)
1192
1193 -- Ari Pollak <ari@debian.org> Sat, 27 Mar 2004 04:09:42 -0500
1194
1195gimp (2.0.0-3) unstable; urgency=low
1196
1197 * Remove the gimp-1.2 alternative from previous versions on
1198 installation
1199
1200 -- Ari Pollak <ari@debian.org> Thu, 25 Mar 2004 22:50:59 -0500
1201
1202gimp (2.0.0-2) unstable; urgency=low
1203
1204 * Oops, shlibs should be >= 2.0.0, not 2.0.0.0.
1205 * gimp-data: Conflict & replace gimp1.3-data
1206 * gimp: Conflict & replace gimp1.2
1207 * libgimp2.0-dev: Conflict & replace libgimp1.2-dev (<< 1.2.5-4),
1208 since that's when we introduced a gimptool alternative.
1209
1210 -- Ari Pollak <ari@debian.org> Wed, 24 Mar 2004 08:48:16 -0500
1211
1212gimp (2.0.0-1) unstable; urgency=low
1213
1214 * New upstream release
1215 - Closes: #21393, #29375, #64000, #70461, #101266, #108834, #200357
1216 - Closes: #109344, #111128, #114716, #117061, #117866, #112053
1217 - Closes: #119073, #121437, #128968, #144324, #145503, #110274
1218 - Closes: #147693, #150451, #151994, #152072, #153631, #179951
1219 - Closes: #154022, #154722, #157265, #157265, #158629, #198677
1220 - Closes: #169328, #161959, #169541, #169914, #233105, #199101
1221 - Closes: #211355, #191762, #183711, #176648, #175692, #183706, #201432
1222 * Use -nonfree like in gimp1.3 (Closes: #220464)
1223 * Separated package like in gimp1.3 (Closes: #233358)
1224
1225 -- Ari Pollak <ari@debian.org> Tue, 23 Mar 2004 21:37:49 -0500
1226
1227gimp1.3 (1.3.27+2.0pre4-3) unstable; urgency=low
1228
1229 * Fix configure's checking for gimp-print to fix ia64 (thanks, Roger Leigh!)
1230
1231 -- Ari Pollak <ari@debian.org> Tue, 9 Mar 2004 09:16:40 -0500
1232
1233gimp1.3 (1.3.27+2.0pre4-2) unstable; urgency=low
1234
1235 * We can define the default web browser in the global gimprc, not
1236 the source.
1237 * Recommends: gimp-help
1238 * Split developer docs out into libgimp1.3-doc
1239
1240 -- Ari Pollak <ari@debian.org> Tue, 9 Mar 2004 00:17:28 -0500
1241
1242gimp1.3 (1.3.27+2.0pre4-1) unstable; urgency=low
1243
1244 * New upstream release
1245 * fix typo in debian/control (Closes: #230505)
1246 * Add suggested hotkey to menu file (Closes: #234764)
1247
1248 -- Ari Pollak <ari@debian.org> Sat, 6 Mar 2004 17:09:30 -0500
1249
1250gimp1.3 (1.3.26+2.0pre3-2) unstable; urgency=low
1251
1252 * Remove gimptool-1.3 alternative on postinst, not prerm (Closes: #232644)
1253 * Change macro name in nautilus menu entry (Closes: #232678)
1254 * Include locales in gimp1.3-data (Closes: #233359)
1255
1256 -- Ari Pollak <ari@debian.org> Sat, 14 Feb 2004 10:09:43 -0500
1257
1258gimp1.3 (1.3.26+2.0pre3-1) unstable; urgency=low
1259
1260 * New upstream release (Closes: #230487)
1261 * Bring back build-conflict on libgimp1.3, for some reason this started
1262 being a problem again.
1263
1264 -- Ari Pollak <ari@debian.org> Wed, 4 Feb 2004 12:06:51 -0500
1265
1266gimp1.3 (1.3.25+2.0pre2-1) unstable; urgency=low
1267
1268 * New upstream release
1269 * gimptool-1.3 has changed to gimptool-2.0, so alternatives may
1270 have to be updated.
1271
1272 -- Ari Pollak <ari@debian.org> Mon, 19 Jan 2004 20:34:40 -0500
1273
1274gimp1.3 (1.3.24+2.0pre1-5) unstable; urgency=low
1275
1276 * Well, that was dumb. Make better shlibs fix. (Closes: #228004)
1277
1278 -- Ari Pollak <ari@debian.org> Thu, 15 Jan 2004 22:35:41 -0500
1279
1280gimp1.3 (1.3.24+2.0pre1-4) unstable; urgency=low
1281
1282 * Change shlibs to =, not >=. I know it's a little late to make
1283 this change, but better now so that we know for the next
1284 development cycle.
1285 * app/config/gimpguiconfig.c:
1286 Use sensible-browser, not mozilla, by default. This is actually a
1287 user-specified preference. (Closes: #227419)
1288 * Add better error message when documentation is not found
1289
1290 -- Ari Pollak <ari@debian.org> Tue, 13 Jan 2004 13:21:47 -0500
1291
1292gimp1.3 (1.3.24+2.0pre1-3) unstable; urgency=low
1293
1294 * Add build-depends on intltool
1295
1296 -- Ari Pollak <ari@debian.org> Mon, 12 Jan 2004 09:11:56 -0500
1297
1298gimp1.3 (1.3.24+2.0pre1-2) unstable; urgency=low
1299
1300 * Also install alternative for gimptool manpage
1301
1302 -- Ari Pollak <ari@debian.org> Sun, 11 Jan 2004 23:25:55 -0500
1303
1304gimp1.3 (1.3.24+2.0pre1-1) unstable; urgency=low
1305
1306 * The upstream tarball says 2.0pre1, but this is really 1.3.24.
1307 * Created alternatives for the gimp and gimp1.3 packages.
1308 The main gimp package has a higher priority than this one.
1309 Also created alternative for gimptool in the -dev package.
1310 Also conflict with versions of gimp << 1.2.5-4.
1311 (Closes: #226277)
1312 * Pass --enable-fast-install to configure so we don't have to build-conflict
1313 with libgimp1.3
1314
1315 -- Ari Pollak <ari@debian.org> Tue, 7 Jan 2004 22:16:40 -0500
1316
1317gimp1.3 (1.3.23-2) unstable; urgency=low
1318
1319 * Add versioned libwmf-dev build-dep, accept NMU (Closes: #225665, #225652)
1320 * Apply fix from upstream for Script-fu logos (Closes: #224066)
1321
1322 -- Ari Pollak <ari@debian.org> Wed, 31 Dec 2003 16:08:55 -0500
1323
1324gimp1.3 (1.3.23-1) unstable; urgency=low
1325
1326 * New upstream release (Closes: #221425, #222266)
1327 * debian/rules:
1328 - Explicity depend on gtk >= 2.2.2-1
1329 * debian/control:
1330 - Add WMF support
1331 * Update README.Debian
1332
1333 -- Ari Pollak <ari@debian.org> Wed, 26 Nov 2003 23:03:19 -0500
1334
1335gimp1.3 (1.3.22-3) unstable; urgency=low
1336
1337 * gimp1.3-data replaces and conflicts older versions of gimp1.3.
1338 really Closes: #219763, #219676, #219721
1339
1340 -- Ari Pollak <ari@debian.org> Sun, 9 Nov 2003 15:52:42 -0500
1341
1342gimp1.3 (1.3.22-2) unstable; urgency=low
1343
1344 * Rebuild on i386 with _correct_ dependencies
1345 * Remove /usr/share/gimp/ from gimp1.3.files (Closes: #219676, #219721)
1346
1347 -- Ari Pollak <ari@debian.org> Sat, 8 Nov 2003 12:23:05 -0500
1348
1349gimp1.3 (1.3.22-1) unstable; urgency=low
1350
1351 * New upstream release (Closes: #208857, #206048, #206838, #215072,
1352 #215504, #215735, #216069, #200149)
1353 * Fix build-deps (Closes: #217535)
1354
1355 -- Ari Pollak <ari@debian.org> Tue, 4 Nov 2003 11:35:56 -0500
1356
1357gimp1.3 (1.3.21-3) unstable; urgency=low
1358
1359 * Don't suggest removed packages (Closes: #215031)
1360 * Add libfontconfig1-dev to build-depends
1361 * Create architecture-independent -data package (Closes: #218777)
1362
1363 -- Ari Pollak <ari@debian.org> Thu, 9 Oct 2003 21:08:32 -0400
1364
1365gimp1.3 (1.3.21-2) unstable; urgency=low
1366
1367 * Fix some stuff pointed out by Sven Neumann (Closes: #214971):
1368 - Add build-dep on librsvg2-dev
1369 - Remove xfonts-100dpi from suggestions
1370
1371 -- Ari Pollak <ari@debian.org> Wed, 8 Oct 2003 14:36:40 -0400
1372
1373gimp1.3 (1.3.21-1) unstable; urgency=low
1374
1375 * New upstream release (Closes: #210617, #211616)
1376 * Don't compile on a system with experimenal packages (Closes: #214140)
1377
1378 -- Ari Pollak <ari@debian.org> Sun, 5 Oct 2003 20:52:29 -0400
1379
1380gimp1.3 (1.3.20-2.0.1) unstable; urgency=low
1381
1382 * Don't compile on a system with experimental packages (Closes: #214140)
1383
1384 -- Ari Pollak <ari@debian.org> Sat, 4 Oct 2003 20:12:24 -0400
1385
1386gimp1.3 (1.3.20-2) unstable; urgency=low
1387
1388 * Apply patch from Falk Hueffner (Closes: #205889)
1389
1390 -- Ari Pollak <ari@debian.org> Fri, 3 Oct 2003 12:33:30 -0400
1391
1392gimp1.3 (1.3.20-1) unstable; urgency=low
1393
1394 * New upstream release
1395
1396 -- Ari Pollak <ari@debian.org> Mon, 8 Sep 2003 20:13:37 -0400
1397
1398gimp1.3 (1.3.19-1) unstable; urgency=low
1399
1400 * New upstream release
1401 * Improve python policy conformance (Closes: #205280)
1402 * Bump version requirement on GTK as per upstream changes
1403 * Update build-depends (Closes: #206666)
1404
1405 -- Ari Pollak <ari@debian.org> Thu, 28 Aug 2003 11:40:21 -0400
1406
1407gimp1.3 (1.3.18-1) unstable; urgency=low
1408
1409 * New upstream version
1410
1411 -- Ari Pollak <ari@debian.org> Sun, 10 Aug 2003 23:44:36 -0400
1412
1413gimp1.3 (1.3.17-2) unstable; urgency=low
1414
1415 * Update build-depends
1416 * Use dh_python
1417 * Build against libexif9 (Closes: #204742)
1418
1419 -- Ari Pollak <ari@debian.org> Fri, 25 Jul 2003 19:53:34 -0400
1420
1421gimp1.3 (1.3.17-1) unstable; urgency=low
1422
1423 * New upstream release (Closes: #200023)
1424 - Also really fixes #198045
1425
1426 -- Ari Pollak <ari@debian.org> Thu, 24 Jul 2003 22:10:40 -0400
1427
1428gimp1.3 (1.3.16-2) unstable; urgency=low
1429
1430 * Fix saving MNGs (Closes: #198048)
1431
1432 -- Ari Pollak <ari@debian.org> Mon, 7 Jul 2003 08:55:43 -0400
1433
1434gimp1.3 (1.3.16-1) unstable; urgency=low
1435
1436 * New upstream release (Closes: #160164)
1437 * gimp1.3-nonfree depends on gimp1.3 (Closes: #198110)
1438 * Update gimp1.3-nonfree description & copyright to note
1439 the expiration of the GIF/LZW patent in many countries
1440
1441 -- Ari Pollak <ari@debian.org> Fri, 27 Jun 2003 07:56:32 -0400
1442
1443gimp1.3 (1.3.15-2) unstable; urgency=low
1444
1445 * Build-depends on libmng-dev (Closes: #197150)
1446
1447 -- Ari Pollak <ari@debian.org> Thu, 12 Jun 2003 11:18:56 -0400
1448
1449gimp1.3 (1.3.15-1) unstable; urgency=low
1450
1451 * New upstream release (Closes: #196519)
1452 * Enable python support, which is most likely buggy and unstable
1453 (Closes: #194627), split off into gimp1.3-python package
1454 * Replace antiquated prefix= with DESTDIR= in make install
1455 * Build-Conflict on libgimp1.3 until libtool can be whipped into
1456 not being so stupid
1457
1458 -- Ari Pollak <ari@debian.org> Tue, 10 Jun 2003 08:37:15 -0400
1459
1460gimp1.3 (1.3.14-1) unstable; urgency=low
1461
1462 * New upstream release
1463 * Change section of libgimp1.3-dev to libdevel
1464
1465 -- Ari Pollak <ari@debian.org> Mon, 14 Apr 2003 22:56:50 -0400
1466
1467gimp1.3 (1.3.13-2) unstable; urgency=low
1468
1469 * libgimp1.3 conflicts with gimp1.3 << 1.3.13-1 (Closes: #186201)
1470
1471 -- Ari Pollak <ari@debian.org> Sun, 23 Mar 2003 19:51:51 -0500
1472
1473gimp1.3 (1.3.13-1) unstable; urgency=low
1474
1475 * New upstream release (Closes: #184546)
1476 * Use debian/compat
1477 * Move gimp14-libgimp.mo locale files into the libgimp1.3 package
1478 * Clean up debian/copyright
1479 * Update README.Debian to list things that shouldn't be reported as bugs
1480 * Really fix the print plugin; My modification made the dither algorithm
1481 always use the default, this fixes that.
1482 * Fix libtool stuff again so that libgimp1.3 doesn't depend on [a possibly
1483 older version of] itself; I'm not sure why this worked in the first place.
1484
1485 -- Ari Pollak <ari@debian.org> Sun, 23 Mar 2003 13:21:19 -0500
1486
1487gimp1.3 (1.3.12-5) unstable; urgency=low
1488
1489 * Don't stupidly depend on "<< next.version.number." This is what I
1490 get for looking at 2-year-old comments in the rules file and
1491 thinking they're sane.
1492
1493 -- Ari Pollak <ari@debian.org> Mon, 3 Mar 2003 12:35:45 -0500
1494
1495gimp1.3 (1.3.12-4) unstable; urgency=low
1496
1497 * Work around weird gimpprint problem with default dither algorithm
1498 not being set correctly. Submitted fix upstream, hopefully this is the
1499 right way to do it. (Closes: #175068)
1500
1501 -- Ari Pollak <ari@debian.org> Sun, 2 Mar 2003 14:29:39 -0500
1502
1503gimp1.3 (1.3.12-3) unstable; urgency=low
1504
1505 * Apply patch from upstream CVS (Closes: #182803):
1506 - tools/pdbgen/pdb/guides.pdb
1507 - app/pdb/guides_cmds.c: fixed gimp_image_find_next_guide() which
1508 was broken for the case when the image had no guides at all. Fixes
1509 the hanging rotate plug-in
1510
1511 -- Ari Pollak <ari@debian.org> Sun, 2 Mar 2003 11:18:40 -0500
1512
1513gimp1.3 (1.3.12-2) unstable; urgency=low
1514
1515 * Work around libtool crap
1516
1517 -- Ari Pollak <ari@debian.org> Sun, 23 Feb 2003 00:08:23 -0500
1518
1519gimp1.3 (1.3.12-1) unstable; urgency=low
1520
1521 * New upstream release (Closes: #180918)
1522 * Revamp debian/rules: clean up lintian warnings, consolidate mucho
1523 duplicate code, make everything compatible with latest debhelper
1524 * Apply patch from upstream CVS to fix saving 1-bit PNGs with alpha trans
1525 (Closes: #179980):
1526 2003-02-22 Dave Neary <bolsh@gimp.org>
1527 - plug-ins/common/png.c: Fixed bug #105360. Previously,
1528 alpha was taking up an index entry even if there were
1529 no transparent entries. Sorry about that :)
1530 * Change wget | wget-ssl to just wget, as there is no longer a seperate -ssl
1531 package.
1532
1533 -- Ari Pollak <ari@debian.org> Sat, 22 Feb 2003 11:40:36 -0500
1534
1535gimp1.3 (1.3.11-3) unstable; urgency=low
1536
1537 * Remove recommends of xfonts-75dpi. Looks like it was leftover from
1538 GIMP 1.2. (Closes; #180747)
1539 * Apply patch from CVS to fix compilation on Alpha:
1540 2003-01-29 Sven Neumann <sven@gimp.org>
1541 - app/widgets/gimppropwidgets.[ch]: removed unused function
1542 gimp_prop_enum_option_menu_new_with_values() which caused problems
1543 on some platforms.
1544 * Update description
1545 * Bump Standards-version to .8, no changes necessary
1546
1547 -- Ari Pollak <ari@debian.org> Wed, 12 Feb 2003 12:17:43 -0500
1548
1549gimp1.3 (1.3.11-2) unstable; urgency=low
1550
1551 * Add libgimpmodule to shlibs.local
1552 * Hopefully fix a compile error on alpha
1553
1554 -- Ari Pollak <ari@debian.org> Sat, 4 Jan 2003 00:13:26 -0500
1555
1556gimp1.3 (1.3.11-1) unstable; urgency=low
1557
1558 * New upstream release (Closes: #167995, #174891)
1559 * PLEASE NOTE: "This release features some incompatible changes to the
1560 gimprc file format. If you installed earlier versions of the 1.3 series,
1561 you are advised to remove your ~/.gimp-1.3 directory and do a fresh user
1562 installation."
1563
1564 -- Ari Pollak <ari@debian.org> Fri, 3 Jan 2003 18:35:49 -0500
1565
1566gimp1.3 (1.3.10-4) unstable; urgency=low
1567
1568 * Don't have to mark files in /etc explicitly as conffiles, debhelper
1569 does that automatically.
1570
1571 -- Ari Pollak <ari@debian.org> Sun, 17 Nov 2002 22:08:21 -0500
1572
1573gimp1.3 (1.3.10-3) unstable; urgency=low
1574
1575 * Fix gimp1.3.menu entry
1576
1577 -- Ari Pollak <ari@debian.org> Sun, 17 Nov 2002 20:47:53 -0500
1578
1579gimp1.3 (1.3.10-2) unstable; urgency=low
1580
1581 * Use CFLAGS correctly (Closes: #166410)
1582 * Bump standards version to 3.5.7, check for debug and noopt in
1583 DEB_BUILD_OPTIONS
1584
1585 -- Ari Pollak <ari@debian.org> Thu, 14 Nov 2002 14:46:17 -0500
1586
1587gimp1.3 (1.3.10-1) unstable; urgency=low
1588
1589 * New upstream release (Closes: #163371, #161781)
1590 - These bugs should be fixed now. If not, please reopen the bug.
1591 (Closes: #166410, #160986, #167995)
1592 * Adopted package (Closes: #168365)
1593
1594 -- Ari Pollak <ari@debian.org> Mon, 11 Nov 2002 14:39:36 -0500
1595
1596gimp1.3 (1.3.8-1) unstable; urgency=low
1597
1598 * New upstream release
1599 * Add a configure target to the rules and some cleanups
1600
1601 -- Bastien Nocera <hadess@hadess.net> Tue, 20 Aug 2002 22:12:40 +0100
1602
1603gimp1.3 (1.3.7-2) unstable; urgency=low
1604
1605 * Add .applications and .keys file for nautilus to know about us
1606 (Closes: #152150)
1607 * Close bugs from Marcelo's NMU (Closes: #156914, #156280)
1608 * Suggest gimp-freetype
1609 * Update README.Debian
1610
1611 -- Bastien Nocera <hadess@hadess.net> Sun, 18 Aug 2002 15:28:11 +0100
1612
1613gimp1.3 (1.3.7-1.1) unstable; urgency=low
1614
1615 * NMU
1616 * debian/control: Build-Depend on libpng3-dev, libgtk2.0-dev >= 2.0.6-1;
1617 modify dependency for libgimp1.3-dev.
1618
1619 -- Marcelo E. Magallon <mmagallo@debian.org> Fri, 16 Aug 2002 13:54:31 +0200
1620
1621gimp1.3 (1.3.7-1) unstable; urgency=low
1622
1623 * New upstream release
1624 * Do not create a link to gimptool.1 from an inexistant man page
1625 * Do not conflict with GIMP 1.2 packages, as they're parallel installable
1626 * Use the same icon in the menu file as in the desktop file
1627
1628 -- Bastien Nocera <hadess@hadess.net> Fri, 28 Jun 2002 01:08:35 +0100
1629
1630gimp1.2 (1.2.3-2) unstable; urgency=MEDIUM
1631
1632 * Do not include escputil or man pages in gimp1.2 (there is already
1633 a separate package for that). No dependancy is needed, since
1634 the GIMP print plugin does not call escputil directly.
1635 (Closes: #142013, #141892)
1636 * Patch url.c (which is a MONSTROUS hack) to deal with the fact that
1637 wget now outputs a "Resolving host.name.com.... done" line. This
1638 throws off the hard-coded parsing function in url.c, and makes it
1639 impossible to open URL files. (Really fixes #137132).
1640 Patch is at http://people.debian.org/~che/gimp/url.patch
1641
1642 -- Ben Gertzfield <che@debian.org> Wed, 10 Apr 2002 13:51:07 +0900
1643
1644gimp1.2 (1.2.3-1) unstable; urgency=low
1645
1646 * New upstream version. (Closes: #140904)
1647 * Remove TIFF from description of gimp1.2-nonfree. (Closes: #88381)
1648 * Fixed config.guess upstream (and in NMU). (Closes: #120875)
1649 * Change -I/usr/include/gnome-1.0 to be set in environment CFLAGS,
1650 so I don't have to patch configure.in every time.
1651 * Upstream now includes symlinks for names gimp -> gimp-1.2, for
1652 all binaries and man pages, so we do too.
1653 * gimp1.2 now depends on wget | wget-ssl; cannot open URLs otherwise.
1654 (Closes: #137132)
1655 * Include escputil print plug-in utility for cleaning nozzle heads,
1656 etc. on Epson printers.
1657
1658 -- Ben Gertzfield <che@debian.org> Mon, 8 Apr 2002 17:33:25 +0900
1659
1660gimp1.2 (1.2.2-3) unstable; urgency=low
1661
1662 * Based on Colin's patch.
1663 * Make /etc/gimp/1.2/* conffiles (closes: #132167).
1664 * Adjust libpng2-dev build-dependency so that it definitely won't match
1665 png3 (not sure if that would affect plugins).
1666 * Does *not* add libgnome-dev to build-dependencies as Colin's patch
1667 does. We need libgtkxmhtml*-dev, *not* libgnome-dev. I will not
1668 ever require the massive GNOME libraries to build or run GIMP,
1669 unless it becomes a GNOME project. The help browser should build
1670 fine as long as libgtkxmhtml-dev is installed.
1671 * Found the above problem -- libgtkxmhtml-dev renamed its include files
1672 without warning to /usr/include/gnome-1.0/gtk-xmhtml/ for absolutely
1673 no reason at all which broke GIMP's compilation process.
1674 Patched configure.in and to always add -I/usr/include/gnome-1.0
1675 as a quick solution.
1676
1677 -- Ben Gertzfield <che@debian.org> Mon, 11 Mar 2002 11:50:37 +0900
1678
1679gimp1.2 (1.2.2-2.1) unstable; urgency=low
1680
1681 * NMU
1682 * rerun libtoolize & aclocal for new arch support. Closes: #120876
1683
1684 -- LaMont Jones <lamont@debian.org> Fri, 23 Nov 2001 20:17:10 -0700
1685
1686gimp1.2 (1.2.2-2) unstable; urgency=HIGH
1687
1688 * Sven, who released GIMP 1.2.2, messed up and incremented the soname
1689 of the library. This was completely gratuitous and unnecessary for a
1690 STABLE release, and broke tons of things (libgimp1.2 dependancies,
1691 SANE, etc.) So I edited configure.in to change the GIMP_INTERFACE_AGE
1692 and GIMP_BINARY_AGE to 2 so bring the soname back down to the same as
1693 1.2.1. (Closes: #103238)
1694
1695 -- Ben Gertzfield <che@debian.org> Tue, 21 Aug 2001 12:44:37 +0900
1696
1697gimp1.2 (1.2.2-1) unstable; urgency=low
1698
1699 * New upstream version. (Closes: #108760)
1700 * Add to the front of LD_LIBRARY_PATH, don't clobber it, when
1701 we need to do a dpkg-shlibdeps for gimp1.2-nonfree. (Closes: #104462)
1702 * Add Enhances: tages for gimp1.2-perl and gimp1.2-nonfree -> gimp1.2.
1703 * Up Standards-Version to 3.5.6.
1704
1705 -- Ben Gertzfield <che@debian.org> Sat, 18 Aug 2001 12:52:53 +0900
1706
1707gimp1.2 (1.2.1-4) unstable; urgency=low
1708
1709 * Change Build-Depends from xpm4g-dev to xlibs-dev. (Closes: #90801)
1710 * Remove Build-Depends on xlib6g-dev (it's covered by xlibs-dev now.)
1711 * Add Build-Depends on libtiff3g-dev and gettext. (oops!)
1712 * Fix typo in debian/rules so man page for gimp-remote gets included.
1713
1714 -- Ben Gertzfield <che@debian.org> Fri, 23 Mar 2001 01:50:58 -0800
1715
1716gimp1.2 (1.2.1-3) unstable; urgency=low
1717
1718 * Include gimp-remote and gimp-remote.1 man page in gimp1.2 package.
1719 (Closes: #89996) (Why didn't *I* get bug #90000? :)
1720 * Recompile so gimptool has the right include paths for glib 1.2.9
1721 and gtk+ 1.2.9. (Closes: #90600, #89001)
1722 * It's weird, but the old building hack I had to set PERL_MM_OPTS
1723 was working. Evidently not for everyone. Removed quotes.
1724 (Closes: #90169)
1725
1726 -- Ben Gertzfield <che@debian.org> Wed, 21 Mar 2001 11:54:51 -0800
1727
1728gimp1.2 (1.2.1-2) unstable; urgency=MEDIUM
1729
1730 * Darn it. The GIMP folks keep the soname of libgimp et al the
1731 same for the stable releases, but my soname guessing code from
1732 the 1.1 series thought that it'd follow the minor revision (the last
1733 1 in 1.2.1) as it did in the 1.1 series. But in the 1.2 series, the
1734 soname will always (Manish promises) be 0, so we don't need to
1735 auto-generate debian/shlibs.local for proper dependancies. This
1736 makes gimp1.2 depend on libgimp1.2 properly again. (Closes: #88098)
1737 * This was already fixed (gimp 1.2 does not look for plugins in
1738 /usr/lib/gimp/1.1/, honestly). (Closes: #80840)
1739 * Add Replaces: gimp1.1-nonfree (<< 1.1.27-1) to gimp1.2 to make for
1740 proper upgrades (the tiff plugin moved at that time from nonfree to
1741 the main package.) (Closes: #83726)
1742
1743 -- Ben Gertzfield <che@debian.org> Thu, 1 Mar 2001 14:40:02 -0800
1744
1745gimp1.2 (1.2.1-1) unstable; urgency=low
1746
1747 * New upstream version. (Closes: #87912)
1748 * Updated to use new Perl building policy; we're using dh_perl for
1749 some of this, so add Build-Depends on perl (>= 5.6.0-16) and
1750 debhelper (>= 3.0.5).
1751 * Update Build-Depends to specify libglib1.2/libgtk1.2 >= 1.2.8.
1752 (Closes: #87046)
1753 * In README.Debian, mention that gimptool is in libgimp1.2-dev.
1754 (Closes: #83501)
1755 * GIMP saves gif just fine. (Closes: #82369)
1756 * Evidently large numbers of open files bug fixed upstream.
1757 (Closes: #81207)
1758 * Add hint to menu file to put GIMP in "Bitmap" submenu.
1759 (Closes: #80154)
1760
1761 -- Ben Gertzfield <che@debian.org> Tue, 27 Feb 2001 18:40:43 -0800
1762
1763gimp1.2 (1.2.0-1) unstable; urgency=low
1764
1765 * We made it!! At long last, we made it. 1.2 is out!
1766
1767 -- Ben Gertzfield <che@debian.org> Mon, 25 Dec 2000 12:04:22 -0800
1768
1769gimp1.1 (1.1.32-1) unstable; urgency=low
1770
1771 * New upstream version. Closes: #80100
1772 * (1.1.31 didn't build. I wish people wouldn't submit bug reports
1773 5 minutes after a new developers'-only version comes out, without
1774 testing if it even *builds*..)
1775
1776 -- Ben Gertzfield <che@debian.org> Fri, 22 Dec 2000 13:05:16 -0800
1777
1778gimp1.1 (1.1.29-2) unstable; urgency=low
1779
1780 * Remove dependancy on perl-5.005 that snuck in there when we merged
1781 the Helix changes. Closes: #77155
1782
1783 -- Ben Gertzfield <che@debian.org> Wed, 15 Nov 2000 19:12:40 -0800
1784
1785gimp1.1 (1.1.29-1) unstable; urgency=low
1786
1787 * New upstream version.
1788 * Bugs fixed previously that I forgot to close:
1789 * Select / By Color doesn't crash. Closes: #62560
1790 * libgimp1.1-dev Conflicts: with gimp. Closes: #75331
1791
1792 -- Ben Gertzfield <che@debian.org> Wed, 1 Nov 2000 14:35:01 -0800
1793
1794gimp1.1 (1.1.28-1) unstable; urgency=low
1795
1796 * New upstream version. That was quick! /etc and it's patches
1797 were accepted. (upstream decided to use /etc/gimp/1.1 instead
1798 of /etc/gimp-1.1. *shrug*
1799
1800 -- Ben Gertzfield <che@debian.org> Mon, 16 Oct 2000 22:17:37 -0700
1801
1802gimp1.1 (1.1.27-1) unstable; urgency=low
1803
1804 * New upstream version. Closes: #72193, #74115
1805 * Fixed improper use of "it's" in app/user_install.c. Forwarded
1806 patch upstream. Closes: #71521
1807 * Fixed upstream: installation crash (Closes: #71519)
1808 * Looked at a lot of the nice changes in the helix gimp1.1 packages
1809 and applied 'em.
1810 * IMPORTANT MOVE: I realized that the libgimp1.1.27-style packages
1811 had to die a flaming horrible death. Moved to libgimp1.1 and
1812 libgimp1.1-dev package naming style. This has the consequence
1813 that I've had to make the shlibs file make things compiled against
1814 libgimp1.1 depend on libgimp1.1 (>= 1.1.27.0), libgimp1.1 (<< 1.1.28).
1815 * Because of the above, to clean out everyone's systems, I've made
1816 libgimp1.1 Conflict: with all the old libgimp1.1.xs, and libgimp1.1-dev
1817 Conflict: with all old libgimp1.1.x-devs. Closes: #62532
1818 * Move the tiff plug-in to the main gimp package; only the gif
1819 one uses patented crud any more.
1820 * Bugs fixed long long ago: lprng moved lpc to /usr/sbin. Closes: #48655
1821 * script-fu breakage due to not having fonts installed documented
1822 in README.Debian and dependancies. Closes: #48840, #49003
1823 * gimp1.1-perl split out long ago. Closes: #53873
1824 * some Perl bug, fixed upstream long ago: Closes: #54502, #54666, #54668, #54687
1825 * Can't reproduce big swapfile loading two pngs in a row. Probably
1826 fixed upstream. Closes: #56240
1827 * Can't reproduce crash on 'gimp --no-data -n -b "(gimp-quit 1)"' call,
1828 there is no -n flag! Closes: #60941
1829 * No problems loading EPS files whatsoever. Closes: #61536
1830 * Old libgimp1.1.x lying around problem cured with new naming
1831 scheme. Closes: #62532
1832 * Selection -> By Color does not segfault any more. Closes: #62659
1833 * Transparency dithering when converting to Indexed has been
1834 implemented. Closes: #63719
1835 * xcftopnm is included in gimp1.1-perl now. Closes: #63748, #63502
1836 * Printing to postscript does not make an 'all black image'.
1837 Closes: #65378
1838 * Freshened up README.Debian and lightened dire font warnings.
1839 Closes: #65664
1840 * The BMP mentioned in bug #67415 does not crash GIMP. Closes: #67415
1841 * Faulty order in package build (built gimp1.1 before gimp1.1-perl)
1842 led some Perl plugins to be included in the gimp1.1 package.
1843 Fixed. Closes: #67523, #70811
1844 * User installation crash fixed upstream. Closes: #71519
1845 * Patched it's typo in installation. Sent patch upstream. Closes: #71521
1846 * Patched to move all config files to /etc/gimp-1.1/ instead of
1847 /usr/share/gimp/1.1/ . Sent patch upstream. Closes: #72161
1848 * GIMP seems to have no problems parsing lpc's output when using
1849 lprng for me. Closes: #72448
1850 * gimp-python is maintained separately. Closes: #58548
1851 * Moved gimp binary to /usr/bin. This is to follow policy, and
1852 also fixes a problem with the GIMP Perl module. Closes: #66469
1853 * Um. Control+mouse button 1 doesn't select; it deselects. This
1854 is documented. Closes: #65326
1855 * Yes, gimp1.1 is in the archives for woody. Closes: #61641
1856
1857 -- Ben Gertzfield <che@debian.org> Thu, 12 Oct 2000 21:39:45 -0700
1858
1859gimp1.1 (1.1.24-1) unstable; urgency=low
1860
1861 * New upstream version. (Sorry for slacking off there.) Closes: #64294
1862 * Add Build-Depends line. Closes: #62896
1863 * (Hopefully) add Help support in by installing the new libgtkxmhtml-dev
1864 package. Yes, this indirectly requires GNOME libraries -- but only
1865 to build. libgtkxmhtml1 does not require GNOME libraries at run-time,
1866 so I'm satisfied. Closes: #52634
1867
1868 -- Ben Gertzfield <che@debian.org> Thu, 10 Aug 2000 11:15:10 -0700
1869
1870gimp1.1 (1.1.19-1) unstable; urgency=low
1871
1872 * New upstream version. Please don't let there be any i18n breakage
1873 this time...
1874 * To separate the perl plugins, instead of a static list we now
1875 run 'file' on usr/lib/gimp/1.1/plug-ins/* and any that say
1876 'perl script' we include in gimp1.1-perl.
1877
1878 -- Ben Gertzfield <che@debian.org> Wed, 5 Apr 2000 22:56:19 -0700
1879
1880gimp1.1 (1.1.18-1) unstable; urgency=low
1881
1882 * New upstream version. Use CVS po files for i18n to avoid crashes,
1883 and patch da_DK po file by hand because it's still broken.
1884
1885 -- Ben Gertzfield <che@debian.org> Sat, 4 Mar 2000 09:02:08 -0800
1886
1887gimp1.1 (1.1.17-2) frozen unstable; urgency=low
1888
1889 * Move gimp-tool into libgimp1.1.17-dev, and make libgimp1.1.17-dev
1890 Depend: on libgtk1.2-dev and libglib1.2-dev. Closes: #59057
1891 * Fixes locale brokenness for it_IT, ru_RU, de_DE. (Updated the po
1892 files from CVS gimp current as of 27 Feb 2000.) Closes: #58796, #56503,
1893 #57498, #57403,
1894
1895 -- Ben Gertzfield <che@debian.org> Sun, 27 Feb 2000 10:39:36 -0800
1896
1897gimp1.1 (1.1.17-1) unstable; urgency=low
1898
1899 * New upstream version.
1900
1901 -- Ben Gertzfield <che@debian.org> Fri, 11 Feb 2000 12:29:22 -0800
1902
1903gimp1.1 (1.1.15-3) frozen unstable; urgency=MEDIUM
1904
1905 * Fix GIMP crashes by moving Perl-Server plugin out of main
1906 gimp1.1 package into gimp1.1-perl. Closes: #56237
1907 (Yes, this must make it into frozen, otherwise gimp1.1 doesn't
1908 work.)
1909 * As a consequence of the above, gimp1.1-perl Replaces: gimp1.1
1910 (<< 1.1.15-3).
1911 * Make sure libgimp1.1.15 doesn't include any Perl directories.
1912
1913 -- Ben Gertzfield <che@debian.org> Wed, 26 Jan 2000 16:37:41 -0800
1914
1915gimp1.1 (1.1.15-2) frozen unstable; urgency=MEDIUM
1916
1917 * Argh. I had messed up the build process and no files actually
1918 got into gimp1.1-perl. This rebuild must make it into frozen,
1919 * Make gimp1.1-perl Depend: on gimp1.1 (>= ${Source-Version}) so
1920 people don't try to install it with a mismatching gimp package.
1921 * Add Suggests: from gimp1.1 to gimp1.1-perl.
1922 * To make slink -> potato upgrade easier (read: possible), sprinkle
1923 Replaces: liberally around.
1924
1925 -- Ben Gertzfield <che@debian.org> Sat, 22 Jan 2000 14:14:56 -0800
1926
1927gimp1.1 (1.1.15-1) unstable; urgency=low
1928
1929 * New upstream version.
1930 * Bump Standards to 3.1.1.1.
1931 * Move Perl plugins and support into gimp1.1-perl. Closes: #54562
1932 * Duplicates of bugs closed below. Closes: #53707, #53708, #53873,
1933 #50678
1934
1935 -- Ben Gertzfield <che@debian.org> Sat, 15 Jan 2000 11:16:59 -0800
1936
1937gimp1.1 (1.1.14-4) unstable; urgency=low
1938
1939 * Add Conflict: with libgimp-perl (it should be removed from the
1940 archives sooner or later, though.) Closes: #54212
1941
1942 -- Ben Gertzfield <che@debian.org> Thu, 6 Jan 2000 11:26:57 -0800
1943
1944gimp1.1 (1.1.14-3) unstable; urgency=low
1945
1946 * Add dependancies on libgtk-perl and pdl. Closes: #53971, #53826
1947 * Build with perl Image::Magick support. Add dependancy on perlmagick.
1948 * If anyone thinks any of the above new dependancies (libgtk-perl, pdl,
1949 perlmagick) should be made into Suggests, let me know. I couldn't
1950 decide, so went with a Depends to be on the safe side. But, this
1951 requires about 6 more megs of packages to be installed, so some
1952 people may not be happy.
1953 * Patch the stupid Makefile.PL in plug-ins/perl/Makefile.PL to not
1954 force UNINST=1 on the 'make install'. GRRR!
1955
1956 -- Ben Gertzfield <che@debian.org> Wed, 5 Jan 2000 18:08:02 -0800
1957
1958gimp1.1 (1.1.14-2) unstable; urgency=low
1959
1960 * Do not include 'perllocal.pod' in install.
1961
1962 -- Ben Gertzfield <che@debian.org> Thu, 30 Dec 1999 12:18:17 -0800
1963
1964gimp1.1 (1.1.14-1) unstable; urgency=low
1965
1966 * New upstream version.
1967 * Now includes gimp-perl and the related Perl plugins in the main
1968 gimp package. Closes: #34392
1969 * Still no gimp help browser, as libgtkxmhtml-dev depends on a whole
1970 slew of GNOME libraries which I am not willing to foist on
1971 unsuspecting GIMP users.
1972 * Fixed in earlier releases: Closes: #42096, #42699
1973
1974 -- Ben Gertzfield <che@debian.org> Fri, 17 Dec 1999 15:03:36 -0800
1975
1976gimp1.1 (1.1.13-1) unstable; urgency=low
1977
1978 * New upstream version.
1979
1980 -- Ben Gertzfield <che@debian.org> Fri, 26 Nov 1999 11:13:19 -0800
1981
1982gimp1.1 (1.1.12-1) unstable; urgency=low
1983
1984 * New upstream version.
1985
1986 -- Ben Gertzfield <che@debian.org> Thu, 25 Nov 1999 13:16:37 -0800
1987
1988gimp1.1 (1.1.10-1) unstable; urgency=low
1989
1990 * New upstream version.
1991
1992 -- Ben Gertzfield <che@debian.org> Wed, 6 Oct 1999 19:17:57 -0700
1993
1994gimp1.1 (1.1.9-1) unstable; urgency=low
1995
1996 * New upstream version.
1997 * Change auto-generation of shlibs file to make things compiled against
1998 libgimp to depend on (e.g.) >= 1.1.8 instead of >= 1.1.8-1. This
1999 makes building slink packages with versions like 1.1.8-0slink1
2000 work.
2001
2002 -- Ben Gertzfield <che@debian.org> Fri, 10 Sep 1999 21:27:29 -0700
2003
2004gimp1.1 (1.1.8-1) unstable; urgency=low
2005
2006 * New upstream version.
2007 * Change Recommends: of xfnts-100dpi to a Suggests, as it seems GIMP will
2008 work without it nowadays.
2009 * Upstream has restructured /usr/share/gimp and I missed it; that's
2010 why the help files and tips of the day were missing.
2011 (Fixes: #42699, #42096)
2012 * libgimp1.1.8-dev Depends: on Source-Version of libgimp1.1.8 now.
2013
2014 -- Ben Gertzfield <che@debian.org> Tue, 24 Aug 1999 13:46:24 -0700
2015
2016gimp1.1 (1.1.7-1) unstable; urgency=low
2017
2018 * New upstream version.
2019 * Remove dependancy on perl, since it was outdated and I don't
2020 even include the perl stuff (yet) (Fixes: #41402, #41484)
2021
2022 -- Ben Gertzfield <che@debian.org> Sun, 18 Jul 1999 18:09:52 -0700
2023
2024gimp1.1 (1.1.6-2) unstable; urgency=low
2025
2026 * Patch for compiling on non-x86 architectures. (Fixes: #39863, #40080)
2027 * libgimp1.1.6-dev no longer conflicts with libgimp1. (Fixes: #40267)
2028
2029 -- Ben Gertzfield <che@debian.org> Thu, 1 Jul 1999 21:13:37 -0700
2030
2031gimp1.1 (1.1.6-1) unstable; urgency=low
2032
2033 * New upstream version.
2034
2035 -- Ben Gertzfield <che@debian.org> Mon, 14 Jun 1999 22:00:10 -0700
2036
2037gimp1.1 (1.1.5-1) unstable; urgency=low
2038
2039 * New upstream version.
2040 * Make it easier for myself to make new releases by automatically
2041 generating the shlibs.local file, and other changes to debian/rules
2042
2043 -- Ben Gertzfield <che@debian.org> Thu, 13 May 1999 14:16:19 -0700
2044
2045gimp1.1 (1.1.4-1) unstable; urgency=low
2046
2047 * New upstream version.
2048 * The Perl extension won't work until the Debian libgtk-perl package
2049 is updated. So I'm releasing this without the Perl extension until
2050 libgtk-perl is recompiled against GTK+ 1.2 and updated from the
2051 upstream source.
2052
2053 -- Ben Gertzfield <che@debian.org> Sun, 11 Apr 1999 14:23:15 -0700
2054
2055gimp1.1 (1.1.3-2) unstable; urgency=low
2056
2057 * shlibs.local needed to be bumped to 1.1.3
2058 * disable perl extension for the time being
2059
2060 -- Ben Gertzfield <che@debian.org> Sun, 28 Mar 1999 14:04:30 -0800
2061
2062gimp1.1 (1.1.3-1) unstable; urgency=low
2063
2064 * New upstream version.
2065 * Build with GTK+ 1.2.
2066
2067 -- Ben Gertzfield <che@debian.org> Mon, 15 Mar 1999 10:14:32 -0800
2068
2069gimp1.1 (1.1.2-1) unstable; urgency=low
2070
2071 * New upstream version.
2072
2073 -- Ben Gertzfield <che@debian.org> Thu, 18 Feb 1999 19:19:43 -0800
2074
2075gimp1.1 (1.1.1-1) unstable; urgency=low
2076
2077 * New upstream version.
2078 * Fix menu entry to be package gimp1.1, not gimp. (Fixes: #31796)
2079
2080 -- Ben Gertzfield <che@debian.org> Thu, 21 Jan 1999 12:46:10 -0800
2081
2082gimp1.1 (1.1.0-1) unstable; urgency=low
2083
2084 * New upstream version; new package name (gimp1.1) to reflect unstable
2085 release.
2086
2087 -- Ben Gertzfield <che@debian.org> Thu, 24 Dec 1998 10:04:44 -0800
2088
2089gimp (1.0.2-3) frozen unstable; urgency=low
2090
2091 * Recompile for ncurses 4.2 and related aalib
2092
2093 -- Ben Gertzfield <che@debian.org> Mon, 9 Nov 1998 20:29:13 -0800
2094
2095gimp (1.0.2-2) frozen unstable; urgency=low
2096
2097 * The gimp package no longer depends explicitly on xfnt{75,100}. I
2098 downgraded the relationship to a Recommends: and added big fat
2099 warnings in the README and in the package description.
2100 Fixes bugs #14600 and #21055. This has been changed because it's
2101 possible to run GIMP using a remote font server to serve the 75/100dpi
2102 fonts. However, it's really no big deal to ask for them to be installed
2103 locally, so the relationship should be Recommends:.
2104 * The above Recommends: has been changed to xfonts-{75,100}dpi, although
2105 it's pretty silly that their names were changed without adding a
2106 Provides:. *grumble*
2107 * Bumped the version number in the dependancy of gimp on gimp-data-extras
2108 to (>= 1:1.0.0).
2109 * libgimp-dev now conflicts with libglib-dev, so people don't try
2110 compiling plugins when they only have GTK+ 1.1 installed.
2111
2112 -- Ben Gertzfield <che@debian.org> Sun, 25 Oct 1998 10:46:23 -0800
2113
2114gimp (1.0.2-1) unstable; urgency=low
2115
2116 * New upstream version. This better make it in before the freeze :)
2117
2118 -- Ben Gertzfield <che@debian.org> Wed, 14 Oct 1998 22:47:25 -0700
2119
2120gimp (1.0.1-1) unstable; urgency=low
2121
2122 * New upstream version.
2123
2124 -- Ben Gertzfield <che@debian.org> Sun, 27 Sep 1998 21:37:45 -0700
2125
2126gimp (1.0.0-1) frozen unstable; urgency=low
2127
2128 * We made it! All the way to 1.0.0! Huzzah!
2129
2130 -- Ben Gertzfield <che@debian.org> Tue, 2 Jun 1998 01:12:27 -0700
2131
2132gimp (0.99.31-1) frozen unstable; urgency=low
2133
2134 * New stable upstream version.
2135 * Now includes man-page for gimptool.
2136
2137 -- Ben Gertzfield <che@debian.org> Mon, 18 May 1998 13:18:01 -0700
2138
2139gimp (0.99.29-2) frozen unstable; urgency=low
2140
2141 * Added gimptool into package, was accidentally left out previously.
2142
2143 -- Ben Gertzfield <che@debian.org> Mon, 11 May 1998 18:13:23 -0700
2144
2145gimp (0.99.29-1) frozen unstable; urgency=low
2146
2147 * Yikes! They're still pumping out those upstream versions.
2148 * For some reason, the xdelta-dev package has disappeared. The
2149 xdelta plugin has thus been removed.
2150
2151 -- Ben Gertzfield <che@debian.org> Tue, 5 May 1998 19:43:35 -0700
2152
2153gimp (0.99.28-1) frozen unstable; urgency=low
2154
2155 * Yet another new upstream version.
2156
2157 -- Ben Gertzfield <che@debian.org> Tue, 28 Apr 1998 12:54:34 -0700
2158
2159gimp (0.99.27-1) frozen unstable; urgency=low
2160
2161 * Gosh, 0.99.26 *wasn't* the last version. :/ Hope they're almost
2162 done. New upstream version, bug fixes only of course.
2163
2164 -- Ben Gertzfield <che@debian.org> Sat, 18 Apr 1998 14:56:21 -0700
2165
2166gimp (0.99.26-1) frozen unstable; urgency=low
2167
2168 * Another new upstream version. The GIMP developers are swearing
2169 up and down that this is the last one before 1.0.. hmm :)
2170 * This version is supposed to fix the problems with the save/load
2171 dialog box.
2172
2173 -- Ben Gertzfield <che@debian.org> Sun, 12 Apr 1998 01:19:33 -0700
2174
2175gimp (0.99.24-1) frozen unstable; urgency=low
2176
2177 * New upstream version.
2178 * Made sure ChangeLog was installed as changelog.gz; fixes
2179 lintian errors.
2180 * Corrected major error in libgimp1's shlibs file.
2181
2182 -- Ben Gertzfield <che@debian.org> Wed, 8 Apr 1998 12:58:38 -0700
2183
2184gimp (0.99.23-1) frozen unstable; urgency=low
2185
2186 * New upstream version.
2187 * /usr/lib/libgck.{a,so} were not in the -dev package, moved
2188 them to the right place.
2189 * Fixed postinst to test if package is being configured for
2190 ldconfiggage (Hi again James!)
2191
2192 -- Ben Gertzfield <che@debian.org> Sun, 29 Mar 1998 16:12:15 -0800
2193
2194gimp (0.99.22-2) frozen unstable; urgency=low
2195
2196 * /usr/share/gimp/gfig/ directory was accidentally left out of -1,
2197 re-added it.
2198 * /usr/include/gck/ was accidentally left out of -1's -dev package,
2199 re-added it.
2200
2201 -- Ben Gertzfield <che@debian.org> Mon, 23 Mar 1998 18:32:14 -0800
2202
2203gimp (0.99.22-1) unstable; urgency=low
2204
2205 * New upstream version.
2206 * Replaced libtool with Debian native libtool.
2207
2208 -- Ben Gertzfield <che@debian.org> Thu, 19 Mar 1998 23:43:57 -0800
2209
2210gimp (0.99.21-2) frozen unstable; urgency=medium
2211
2212 * Somehow GIMP didn't get linked with libXi, which MAJORLY broke things.
2213 Fixed.
2214
2215 -- Ben Gertzfield <che@debian.org> Mon, 16 Mar 1998 22:40:36 -0800
2216
2217gimp (0.99.21-1) unstable; urgency=low
2218
2219 * New upstream release.
2220
2221 -- Ben Gertzfield <che@debian.org> Sun, 15 Mar 1998 10:53:05 -0800
2222
2223gimp (0.99.20-1) unstable; urgency=low
2224
2225 * New upstream version.
2226 * Manpage is now included with upstream source, and included ChangeLog,
2227 README, and NOTES in /usr/doc/gimp.
2228 * Patched print plugin to call /usr/sbin/lpc directly instead of
2229 just lpc.
2230
2231 -- Ben Gertzfield <che@debian.org> Fri, 13 Mar 1998 23:20:26 -0800
2232
2233gimp (0.99.19-2) unstable; urgency=low
2234
2235 * Rebuild with gtk+-0.99.4-2 to fix shlib dependancies.
2236
2237 -- Ben Gertzfield <che@debian.org> Sun, 8 Mar 1998 00:07:11 -0800
2238
2239gimp (0.99.19-1) unstable; urgency=low
2240
2241 * New upstream version.
2242 * Removed dh_du calls to remove lintian errors on du control files.
2243 * gimp-data-min has been merged in with the main gimp package and
2244 so is now obsolete.
2245 * Upgraded Standards-Version to 2.4.0.0.
2246 * Made copyrights correct for libgimp and gimp-nonfree.
2247
2248 -- Ben Gertzfield <che@debian.org> Mon, 2 Mar 1998 13:38:09 -0800
2249
2250gimp (0.99.18-2) unstable; urgency=low
2251
2252 * Moved gimp binary back into /usr/X11R6/bin, made menu entry
2253 properly reflect this change. Fixes bug #17554.
2254
2255 -- Ben Gertzfield <che@debian.org> Tue, 27 Jan 1998 16:28:54 -0800
2256
2257gimp (0.99.18-1) unstable; urgency=low
2258
2259 * New upstream version.
2260
2261 -- Ben Gertzfield <che@debian.org> Mon, 26 Jan 1998 11:15:12 -0800
2262
2263gimp (0.99.17-3) unstable; urgency=low
2264
2265 * The menu file was accidentally left out of the package; fixed.
2266 * The /usr/doc/gimp/README.debian was also added back into the package.
2267
2268 -- Ben Gertzfield <che@debian.org> Tue, 6 Jan 1998 15:27:36 -0800
2269
2270gimp (0.99.17-2) unstable; urgency=low
2271
2272 * Recompiled because of shlibs file error in libgtk1 0.99.2-1,
2273 now depends on libgtk1 (>=1:0.99.2) instead of just libgtk1.
2274
2275 -- Ben Gertzfield <che@debian.org> Mon, 5 Jan 1998 12:38:11 -0800
2276
2277gimp (0.99.17-1) unstable; urgency=low
2278
2279 * New upstream version.
2280
2281 -- Ben Gertzfield <che@debian.org> Sun, 4 Jan 1998 00:36:42 -0800
2282
2283gimp (0.99.16-2) unstable; urgency=low
2284
2285 * libgimp-dev did not conflict with and replace gimp-dev; fixed.
2286 * Really used pristine upstream source.
2287
2288 -- Ben Gertzfield <che@debian.org> Mon, 29 Dec 1997 13:14:59 -0800
2289
2290gimp (0.99.16-1) unstable; urgency=low
2291
2292 * New upstream version.
2293 * Converted to use debhelper.
2294 * Split off libgimp package.
2295
2296 -- Ben Gertzfield <che@debian.org> Mon, 15 Dec 1997 14:00:19 -0800
2297
2298gimp (0.99.14-1) unstable; urgency=low
2299
2300 * New upstream version.
2301 * Linked with all libc6 libraries, fixes bug #13505.
2302 * Fixed dumb dependancy error. Fixes bug #13324.
2303 * Put header files in the absolutely proper place. Fixes bug #13247.
2304 * Split off libgtk1 et al from the source package.
2305 * Upgraded to Standards-Version 2.3.0.0.
2306
2307 -- Ben Gertzfield <che@debian.org> Wed, 15 Oct 1997 15:49:03 -0700
2308
2309gimp (0.99.10pre11-1) unstable; urgency=low
2310
2311 * New upstream version.
2312 * Recompiled with libc6 X libraries.
2313 * Removed XInput support, because it depends on XFree86 3.1.1,
2314 which hasn't been made into a Debian package yet.
2315
2316 -- Ben Gertzfield <che@debian.org> Sat, 13 Sep 1997 16:28:38 -0700
2317
2318gimp (0.99.10-3) unstable; urgency=low
2319
2320 * Applied more patches. GIMP now has XInput (tablet pressure/tilt)
2321 extensions!
2322
2323 -- Ben Gertzfield <che@debian.org> Sat, 16 Aug 1997 17:55:10 -0500
2324
2325gimp (0.99.10-2) unstable; urgency=low
2326
2327 * Removed empty documentation files; fixes bug #11491.
2328 * Fixed symbolic links for shared libraries (added links to libname.so in
2329 -dev packages)
2330 * Changed shlibs for libgtk to use = instead of >=; fixes bug #11492
2331 * Applied patches from http://copper.ucs.indiana.edu/~sgoehrin/gimp/patches/
2332
2333 -- Ben Gertzfield <che@imsa.edu> Tue, 29 Jul 1997 19:33:41 -0500
2334
2335gimp (0.99.10-1) unstable; urgency=low
2336
2337 * New maintainer.
2338 * New upstream version.
2339 * Uses the new gtk and gdk libraries instead of Motif.
2340 * Split into gimp, gimp-dev, libgtk, libgtk-dev, gimp-data, and gimp-nonfree.
2341
2342 -- Ben Gertzfield <che@imsa.edu> Tue, 22 Jul 1997 20:53:20 -0500
2343
2344gimp (0.54.1-6) unstable; urgency=low
2345
2346 * Fixed menu problem.
2347 * Fixed problem with simultaneous gimp-plugins install.
2348 * Added minimal man page.
2349 * Killed README.debian (copyright already had the info).
2350
2351 -- Rob Browning <osiris@cs.utexas.edu> Sun, 13 Apr 1997 20:49:59 -0500
2352
2353gimp (0.54.1-5) unstable; urgency=low
2354
2355 * added new gimprc parsing.
2356 * moved /etc/gimprc to /etc/gimp/gimprc
2357
2358 -- Rob Browning <osiris@cs.utexas.edu> Sun, 2 Feb 1997 03:08:03 -0600
2359
2360gimp (0.54.1-4) unstable; urgency=low
2361
2362 * Change to new packaging standards.
2363 * Added X menu entry.
2364 * Fixed config file placement and loading (bug #4303)
2365 * Fixed dependencies (bug #6691)
2366
2367 -- Rob Browning <osiris@cs.utexas.edu> Mon, 27 Jan 1997 01:04:31 -0600
2368
2369
02370
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2010-11-19 15:39:25 +0000
@@ -0,0 +1,1 @@
15
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2010-11-19 15:39:25 +0000
@@ -0,0 +1,99 @@
1Source: gimp
2Priority: optional
3Section: graphics
4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5XSBC-Original-Maintainer: Ari Pollak <ari@debian.org>
6Standards-Version: 3.8.2
7Build-Depends: debhelper (>= 5.0.53), cdbs (>= 0.4.37), autotools-dev,
8 patchutils, gettext, intltool (>= 0.36.3), libx11-dev, libice-dev, libsm-dev,
9 libxmu-dev, libxpm-dev, libxt-dev,
10 libaa1-dev, libgtk2.0-dev (>= 2.19.1), libglib2.0-dev (>= 2.16.0),
11 libpango1.0-dev (>= 1.12.2), libwebkit-dev, libjpeg-dev,
12 libart-2.0-dev, libpng12-dev | libpng-dev,
13 zlib1g-dev, libtiff4-dev, python-dev (>= 2.3.5), python-gtk2-dev (>= 2.10.4),
14 python-support (>= 0.4), libexif-dev (>= 0.6.15), libmng-dev,
15 librsvg2-dev (>= 2.7.2-2), libfontconfig1-dev (>= 2.2.0),
16 libwmf-dev (>= 0.2.8-1.1), libfreetype6-dev (>= 2.2),
17 libpoppler-glib-dev (>= 0.3.1),
18 libasound2-dev (>= 1.0.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
19 libhal-dev (>= 0.5.7), libdbus-glib-1-dev (>= 0.70),
20 liblcms1-dev | liblcms-dev, libgegl-0.0-dev, libbabl-0.0-0-dev
21#Build-Conflicts: libgimp2.0
22XS-Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/gimp/
23XS-Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/gimp/
24Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gimp/ubuntu
25Homepage: http://www.gimp.org
26
27Package: libgimp2.0
28Architecture: any
29Section: libs
30Depends: ${shlibs:Depends}
31Recommends: gimp, gimp-data (>= ${source:Upstream-Version}), gimp-data (<= ${source:Upstream-Version}-z)
32Description: Libraries for the GNU Image Manipulation Program
33 This package includes the libgimp libraries, which are
34 necessary to run GIMP and third-party GIMP plugins.
35
36Package: gimp
37Architecture: any
38Section: graphics
39Provides: gimp-helpbrowser, gimp-python
40Depends: libgimp2.0 (>= ${source:Upstream-Version}), libgimp2.0 (<= ${source:Upstream-Version}-z), gimp-data (>= ${source:Upstream-Version}), gimp-data (<= ${source:Upstream-Version}-z), python-gtk2 (>= 2.8.0), ${shlibs:Depends}, ${python:Depends}
41Conflicts: gimp-data (<< 2.3.17-2), gimp-wget (<< 2.3.12-1), libgimp-perl (<= 2.0.dfsg+2.2pre1.dfsg-2), gimp-svg, gimp-print (<= 5.0.1-3), gimp-help (<< 2+0.13-1), gimp-helpbrowser, gimp-python (<< 2.6.0), gimp-gnomevfs (<< 2.6.0), gimp-libcurl (<< 2.6.0)
42Replaces: gimp-data (<< 2.3.17-2), gimp-wget (<< 2.3.12-1), libgimp-perl (<= 2.0.dfsg+2.2pre1.dfsg-2), gimp-svg, gimp-print (<= 5.0.1-3), gimp-helpbrowser, gimp-python (<< 2.6.0), gimp-gnomevfs (<< 2.6.0), gimp-libcurl (<< 2.6.0)
43Suggests: gimp-help-en | gimp-help, gimp-data-extras, gvfs-backends, libasound2, ghostscript
44Description: The GNU Image Manipulation Program
45 GIMP is an advanced picture editor. You can use it to edit, enhance,
46 and retouch photos and scans, create drawings, and make your own
47 images. Lots of tools are available; you can sharpen and resize photos,
48 and remove dust and red-eyes, for example.
49 .
50 It has a large collection of professional-level editing tools and
51 filters, similar to the ones you might find in PhotoShop. Numerous
52 fine-control settings and features like layers, paths, masks, and
53 scripting give you total control over your images.
54 .
55 Many image file formats are supported, including JPEG, PhotoShop
56 (.psd), and Paint Shop Pro (.psp) files. It can also be used to scan
57 and print photos.
58
59Package: gimp-data
60Architecture: all
61Section: graphics
62Recommends: gimp
63Conflicts: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0)
64Replaces: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0)
65Description: Data files for GIMP
66 This package contains architecture-independent supporting data files
67 for use with GIMP.
68
69Package: libgimp2.0-dev
70Architecture: any
71Section: libdevel
72Depends: ${shlibs:Depends}, libgimp2.0 (= ${binary:Version}), libgtk2.0-dev (>= 2.12.5), pkg-config
73Suggests: libgimp2.0-doc
74Description: Headers and other files for compiling plugins for GIMP
75 This package contains the header files for the GNU Image Manipulation
76 Program, along with the static versions of libgimp.
77 It also includes the gimptool-2.0 utility.
78 .
79 Install this package if you wish to compile your own plugins,
80 or if you wish to develop packages that use libgimp.
81
82Package: libgimp2.0-doc
83Architecture: all
84Section: doc
85Depends: lynx | www-browser
86Description: Developers' Documentation for the GIMP library
87 This package contains the HTML documentation for the GIMP library in
88 /usr/share/gtk-doc/html/ .
89
90Package: gimp-dbg
91Priority: extra
92Architecture: any
93Section: debug
94Depends: gimp (= ${binary:Version}) | libgimp2.0 (= ${binary:Version}), ${shlibs:Depends}
95Description: Debugging symbols for GIMP
96 This package includes the debugging symbols useful for debugging
97 GIMP and its libraries, contained in the gimp and libgimp2.0 packages.
98 The debugging symbols are used for execution tracing and core dump
99 analysis.
0100
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2010-11-19 15:39:25 +0000
@@ -0,0 +1,57 @@
1The GIMP source is available at ftp.gimp.org:/pub/gimp.
2
3Copyrights for GIMP-related packages:
4
5gimp
6---------
7Copyright (C) 1995 Spencer Kimball and Peter Mattis
8
9The GIMP may be redistributed under the terms of the GNU GPL,
10Version 2 or later, found on Debian systems in the file
11/usr/share/common-licenses/GPL
12
13The only exceptions are in in plug-ins/common/tiff.c and plug-ins/common/gif.c:
14
15/*
16** tifftopnm.c - converts a Tagged Image File to a portable anymap
17**
18** Derived by Jef Poskanzer from tif2ras.c, which is:
19**
20** Copyright (c) 1990 by Sun Microsystems, Inc.
21**
22** Author: Patrick J. Naughton
23** naughton@wind.sun.com
24**
25** Permission to use, copy, modify, and distribute this software and its
26** documentation for any purpose and without fee is hereby granted,
27** provided that the above copyright notice appear in all copies and that
28** both that copyright notice and this permission notice appear in
29** supporting documentation.
30**
31** This file is provided AS IS with no warranties of any kind. The author
32** shall have no liability with respect to the infringement of copyrights,
33** trade secrets or any patents by this file or any part thereof. In no
34** event will the author be liable for any lost revenue or profits or
35** other special, indirect and consequential damages.
36*/
37
38/* GIF saving file filter for The GIMP version 1.3/1.4
39 *
40 * Copyright
41 * - Adam D. Moss
42 * - Peter Mattis
43 * - Spencer Kimball
44 *
45 * Based around original GIF code by David Koblas. */
46/* Copyright notice for GIF code from which this plugin was long ago */
47/* derived (David Koblas has granted permission to relicense): */
48/* +-------------------------------------------------------------------+ */
49/* | Copyright 1990, 1991, 1993, David Koblas. (koblas@extra.com) | */
50/* +-------------------------------------------------------------------+ */
51
52
53libgimp
54-----------
55The GIMP libraries may be redistributed under the terms of the GNU
56LGPL, Version 2 or later, found on Debian systems in the file
57/usr/share/common-licenses/LGPL
058
=== added file 'debian/gimp-data.files'
--- debian/gimp-data.files 1970-01-01 00:00:00 +0000
+++ debian/gimp-data.files 2010-11-19 15:39:25 +0000
@@ -0,0 +1,10 @@
1etc/
2usr/share/gimp/
3usr/share/icons/
4usr/share/locale/*/LC_MESSAGES/gimp??.mo
5usr/share/locale/*/LC_MESSAGES/gimp??-std-plug-ins.mo
6usr/share/locale/*/LC_MESSAGES/gimp??-script-fu.mo
7usr/share/locale/*/LC_MESSAGES/gimp??-python.mo
8usr/share/locale/*/LC_MESSAGES/gimp??-tips.mo
9usr/share/man/man5/gimprc.5
10usr/share/man/man5/gimprc-?.?.5
011
=== added file 'debian/gimp-gnomevfs.dirs'
--- debian/gimp-gnomevfs.dirs 1970-01-01 00:00:00 +0000
+++ debian/gimp-gnomevfs.dirs 2010-11-19 15:39:25 +0000
@@ -0,0 +1,1 @@
1usr/lib/gimp/2.0/plug-ins
02
=== added file 'debian/gimp-libcurl.dirs'
--- debian/gimp-libcurl.dirs 1970-01-01 00:00:00 +0000
+++ debian/gimp-libcurl.dirs 2010-11-19 15:39:25 +0000
@@ -0,0 +1,1 @@
1usr/lib/gimp/2.0/plug-ins
02
=== added file 'debian/gimp.dirs'
--- debian/gimp.dirs 1970-01-01 00:00:00 +0000
+++ debian/gimp.dirs 2010-11-19 15:39:25 +0000
@@ -0,0 +1,1 @@
1usr/share/pixmaps
02
=== added file 'debian/gimp.docs'
--- debian/gimp.docs 1970-01-01 00:00:00 +0000
+++ debian/gimp.docs 2010-11-19 15:39:25 +0000
@@ -0,0 +1,6 @@
1NEWS
2README
3debian/README.Debian
4debian/README.MIDI
5docs/*.txt
6docs/Wilber*
07
=== added file 'debian/gimp.files'
--- debian/gimp.files 1970-01-01 00:00:00 +0000
+++ debian/gimp.files 2010-11-19 15:39:25 +0000
@@ -0,0 +1,14 @@
1usr/bin/gimp
2usr/bin/gimp-?.?
3usr/bin/gimp-console
4usr/bin/gimp-console-?.?
5usr/lib/gimp/2.0/environ/
6usr/lib/gimp/2.0/modules/
7usr/lib/gimp/2.0/interpreters/
8usr/lib/gimp/2.0/plug-ins/
9usr/lib/gimp/2.0/python/
10usr/share/applications
11usr/share/man/man1/gimp.1
12usr/share/man/man1/gimp-?.?.1
13usr/share/man/man1/gimp-console.1
14usr/share/man/man1/gimp-console-?.?.1
015
=== added file 'debian/gimp.install'
--- debian/gimp.install 1970-01-01 00:00:00 +0000
+++ debian/gimp.install 2010-11-19 15:39:25 +0000
@@ -0,0 +1,1 @@
1debian/gimp.xpm usr/share/pixmaps/
02
=== added file 'debian/gimp.menu'
--- debian/gimp.menu 1970-01-01 00:00:00 +0000
+++ debian/gimp.menu 2010-11-19 15:39:25 +0000
@@ -0,0 +1,3 @@
1?package(gimp):command="/usr/bin/gimp" icon="/usr/share/pixmaps/gimp.xpm" needs="X11" \
2 section="Applications/Graphics" title="The GIMP" hints="Bitmap" \
3 hotkey="Gimp"
04
=== added file 'debian/gimp.preinst'
--- debian/gimp.preinst 1970-01-01 00:00:00 +0000
+++ debian/gimp.preinst 2010-11-19 15:39:25 +0000
@@ -0,0 +1,11 @@
1#!/bin/sh -e
2
3if [ "$1" = "install" -o "$1" = "upgrade" ]; then
4 # Clean up older links from this package
5 update-alternatives --remove gimp /usr/bin/gimp-1.2
6 update-alternatives --remove gimptool /usr/bin/gimptool-1.3
7 update-alternatives --remove gimp /usr/bin/gimp-2.0
8 update-alternatives --remove gimp /usr/bin/gimp-2.2
9fi
10
11#DEBHELPER#
012
=== added file 'debian/gimp.xpm'
--- debian/gimp.xpm 1970-01-01 00:00:00 +0000
+++ debian/gimp.xpm 2010-11-19 15:39:25 +0000
@@ -0,0 +1,342 @@
1/* XPM */
2static char * gimp_xpm[] = {
3"32 32 307 2",
4" c None",
5". c #2F3335",
6"+ c #2E3436",
7"@ c #313537",
8"# c #474844",
9"$ c #2F3434",
10"% c #303436",
11"& c #54534D",
12"* c #514F49",
13"= c #2F3436",
14"- c #303537",
15"; c #303637",
16"> c #35393A",
17", c #56554F",
18"' c #666257",
19") c #525048",
20"! c #303536",
21"~ c #373B3B",
22"{ c #706D62",
23"] c #444848",
24"^ c #323737",
25"/ c #32393A",
26"( c #52534E",
27"_ c #6B665B",
28": c #5D584B",
29"< c #595348",
30"[ c #545147",
31"} c #525653",
32"| c #8C8C85",
33"1 c #8C8E88",
34"2 c #888A85",
35"3 c #5C605E",
36"4 c #404444",
37"5 c #828581",
38"6 c #92938E",
39"7 c #9E9F9B",
40"8 c #8A8C87",
41"9 c #6E716C",
42"0 c #494B48",
43"a c #585952",
44"b c #726E61",
45"c c #696454",
46"d c #554F41",
47"e c #4F493B",
48"f c #5B574A",
49"g c #535048",
50"h c #303535",
51"i c #C9CAC7",
52"j c #D8D8D6",
53"k c #A2A2A1",
54"l c #8F918B",
55"m c #8A8C85",
56"n c #BBBCB7",
57"o c #EBEBE8",
58"p c #E8E8E7",
59"q c #D5D5D5",
60"r c #9E9E99",
61"s c #818075",
62"t c #6E6757",
63"u c #615B4A",
64"v c #595342",
65"w c #554F3F",
66"x c #514B3C",
67"y c #5E594C",
68"z c #504E45",
69"A c #010101",
70"B c #050606",
71"C c #1B1E1E",
72"D c #0C0D0D",
73"E c #6F716F",
74"F c #9D9F98",
75"G c #B1B1AE",
76"H c #ECECEC",
77"I c #838483",
78"J c #454644",
79"K c #93948F",
80"L c #DADAD5",
81"M c #A9A9A9",
82"N c #DEDEDE",
83"O c #4A4A4A",
84"P c #5F605E",
85"Q c #898A84",
86"R c #635C4A",
87"S c #5F5947",
88"T c #5B5544",
89"U c #575140",
90"V c #534D3D",
91"W c #615C4E",
92"X c #4E4C44",
93"Y c #303437",
94"Z c #020303",
95"` c #D7D8D9",
96" . c #F2F2F2",
97".. c #707678",
98"+. c #2A2C2D",
99"@. c #0C0D0C",
100"#. c #8B8E88",
101"$. c #676765",
102"%. c #A7A8A8",
103"&. c #666A6B",
104"*. c #333332",
105"=. c #9A9C97",
106"-. c #D2D2CC",
107";. c #747473",
108">. c #FFFFFF",
109",. c #7B7E7F",
110"'. c #060605",
111"). c #7E807B",
112"!. c #655E4C",
113"~. c #605A47",
114"{. c #5C5644",
115"]. c #585241",
116"^. c #544E3E",
117"/. c #635E51",
118"(. c #4A4942",
119"_. c #2F3437",
120":. c #1E1F20",
121"<. c #FAFBFB",
122"[. c #747C7D",
123"}. c #51575A",
124"|. c #272929",
125"1. c #3A3A38",
126"2. c #979792",
127"3. c #090A0A",
128"4. c #0B0B0B",
129"5. c #40403D",
130"6. c #8C8D88",
131"7. c #C6C6BF",
132"8. c #2A2B2A",
133"9. c #2B2D2E",
134"0. c #1C1F20",
135"a. c #0F0F0F",
136"b. c #85867E",
137"c. c #655E4B",
138"d. c #615A48",
139"e. c #666255",
140"f. c #3E413E",
141"g. c #101111",
142"h. c #9CA0A1",
143"i. c #ACB0B2",
144"j. c #495356",
145"k. c #353D3F",
146"l. c #313435",
147"m. c #0B0B0A",
148"n. c #858681",
149"o. c #858680",
150"p. c #6E706B",
151"q. c #848275",
152"r. c #868579",
153"s. c #959790",
154"t. c #999993",
155"u. c #363735",
156"v. c #272827",
157"w. c #676863",
158"x. c #716D5D",
159"y. c #645D4A",
160"z. c #605947",
161"A. c #575141",
162"B. c #554F40",
163"C. c #696458",
164"D. c #434647",
165"E. c #3D4345",
166"F. c #373E41",
167"G. c #2C3234",
168"H. c #222627",
169"I. c #0D0D0C",
170"J. c #524C3C",
171"K. c #77715F",
172"L. c #756E58",
173"M. c #776E58",
174"N. c #776F59",
175"O. c #817F72",
176"P. c #888A84",
177"Q. c #888A83",
178"R. c #868881",
179"S. c #726E5E",
180"T. c #665F4C",
181"U. c #625B49",
182"V. c #5E5746",
183"W. c #5A5443",
184"X. c #565040",
185"Y. c #5C5749",
186"Z. c #5C594D",
187"`. c #131414",
188" + c #343738",
189".+ c #262B2D",
190"++ c #1C2021",
191"@+ c #16191A",
192"#+ c #0A0B09",
193"$+ c #4C4638",
194"%+ c #6E6652",
195"&+ c #706853",
196"*+ c #716954",
197"=+ c #6E6752",
198"-+ c #6C6551",
199";+ c #69624E",
200">+ c #333026",
201",+ c #595242",
202"'+ c #585141",
203")+ c #686255",
204"!+ c #40423E",
205"~+ c #2D3032",
206"{+ c #080808",
207"]+ c #181A1B",
208"^+ c #151819",
209"/+ c #0D0F10",
210"(+ c #070606",
211"_+ c #625B4A",
212":+ c #69614E",
213"<+ c #6A634F",
214"[+ c #6B644F",
215"}+ c #67604D",
216"|+ c #3D392E",
217"1+ c #0B0A08",
218"2+ c #070603",
219"3+ c #23201A",
220"4+ c #5E594B",
221"5+ c #5D5B4F",
222"6+ c #2E3435",
223"7+ c #000101",
224"8+ c #000000",
225"9+ c #434139",
226"0+ c #7C7666",
227"a+ c #756F5F",
228"b+ c #6A6352",
229"c+ c #595241",
230"d+ c #474235",
231"e+ c #302D24",
232"f+ c #171611",
233"g+ c #271F15",
234"h+ c #824B0E",
235"i+ c #74430E",
236"j+ c #634825",
237"k+ c #645D4E",
238"l+ c #363A38",
239"m+ c #242627",
240"n+ c #2E3234",
241"o+ c #393C3A",
242"p+ c #5E5B50",
243"q+ c #787263",
244"r+ c #767161",
245"s+ c #6A6554",
246"t+ c #645D4C",
247"u+ c #5F5847",
248"v+ c #5D5645",
249"w+ c #5A5342",
250"x+ c #575242",
251"y+ c #5D4C34",
252"z+ c #744817",
253"A+ c #BB670F",
254"B+ c #925412",
255"C+ c #543615",
256"D+ c #1E2123",
257"E+ c #2D3232",
258"F+ c #313636",
259"G+ c #515048",
260"H+ c #696658",
261"I+ c #716C5E",
262"J+ c #746F61",
263"K+ c #706A5D",
264"L+ c #6B6557",
265"M+ c #6E695B",
266"N+ c #6B6759",
267"O+ c #625E52",
268"P+ c #504E44",
269"Q+ c #47351F",
270"R+ c #663C0E",
271"S+ c #AC5F0D",
272"T+ c #9D611F",
273"U+ c #B9B9B6",
274"V+ c #777873",
275"W+ c #151719",
276"X+ c #292D2E",
277"Y+ c #2D3335",
278"Z+ c #2E3335",
279"`+ c #333735",
280" @ c #40413C",
281".@ c #474741",
282"+@ c #383A38",
283"@@ c #2E3334",
284"#@ c #2B3031",
285"$@ c #151618",
286"%@ c #432305",
287"&@ c #7C6C57",
288"*@ c #B4B6B3",
289"=@ c #E9EAE9",
290"-@ c #BCBDBA",
291";@ c #141717",
292">@ c #1C2022",
293",@ c #1F2325",
294"'@ c #191C1C",
295")@ c #0E1012",
296"!@ c #747670",
297"~@ c #888B85",
298"{@ c #A5A7A4",
299"]@ c #929392",
300"^@ c #636363",
301"/@ c #727272",
302"(@ c #212121",
303"_@ c #575856",
304":@ c #5C5C5C",
305"<@ c #4F4F4F",
306"[@ c #373737",
307"}@ c #515151",
308"|@ c #484848",
309"1@ c #2B2B2B",
310"2@ c #1A1A1A",
311" ",
312" ",
313" ",
314" ",
315" . ",
316" + . ",
317" + @ # $ ",
318" + % & * = ",
319" - ; = > , ' ) ! ",
320" ~ { ] ^ = / ( _ : < [ % ",
321" } | 1 2 3 4 5 6 7 8 9 0 a b c d e f g h ",
322" 2 i j k l m n o p q r s t u v w x y z h ",
323" A B C D A E F G H I J K L M N O P Q R S T U V W X Y ",
324" Z ` ...+.@.#.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._. ",
325" :.<.>.[.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.{.].^.e.f. ",
326" g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.T A.B.C.! ",
327" A D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.= ",
328" `. +.+++@+#+$+%+&+*+*+&+=+-+;+T.X.>+,+'+^.)+!+~+ ",
329" {+]+^+/+(+_+:+<+[+[+<+;+}+y.|+1+2+3+w 4+5+6+ ",
330" 7+8+B 9+0+a+b+c.y.d.c+d+e+f+g+h+i+j+k+l+m+ ",
331" n+o+p+q+r+s+t+u+v+w+,+x+y+z+A+B+C+ ",
332" D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+ ",
333" W+X+Y+Z+`+ @.@+@@@+ #@$@ %@&@*@=@-@ ",
334" ;@>@,@'@)@ !@~@{@]@^@/@(@ ",
335" _@:@<@[@ ",
336" }@|@1@ ",
337" 2@8+",
338" ",
339" ",
340" ",
341" ",
342" "};
0343
=== added file 'debian/libgimp2.0-dev.files'
--- debian/libgimp2.0-dev.files 1970-01-01 00:00:00 +0000
+++ debian/libgimp2.0-dev.files 2010-11-19 15:39:25 +0000
@@ -0,0 +1,7 @@
1usr/lib/*.a
2usr/lib/*.so
3usr/lib/pkgconfig/
4usr/share/man/man1/gimptool-?.?.1
5usr/share/aclocal/gimp-?.?.m4
6usr/include/
7usr/bin/gimptool-?.?
08
=== added file 'debian/libgimp2.0-dev.preinst'
--- debian/libgimp2.0-dev.preinst 1970-01-01 00:00:00 +0000
+++ debian/libgimp2.0-dev.preinst 2010-11-19 15:39:25 +0000
@@ -0,0 +1,11 @@
1#!/bin/sh -e
2
3ver=2.0
4prio=50
5
6if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then
7 update-alternatives --remove gimptool /usr/bin/gimptool-2.0
8fi
9
10#DEBHELPER#
11
012
=== added file 'debian/libgimp2.0-doc.files'
--- debian/libgimp2.0-doc.files 1970-01-01 00:00:00 +0000
+++ debian/libgimp2.0-doc.files 2010-11-19 15:39:25 +0000
@@ -0,0 +1,1 @@
1/usr/share/gtk-doc/html
02
=== added file 'debian/libgimp2.0.files'
--- debian/libgimp2.0.files 1970-01-01 00:00:00 +0000
+++ debian/libgimp2.0.files 2010-11-19 15:39:25 +0000
@@ -0,0 +1,2 @@
1usr/lib/lib*.so.*
2usr/share/locale/*/LC_MESSAGES/*-libgimp.mo
03
=== added file 'debian/libgimp2.0.symbols'
--- debian/libgimp2.0.symbols 1970-01-01 00:00:00 +0000
+++ debian/libgimp2.0.symbols 2010-11-19 15:39:25 +0000
@@ -0,0 +1,1577 @@
1libgimp-2.0.so.0 libgimp2.0 #MINVER#
2* Build-Depends-Package: libgimp2.0-dev
3 _writechannel@Base 2.4.0
4 gimp_airbrush@Base 2.4.0
5 gimp_airbrush_default@Base 2.4.0
6 gimp_attach_new_parasite@Base 2.4.0
7 gimp_brightness_contrast@Base 2.4.0
8 gimp_brush_application_mode_get_type@Base 2.4.0
9 gimp_brush_delete@Base 2.4.0
10 gimp_brush_duplicate@Base 2.4.0
11 gimp_brush_generated_shape_get_type@Base 2.4.0
12 gimp_brush_get_angle@Base 2.4.0
13 gimp_brush_get_aspect_ratio@Base 2.4.0
14 gimp_brush_get_hardness@Base 2.4.0
15 gimp_brush_get_info@Base 2.4.0
16 gimp_brush_get_pixels@Base 2.4.0
17 gimp_brush_get_radius@Base 2.4.0
18 gimp_brush_get_shape@Base 2.4.0
19 gimp_brush_get_spacing@Base 2.4.0
20 gimp_brush_get_spikes@Base 2.4.0
21 gimp_brush_is_editable@Base 2.4.0
22 gimp_brush_is_generated@Base 2.4.0
23 gimp_brush_new@Base 2.4.0
24 gimp_brush_rename@Base 2.4.0
25 gimp_brush_select_destroy@Base 2.4.0
26 gimp_brush_select_new@Base 2.4.0
27 gimp_brush_set_angle@Base 2.4.0
28 gimp_brush_set_aspect_ratio@Base 2.4.0
29 gimp_brush_set_hardness@Base 2.4.0
30 gimp_brush_set_radius@Base 2.4.0
31 gimp_brush_set_shape@Base 2.4.0
32 gimp_brush_set_spacing@Base 2.4.0
33 gimp_brush_set_spikes@Base 2.4.0
34 gimp_brushes_close_popup@Base 2.4.0
35 gimp_brushes_get_brush@Base 2.4.0
36 gimp_brushes_get_brush_data@Base 2.4.0
37 gimp_brushes_get_list@Base 2.4.0
38 gimp_brushes_get_opacity@Base 2.4.0
39 gimp_brushes_get_paint_mode@Base 2.4.0
40 gimp_brushes_get_spacing@Base 2.4.0
41 gimp_brushes_popup@Base 2.4.0
42 gimp_brushes_refresh@Base 2.4.0
43 gimp_brushes_set_brush@Base 2.4.0
44 gimp_brushes_set_opacity@Base 2.4.0
45 gimp_brushes_set_paint_mode@Base 2.4.0
46 gimp_brushes_set_popup@Base 2.4.0
47 gimp_brushes_set_spacing@Base 2.4.0
48 gimp_buffer_delete@Base 2.4.0
49 gimp_buffer_get_bytes@Base 2.4.0
50 gimp_buffer_get_height@Base 2.4.0
51 gimp_buffer_get_image_type@Base 2.4.0
52 gimp_buffer_get_width@Base 2.4.0
53 gimp_buffer_rename@Base 2.4.0
54 gimp_buffers_get_list@Base 2.4.0
55 gimp_by_color_select@Base 2.4.0
56 gimp_by_color_select_full@Base 2.4.0
57 gimp_channel_combine_masks@Base 2.4.0
58 gimp_channel_copy@Base 2.4.0
59 gimp_channel_get_color@Base 2.4.0
60 gimp_channel_get_opacity@Base 2.4.0
61 gimp_channel_get_show_masked@Base 2.4.0
62 gimp_channel_new@Base 2.4.0
63 gimp_channel_new_from_component@Base 2.4.0
64 gimp_channel_set_color@Base 2.4.0
65 gimp_channel_set_opacity@Base 2.4.0
66 gimp_channel_set_show_masked@Base 2.4.0
67 gimp_check_size@Base 2.4.0
68 gimp_check_type@Base 2.4.0
69 gimp_clone@Base 2.4.0
70 gimp_clone_default@Base 2.4.0
71 gimp_color_balance@Base 2.4.0
72 gimp_colorize@Base 2.4.0
73 gimp_context_get_background@Base 2.4.0
74 gimp_context_get_brush@Base 2.4.0
75 gimp_context_get_font@Base 2.4.0
76 gimp_context_get_foreground@Base 2.4.0
77 gimp_context_get_gradient@Base 2.4.0
78 gimp_context_get_opacity@Base 2.4.0
79 gimp_context_get_paint_method@Base 2.4.0
80 gimp_context_get_paint_mode@Base 2.4.0
81 gimp_context_get_palette@Base 2.4.0
82 gimp_context_get_pattern@Base 2.4.0
83 gimp_context_list_paint_methods@Base 2.4.0
84 gimp_context_pop@Base 2.4.0
85 gimp_context_push@Base 2.4.0
86 gimp_context_set_background@Base 2.4.0
87 gimp_context_set_brush@Base 2.4.0
88 gimp_context_set_default_colors@Base 2.4.0
89 gimp_context_set_font@Base 2.4.0
90 gimp_context_set_foreground@Base 2.4.0
91 gimp_context_set_gradient@Base 2.4.0
92 gimp_context_set_opacity@Base 2.4.0
93 gimp_context_set_paint_method@Base 2.4.0
94 gimp_context_set_paint_mode@Base 2.4.0
95 gimp_context_set_palette@Base 2.4.0
96 gimp_context_set_pattern@Base 2.4.0
97 gimp_context_swap_colors@Base 2.4.0
98 gimp_convert_dither_type_get_type@Base 2.4.0
99 gimp_convert_palette_type_get_type@Base 2.4.0
100 gimp_convolution_type_get_type@Base 2.4.0
101 gimp_convolve@Base 2.4.0
102 gimp_convolve_default@Base 2.4.0
103 gimp_convolve_type_get_type@Base 2.4.0
104 gimp_curves_explicit@Base 2.4.0
105 gimp_curves_spline@Base 2.4.0
106 gimp_default_display@Base 2.4.0
107 gimp_desaturate@Base 2.4.0
108 gimp_desaturate_full@Base 2.4.0
109 gimp_destroy_paramdefs@Base 2.4.0
110 gimp_destroy_params@Base 2.4.0
111 gimp_display_delete@Base 2.4.0
112 gimp_display_get_window_handle@Base 2.4.0
113 gimp_display_is_valid@Base 2.4.0
114 gimp_display_name@Base 2.4.0
115 gimp_display_new@Base 2.4.0
116 gimp_displays_flush@Base 2.4.0
117 gimp_displays_reconnect@Base 2.4.0
118 gimp_dodgeburn@Base 2.4.0
119 gimp_dodgeburn_default@Base 2.4.0
120 gimp_drawable_attach_new_parasite@Base 2.4.0
121 gimp_drawable_bpp@Base 2.4.0
122 gimp_drawable_delete@Base 2.4.0
123 gimp_drawable_detach@Base 2.4.0
124 gimp_drawable_fill@Base 2.4.0
125 gimp_drawable_flush@Base 2.4.0
126 gimp_drawable_foreground_extract@Base 2.4.0
127 gimp_drawable_free_shadow@Base 2.6.0
128 gimp_drawable_get@Base 2.4.0
129 gimp_drawable_get_color_uchar@Base 2.4.0
130 gimp_drawable_get_image@Base 2.4.0
131 gimp_drawable_get_linked@Base 2.4.0
132 gimp_drawable_get_name@Base 2.4.0
133 gimp_drawable_get_pixel@Base 2.4.0
134 gimp_drawable_get_sub_thumbnail_data@Base 2.4.0
135 gimp_drawable_get_tattoo@Base 2.4.0
136 gimp_drawable_get_thumbnail_data@Base 2.4.0
137 gimp_drawable_get_tile2@Base 2.4.0
138 gimp_drawable_get_tile@Base 2.4.0
139 gimp_drawable_get_visible@Base 2.4.0
140 gimp_drawable_has_alpha@Base 2.4.0
141 gimp_drawable_height@Base 2.4.0
142 gimp_drawable_is_channel@Base 2.4.0
143 gimp_drawable_is_gray@Base 2.4.0
144 gimp_drawable_is_indexed@Base 2.4.0
145 gimp_drawable_is_layer@Base 2.4.0
146 gimp_drawable_is_layer_mask@Base 2.4.0
147 gimp_drawable_is_rgb@Base 2.4.0
148 gimp_drawable_is_text_layer@Base 2.6.0
149 gimp_drawable_is_valid@Base 2.4.0
150 gimp_drawable_mask_bounds@Base 2.4.0
151 gimp_drawable_mask_intersect@Base 2.4.0
152 gimp_drawable_merge_shadow@Base 2.4.0
153 gimp_drawable_offset@Base 2.4.0
154 gimp_drawable_offsets@Base 2.4.0
155 gimp_drawable_parasite_attach@Base 2.4.0
156 gimp_drawable_parasite_detach@Base 2.4.0
157 gimp_drawable_parasite_find@Base 2.4.0
158 gimp_drawable_parasite_list@Base 2.4.0
159 gimp_drawable_set_image@Base 2.4.0
160 gimp_drawable_set_linked@Base 2.4.0
161 gimp_drawable_set_name@Base 2.4.0
162 gimp_drawable_set_pixel@Base 2.4.0
163 gimp_drawable_set_tattoo@Base 2.4.0
164 gimp_drawable_set_visible@Base 2.4.0
165 gimp_drawable_transform_2d@Base 2.4.0
166 gimp_drawable_transform_2d_default@Base 2.4.0
167 gimp_drawable_transform_flip@Base 2.4.0
168 gimp_drawable_transform_flip_default@Base 2.4.0
169 gimp_drawable_transform_flip_simple@Base 2.4.0
170 gimp_drawable_transform_matrix@Base 2.4.0
171 gimp_drawable_transform_matrix_default@Base 2.4.0
172 gimp_drawable_transform_perspective@Base 2.4.0
173 gimp_drawable_transform_perspective_default@Base 2.4.0
174 gimp_drawable_transform_rotate@Base 2.4.0
175 gimp_drawable_transform_rotate_default@Base 2.4.0
176 gimp_drawable_transform_rotate_simple@Base 2.4.0
177 gimp_drawable_transform_scale@Base 2.4.0
178 gimp_drawable_transform_scale_default@Base 2.4.0
179 gimp_drawable_transform_shear@Base 2.4.0
180 gimp_drawable_transform_shear_default@Base 2.4.0
181 gimp_drawable_type@Base 2.4.0
182 gimp_drawable_type_with_alpha@Base 2.4.0
183 gimp_drawable_update@Base 2.4.0
184 gimp_drawable_width@Base 2.4.0
185 gimp_edit_blend@Base 2.4.0
186 gimp_edit_bucket_fill@Base 2.4.0
187 gimp_edit_bucket_fill_full@Base 2.4.0
188 gimp_edit_clear@Base 2.4.0
189 gimp_edit_copy@Base 2.4.0
190 gimp_edit_copy_visible@Base 2.4.0
191 gimp_edit_cut@Base 2.4.0
192 gimp_edit_fill@Base 2.4.0
193 gimp_edit_named_copy@Base 2.4.0
194 gimp_edit_named_copy_visible@Base 2.4.0
195 gimp_edit_named_cut@Base 2.4.0
196 gimp_edit_named_paste@Base 2.4.0
197 gimp_edit_named_paste_as_new@Base 2.4.0
198 gimp_edit_paste@Base 2.4.0
199 gimp_edit_paste_as_new@Base 2.4.0
200 gimp_edit_stroke@Base 2.4.0
201 gimp_edit_stroke_vectors@Base 2.4.0
202 gimp_ellipse_select@Base 2.4.0
203 gimp_enums_get_type_names@Base 2.4.0
204 gimp_enums_init@Base 2.4.0
205 gimp_equalize@Base 2.4.0
206 gimp_eraser@Base 2.4.0
207 gimp_eraser_default@Base 2.4.0
208 gimp_extension_ack@Base 2.4.0
209 gimp_extension_enable@Base 2.4.0
210 gimp_extension_process@Base 2.4.0
211 gimp_file_load@Base 2.4.0
212 gimp_file_load_layer@Base 2.4.0
213 gimp_file_load_layers@Base 2.4.0
214 gimp_file_save@Base 2.4.0
215 gimp_file_save_thumbnail@Base 2.4.0
216 gimp_fill_type_get_type@Base 2.4.0
217 gimp_flip@Base 2.4.0
218 gimp_floating_sel_anchor@Base 2.4.0
219 gimp_floating_sel_attach@Base 2.4.0
220 gimp_floating_sel_relax@Base 2.4.0
221 gimp_floating_sel_remove@Base 2.4.0
222 gimp_floating_sel_rigor@Base 2.4.0
223 gimp_floating_sel_to_layer@Base 2.4.0
224 gimp_font_select_destroy@Base 2.4.0
225 gimp_font_select_new@Base 2.4.0
226 gimp_fonts_close_popup@Base 2.4.0
227 gimp_fonts_get_list@Base 2.4.0
228 gimp_fonts_popup@Base 2.4.0
229 gimp_fonts_refresh@Base 2.4.0
230 gimp_fonts_set_popup@Base 2.4.0
231 gimp_free_select@Base 2.4.0
232 gimp_fuzzy_select@Base 2.4.0
233 gimp_fuzzy_select_full@Base 2.4.0
234 gimp_gamma@Base 2.4.0
235 gimp_get_color_configuration@Base 2.4.0
236 gimp_get_default_comment@Base 2.4.0
237 gimp_get_default_unit@Base 2.4.0
238 gimp_get_module_load_inhibit@Base 2.4.0
239 gimp_get_monitor_resolution@Base 2.4.0
240 gimp_get_path_by_tattoo@Base 2.4.0
241 gimp_get_pdb_error@Base 2.6.0
242 gimp_get_progname@Base 2.4.0
243 gimp_get_theme_dir@Base 2.4.0
244 gimp_getpid@Base 2.4.0
245 gimp_gimprc_query@Base 2.4.0
246 gimp_gimprc_set@Base 2.4.0
247 gimp_gradient_delete@Base 2.4.0
248 gimp_gradient_duplicate@Base 2.4.0
249 gimp_gradient_get_custom_samples@Base 2.4.0
250 gimp_gradient_get_number_of_segments@Base 2.6.0
251 gimp_gradient_get_uniform_samples@Base 2.4.0
252 gimp_gradient_is_editable@Base 2.4.0
253 gimp_gradient_new@Base 2.4.0
254 gimp_gradient_rename@Base 2.4.0
255 gimp_gradient_segment_color_get_type@Base 2.4.0
256 gimp_gradient_segment_get_blending_function@Base 2.4.0
257 gimp_gradient_segment_get_coloring_type@Base 2.4.0
258 gimp_gradient_segment_get_left_color@Base 2.4.0
259 gimp_gradient_segment_get_left_pos@Base 2.4.0
260 gimp_gradient_segment_get_middle_pos@Base 2.4.0
261 gimp_gradient_segment_get_right_color@Base 2.4.0
262 gimp_gradient_segment_get_right_pos@Base 2.4.0
263 gimp_gradient_segment_range_blend_colors@Base 2.4.0
264 gimp_gradient_segment_range_blend_opacity@Base 2.4.0
265 gimp_gradient_segment_range_delete@Base 2.4.0
266 gimp_gradient_segment_range_flip@Base 2.4.0
267 gimp_gradient_segment_range_move@Base 2.4.0
268 gimp_gradient_segment_range_redistribute_handles@Base 2.4.0
269 gimp_gradient_segment_range_replicate@Base 2.4.0
270 gimp_gradient_segment_range_set_blending_function@Base 2.4.0
271 gimp_gradient_segment_range_set_coloring_type@Base 2.4.0
272 gimp_gradient_segment_range_split_midpoint@Base 2.4.0
273 gimp_gradient_segment_range_split_uniform@Base 2.4.0
274 gimp_gradient_segment_set_left_color@Base 2.4.0
275 gimp_gradient_segment_set_left_pos@Base 2.4.0
276 gimp_gradient_segment_set_middle_pos@Base 2.4.0
277 gimp_gradient_segment_set_right_color@Base 2.4.0
278 gimp_gradient_segment_set_right_pos@Base 2.4.0
279 gimp_gradient_segment_type_get_type@Base 2.4.0
280 gimp_gradient_select_destroy@Base 2.4.0
281 gimp_gradient_select_new@Base 2.4.0
282 gimp_gradients_close_popup@Base 2.4.0
283 gimp_gradients_get_gradient@Base 2.4.0
284 gimp_gradients_get_gradient_data@Base 2.4.0
285 gimp_gradients_get_list@Base 2.4.0
286 gimp_gradients_popup@Base 2.4.0
287 gimp_gradients_refresh@Base 2.4.0
288 gimp_gradients_sample_custom@Base 2.4.0
289 gimp_gradients_sample_uniform@Base 2.4.0
290 gimp_gradients_set_gradient@Base 2.4.0
291 gimp_gradients_set_popup@Base 2.4.0
292 gimp_heal@Base 2.4.0
293 gimp_heal_default@Base 2.4.0
294 gimp_help@Base 2.4.0
295 gimp_histogram@Base 2.4.0
296 gimp_histogram_channel_get_type@Base 2.4.0
297 gimp_hue_range_get_type@Base 2.4.0
298 gimp_hue_saturation@Base 2.4.0
299 gimp_image_add_channel@Base 2.4.0
300 gimp_image_add_hguide@Base 2.4.0
301 gimp_image_add_layer@Base 2.4.0
302 gimp_image_add_vectors@Base 2.4.0
303 gimp_image_add_vguide@Base 2.4.0
304 gimp_image_attach_new_parasite@Base 2.4.0
305 gimp_image_base_type@Base 2.4.0
306 gimp_image_clean_all@Base 2.4.0
307 gimp_image_convert_grayscale@Base 2.4.0
308 gimp_image_convert_indexed@Base 2.4.0
309 gimp_image_convert_rgb@Base 2.4.0
310 gimp_image_convert_set_dither_matrix@Base 2.4.0
311 gimp_image_crop@Base 2.4.0
312 gimp_image_delete@Base 2.4.0
313 gimp_image_delete_guide@Base 2.4.0
314 gimp_image_duplicate@Base 2.4.0
315 gimp_image_find_next_guide@Base 2.4.0
316 gimp_image_flatten@Base 2.4.0
317 gimp_image_flip@Base 2.4.0
318 gimp_image_floating_sel_attached_to@Base 2.4.0
319 gimp_image_free_shadow@Base 2.4.0
320 gimp_image_get_active_channel@Base 2.4.0
321 gimp_image_get_active_drawable@Base 2.4.0
322 gimp_image_get_active_layer@Base 2.4.0
323 gimp_image_get_active_vectors@Base 2.4.0
324 gimp_image_get_channel_by_tattoo@Base 2.4.0
325 gimp_image_get_channel_position@Base 2.4.0
326 gimp_image_get_channels@Base 2.4.0
327 gimp_image_get_cmap@Base 2.4.0
328 gimp_image_get_colormap@Base 2.4.0
329 gimp_image_get_component_active@Base 2.4.0
330 gimp_image_get_component_visible@Base 2.4.0
331 gimp_image_get_filename@Base 2.4.0
332 gimp_image_get_floating_sel@Base 2.4.0
333 gimp_image_get_guide_orientation@Base 2.4.0
334 gimp_image_get_guide_position@Base 2.4.0
335 gimp_image_get_layer_by_tattoo@Base 2.4.0
336 gimp_image_get_layer_position@Base 2.4.0
337 gimp_image_get_layers@Base 2.4.0
338 gimp_image_get_name@Base 2.4.0
339 gimp_image_get_resolution@Base 2.4.0
340 gimp_image_get_selection@Base 2.4.0
341 gimp_image_get_tattoo_state@Base 2.4.0
342 gimp_image_get_thumbnail_data@Base 2.4.0
343 gimp_image_get_unit@Base 2.4.0
344 gimp_image_get_vectors@Base 2.4.0
345 gimp_image_get_vectors_by_tattoo@Base 2.6.0
346 gimp_image_get_vectors_position@Base 2.4.0
347 gimp_image_grid_get_background_color@Base 2.4.0
348 gimp_image_grid_get_foreground_color@Base 2.4.0
349 gimp_image_grid_get_offset@Base 2.4.0
350 gimp_image_grid_get_spacing@Base 2.4.0
351 gimp_image_grid_get_style@Base 2.4.0
352 gimp_image_grid_set_background_color@Base 2.4.0
353 gimp_image_grid_set_foreground_color@Base 2.4.0
354 gimp_image_grid_set_offset@Base 2.4.0
355 gimp_image_grid_set_spacing@Base 2.4.0
356 gimp_image_grid_set_style@Base 2.4.0
357 gimp_image_height@Base 2.4.0
358 gimp_image_is_dirty@Base 2.4.0
359 gimp_image_is_valid@Base 2.4.0
360 gimp_image_list@Base 2.4.0
361 gimp_image_lower_channel@Base 2.4.0
362 gimp_image_lower_layer@Base 2.4.0
363 gimp_image_lower_layer_to_bottom@Base 2.4.0
364 gimp_image_lower_vectors@Base 2.4.0
365 gimp_image_lower_vectors_to_bottom@Base 2.4.0
366 gimp_image_merge_down@Base 2.4.0
367 gimp_image_merge_visible_layers@Base 2.4.0
368 gimp_image_new@Base 2.4.0
369 gimp_image_parasite_attach@Base 2.4.0
370 gimp_image_parasite_detach@Base 2.4.0
371 gimp_image_parasite_find@Base 2.4.0
372 gimp_image_parasite_list@Base 2.4.0
373 gimp_image_pick_color@Base 2.4.0
374 gimp_image_pick_correlate_layer@Base 2.4.0
375 gimp_image_raise_channel@Base 2.4.0
376 gimp_image_raise_layer@Base 2.4.0
377 gimp_image_raise_layer_to_top@Base 2.4.0
378 gimp_image_raise_vectors@Base 2.4.0
379 gimp_image_raise_vectors_to_top@Base 2.4.0
380 gimp_image_remove_channel@Base 2.4.0
381 gimp_image_remove_layer@Base 2.4.0
382 gimp_image_remove_vectors@Base 2.4.0
383 gimp_image_resize@Base 2.4.0
384 gimp_image_resize_to_layers@Base 2.4.0
385 gimp_image_rotate@Base 2.4.0
386 gimp_image_scale@Base 2.4.0
387 gimp_image_scale_full@Base 2.6.0
388 gimp_image_set_active_channel@Base 2.4.0
389 gimp_image_set_active_layer@Base 2.4.0
390 gimp_image_set_active_vectors@Base 2.4.0
391 gimp_image_set_cmap@Base 2.4.0
392 gimp_image_set_colormap@Base 2.4.0
393 gimp_image_set_component_active@Base 2.4.0
394 gimp_image_set_component_visible@Base 2.4.0
395 gimp_image_set_filename@Base 2.4.0
396 gimp_image_set_resolution@Base 2.4.0
397 gimp_image_set_tattoo_state@Base 2.4.0
398 gimp_image_set_unit@Base 2.4.0
399 gimp_image_undo_disable@Base 2.4.0
400 gimp_image_undo_enable@Base 2.4.0
401 gimp_image_undo_freeze@Base 2.4.0
402 gimp_image_undo_group_end@Base 2.4.0
403 gimp_image_undo_group_start@Base 2.4.0
404 gimp_image_undo_is_enabled@Base 2.4.0
405 gimp_image_undo_thaw@Base 2.4.0
406 gimp_image_unset_active_channel@Base 2.4.0
407 gimp_image_width@Base 2.4.0
408 gimp_install_cmap@Base 2.4.0
409 gimp_install_procedure@Base 2.4.0
410 gimp_install_temp_proc@Base 2.4.0
411 gimp_invert@Base 2.4.0
412 gimp_layer_add_alpha@Base 2.4.0
413 gimp_layer_add_mask@Base 2.4.0
414 gimp_layer_copy@Base 2.4.0
415 gimp_layer_create_mask@Base 2.4.0
416 gimp_layer_flatten@Base 2.4.0
417 gimp_layer_from_mask@Base 2.4.0
418 gimp_layer_get_apply_mask@Base 2.4.0
419 gimp_layer_get_edit_mask@Base 2.4.0
420 gimp_layer_get_lock_alpha@Base 2.4.0
421 gimp_layer_get_mask@Base 2.4.0
422 gimp_layer_get_mode@Base 2.4.0
423 gimp_layer_get_opacity@Base 2.4.0
424 gimp_layer_get_preserve_trans@Base 2.4.0
425 gimp_layer_get_show_mask@Base 2.4.0
426 gimp_layer_is_floating_sel@Base 2.4.0
427 gimp_layer_mode_effects_get_type@Base 2.4.0
428 gimp_layer_new@Base 2.4.0
429 gimp_layer_new_from_drawable@Base 2.4.0
430 gimp_layer_new_from_visible@Base 2.6.0
431 gimp_layer_remove_mask@Base 2.4.0
432 gimp_layer_resize@Base 2.4.0
433 gimp_layer_resize_to_image_size@Base 2.4.0
434 gimp_layer_scale@Base 2.4.0
435 gimp_layer_scale_full@Base 2.6.0
436 gimp_layer_set_apply_mask@Base 2.4.0
437 gimp_layer_set_edit_mask@Base 2.4.0
438 gimp_layer_set_lock_alpha@Base 2.4.0
439 gimp_layer_set_mode@Base 2.4.0
440 gimp_layer_set_offsets@Base 2.4.0
441 gimp_layer_set_opacity@Base 2.4.0
442 gimp_layer_set_preserve_trans@Base 2.4.0
443 gimp_layer_set_show_mask@Base 2.4.0
444 gimp_layer_translate@Base 2.4.0
445 gimp_levels@Base 2.4.0
446 gimp_levels_auto@Base 2.4.0
447 gimp_levels_stretch@Base 2.4.0
448 gimp_main@Base 2.4.0
449 gimp_mask_apply_mode_get_type@Base 2.4.0
450 gimp_merge_type_get_type@Base 2.4.0
451 gimp_message@Base 2.4.0
452 gimp_message_get_handler@Base 2.4.0
453 gimp_message_set_handler@Base 2.4.0
454 gimp_min_colors@Base 2.4.0
455 gimp_monitor_number@Base 2.4.0
456 gimp_offset_type_get_type@Base 2.4.0
457 gimp_orientation_type_get_type@Base 2.4.0
458 gimp_paintbrush@Base 2.4.0
459 gimp_paintbrush_default@Base 2.4.0
460 gimp_palette_add_entry@Base 2.4.0
461 gimp_palette_delete@Base 2.4.0
462 gimp_palette_delete_entry@Base 2.4.0
463 gimp_palette_duplicate@Base 2.4.0
464 gimp_palette_entry_get_color@Base 2.4.0
465 gimp_palette_entry_get_name@Base 2.4.0
466 gimp_palette_entry_set_color@Base 2.4.0
467 gimp_palette_entry_set_name@Base 2.4.0
468 gimp_palette_get_background@Base 2.4.0
469 gimp_palette_get_colors@Base 2.6.0
470 gimp_palette_get_columns@Base 2.4.0
471 gimp_palette_get_foreground@Base 2.4.0
472 gimp_palette_get_info@Base 2.4.0
473 gimp_palette_is_editable@Base 2.4.0
474 gimp_palette_new@Base 2.4.0
475 gimp_palette_rename@Base 2.4.0
476 gimp_palette_select_destroy@Base 2.4.0
477 gimp_palette_select_new@Base 2.4.0
478 gimp_palette_set_background@Base 2.4.0
479 gimp_palette_set_columns@Base 2.4.0
480 gimp_palette_set_default_colors@Base 2.4.0
481 gimp_palette_set_foreground@Base 2.4.0
482 gimp_palette_swap_colors@Base 2.4.0
483 gimp_palettes_close_popup@Base 2.4.0
484 gimp_palettes_get_list@Base 2.4.0
485 gimp_palettes_get_palette@Base 2.4.0
486 gimp_palettes_get_palette_entry@Base 2.4.0
487 gimp_palettes_popup@Base 2.4.0
488 gimp_palettes_refresh@Base 2.4.0
489 gimp_palettes_set_palette@Base 2.4.0
490 gimp_palettes_set_popup@Base 2.4.0
491 gimp_parasite_attach@Base 2.4.0
492 gimp_parasite_detach@Base 2.4.0
493 gimp_parasite_find@Base 2.4.0
494 gimp_parasite_list@Base 2.4.0
495 gimp_path_delete@Base 2.4.0
496 gimp_path_get_current@Base 2.4.0
497 gimp_path_get_locked@Base 2.4.0
498 gimp_path_get_point_at_dist@Base 2.4.0
499 gimp_path_get_points@Base 2.4.0
500 gimp_path_get_tattoo@Base 2.4.0
501 gimp_path_import@Base 2.4.0
502 gimp_path_list@Base 2.4.0
503 gimp_path_set_current@Base 2.4.0
504 gimp_path_set_locked@Base 2.4.0
505 gimp_path_set_points@Base 2.4.0
506 gimp_path_set_tattoo@Base 2.4.0
507 gimp_path_stroke_current@Base 2.4.0
508 gimp_path_to_selection@Base 2.4.0
509 gimp_pattern_get_info@Base 2.4.0
510 gimp_pattern_get_pixels@Base 2.4.0
511 gimp_pattern_select_destroy@Base 2.4.0
512 gimp_pattern_select_new@Base 2.4.0
513 gimp_patterns_close_popup@Base 2.4.0
514 gimp_patterns_get_list@Base 2.4.0
515 gimp_patterns_get_pattern@Base 2.4.0
516 gimp_patterns_get_pattern_data@Base 2.4.0
517 gimp_patterns_popup@Base 2.4.0
518 gimp_patterns_refresh@Base 2.4.0
519 gimp_patterns_set_pattern@Base 2.4.0
520 gimp_patterns_set_popup@Base 2.4.0
521 gimp_pencil@Base 2.4.0
522 gimp_perspective@Base 2.4.0
523 gimp_pixel_fetcher_destroy@Base 2.4.0
524 gimp_pixel_fetcher_get_pixel@Base 2.4.0
525 gimp_pixel_fetcher_new@Base 2.4.0
526 gimp_pixel_fetcher_put_pixel@Base 2.4.0
527 gimp_pixel_fetcher_set_bg_color@Base 2.4.0
528 gimp_pixel_fetcher_set_edge_mode@Base 2.4.0
529 gimp_pixel_rgn_get_col@Base 2.4.0
530 gimp_pixel_rgn_get_pixel@Base 2.4.0
531 gimp_pixel_rgn_get_rect@Base 2.4.0
532 gimp_pixel_rgn_get_row@Base 2.4.0
533 gimp_pixel_rgn_init@Base 2.4.0
534 gimp_pixel_rgn_resize@Base 2.4.0
535 gimp_pixel_rgn_set_col@Base 2.4.0
536 gimp_pixel_rgn_set_pixel@Base 2.4.0
537 gimp_pixel_rgn_set_rect@Base 2.4.0
538 gimp_pixel_rgn_set_row@Base 2.4.0
539 gimp_pixel_rgns_process@Base 2.4.0
540 gimp_pixel_rgns_register2@Base 2.4.0
541 gimp_pixel_rgns_register@Base 2.4.0
542 gimp_plugin_domain_register@Base 2.4.0
543 gimp_plugin_get_pdb_error_handler@Base 2.6.0
544 gimp_plugin_help_register@Base 2.4.0
545 gimp_plugin_icon_register@Base 2.4.0
546 gimp_plugin_menu_branch_register@Base 2.4.0
547 gimp_plugin_menu_register@Base 2.4.0
548 gimp_plugin_set_pdb_error_handler@Base 2.6.0
549 gimp_posterize@Base 2.4.0
550 gimp_procedural_db_dump@Base 2.4.0
551 gimp_procedural_db_get_data@Base 2.4.0
552 gimp_procedural_db_get_data_size@Base 2.4.0
553 gimp_procedural_db_proc_arg@Base 2.4.0
554 gimp_procedural_db_proc_exists@Base 2.6.0
555 gimp_procedural_db_proc_info@Base 2.4.0
556 gimp_procedural_db_proc_val@Base 2.4.0
557 gimp_procedural_db_query@Base 2.4.0
558 gimp_procedural_db_set_data@Base 2.4.0
559 gimp_procedural_db_temp_name@Base 2.4.0
560 gimp_progress_cancel@Base 2.4.0
561 gimp_progress_end@Base 2.4.0
562 gimp_progress_get_window_handle@Base 2.4.0
563 gimp_progress_init@Base 2.4.0
564 gimp_progress_init_printf@Base 2.4.0
565 gimp_progress_install@Base 2.4.0
566 gimp_progress_install_vtable@Base 2.4.0
567 gimp_progress_pulse@Base 2.4.0
568 gimp_progress_set_text@Base 2.4.0
569 gimp_progress_set_text_printf@Base 2.4.0
570 gimp_progress_uninstall@Base 2.4.0
571 gimp_progress_update@Base 2.4.0
572 gimp_quit@Base 2.4.0
573 gimp_read_expect_msg@Base 2.4.0
574 gimp_rect_select@Base 2.4.0
575 gimp_register_file_handler_mime@Base 2.4.0
576 gimp_register_load_handler@Base 2.4.0
577 gimp_register_magic_load_handler@Base 2.4.0
578 gimp_register_save_handler@Base 2.4.0
579 gimp_register_thumbnail_loader@Base 2.4.0
580 gimp_rgn_iterate1@Base 2.4.0
581 gimp_rgn_iterate2@Base 2.4.0
582 gimp_rgn_iterator_dest@Base 2.4.0
583 gimp_rgn_iterator_free@Base 2.4.0
584 gimp_rgn_iterator_new@Base 2.4.0
585 gimp_rgn_iterator_src@Base 2.4.0
586 gimp_rgn_iterator_src_dest@Base 2.4.0
587 gimp_rotate@Base 2.4.0
588 gimp_rotation_type_get_type@Base 2.4.0
589 gimp_round_rect_select@Base 2.4.0
590 gimp_run_procedure2@Base 2.4.0
591 gimp_run_procedure@Base 2.4.0
592 gimp_scale@Base 2.4.0
593 gimp_select_criterion_get_type@Base 2.4.0
594 gimp_selection_all@Base 2.4.0
595 gimp_selection_border@Base 2.4.0
596 gimp_selection_bounds@Base 2.4.0
597 gimp_selection_clear@Base 2.4.0
598 gimp_selection_combine@Base 2.4.0
599 gimp_selection_feather@Base 2.4.0
600 gimp_selection_float@Base 2.4.0
601 gimp_selection_grow@Base 2.4.0
602 gimp_selection_invert@Base 2.4.0
603 gimp_selection_is_empty@Base 2.4.0
604 gimp_selection_layer_alpha@Base 2.4.0
605 gimp_selection_load@Base 2.4.0
606 gimp_selection_none@Base 2.4.0
607 gimp_selection_save@Base 2.4.0
608 gimp_selection_sharpen@Base 2.4.0
609 gimp_selection_shrink@Base 2.4.0
610 gimp_selection_translate@Base 2.4.0
611 gimp_selection_value@Base 2.4.0
612 gimp_shear@Base 2.4.0
613 gimp_shm_ID@Base 2.4.0
614 gimp_shm_addr@Base 2.4.0
615 gimp_show_help_button@Base 2.4.0
616 gimp_show_tool_tips@Base 2.4.0
617 gimp_smudge@Base 2.4.0
618 gimp_smudge_default@Base 2.4.0
619 gimp_temp_name@Base 2.4.0
620 gimp_text@Base 2.4.0
621 gimp_text_fontname@Base 2.4.0
622 gimp_text_get_extents@Base 2.4.0
623 gimp_text_get_extents_fontname@Base 2.4.0
624 gimp_text_layer_get_antialias@Base 2.6.0
625 gimp_text_layer_get_base_direction@Base 2.6.0
626 gimp_text_layer_get_color@Base 2.6.0
627 gimp_text_layer_get_font@Base 2.6.0
628 gimp_text_layer_get_font_size@Base 2.6.0
629 gimp_text_layer_get_hinting@Base 2.6.0
630 gimp_text_layer_get_indent@Base 2.6.0
631 gimp_text_layer_get_justification@Base 2.6.0
632 gimp_text_layer_get_kerning@Base 2.6.0
633 gimp_text_layer_get_language@Base 2.6.0
634 gimp_text_layer_get_letter_spacing@Base 2.6.0
635 gimp_text_layer_get_line_spacing@Base 2.6.0
636 gimp_text_layer_get_text@Base 2.6.0
637 gimp_text_layer_new@Base 2.6.0
638 gimp_text_layer_set_antialias@Base 2.6.0
639 gimp_text_layer_set_base_direction@Base 2.6.0
640 gimp_text_layer_set_color@Base 2.6.0
641 gimp_text_layer_set_font@Base 2.6.0
642 gimp_text_layer_set_font_size@Base 2.6.0
643 gimp_text_layer_set_hinting@Base 2.6.0
644 gimp_text_layer_set_indent@Base 2.6.0
645 gimp_text_layer_set_justification@Base 2.6.0
646 gimp_text_layer_set_kerning@Base 2.6.0
647 gimp_text_layer_set_language@Base 2.6.0
648 gimp_text_layer_set_letter_spacing@Base 2.6.0
649 gimp_text_layer_set_line_spacing@Base 2.6.0
650 gimp_text_layer_set_text@Base 2.6.0
651 gimp_threshold@Base 2.4.0
652 gimp_tile_cache_ntiles@Base 2.4.0
653 gimp_tile_cache_size@Base 2.4.0
654 gimp_tile_flush@Base 2.4.0
655 gimp_tile_height@Base 2.4.0
656 gimp_tile_ref@Base 2.4.0
657 gimp_tile_ref_zero@Base 2.4.0
658 gimp_tile_unref@Base 2.4.0
659 gimp_tile_width@Base 2.4.0
660 gimp_transform_2d@Base 2.4.0
661 gimp_uninstall_temp_proc@Base 2.4.0
662 gimp_user_time@Base 2.6.0
663 gimp_vectors_bezier_stroke_conicto@Base 2.4.0
664 gimp_vectors_bezier_stroke_cubicto@Base 2.4.0
665 gimp_vectors_bezier_stroke_lineto@Base 2.4.0
666 gimp_vectors_bezier_stroke_new_ellipse@Base 2.4.0
667 gimp_vectors_bezier_stroke_new_moveto@Base 2.4.0
668 gimp_vectors_copy@Base 2.6.0
669 gimp_vectors_export_to_file@Base 2.6.0
670 gimp_vectors_export_to_string@Base 2.6.0
671 gimp_vectors_get_image@Base 2.4.0
672 gimp_vectors_get_linked@Base 2.4.0
673 gimp_vectors_get_name@Base 2.4.0
674 gimp_vectors_get_strokes@Base 2.4.0
675 gimp_vectors_get_tattoo@Base 2.4.0
676 gimp_vectors_get_visible@Base 2.4.0
677 gimp_vectors_import_from_file@Base 2.4.0
678 gimp_vectors_import_from_string@Base 2.4.0
679 gimp_vectors_is_valid@Base 2.4.0
680 gimp_vectors_new@Base 2.4.0
681 gimp_vectors_new_from_text_layer@Base 2.6.0
682 gimp_vectors_parasite_attach@Base 2.4.0
683 gimp_vectors_parasite_detach@Base 2.4.0
684 gimp_vectors_parasite_find@Base 2.4.0
685 gimp_vectors_parasite_list@Base 2.4.0
686 gimp_vectors_remove_stroke@Base 2.4.0
687 gimp_vectors_set_linked@Base 2.4.0
688 gimp_vectors_set_name@Base 2.4.0
689 gimp_vectors_set_tattoo@Base 2.4.0
690 gimp_vectors_set_visible@Base 2.4.0
691 gimp_vectors_stroke_close@Base 2.4.0
692 gimp_vectors_stroke_flip@Base 2.4.0
693 gimp_vectors_stroke_flip_free@Base 2.4.0
694 gimp_vectors_stroke_get_length@Base 2.4.0
695 gimp_vectors_stroke_get_point_at_dist@Base 2.4.0
696 gimp_vectors_stroke_get_points@Base 2.4.0
697 gimp_vectors_stroke_interpolate@Base 2.4.0
698 gimp_vectors_stroke_new_from_points@Base 2.4.0
699 gimp_vectors_stroke_rotate@Base 2.4.0
700 gimp_vectors_stroke_scale@Base 2.4.0
701 gimp_vectors_stroke_translate@Base 2.4.0
702 gimp_vectors_to_selection@Base 2.4.0
703 gimp_version@Base 2.4.0
704 gimp_wm_class@Base 2.4.0
705libgimpbase-2.0.so.0 libgimp2.0 #MINVER#
706* Build-Depends-Package: libgimp2.0-dev
707 _gimp_unit_vtable@Base 2.4.0
708 gimp_add_mask_type_get_type@Base 2.4.0
709 gimp_any_to_utf8@Base 2.4.0
710 gimp_base_init@Base 2.4.0
711 gimp_blend_mode_get_type@Base 2.4.0
712 gimp_bucket_fill_mode_get_type@Base 2.4.0
713 gimp_canonicalize_identifier@Base 2.4.0
714 gimp_channel_ops_get_type@Base 2.4.0
715 gimp_channel_type_get_type@Base 2.4.0
716 gimp_check_size_get_type@Base 2.4.0
717 gimp_check_type_get_type@Base 2.4.0
718 gimp_checks_get_shades@Base 2.4.0
719 gimp_clone_type_get_type@Base 2.4.0
720 gimp_cpu_accel_get_support@Base 2.4.0
721 gimp_cpu_accel_set_use@Base 2.4.0
722 gimp_data_directory@Base 2.4.0
723 gimp_datafiles_check_extension@Base 2.4.0
724 gimp_datafiles_read_directories@Base 2.4.0
725 gimp_desaturate_mode_get_type@Base 2.4.0
726 gimp_directory@Base 2.4.0
727 gimp_dodge_burn_type_get_type@Base 2.4.0
728 gimp_enum_get_desc@Base 2.4.0
729 gimp_enum_get_value@Base 2.4.0
730 gimp_enum_get_value_descriptions@Base 2.4.0
731 gimp_enum_set_value_descriptions@Base 2.4.0
732 gimp_enum_value_get_desc@Base 2.4.0
733 gimp_enum_value_get_help@Base 2.4.0
734 gimp_env_init@Base 2.4.0
735 gimp_escape_uline@Base 2.4.0
736 gimp_filename_to_utf8@Base 2.4.0
737 gimp_flags_get_first_desc@Base 2.4.0
738 gimp_flags_get_first_value@Base 2.4.0
739 gimp_flags_get_value_descriptions@Base 2.4.0
740 gimp_flags_set_value_descriptions@Base 2.4.0
741 gimp_flags_value_get_desc@Base 2.4.0
742 gimp_flags_value_get_help@Base 2.4.0
743 gimp_foreground_extract_mode_get_type@Base 2.4.0
744 gimp_gradient_type_get_type@Base 2.4.0
745 gimp_grid_style_get_type@Base 2.4.0
746 gimp_gtkrc@Base 2.4.0
747 gimp_icon_type_get_type@Base 2.4.0
748 gimp_image_base_type_get_type@Base 2.4.0
749 gimp_image_type_get_type@Base 2.4.0
750 gimp_interpolation_type_get_type@Base 2.4.0
751 gimp_locale_directory@Base 2.4.0
752 gimp_major_version@Base 2.4.0
753 gimp_memsize_deserialize@Base 2.4.0
754 gimp_memsize_get_type@Base 2.4.0
755 gimp_memsize_serialize@Base 2.4.0
756 gimp_memsize_to_string@Base 2.4.0
757 gimp_message_handler_type_get_type@Base 2.4.0
758 gimp_micro_version@Base 2.4.0
759 gimp_minor_version@Base 2.4.0
760 gimp_paint_application_mode_get_type@Base 2.4.0
761 gimp_param_memsize_get_type@Base 2.4.0
762 gimp_param_parasite_get_type@Base 2.4.0
763 gimp_param_spec_memsize@Base 2.4.0
764 gimp_param_spec_parasite@Base 2.4.0
765 gimp_param_spec_unit@Base 2.4.0
766 gimp_param_unit_get_type@Base 2.4.0
767 gimp_parasite_compare@Base 2.4.0
768 gimp_parasite_copy@Base 2.4.0
769 gimp_parasite_data@Base 2.4.0
770 gimp_parasite_data_size@Base 2.4.0
771 gimp_parasite_flags@Base 2.4.0
772 gimp_parasite_free@Base 2.4.0
773 gimp_parasite_get_type@Base 2.4.0
774 gimp_parasite_has_flag@Base 2.4.0
775 gimp_parasite_is_persistent@Base 2.4.0
776 gimp_parasite_is_type@Base 2.4.0
777 gimp_parasite_is_undoable@Base 2.4.0
778 gimp_parasite_name@Base 2.4.0
779 gimp_parasite_new@Base 2.4.0
780 gimp_path_free@Base 2.4.0
781 gimp_path_get_user_writable_dir@Base 2.4.0
782 gimp_path_parse@Base 2.4.0
783 gimp_path_to_str@Base 2.4.0
784 gimp_pdb_arg_type_get_type@Base 2.4.0
785 gimp_pdb_error_handler_get_type@Base 2.6.0
786 gimp_pdb_proc_type_get_type@Base 2.4.0
787 gimp_pdb_status_type_get_type@Base 2.4.0
788 gimp_personal_rc_file@Base 2.4.0
789 gimp_pixpipe_params_build@Base 2.4.0
790 gimp_pixpipe_params_init@Base 2.4.0
791 gimp_pixpipe_params_parse@Base 2.4.0
792 gimp_plug_in_directory@Base 2.4.0
793 gimp_progress_command_get_type@Base 2.4.0
794 gimp_rectangle_intersect@Base 2.4.0
795 gimp_repeat_mode_get_type@Base 2.4.0
796 gimp_run_mode_get_type@Base 2.4.0
797 gimp_signal_private@Base 2.4.0
798 gimp_size_type_get_type@Base 2.4.0
799 gimp_stack_trace_mode_get_type@Base 2.4.0
800 gimp_strip_uline@Base 2.4.0
801 gimp_sysconf_directory@Base 2.4.0
802 gimp_text_direction_get_type@Base 2.6.0
803 gimp_text_justification_get_type@Base 2.6.0
804 gimp_transfer_mode_get_type@Base 2.4.0
805 gimp_transform_direction_get_type@Base 2.4.0
806 gimp_transform_resize_get_type@Base 2.4.0
807 gimp_type_get_translation_domain@Base 2.4.0
808 gimp_type_set_translation_domain@Base 2.4.0
809 gimp_unit_get_abbreviation@Base 2.4.0
810 gimp_unit_get_deletion_flag@Base 2.4.0
811 gimp_unit_get_digits@Base 2.4.0
812 gimp_unit_get_factor@Base 2.4.0
813 gimp_unit_get_identifier@Base 2.4.0
814 gimp_unit_get_number_of_built_in_units@Base 2.4.0
815 gimp_unit_get_number_of_units@Base 2.4.0
816 gimp_unit_get_plural@Base 2.4.0
817 gimp_unit_get_singular@Base 2.4.0
818 gimp_unit_get_symbol@Base 2.4.0
819 gimp_unit_get_type@Base 2.4.0
820 gimp_unit_new@Base 2.4.0
821 gimp_unit_set_deletion_flag@Base 2.4.0
822 gimp_user_directory@Base 2.4.0
823 gimp_user_directory_get_type@Base 2.4.0
824 gimp_utf8_strtrim@Base 2.4.0
825 gimp_vectors_stroke_type_get_type@Base 2.4.0
826 gimp_wire_clear_error@Base 2.4.0
827 gimp_wire_destroy@Base 2.4.0
828 gimp_wire_error@Base 2.4.0
829 gimp_wire_flush@Base 2.4.0
830 gimp_wire_read@Base 2.4.0
831 gimp_wire_read_msg@Base 2.4.0
832 gimp_wire_register@Base 2.4.0
833 gimp_wire_set_flusher@Base 2.4.0
834 gimp_wire_set_reader@Base 2.4.0
835 gimp_wire_set_writer@Base 2.4.0
836 gimp_wire_write@Base 2.4.0
837 gimp_wire_write_msg@Base 2.4.0
838 gp_config_write@Base 2.4.0
839 gp_extension_ack_write@Base 2.4.0
840 gp_has_init_write@Base 2.4.0
841 gp_init@Base 2.4.0
842 gp_params_destroy@Base 2.4.0
843 gp_proc_install_write@Base 2.4.0
844 gp_proc_return_write@Base 2.4.0
845 gp_proc_run_write@Base 2.4.0
846 gp_proc_uninstall_write@Base 2.4.0
847 gp_quit_write@Base 2.4.0
848 gp_temp_proc_return_write@Base 2.4.0
849 gp_temp_proc_run_write@Base 2.4.0
850 gp_tile_ack_write@Base 2.4.0
851 gp_tile_data_write@Base 2.4.0
852 gp_tile_req_write@Base 2.4.0
853libgimpcolor-2.0.so.0 libgimp2.0 #MINVER#
854* Build-Depends-Package: libgimp2.0-dev
855 gimp_adaptive_supersample_area@Base 2.4.0
856 gimp_bilinear@Base 2.4.0
857 gimp_bilinear_16@Base 2.4.0
858 gimp_bilinear_32@Base 2.4.0
859 gimp_bilinear_8@Base 2.4.0
860 gimp_bilinear_pixels_8@Base 2.4.0
861 gimp_bilinear_rgb@Base 2.4.0
862 gimp_bilinear_rgba@Base 2.4.0
863 gimp_cmyk_get_type@Base 2.4.0
864 gimp_cmyk_get_uchar@Base 2.4.0
865 gimp_cmyk_set@Base 2.4.0
866 gimp_cmyk_set_uchar@Base 2.4.0
867 gimp_cmyk_to_rgb@Base 2.4.0
868 gimp_cmyk_to_rgb_int@Base 2.4.0
869 gimp_cmyka_get_uchar@Base 2.4.0
870 gimp_cmyka_set@Base 2.4.0
871 gimp_cmyka_set_uchar@Base 2.4.0
872 gimp_color_managed_get_icc_profile@Base 2.4.0
873 gimp_color_managed_interface_get_type@Base 2.4.0
874 gimp_color_managed_profile_changed@Base 2.4.0
875 gimp_hsl_get_type@Base 2.4.0
876 gimp_hsl_to_rgb@Base 2.4.0
877 gimp_hsl_to_rgb_int@Base 2.4.0
878 gimp_hsv_clamp@Base 2.4.0
879 gimp_hsv_get_type@Base 2.4.0
880 gimp_hsv_set@Base 2.4.0
881 gimp_hsv_to_rgb4@Base 2.4.0
882 gimp_hsv_to_rgb@Base 2.4.0
883 gimp_hsv_to_rgb_int@Base 2.4.0
884 gimp_hsva_set@Base 2.4.0
885 gimp_hwb_to_rgb@Base 2.4.0
886 gimp_param_rgb_get_type@Base 2.4.0
887 gimp_param_spec_rgb@Base 2.4.0
888 gimp_param_spec_rgb_has_alpha@Base 2.4.0
889 gimp_rgb_add@Base 2.4.0
890 gimp_rgb_clamp@Base 2.4.0
891 gimp_rgb_composite@Base 2.4.0
892 gimp_rgb_distance@Base 2.4.0
893 gimp_rgb_gamma@Base 2.4.0
894 gimp_rgb_get_type@Base 2.4.0
895 gimp_rgb_get_uchar@Base 2.4.0
896 gimp_rgb_intensity@Base 2.4.0
897 gimp_rgb_intensity_uchar@Base 2.4.0
898 gimp_rgb_list_names@Base 2.4.0
899 gimp_rgb_luminance@Base 2.4.0
900 gimp_rgb_luminance_uchar@Base 2.4.0
901 gimp_rgb_max@Base 2.4.0
902 gimp_rgb_min@Base 2.4.0
903 gimp_rgb_multiply@Base 2.4.0
904 gimp_rgb_parse_css@Base 2.4.0
905 gimp_rgb_parse_hex@Base 2.4.0
906 gimp_rgb_parse_name@Base 2.4.0
907 gimp_rgb_set@Base 2.4.0
908 gimp_rgb_set_alpha@Base 2.4.0
909 gimp_rgb_set_uchar@Base 2.4.0
910 gimp_rgb_subtract@Base 2.4.0
911 gimp_rgb_to_cmyk@Base 2.4.0
912 gimp_rgb_to_cmyk_int@Base 2.4.0
913 gimp_rgb_to_hsl@Base 2.4.0
914 gimp_rgb_to_hsl_int@Base 2.4.0
915 gimp_rgb_to_hsv4@Base 2.4.0
916 gimp_rgb_to_hsv@Base 2.4.0
917 gimp_rgb_to_hsv_int@Base 2.4.0
918 gimp_rgb_to_hwb@Base 2.4.0
919 gimp_rgb_to_l_int@Base 2.4.0
920 gimp_rgba_add@Base 2.4.0
921 gimp_rgba_distance@Base 2.4.0
922 gimp_rgba_get_uchar@Base 2.4.0
923 gimp_rgba_multiply@Base 2.4.0
924 gimp_rgba_parse_css@Base 2.4.0
925 gimp_rgba_set@Base 2.4.0
926 gimp_rgba_set_uchar@Base 2.4.0
927 gimp_rgba_subtract@Base 2.4.0
928 gimp_value_get_rgb@Base 2.4.0
929 gimp_value_set_rgb@Base 2.4.0
930libgimpconfig-2.0.so.0 libgimp2.0 #MINVER#
931* Build-Depends-Package: libgimp2.0-dev
932 gimp_color_config_get_type@Base 2.4.0
933 gimp_color_management_mode_get_type@Base 2.4.0
934 gimp_color_rendering_intent_get_type@Base 2.4.0
935 gimp_config_build_data_path@Base 2.4.0
936 gimp_config_build_plug_in_path@Base 2.4.0
937 gimp_config_build_writable_path@Base 2.4.0
938 gimp_config_copy@Base 2.6.0
939 gimp_config_deserialize_file@Base 2.4.0
940 gimp_config_deserialize_properties@Base 2.4.0
941 gimp_config_deserialize_property@Base 2.4.0
942 gimp_config_deserialize_return@Base 2.4.0
943 gimp_config_deserialize_string@Base 2.4.0
944 gimp_config_diff@Base 2.4.0
945 gimp_config_duplicate@Base 2.4.0
946 gimp_config_error_quark@Base 2.4.0
947 gimp_config_interface_get_type@Base 2.4.0
948 gimp_config_is_equal_to@Base 2.4.0
949 gimp_config_path_expand@Base 2.4.0
950 gimp_config_path_get_type@Base 2.4.0
951 gimp_config_reset@Base 2.4.0
952 gimp_config_reset_properties@Base 2.4.0
953 gimp_config_reset_property@Base 2.4.0
954 gimp_config_serialize_changed_properties@Base 2.4.0
955 gimp_config_serialize_properties@Base 2.4.0
956 gimp_config_serialize_property@Base 2.4.0
957 gimp_config_serialize_property_by_name@Base 2.6.0
958 gimp_config_serialize_to_fd@Base 2.4.0
959 gimp_config_serialize_to_file@Base 2.4.0
960 gimp_config_serialize_to_string@Base 2.4.0
961 gimp_config_serialize_value@Base 2.4.0
962 gimp_config_string_append_escaped@Base 2.4.0
963 gimp_config_sync@Base 2.4.0
964 gimp_config_writer_close@Base 2.4.0
965 gimp_config_writer_comment@Base 2.4.0
966 gimp_config_writer_comment_mode@Base 2.4.0
967 gimp_config_writer_data@Base 2.4.0
968 gimp_config_writer_finish@Base 2.4.0
969 gimp_config_writer_identifier@Base 2.4.0
970 gimp_config_writer_linefeed@Base 2.4.0
971 gimp_config_writer_new_fd@Base 2.4.0
972 gimp_config_writer_new_file@Base 2.4.0
973 gimp_config_writer_new_string@Base 2.4.0
974 gimp_config_writer_open@Base 2.4.0
975 gimp_config_writer_print@Base 2.4.0
976 gimp_config_writer_printf@Base 2.4.0
977 gimp_config_writer_revert@Base 2.4.0
978 gimp_config_writer_string@Base 2.4.0
979 gimp_param_config_path_get_type@Base 2.4.0
980 gimp_param_spec_config_path@Base 2.4.0
981 gimp_param_spec_config_path_type@Base 2.4.0
982 gimp_scanner_destroy@Base 2.4.0
983 gimp_scanner_new_file@Base 2.4.0
984 gimp_scanner_new_string@Base 2.4.0
985 gimp_scanner_parse_color@Base 2.4.0
986 gimp_scanner_parse_data@Base 2.4.0
987 gimp_scanner_parse_float@Base 2.4.0
988 gimp_scanner_parse_identifier@Base 2.4.0
989 gimp_scanner_parse_int@Base 2.4.0
990 gimp_scanner_parse_matrix2@Base 2.4.0
991 gimp_scanner_parse_string@Base 2.4.0
992 gimp_scanner_parse_string_no_validate@Base 2.4.0
993 gimp_scanner_parse_token@Base 2.4.0
994libgimpmath-2.0.so.0 libgimp2.0 #MINVER#
995* Build-Depends-Package: libgimp2.0-dev
996 gimp_matrix2_get_type@Base 2.4.0
997 gimp_matrix2_identity@Base 2.4.0
998 gimp_matrix2_mult@Base 2.4.0
999 gimp_matrix3_affine@Base 2.4.0
1000 gimp_matrix3_determinant@Base 2.4.0
1001 gimp_matrix3_identity@Base 2.4.0
1002 gimp_matrix3_invert@Base 2.4.0
1003 gimp_matrix3_is_affine@Base 2.4.0
1004 gimp_matrix3_is_diagonal@Base 2.4.0
1005 gimp_matrix3_is_identity@Base 2.4.0
1006 gimp_matrix3_is_simple@Base 2.4.0
1007 gimp_matrix3_mult@Base 2.4.0
1008 gimp_matrix3_rotate@Base 2.4.0
1009 gimp_matrix3_scale@Base 2.4.0
1010 gimp_matrix3_transform_point@Base 2.4.0
1011 gimp_matrix3_translate@Base 2.4.0
1012 gimp_matrix3_xshear@Base 2.4.0
1013 gimp_matrix3_yshear@Base 2.4.0
1014 gimp_matrix4_to_deg@Base 2.4.0
1015 gimp_md5_get_digest@Base 2.4.0
1016 gimp_param_matrix2_get_type@Base 2.4.0
1017 gimp_param_spec_matrix2@Base 2.4.0
1018 gimp_vector2_add@Base 2.4.0
1019 gimp_vector2_add_val@Base 2.4.0
1020 gimp_vector2_cross_product@Base 2.4.0
1021 gimp_vector2_cross_product_val@Base 2.4.0
1022 gimp_vector2_inner_product@Base 2.4.0
1023 gimp_vector2_inner_product_val@Base 2.4.0
1024 gimp_vector2_length@Base 2.4.0
1025 gimp_vector2_length_val@Base 2.4.0
1026 gimp_vector2_mul@Base 2.4.0
1027 gimp_vector2_mul_val@Base 2.4.0
1028 gimp_vector2_neg@Base 2.4.0
1029 gimp_vector2_neg_val@Base 2.4.0
1030 gimp_vector2_new@Base 2.4.0
1031 gimp_vector2_normalize@Base 2.4.0
1032 gimp_vector2_normalize_val@Base 2.4.0
1033 gimp_vector2_rotate@Base 2.4.0
1034 gimp_vector2_rotate_val@Base 2.4.0
1035 gimp_vector2_set@Base 2.4.0
1036 gimp_vector2_sub@Base 2.4.0
1037 gimp_vector2_sub_val@Base 2.4.0
1038 gimp_vector3_add@Base 2.4.0
1039 gimp_vector3_add_val@Base 2.4.0
1040 gimp_vector3_cross_product@Base 2.4.0
1041 gimp_vector3_cross_product_val@Base 2.4.0
1042 gimp_vector3_inner_product@Base 2.4.0
1043 gimp_vector3_inner_product_val@Base 2.4.0
1044 gimp_vector3_length@Base 2.4.0
1045 gimp_vector3_length_val@Base 2.4.0
1046 gimp_vector3_mul@Base 2.4.0
1047 gimp_vector3_mul_val@Base 2.4.0
1048 gimp_vector3_neg@Base 2.4.0
1049 gimp_vector3_neg_val@Base 2.4.0
1050 gimp_vector3_new@Base 2.4.0
1051 gimp_vector3_normalize@Base 2.4.0
1052 gimp_vector3_normalize_val@Base 2.4.0
1053 gimp_vector3_rotate@Base 2.4.0
1054 gimp_vector3_rotate_val@Base 2.4.0
1055 gimp_vector3_set@Base 2.4.0
1056 gimp_vector3_sub@Base 2.4.0
1057 gimp_vector3_sub_val@Base 2.4.0
1058 gimp_vector_2d_to_3d@Base 2.4.0
1059 gimp_vector_2d_to_3d_val@Base 2.4.0
1060 gimp_vector_3d_to_2d@Base 2.4.0
1061libgimpmodule-2.0.so.0 libgimp2.0 #MINVER#
1062* Build-Depends-Package: libgimp2.0-dev
1063 gimp_module_db_get_load_inhibit@Base 2.4.0
1064 gimp_module_db_get_type@Base 2.4.0
1065 gimp_module_db_load@Base 2.4.0
1066 gimp_module_db_new@Base 2.4.0
1067 gimp_module_db_refresh@Base 2.4.0
1068 gimp_module_db_set_load_inhibit@Base 2.4.0
1069 gimp_module_get_type@Base 2.4.0
1070 gimp_module_info_copy@Base 2.4.0
1071 gimp_module_info_free@Base 2.4.0
1072 gimp_module_info_new@Base 2.4.0
1073 gimp_module_modified@Base 2.4.0
1074 gimp_module_new@Base 2.4.0
1075 gimp_module_query_module@Base 2.4.0
1076 gimp_module_register_enum@Base 2.4.0
1077 gimp_module_set_load_inhibit@Base 2.4.0
1078 gimp_module_state_name@Base 2.4.0
1079libgimpthumb-2.0.so.0 libgimp2.0 #MINVER#
1080* Build-Depends-Package: libgimp2.0-dev
1081 gimp_thumb_ensure_thumb_dir@Base 2.4.0
1082 gimp_thumb_ensure_thumb_dir_local@Base 2.4.0
1083 gimp_thumb_error_quark@Base 2.4.0
1084 gimp_thumb_file_test@Base 2.4.0
1085 gimp_thumb_file_type_get_type@Base 2.4.0
1086 gimp_thumb_find_thumb@Base 2.4.0
1087 gimp_thumb_get_thumb_dir@Base 2.4.0
1088 gimp_thumb_get_thumb_dir_local@Base 2.4.0
1089 gimp_thumb_init@Base 2.4.0
1090 gimp_thumb_name_from_uri@Base 2.4.0
1091 gimp_thumb_name_from_uri_local@Base 2.4.0
1092 gimp_thumb_size_get_type@Base 2.4.0
1093 gimp_thumb_state_get_type@Base 2.4.0
1094 gimp_thumbnail_check_thumb@Base 2.4.0
1095 gimp_thumbnail_delete_failure@Base 2.4.0
1096 gimp_thumbnail_delete_others@Base 2.4.0
1097 gimp_thumbnail_get_type@Base 2.4.0
1098 gimp_thumbnail_has_failed@Base 2.4.0
1099 gimp_thumbnail_load_thumb@Base 2.4.0
1100 gimp_thumbnail_new@Base 2.4.0
1101 gimp_thumbnail_peek_image@Base 2.4.0
1102 gimp_thumbnail_peek_thumb@Base 2.4.0
1103 gimp_thumbnail_save_failure@Base 2.4.0
1104 gimp_thumbnail_save_thumb@Base 2.4.0
1105 gimp_thumbnail_save_thumb_local@Base 2.4.0
1106 gimp_thumbnail_set_filename@Base 2.4.0
1107 gimp_thumbnail_set_from_thumb@Base 2.4.0
1108 gimp_thumbnail_set_uri@Base 2.4.0
1109 gimp_thumbs_delete_for_uri@Base 2.4.0
1110 gimp_thumbs_delete_for_uri_local@Base 2.4.0
1111libgimpui-2.0.so.0 libgimp2.0 #MINVER#
1112* Build-Depends-Package: libgimp2.0-dev
1113 _gimpui_marshal_VOID__STRING_BOOLEAN@Base 2.4.0
1114 _gimpui_marshal_VOID__STRING_DOUBLE_INT_INT_INT_INT_POINTER_BOOLEAN@Base 2.4.0
1115 _gimpui_marshal_VOID__STRING_INT_INT_INT_POINTER_BOOLEAN@Base 2.4.0
1116 _gimpui_marshal_VOID__STRING_INT_POINTER_BOOLEAN@Base 2.4.0
1117 gimp_aspect_preview_get_type@Base 2.4.0
1118 gimp_aspect_preview_new@Base 2.4.0
1119 gimp_brush_select_button_get_brush@Base 2.4.0
1120 gimp_brush_select_button_get_type@Base 2.4.0
1121 gimp_brush_select_button_new@Base 2.4.0
1122 gimp_brush_select_button_set_brush@Base 2.4.0
1123 gimp_brush_select_widget_close@Base 2.4.0
1124 gimp_brush_select_widget_new@Base 2.4.0
1125 gimp_brush_select_widget_set@Base 2.4.0
1126 gimp_channel_combo_box_get_type@Base 2.4.0
1127 gimp_channel_combo_box_new@Base 2.4.0
1128 gimp_channel_menu_new@Base 2.4.0
1129 gimp_drawable_combo_box_get_type@Base 2.4.0
1130 gimp_drawable_combo_box_new@Base 2.4.0
1131 gimp_drawable_get_sub_thumbnail@Base 2.4.0
1132 gimp_drawable_get_thumbnail@Base 2.4.0
1133 gimp_drawable_menu_new@Base 2.4.0
1134 gimp_drawable_preview_draw_region@Base 2.4.0
1135 gimp_drawable_preview_get_drawable@Base 2.4.0
1136 gimp_drawable_preview_get_type@Base 2.4.0
1137 gimp_drawable_preview_new@Base 2.4.0
1138 gimp_export_image@Base 2.4.0
1139 gimp_font_select_button_get_font@Base 2.4.0
1140 gimp_font_select_button_get_type@Base 2.4.0
1141 gimp_font_select_button_new@Base 2.4.0
1142 gimp_font_select_button_set_font@Base 2.4.0
1143 gimp_font_select_widget_close@Base 2.4.0
1144 gimp_font_select_widget_new@Base 2.4.0
1145 gimp_font_select_widget_set@Base 2.4.0
1146 gimp_gradient_select_button_get_gradient@Base 2.4.0
1147 gimp_gradient_select_button_get_type@Base 2.4.0
1148 gimp_gradient_select_button_new@Base 2.4.0
1149 gimp_gradient_select_button_set_gradient@Base 2.4.0
1150 gimp_gradient_select_widget_close@Base 2.4.0
1151 gimp_gradient_select_widget_new@Base 2.4.0
1152 gimp_gradient_select_widget_set@Base 2.4.0
1153 gimp_image_combo_box_get_type@Base 2.4.0
1154 gimp_image_combo_box_new@Base 2.4.0
1155 gimp_image_get_thumbnail@Base 2.4.0
1156 gimp_image_menu_new@Base 2.4.0
1157 gimp_layer_combo_box_get_type@Base 2.4.0
1158 gimp_layer_combo_box_new@Base 2.4.0
1159 gimp_layer_menu_new@Base 2.4.0
1160 gimp_layer_new_from_pixbuf@Base 2.4.0
1161 gimp_palette_select_button_get_palette@Base 2.4.0
1162 gimp_palette_select_button_get_type@Base 2.4.0
1163 gimp_palette_select_button_new@Base 2.4.0
1164 gimp_palette_select_button_set_palette@Base 2.4.0
1165 gimp_palette_select_widget_close@Base 2.4.0
1166 gimp_palette_select_widget_new@Base 2.4.0
1167 gimp_palette_select_widget_set@Base 2.4.0
1168 gimp_pattern_select_button_get_pattern@Base 2.4.0
1169 gimp_pattern_select_button_get_type@Base 2.4.0
1170 gimp_pattern_select_button_new@Base 2.4.0
1171 gimp_pattern_select_button_set_pattern@Base 2.4.0
1172 gimp_pattern_select_widget_close@Base 2.4.0
1173 gimp_pattern_select_widget_new@Base 2.4.0
1174 gimp_pattern_select_widget_set@Base 2.4.0
1175 gimp_proc_browser_dialog_get_selected@Base 2.4.0
1176 gimp_proc_browser_dialog_get_type@Base 2.4.0
1177 gimp_proc_browser_dialog_new@Base 2.4.0
1178 gimp_proc_view_new@Base 2.4.0
1179 gimp_progress_bar_get_type@Base 2.4.0
1180 gimp_progress_bar_new@Base 2.4.0
1181 gimp_select_button_close_popup@Base 2.4.0
1182 gimp_select_button_get_type@Base 2.4.0
1183 gimp_ui_get_display_window@Base 2.4.0
1184 gimp_ui_get_progress_window@Base 2.4.0
1185 gimp_ui_init@Base 2.4.0
1186 gimp_vectors_combo_box_get_type@Base 2.4.0
1187 gimp_vectors_combo_box_new@Base 2.4.0
1188 gimp_window_set_transient@Base 2.4.0
1189 gimp_window_set_transient_for_display@Base 2.4.0
1190 gimp_zoom_preview_get_drawable@Base 2.4.0
1191 gimp_zoom_preview_get_factor@Base 2.4.0
1192 gimp_zoom_preview_get_model@Base 2.4.0
1193 gimp_zoom_preview_get_source@Base 2.4.0
1194 gimp_zoom_preview_get_type@Base 2.4.0
1195 gimp_zoom_preview_new@Base 2.4.0
1196 gimp_zoom_preview_new_with_model@Base 2.4.0
1197libgimpwidgets-2.0.so.0 libgimp2.0 #MINVER#
1198* Build-Depends-Package: libgimp2.0-dev
1199 _gimp_ensure_modules_func@Base 2.4.0
1200 _gimp_get_background_func@Base 2.4.0
1201 _gimp_get_foreground_func@Base 2.4.0
1202 _gimp_standard_help_func@Base 2.4.0
1203 _gimp_widgets_marshal_BOOLEAN__POINTER@Base 2.4.0
1204 _gimp_widgets_marshal_VOID__DOUBLE_DOUBLE@Base 2.4.0
1205 _gimp_widgets_marshal_VOID__INT_INT@Base 2.4.0
1206 _gimp_widgets_marshal_VOID__OBJECT_INT@Base 2.4.0
1207 _gimp_widgets_marshal_VOID__POINTER_POINTER@Base 2.4.0
1208 _gimp_widgets_marshal_VOID__STRING_FLAGS@Base 2.4.0
1209 _gimp_widgets_marshal_VOID__STRING_INT@Base 2.4.0
1210 gimp_aspect_type_get_type@Base 2.4.0
1211 gimp_browser_add_search_types@Base 2.4.0
1212 gimp_browser_get_type@Base 2.4.0
1213 gimp_browser_new@Base 2.4.0
1214 gimp_browser_set_widget@Base 2.4.0
1215 gimp_browser_show_message@Base 2.4.0
1216 gimp_button_extended_clicked@Base 2.4.0
1217 gimp_button_get_type@Base 2.4.0
1218 gimp_button_new@Base 2.4.0
1219 gimp_cairo_checkerboard_create@Base 2.6.0
1220 gimp_cairo_set_focus_line_pattern@Base 2.6.0
1221 gimp_cairo_set_source_rgb@Base 2.6.0
1222 gimp_cairo_set_source_rgba@Base 2.6.0
1223 gimp_cairo_surface_create_from_pixbuf@Base 2.6.0
1224 gimp_cell_renderer_color_get_type@Base 2.4.0
1225 gimp_cell_renderer_color_new@Base 2.4.0
1226 gimp_cell_renderer_toggle_clicked@Base 2.4.0
1227 gimp_cell_renderer_toggle_get_type@Base 2.4.0
1228 gimp_cell_renderer_toggle_new@Base 2.4.0
1229 gimp_chain_button_get_active@Base 2.4.0
1230 gimp_chain_button_get_type@Base 2.4.0
1231 gimp_chain_button_new@Base 2.4.0
1232 gimp_chain_button_set_active@Base 2.4.0
1233 gimp_chain_position_get_type@Base 2.4.0
1234 gimp_color_area_get_color@Base 2.4.0
1235 gimp_color_area_get_type@Base 2.4.0
1236 gimp_color_area_has_alpha@Base 2.4.0
1237 gimp_color_area_new@Base 2.4.0
1238 gimp_color_area_set_color@Base 2.4.0
1239 gimp_color_area_set_draw_border@Base 2.4.0
1240 gimp_color_area_set_type@Base 2.4.0
1241 gimp_color_area_type_get_type@Base 2.4.0
1242 gimp_color_button_get_color@Base 2.4.0
1243 gimp_color_button_get_type@Base 2.4.0
1244 gimp_color_button_get_update@Base 2.4.0
1245 gimp_color_button_has_alpha@Base 2.4.0
1246 gimp_color_button_new@Base 2.4.0
1247 gimp_color_button_set_color@Base 2.4.0
1248 gimp_color_button_set_type@Base 2.4.0
1249 gimp_color_button_set_update@Base 2.4.0
1250 gimp_color_display_changed@Base 2.4.0
1251 gimp_color_display_clone@Base 2.4.0
1252 gimp_color_display_configure@Base 2.4.0
1253 gimp_color_display_configure_reset@Base 2.4.0
1254 gimp_color_display_convert@Base 2.4.0
1255 gimp_color_display_get_config@Base 2.4.0
1256 gimp_color_display_get_enabled@Base 2.4.0
1257 gimp_color_display_get_managed@Base 2.4.0
1258 gimp_color_display_get_type@Base 2.4.0
1259 gimp_color_display_load_state@Base 2.4.0
1260 gimp_color_display_new@Base 2.4.0
1261 gimp_color_display_save_state@Base 2.4.0
1262 gimp_color_display_set_enabled@Base 2.4.0
1263 gimp_color_display_stack_add@Base 2.4.0
1264 gimp_color_display_stack_changed@Base 2.4.0
1265 gimp_color_display_stack_clone@Base 2.4.0
1266 gimp_color_display_stack_convert@Base 2.4.0
1267 gimp_color_display_stack_get_type@Base 2.4.0
1268 gimp_color_display_stack_new@Base 2.4.0
1269 gimp_color_display_stack_remove@Base 2.4.0
1270 gimp_color_display_stack_reorder_down@Base 2.4.0
1271 gimp_color_display_stack_reorder_up@Base 2.4.0
1272 gimp_color_hex_entry_get_color@Base 2.4.0
1273 gimp_color_hex_entry_get_type@Base 2.4.0
1274 gimp_color_hex_entry_new@Base 2.4.0
1275 gimp_color_hex_entry_set_color@Base 2.4.0
1276 gimp_color_notebook_get_type@Base 2.4.0
1277 gimp_color_notebook_set_has_page@Base 2.4.0
1278 gimp_color_profile_combo_box_add@Base 2.4.0
1279 gimp_color_profile_combo_box_get_active@Base 2.4.0
1280 gimp_color_profile_combo_box_get_type@Base 2.4.0
1281 gimp_color_profile_combo_box_new@Base 2.4.0
1282 gimp_color_profile_combo_box_new_with_model@Base 2.4.0
1283 gimp_color_profile_combo_box_set_active@Base 2.4.0
1284 gimp_color_profile_store_add@Base 2.4.0
1285 gimp_color_profile_store_get_type@Base 2.4.0
1286 gimp_color_profile_store_new@Base 2.4.0
1287 gimp_color_scale_entry_new@Base 2.4.0
1288 gimp_color_scale_get_type@Base 2.4.0
1289 gimp_color_scale_new@Base 2.4.0
1290 gimp_color_scale_set_channel@Base 2.4.0
1291 gimp_color_scale_set_color@Base 2.4.0
1292 gimp_color_scales_get_type@Base 2.4.0
1293 gimp_color_select_get_type@Base 2.4.0
1294 gimp_color_selection_color_changed@Base 2.4.0
1295 gimp_color_selection_get_color@Base 2.4.0
1296 gimp_color_selection_get_old_color@Base 2.4.0
1297 gimp_color_selection_get_show_alpha@Base 2.4.0
1298 gimp_color_selection_get_type@Base 2.4.0
1299 gimp_color_selection_new@Base 2.4.0
1300 gimp_color_selection_reset@Base 2.4.0
1301 gimp_color_selection_set_color@Base 2.4.0
1302 gimp_color_selection_set_config@Base 2.4.0
1303 gimp_color_selection_set_old_color@Base 2.4.0
1304 gimp_color_selection_set_show_alpha@Base 2.4.0
1305 gimp_color_selector_channel_changed@Base 2.4.0
1306 gimp_color_selector_channel_get_type@Base 2.4.0
1307 gimp_color_selector_color_changed@Base 2.4.0
1308 gimp_color_selector_get_type@Base 2.4.0
1309 gimp_color_selector_new@Base 2.4.0
1310 gimp_color_selector_set_channel@Base 2.4.0
1311 gimp_color_selector_set_color@Base 2.4.0
1312 gimp_color_selector_set_config@Base 2.4.0
1313 gimp_color_selector_set_show_alpha@Base 2.4.0
1314 gimp_color_selector_set_toggles_sensitive@Base 2.4.0
1315 gimp_color_selector_set_toggles_visible@Base 2.4.0
1316 gimp_context_help@Base 2.4.0
1317 gimp_controller_event@Base 2.4.0
1318 gimp_controller_get_event_blurb@Base 2.4.0
1319 gimp_controller_get_event_name@Base 2.4.0
1320 gimp_controller_get_n_events@Base 2.4.0
1321 gimp_controller_get_type@Base 2.4.0
1322 gimp_controller_new@Base 2.4.0
1323 gimp_coordinates_new@Base 2.4.0
1324 gimp_dialog_add_button@Base 2.4.0
1325 gimp_dialog_add_buttons@Base 2.4.0
1326 gimp_dialog_add_buttons_valist@Base 2.4.0
1327 gimp_dialog_get_type@Base 2.4.0
1328 gimp_dialog_new@Base 2.4.0
1329 gimp_dialog_new_valist@Base 2.4.0
1330 gimp_dialog_run@Base 2.4.0
1331 gimp_dialogs_show_help_button@Base 2.4.0
1332 gimp_double_adjustment_update@Base 2.4.0
1333 gimp_enum_combo_box_get_type@Base 2.4.0
1334 gimp_enum_combo_box_new@Base 2.4.0
1335 gimp_enum_combo_box_new_with_model@Base 2.4.0
1336 gimp_enum_combo_box_set_stock_prefix@Base 2.4.0
1337 gimp_enum_label_get_type@Base 2.4.0
1338 gimp_enum_label_new@Base 2.4.0
1339 gimp_enum_label_set_value@Base 2.4.0
1340 gimp_enum_radio_box_new@Base 2.4.0
1341 gimp_enum_radio_box_new_with_range@Base 2.4.0
1342 gimp_enum_radio_frame_new@Base 2.4.0
1343 gimp_enum_radio_frame_new_with_range@Base 2.4.0
1344 gimp_enum_stock_box_new@Base 2.4.0
1345 gimp_enum_stock_box_new_with_range@Base 2.4.0
1346 gimp_enum_stock_box_set_child_padding@Base 2.4.0
1347 gimp_enum_store_get_type@Base 2.4.0
1348 gimp_enum_store_new@Base 2.4.0
1349 gimp_enum_store_new_with_range@Base 2.4.0
1350 gimp_enum_store_new_with_values@Base 2.4.0
1351 gimp_enum_store_new_with_values_valist@Base 2.4.0
1352 gimp_enum_store_set_stock_prefix@Base 2.4.0
1353 gimp_file_entry_get_filename@Base 2.4.0
1354 gimp_file_entry_get_type@Base 2.4.0
1355 gimp_file_entry_new@Base 2.4.0
1356 gimp_file_entry_set_filename@Base 2.4.0
1357 gimp_float_adjustment_update@Base 2.4.0
1358 gimp_frame_get_type@Base 2.4.0
1359 gimp_frame_new@Base 2.4.0
1360 gimp_help_connect@Base 2.4.0
1361 gimp_help_disable_tooltips@Base 2.4.0
1362 gimp_help_enable_tooltips@Base 2.4.0
1363 gimp_help_id_quark@Base 2.4.0
1364 gimp_help_set_help_data@Base 2.4.0
1365 gimp_help_set_help_data_with_markup@Base 2.6.0
1366 gimp_hint_box_get_type@Base 2.4.0
1367 gimp_hint_box_new@Base 2.4.0
1368 gimp_int_adjustment_update@Base 2.4.0
1369 gimp_int_combo_box_append@Base 2.4.0
1370 gimp_int_combo_box_connect@Base 2.4.0
1371 gimp_int_combo_box_get_active@Base 2.4.0
1372 gimp_int_combo_box_get_type@Base 2.4.0
1373 gimp_int_combo_box_new@Base 2.4.0
1374 gimp_int_combo_box_new_array@Base 2.4.0
1375 gimp_int_combo_box_new_valist@Base 2.4.0
1376 gimp_int_combo_box_prepend@Base 2.4.0
1377 gimp_int_combo_box_set_active@Base 2.4.0
1378 gimp_int_combo_box_set_sensitivity@Base 2.4.0
1379 gimp_int_option_menu_new@Base 2.4.0
1380 gimp_int_option_menu_set_history@Base 2.4.0
1381 gimp_int_option_menu_set_sensitive@Base 2.4.0
1382 gimp_int_radio_group_new@Base 2.4.0
1383 gimp_int_radio_group_set_active@Base 2.4.0
1384 gimp_int_store_get_type@Base 2.4.0
1385 gimp_int_store_lookup_by_value@Base 2.4.0
1386 gimp_int_store_new@Base 2.4.0
1387 gimp_label_set_attributes@Base 2.4.0
1388 gimp_memsize_entry_get_type@Base 2.4.0
1389 gimp_memsize_entry_get_value@Base 2.4.0
1390 gimp_memsize_entry_new@Base 2.4.0
1391 gimp_memsize_entry_set_value@Base 2.4.0
1392 gimp_menu_item_update@Base 2.4.0
1393 gimp_number_pair_entry_get_aspect@Base 2.4.0
1394 gimp_number_pair_entry_get_default_text@Base 2.4.0
1395 gimp_number_pair_entry_get_default_values@Base 2.4.0
1396 gimp_number_pair_entry_get_ratio@Base 2.4.0
1397 gimp_number_pair_entry_get_type@Base 2.4.0
1398 gimp_number_pair_entry_get_user_override@Base 2.4.0
1399 gimp_number_pair_entry_get_values@Base 2.4.0
1400 gimp_number_pair_entry_new@Base 2.4.0
1401 gimp_number_pair_entry_set_aspect@Base 2.4.0
1402 gimp_number_pair_entry_set_default_text@Base 2.4.0
1403 gimp_number_pair_entry_set_default_values@Base 2.4.0
1404 gimp_number_pair_entry_set_ratio@Base 2.4.0
1405 gimp_number_pair_entry_set_user_override@Base 2.4.0
1406 gimp_number_pair_entry_set_values@Base 2.4.0
1407 gimp_offset_area_get_type@Base 2.4.0
1408 gimp_offset_area_new@Base 2.4.0
1409 gimp_offset_area_set_offsets@Base 2.4.0
1410 gimp_offset_area_set_pixbuf@Base 2.4.0
1411 gimp_offset_area_set_size@Base 2.4.0
1412 gimp_option_menu_new2@Base 2.4.0
1413 gimp_option_menu_new@Base 2.4.0
1414 gimp_option_menu_set_history@Base 2.4.0
1415 gimp_option_menu_set_sensitive@Base 2.4.0
1416 gimp_page_selector_get_n_pages@Base 2.4.0
1417 gimp_page_selector_get_page_label@Base 2.4.0
1418 gimp_page_selector_get_page_thumbnail@Base 2.4.0
1419 gimp_page_selector_get_selected_pages@Base 2.4.0
1420 gimp_page_selector_get_selected_range@Base 2.4.0
1421 gimp_page_selector_get_target@Base 2.4.0
1422 gimp_page_selector_get_type@Base 2.4.0
1423 gimp_page_selector_new@Base 2.4.0
1424 gimp_page_selector_page_is_selected@Base 2.4.0
1425 gimp_page_selector_select_all@Base 2.4.0
1426 gimp_page_selector_select_page@Base 2.4.0
1427 gimp_page_selector_select_range@Base 2.4.0
1428 gimp_page_selector_set_n_pages@Base 2.4.0
1429 gimp_page_selector_set_page_label@Base 2.4.0
1430 gimp_page_selector_set_page_thumbnail@Base 2.4.0
1431 gimp_page_selector_set_target@Base 2.4.0
1432 gimp_page_selector_target_get_type@Base 2.4.0
1433 gimp_page_selector_unselect_all@Base 2.4.0
1434 gimp_page_selector_unselect_page@Base 2.4.0
1435 gimp_path_editor_get_dir_writable@Base 2.4.0
1436 gimp_path_editor_get_path@Base 2.4.0
1437 gimp_path_editor_get_type@Base 2.4.0
1438 gimp_path_editor_get_writable_path@Base 2.4.0
1439 gimp_path_editor_new@Base 2.4.0
1440 gimp_path_editor_set_dir_writable@Base 2.4.0
1441 gimp_path_editor_set_path@Base 2.4.0
1442 gimp_path_editor_set_writable_path@Base 2.4.0
1443 gimp_pick_button_get_type@Base 2.4.0
1444 gimp_pick_button_new@Base 2.4.0
1445 gimp_pixmap_button_new@Base 2.4.0
1446 gimp_pixmap_get_type@Base 2.4.0
1447 gimp_pixmap_new@Base 2.4.0
1448 gimp_pixmap_set@Base 2.4.0
1449 gimp_preview_area_blend@Base 2.4.0
1450 gimp_preview_area_draw@Base 2.4.0
1451 gimp_preview_area_fill@Base 2.4.0
1452 gimp_preview_area_get_type@Base 2.4.0
1453 gimp_preview_area_mask@Base 2.4.0
1454 gimp_preview_area_menu_popup@Base 2.4.0
1455 gimp_preview_area_new@Base 2.4.0
1456 gimp_preview_area_set_colormap@Base 2.4.0
1457 gimp_preview_area_set_max_size@Base 2.4.0
1458 gimp_preview_area_set_offsets@Base 2.4.0
1459 gimp_preview_draw@Base 2.4.0
1460 gimp_preview_draw_buffer@Base 2.4.0
1461 gimp_preview_get_area@Base 2.4.0
1462 gimp_preview_get_controls@Base 2.4.0
1463 gimp_preview_get_position@Base 2.4.0
1464 gimp_preview_get_size@Base 2.4.0
1465 gimp_preview_get_type@Base 2.4.0
1466 gimp_preview_get_update@Base 2.4.0
1467 gimp_preview_invalidate@Base 2.4.0
1468 gimp_preview_set_bounds@Base 2.4.0
1469 gimp_preview_set_default_cursor@Base 2.4.0
1470 gimp_preview_set_update@Base 2.4.0
1471 gimp_preview_transform@Base 2.4.0
1472 gimp_preview_untransform@Base 2.4.0
1473 gimp_prop_boolean_combo_box_new@Base 2.4.0
1474 gimp_prop_boolean_radio_frame_new@Base 2.4.0
1475 gimp_prop_check_button_new@Base 2.4.0
1476 gimp_prop_color_area_new@Base 2.4.0
1477 gimp_prop_coordinates_connect@Base 2.4.0
1478 gimp_prop_coordinates_new@Base 2.4.0
1479 gimp_prop_entry_new@Base 2.4.0
1480 gimp_prop_enum_check_button_new@Base 2.4.0
1481 gimp_prop_enum_combo_box_new@Base 2.4.0
1482 gimp_prop_enum_label_new@Base 2.4.0
1483 gimp_prop_enum_radio_box_new@Base 2.4.0
1484 gimp_prop_enum_radio_frame_new@Base 2.4.0
1485 gimp_prop_enum_stock_box_new@Base 2.4.0
1486 gimp_prop_expander_new@Base 2.4.0
1487 gimp_prop_file_chooser_button_new@Base 2.4.0
1488 gimp_prop_file_chooser_button_new_with_dialog@Base 2.4.0
1489 gimp_prop_hscale_new@Base 2.4.0
1490 gimp_prop_int_combo_box_new@Base 2.4.0
1491 gimp_prop_label_new@Base 2.4.0
1492 gimp_prop_memsize_entry_new@Base 2.4.0
1493 gimp_prop_opacity_entry_new@Base 2.4.0
1494 gimp_prop_path_editor_new@Base 2.4.0
1495 gimp_prop_scale_entry_new@Base 2.4.0
1496 gimp_prop_size_entry_new@Base 2.4.0
1497 gimp_prop_spin_button_new@Base 2.4.0
1498 gimp_prop_stock_image_new@Base 2.4.0
1499 gimp_prop_string_combo_box_new@Base 2.4.0
1500 gimp_prop_text_buffer_new@Base 2.4.0
1501 gimp_prop_unit_menu_new@Base 2.4.0
1502 gimp_query_boolean_box@Base 2.4.0
1503 gimp_query_double_box@Base 2.4.0
1504 gimp_query_int_box@Base 2.4.0
1505 gimp_query_size_box@Base 2.4.0
1506 gimp_query_string_box@Base 2.4.0
1507 gimp_radio_button_update@Base 2.4.0
1508 gimp_radio_group_new2@Base 2.4.0
1509 gimp_radio_group_new@Base 2.4.0
1510 gimp_radio_group_set_active@Base 2.4.0
1511 gimp_random_seed_new@Base 2.4.0
1512 gimp_ruler_get_position@Base 2.6.0
1513 gimp_ruler_get_range@Base 2.6.0
1514 gimp_ruler_get_type@Base 2.6.0
1515 gimp_ruler_get_unit@Base 2.6.0
1516 gimp_ruler_new@Base 2.6.0
1517 gimp_ruler_set_position@Base 2.6.0
1518 gimp_ruler_set_range@Base 2.6.0
1519 gimp_ruler_set_unit@Base 2.6.0
1520 gimp_scale_entry_get_logarithmic@Base 2.4.0
1521 gimp_scale_entry_new@Base 2.4.0
1522 gimp_scale_entry_set_logarithmic@Base 2.4.0
1523 gimp_scale_entry_set_sensitive@Base 2.4.0
1524 gimp_scrolled_preview_freeze@Base 2.4.0
1525 gimp_scrolled_preview_get_type@Base 2.4.0
1526 gimp_scrolled_preview_set_policy@Base 2.4.0
1527 gimp_scrolled_preview_set_position@Base 2.4.0
1528 gimp_scrolled_preview_thaw@Base 2.4.0
1529 gimp_size_entry_add_field@Base 2.4.0
1530 gimp_size_entry_attach_label@Base 2.4.0
1531 gimp_size_entry_get_help_widget@Base 2.4.0
1532 gimp_size_entry_get_refval@Base 2.4.0
1533 gimp_size_entry_get_type@Base 2.4.0
1534 gimp_size_entry_get_unit@Base 2.4.0
1535 gimp_size_entry_get_value@Base 2.4.0
1536 gimp_size_entry_grab_focus@Base 2.4.0
1537 gimp_size_entry_new@Base 2.4.0
1538 gimp_size_entry_set_activates_default@Base 2.4.0
1539 gimp_size_entry_set_pixel_digits@Base 2.4.0
1540 gimp_size_entry_set_refval@Base 2.4.0
1541 gimp_size_entry_set_refval_boundaries@Base 2.4.0
1542 gimp_size_entry_set_refval_digits@Base 2.4.0
1543 gimp_size_entry_set_resolution@Base 2.4.0
1544 gimp_size_entry_set_size@Base 2.4.0
1545 gimp_size_entry_set_unit@Base 2.4.0
1546 gimp_size_entry_set_value@Base 2.4.0
1547 gimp_size_entry_set_value_boundaries@Base 2.4.0
1548 gimp_size_entry_show_unit_menu@Base 2.4.0
1549 gimp_size_entry_update_policy_get_type@Base 2.4.0
1550 gimp_spin_button_new@Base 2.4.0
1551 gimp_standard_help_func@Base 2.4.0
1552 gimp_stock_init@Base 2.4.0
1553 gimp_string_combo_box_get_active@Base 2.4.0
1554 gimp_string_combo_box_get_type@Base 2.4.0
1555 gimp_string_combo_box_new@Base 2.4.0
1556 gimp_string_combo_box_set_active@Base 2.4.0
1557 gimp_table_attach_aligned@Base 2.4.0
1558 gimp_toggle_button_sensitive_update@Base 2.4.0
1559 gimp_toggle_button_update@Base 2.4.0
1560 gimp_uint_adjustment_update@Base 2.4.0
1561 gimp_unit_menu_get_pixel_digits@Base 2.4.0
1562 gimp_unit_menu_get_type@Base 2.4.0
1563 gimp_unit_menu_get_unit@Base 2.4.0
1564 gimp_unit_menu_new@Base 2.4.0
1565 gimp_unit_menu_set_pixel_digits@Base 2.4.0
1566 gimp_unit_menu_set_unit@Base 2.4.0
1567 gimp_unit_menu_update@Base 2.4.0
1568 gimp_widgets_init@Base 2.4.0
1569 gimp_zoom_button_new@Base 2.4.0
1570 gimp_zoom_model_get_factor@Base 2.4.0
1571 gimp_zoom_model_get_fraction@Base 2.4.0
1572 gimp_zoom_model_get_type@Base 2.4.0
1573 gimp_zoom_model_new@Base 2.4.0
1574 gimp_zoom_model_set_range@Base 2.4.0
1575 gimp_zoom_model_zoom@Base 2.4.0
1576 gimp_zoom_model_zoom_step@Base 2.4.0
1577 gimp_zoom_type_get_type@Base 2.4.0
01578
=== added directory 'debian/patches'
=== added file 'debian/patches/01_debian-gimprc.patch'
--- debian/patches/01_debian-gimprc.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/01_debian-gimprc.patch 2010-11-19 15:39:25 +0000
@@ -0,0 +1,13 @@
1Index: gimp-2.6.7/etc/gimprc
2===================================================================
3--- gimp-2.6.7.orig/etc/gimprc
4+++ gimp-2.6.7/etc/gimprc
5@@ -625,7 +625,7 @@
6 # appended to the command with a space separating the two. This is a single
7 # filename.
8 #
9-# (web-browser "firefox %s")
10+(web-browser "sensible-browser %s")
11
12 # When enabled, the online user manual will be used by the help system.
13 # Otherwise the locally installed copy is used. Possible values are yes and
014
=== added file 'debian/patches/02_help-message.patch'
--- debian/patches/02_help-message.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/02_help-message.patch 2010-11-19 15:39:25 +0000
@@ -0,0 +1,16 @@
1diff -Nur -x '*.orig' -x '*~' gimp-2.6.1/plug-ins/help/gimphelpdomain.c gimp-2.6.1.new/plug-ins/help/gimphelpdomain.c
2--- gimp-2.6.1/plug-ins/help/gimphelpdomain.c 2008-08-21 13:35:16.000000000 +0200
3+++ gimp-2.6.1.new/plug-ins/help/gimphelpdomain.c 2008-10-06 13:35:46.000000000 +0200
4@@ -185,9 +185,9 @@
5 {
6 g_message ("%s\n\n%s",
7 _("The GIMP user manual is not available."),
8- _("Please install the additional help package "
9- "or use the online user manual at "
10- "http://docs.gimp.org/."));
11+ _("Please make sure gimp-help-en is installed, or "
12+ "the appropriate gimp-help package for your "
13+ "language."));
14 }
15 break;
16
017
=== added file 'debian/patches/03_gimp.desktop.in.in.patch'
--- debian/patches/03_gimp.desktop.in.in.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/03_gimp.desktop.in.in.patch 2010-11-19 15:39:25 +0000
@@ -0,0 +1,16 @@
1#
2# Description: change the menu item label
3#
4diff -Nur -x '*.orig' -x '*~' gimp-2.6.1/desktop/gimp.desktop.in.in gimp-2.6.1.new/desktop/gimp.desktop.in.in
5--- gimp-2.6.1/desktop/gimp.desktop.in.in 2008-08-21 13:34:07.000000000 +0200
6+++ gimp-2.6.1.new/desktop/gimp.desktop.in.in 2008-10-06 13:39:59.000000000 +0200
7@@ -1,7 +1,7 @@
8 [Desktop Entry]
9 Version=1.0
10 Type=Application
11-_Name=GNU Image Manipulation Program
12+_Name=GIMP Image Editor
13 _GenericName=Image Editor
14 _Comment=Create images and edit photographs
15 Exec=@GIMP_COMMAND@ %U
16
017
=== added file 'debian/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2010-11-19 15:39:25 +0000
@@ -0,0 +1,50 @@
1#!/usr/bin/make -f
2# PLEASE NOTE: when building a development version or a version where the minor
3# library version changes or has changed but the major so version stays the
4# same, make sure to Build-Conflict on libgimpX.X, Where libgimpX.X contains
5# a previous version of the same major version of the library. Otherwise,
6# libtool will stupidly relink against the system version of the library
7# when installing, and create a dependency on the old version of libgimp.
8# TODO: maybe set LD_LIBRARY_PATH instead?
9
10## WARNING: compiling without -O2 (DEB_BUILD_OPTIONS=noopt) may produce
11## undesired effects, especially when scaling JPEG images
12
13include /usr/share/cdbs/1/rules/debhelper.mk
14include /usr/share/cdbs/1/class/autotools.mk
15include /usr/share/cdbs/1/class/gnome.mk
16
17
18LDFLAGS = -Wl,--as-needed,-lgobject-2.0
19DEB_CONFIGURE_EXTRA_FLAGS := --enable-python --enable-default-binary
20DEB_BUILDDIR := $(DEB_SRCDIR)/build
21
22DEB_DH_SHLIBDEPS_ARGS_ALL := -Llibgimp2.0 -l$(CURDIR)/debian/libgimp2.0/usr/lib
23DEB_DH_SHLIBDEPS_ARGS_gimp := -Xlibcontroller-midi.so
24
25clean::
26 rm -rf build
27
28common-install-impl::
29 # Add translation domain to .desktop and .server files
30 DOMAIN=$$(grep --max-count 1 '^GETTEXT_PACKAGE[[:space:]]*=' $(DEB_BUILDDIR)/po/Makefile | sed 's/^.*=[[:space:]]\([^[:space:]]\)/\1/'); \
31 for d in $$(find debian/tmp -type f -name "*.desktop" ); do \
32 echo "Adding translation domain $$DOMAIN to $$d..."; \
33 echo "X-Ubuntu-Gettext-Domain=$$DOMAIN" >> $$d; \
34 done;
35
36 cd po; intltool-update -p
37 cd po-libgimp; intltool-update -p
38 cd po-plug-ins; intltool-update -p
39 cd po-script-fu; intltool-update -p
40
41 # Remove compiled python files from the distribution, they're compiled in
42 # postrm by dh_python
43 find $(CURDIR)/debian/tmp -name "*.py[co]" -exec rm '{}' ';'
44
45 rm debian/tmp/usr/lib/*.la
46
47 dh_movefiles
48
49binary-install/gimp::
50 dh_pysupport -pgimp /usr/lib/gimp/2.0/python
051
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2010-11-19 15:39:25 +0000
@@ -0,0 +1,1 @@
13.0 (quilt)
02
=== added file 'debian/watch'
--- debian/watch 1970-01-01 00:00:00 +0000
+++ debian/watch 2010-11-19 15:39:25 +0000
@@ -0,0 +1,3 @@
1version=3
2opts="dversionmangle=s/~/-/" \
3 ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-(.*)\.tar\.bz2

Subscribers

People subscribed via source and target branches