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
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2010-11-19 15:39:25 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+merge = True
8
9=== added directory 'debian'
10=== added file 'debian/NEWS'
11--- debian/NEWS 1970-01-01 00:00:00 +0000
12+++ debian/NEWS 2010-11-19 15:39:25 +0000
13@@ -0,0 +1,8 @@
14+gimp (2.4.0~rc2-3) unstable; urgency=low
15+
16+ * The gimp package now includes its own Print plug-in, and should
17+ automatically remove the old gimp-print package that was provided by
18+ Gutenprint. If you still want to use the extended Gutenprint Print
19+ plug-in, please install the gimp-gutenprint package.
20+
21+ -- Ari Pollak <ari@debian.org> Tue, 18 Sep 2007 08:25:34 -0400
22
23=== added file 'debian/README.Debian'
24--- debian/README.Debian 1970-01-01 00:00:00 +0000
25+++ debian/README.Debian 2010-11-19 15:39:25 +0000
26@@ -0,0 +1,67 @@
27+gimp for Debian GNU/Linux
28+----------------------------
29+
30+Online Help:
31+------------
32+To use the online documentation, you need to install the gimp-help-en package,
33+and/or the appropriate gimp-help package for your language other than English,
34+which will allow you to use both the Help menu from within The GIMP, as well
35+as context help by pressing F1 while using a feature.
36+
37+COMPILING PLUGINS:
38+-----------------
39+
40+If you wish to compile your own plug-ins, the easiest way is to use
41+'gimptool-2.0', a simple tool that comes in the libgimp2.0-dev package.
42+This works only if you have a plug-in whose source is a single .c file,
43+however:
44+
45+gimptool-2.0 --install plug-in.c
46+
47+Now wasn't that easy?
48+
49+
50+Fonts in GIMP 2.0 (from http://www.gimp.org/unix/fonts.html)
51+-----------------
52+
53+In GIMP 2.0 font rendering is handled significantly different from the way it
54+was done in GIMP 1.0 and 1.2. GIMP no longer uses the X server to render the
55+fonts. Instead it uses Pango and the FreeType library. Font configuration is
56+handled by a small library called Fontconfig. As a result you get much better
57+font rendering with real antialiasing, support for bidirectional text and
58+various scripts.
59+
60+GIMP 2.0 (along with GTK 2) handles a variety of font formats, most notably
61+TrueType, OpenType and Type1. It should be emphasized that it does not use the
62+X server or any X font server, so don't be surprised if GIMP doesn't see the
63+fonts you configured in your X11 setup.
64+
65+Setting up Fonts for GIMP 2.0:
66+
67+GIMP uses Fontconfig to handle fonts, so setting up fonts for GIMP 2.0 is
68+merely a job of setting up Fontconfig. But GIMP is not the only application
69+that uses Fontconfig. Recent desktops such as GNOME-2.4 use it as well, so
70+there's a good chance that everything is properly setup already and fonts will
71+just work for you. If they don't, you will have to create or edit your font
72+configuration file as explained in the Fontconfig User Manual.
73+
74+Adding Fonts (system-wide):
75+
76+As soon as Fontconfig is properly setup, adding fonts is just a matter of
77+placing them into a directory that is searched by Fontconfig. Have a look at
78+/etc/fonts/fonts.conf (and perhaps /etc/fonts/local.conf) to find out what
79+directories are searched. After copying the fonts there, you should run
80+fc-cache to regenerate the fonts cache. Fonts added this way will be available
81+to all applications using Fontconfig.
82+
83+Adding Fonts (for GIMP only):
84+
85+You might want to install fonts for use with GIMP only or you might not have
86+permissions to install fonts system-wide. To make this possible, GIMP 2.0 also
87+looks for fonts in the GIMP specific font search path that can be configured in
88+your gimprc or from the Preferences Dialog. So, in order to install fonts to be
89+used with GIMP, you can just copy them to ~/.gimp-2.6/fonts, press the Refresh
90+button in the Fonts dialog and start using them.
91+
92+---
93+Ari Pollak <ari@debian.org> Aug. 5, 2004
94
95=== added file 'debian/README.MIDI'
96--- debian/README.MIDI 1970-01-01 00:00:00 +0000
97+++ debian/README.MIDI 2010-11-19 15:39:25 +0000
98@@ -0,0 +1,78 @@
99+----------------------------------------------------------------------
100+Controlling GIMP with MIDI devices
101+How To © 2005 Simon Budig. Licensed under the terms of the GNU GPL.
102+
103+Retrieved from <http://www.gimp.org/unix/howtos/gimp-midi.html>
104+by Ari Pollak <ari@debian.org> on 6 Apr 2005.
105+----------------------------------------------------------------------
106+
107+What?
108+-----
109+
110+GIMP 2.2 comes with a module that allows to control it using MIDI devices.
111+Currently this is only supported on Linux with either the OSS or the ALSA sound
112+drivers. It might work on other platforms as well if there is a way to access
113+the raw MIDI stream by opening a device.
114+
115+
116+Enabling the MIDI Module
117+------------------------
118+
119+To make the UI of Gimp's MIDI controller visible you need to edit a
120+configuration file when the Gimp is not running. Open ~/.gimp-2.2/controllerrc
121+in an editor and add the following lines to the end of the file:
122+
123+(GimpControllerInfo "MIDI"
124+ (enabled yes)
125+ (debug-events yes)
126+ (controller "ControllerMidi"
127+ (device "alsa")
128+ (channel -1))
129+ (mapping))
130+
131+Then start the GIMP from a shell (so that you can see textual output we need
132+later), open the preferences, go to the "Input Controllers" page in the "Input
133+Devices" section and select the newly appeared "MIDI" Tab.
134+
135+
136+Configuring the MIDI Source
137+---------------------------
138+
139+ALSA:
140+Enter "alsa" in the "Device" entry in the configuration. Gimp then sets up an
141+Alsa-Output-Port (check with "aconnect -lo"). You can then use your preferred
142+tool to configure Alsa to connect a MIDI source to the GIMP. When your MIDI
143+device e.g. provides an Input-Port 72:0 and Gimp provides the Output-Port 128:0
144+you can connect the two Ports with "aconnect 72:0 128:0".
145+
146+OSS:
147+The Open Sound System provides a device file for the raw MIDI events. You need
148+to enter the name of this device file into the "Device" entry in the
149+configuration (e.g. "/dev/midi00").
150+
151+The MIDI channel:
152+Each MIDI source sends events on a specific "Channel" (0 to 15, sometimes also
153+referred as 1 to 16). You can configure if Gimp should listen to all channels
154+(-1) or to just a specific channel.
155+
156+If your MIDI setup works correctly and the "Dump events from this controller"
157+is enabled as well as "Enable this controller" you should see some text
158+scrolling by when you hit some keys or turn some controllers on your midi
159+device, describing the Event that just happened.
160+
161+
162+Assigning Actions to Events
163+---------------------------
164+
165+You can now use this information to map MIDI Events to Actions in the Gimp. At
166+the bottom of the configuration page is a list with all events that Gimp can
167+recognize. Scroll to the event that you want to assign an action to and
168+doubleclick its entry. Then select an Action from the dialog that pops up and
169+doubleclick its entry. Now this action gets invoked when the specific MIDI
170+event happens.
171+
172+Please note that some actions fit perfectly to some MIDI Events: Actions like
173+"context-background-blue-set" can immediately use the numerical value provided
174+by midi controller events.
175+
176+Have fun.
177
178=== added file 'debian/TODO'
179--- debian/TODO 1970-01-01 00:00:00 +0000
180+++ debian/TODO 2010-11-19 15:39:25 +0000
181@@ -0,0 +1,1 @@
182+- Merge libgimp into main gimp package?
183
184=== added file 'debian/changelog'
185--- debian/changelog 1970-01-01 00:00:00 +0000
186+++ debian/changelog 2010-11-19 15:39:25 +0000
187@@ -0,0 +1,2369 @@
188+gimp (2.6.11-1ubuntu2) UNRELEASED; urgency=low
189+
190+ * debian/rules:
191+ - Make sure gobject-2.0 is linked to the package. This fixes FTBFS
192+ caused due to the new linking behavior in GCC 4.5 .
193+
194+ -- Bilal Akhtar <bilalakhtar@ubuntu.com> Fri, 19 Nov 2010 18:30:02 +0300
195+
196+gimp (2.6.11-1ubuntu1) natty; urgency=low
197+
198+ * Resync on Debian
199+ * debian/patches/02_help-message.patch,
200+ debian/patches/03_gimp.desktop.in.in.patch:
201+ - updated some strings for ubuntu
202+ * debian/control: updated description
203+ * debian/rules:
204+ - updated translation templates
205+
206+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 18 Nov 2010 17:25:42 +0100
207+
208+gimp (2.6.11-1) unstable; urgency=low
209+
210+ * Imported Upstream version 2.6.11
211+ * Remove statusbar-progress-zoom.patch, since it was from upstream
212+ * Switch Vcs path to git
213+
214+ -- Ari Pollak <ari@debian.org> Mon, 04 Oct 2010 23:09:57 -0400
215+
216+gimp (2.6.10-1ubuntu3) maverick; urgency=low
217+
218+ [ Sam L. ]
219+ * Changed the description in debian/control to be less confusing.
220+ (LP: #599785)
221+
222+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 27 Aug 2010 12:11:20 +1000
223+
224+gimp (2.6.10-1ubuntu2) maverick; urgency=low
225+
226+ * No-change upload to build against current poppler library ABI.
227+
228+ -- Didier Roche <didrocks@ubuntu.com> Thu, 05 Aug 2010 12:44:03 +0200
229+
230+gimp (2.6.10-1ubuntu1) maverick; urgency=low
231+
232+ * Resync on Debian, dropping changes which are in the new version
233+
234+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 12 Jul 2010 15:08:08 +0200
235+
236+gimp (2.6.10-1) unstable; urgency=low
237+
238+ * New upstream release
239+
240+ -- Ari Pollak <ari@debian.org> Thu, 08 Jul 2010 21:31:29 -0400
241+
242+gimp (2.6.9-1) unstable; urgency=low
243+
244+ * New upstream release
245+ - fixes a crash when saving PPM (Closes: #549537)
246+ * Drop Suggests: libgimp-perl, since that's pretty poorly maintained
247+
248+ -- Ari Pollak <ari@debian.org> Wed, 23 Jun 2010 19:54:11 -0400
249+
250+gimp (2.6.8-2ubuntu2) maverick; urgency=low
251+
252+ * debian/patches/90_git_newer_cairo_backend.patch:
253+ - git change to fix issue with the new cairo version (lp: #597987)
254+
255+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 05 Jul 2010 12:08:35 +0200
256+
257+gimp (2.6.8-2ubuntu1.1) lucid-proposed; urgency=low
258+
259+ * debian/patches/04_gimp-statusbar.patch:
260+ + Fixes bug where some elements are not shown in the statusbar (LP: #537275)
261+ Origin: upstream commit 501c4f65f08c111df0654cb887d95c2c06e82710
262+
263+ -- Bhaskar Kandiyal <bkandiyal@gmail.com> Wed, 28 Apr 2010 18:48:55 +0200
264+
265+gimp (2.6.8-2ubuntu1) lucid; urgency=low
266+
267+ * Merge with debian, remaining changes:
268+ + debian/patches/02_help-message.patch,
269+ debian/patches/03_gimp.desktop.in.in.patch:
270+ - updated some strings for ubuntu
271+ + debian/rules:
272+ - updated translation templates
273+ + debian/control:
274+ - set Vcs-Bzr url
275+
276+ -- Didier Roche <didrocks@ubuntu.com> Fri, 26 Feb 2010 19:10:31 +0100
277+
278+gimp (2.6.8-2) unstable; urgency=low
279+
280+ * Fix dependencies in libgimp2.0-dev (Closes: #569420)
281+ * Change libjpeg62-dev build-depend to libjpeg-dev
282+
283+ -- Ari Pollak <ari@debian.org> Thu, 25 Feb 2010 10:31:51 -0500
284+
285+gimp (2.6.8-1) unstable; urgency=low
286+
287+ * New upstream release
288+ * Switch to 3.0 (quilt) format
289+
290+ -- Ari Pollak <ari@debian.org> Thu, 07 Jan 2010 22:03:14 -0500
291+
292+gimp (2.6.7-1.1) unstable; urgency=high
293+
294+ * Non-maintainer upload by the Security Team.
295+ * This update fixes the following security issues:
296+ - CVE-2009-3909: integer overflow in PSD file loader leading to
297+ a heap-based buffer overflow (Closes: #556750).
298+ - CVE-2009-1570: integer overflow in BMP file loader leading to
299+ a heap-based buffer overflow (Closes: #555929).
300+ * Add ${shlibs: Depends} to depends of libgimp-dev (Closes: #553234).
301+
302+ -- Nico Golde <nion@debian.org> Sat, 21 Nov 2009 14:57:51 +0100
303+
304+gimp (2.6.7-1) unstable; urgency=low
305+
306+ * New upstream release
307+ - Fixes help browser crash (Closes: #536521)
308+ - Fixes error in Finnish translation (Closes: #538294)
309+
310+ -- Ari Pollak <ari@debian.org> Fri, 14 Aug 2009 09:57:17 -0400
311+
312+gimp (2.6.6-2) unstable; urgency=low
313+
314+ * Add Build-Depends-Package to libgimp2.0.symbols
315+ * Use gnome.mk for dh_icons and dh_desktop
316+ * Fix missing comma in debian/control (Closes: #535643)
317+
318+ -- Ari Pollak <ari@debian.org> Fri, 10 Jul 2009 19:36:16 -0400
319+
320+gimp (2.6.6-1) unstable; urgency=low
321+
322+ * New upstream release
323+ - Save two-color PBMs properly, and don't invert the colors
324+ (Closes: #517502)
325+
326+ -- Ari Pollak <ari@debian.org> Sun, 22 Mar 2009 21:39:55 -0400
327+
328+gimp (2.6.5-2) unstable; urgency=low
329+
330+ * Bump build-dep on intltool (Closes: #518373)
331+
332+ -- Ari Pollak <ari@debian.org> Fri, 06 Mar 2009 18:25:42 -0500
333+
334+gimp (2.6.5-1) unstable; urgency=low
335+
336+ * New upstream release
337+
338+ -- Ari Pollak <ari@debian.org> Sun, 15 Feb 2009 21:03:52 -0500
339+
340+gimp (2.6.4-2) unstable; urgency=low
341+
342+ * Upload to unstable
343+
344+ -- Ari Pollak <ari@debian.org> Sun, 15 Feb 2009 05:42:45 -0500
345+
346+gimp (2.6.4-1) experimental; urgency=low
347+
348+ * New upstream release (Closes: #514530)
349+ * Revert building gimp-remote, since it's now deprecated.
350+
351+ -- Ari Pollak <ari@debian.org> Sun, 08 Feb 2009 13:48:49 -0500
352+
353+gimp (2.6.3-1) experimental; urgency=low
354+
355+ * New upstream release
356+ * Build gimp-remote (Closes: #504260)
357+
358+ -- Ari Pollak <ari@debian.org> Sat, 22 Nov 2008 15:56:34 -0500
359+
360+gimp (2.6.2-1) experimental; urgency=low
361+
362+ * New upstream release
363+
364+ -- Ari Pollak <ari@debian.org> Thu, 30 Oct 2008 18:22:51 -0400
365+
366+gimp (2.6.1-1) experimental; urgency=low
367+
368+ * New upstream release
369+ * Fix watch file
370+ * Fix typoed gimp-gnomevfs in Replaces (thanks to Michael Biebl for pointing
371+ it out)
372+
373+ -- Ari Pollak <ari@debian.org> Thu, 09 Oct 2008 19:06:37 -0400
374+
375+gimp (2.6.0-1) experimental; urgency=low
376+
377+ * New upstream release to experimental so we don't break any transitions
378+ - Fixes Image Tile error message (Closes: #373184)
379+ - Fixes crash in Frosty script (Closes: #405200)
380+ - Uses webkit for help browser (Closes: #275605)
381+ - Optionally includes pointer in screenshots (Closes: #292471)
382+ * Merge gimp-python into main gimp package
383+ * Remove gimp-libcurl and gimp-gnomevfs since we now build with
384+ GIO support instead; gvfs-backends should provide the same functionality
385+ * 02_help-crash.patch:
386+ - Apply patch from upstream to fix crash when opening Help with
387+ gimp-plugin-registry installed
388+
389+ -- Ari Pollak <ari@debian.org> Wed, 01 Oct 2008 21:29:41 -0400
390+
391+gimp (2.4.7-1) unstable; urgency=low
392+
393+ * New upstream bugfix release
394+
395+ -- Ari Pollak <ari@debian.org> Thu, 21 Aug 2008 23:11:45 -0400
396+
397+gimp (2.4.6-1) unstable; urgency=low
398+
399+ * New upstream release
400+ - Fixes weird floating rectangle after drag-n-drop (Closes: #317992)
401+
402+ -- Ari Pollak <ari@debian.org> Mon, 02 Jun 2008 18:16:42 -0400
403+
404+gimp (2.4.5-1) unstable; urgency=low
405+
406+ * New upstream release
407+ - Should fix weird behavior when entering a hex color (Closes: #435124)
408+
409+ -- Ari Pollak <ari@debian.org> Sat, 01 Mar 2008 13:37:31 -0500
410+
411+gimp (2.4.4-1) unstable; urgency=low
412+
413+ * New upstream release
414+ - Changes priority of updating image zoom so it doesn't kill the GUI
415+ when using the opacity slider (Closes: #462694)
416+ * Add Suggests: ghostscript to gimp package since importing postscript
417+ requires it (Closes: #461044)
418+
419+ -- Ari Pollak <ari@debian.org> Thu, 31 Jan 2008 17:40:19 -0500
420+
421+gimp (2.4.3-1) unstable; urgency=low
422+
423+ * New upstream version
424+ * Start using symbol versioning in libgimp2.0
425+
426+ -- Ari Pollak <ari@debian.org> Mon, 17 Dec 2007 12:56:48 -0500
427+
428+gimp (2.4.2-2) unstable; urgency=low
429+
430+ * Create custom libgimp2.0 depends for the gimp package since the two
431+ versions need to be consistent (Closes: #452755)
432+ * Conflict with older versions of gimp-help since they no longer work
433+ with the new gimp. (Closes: #454109)
434+ * Merge -helpbrowser back into gimp package; add Provides: gimp-helpbrowser
435+ for compatibility with existing gimp-help packages
436+
437+ -- Ari Pollak <ari@debian.org> Sat, 15 Dec 2007 19:25:55 -0500
438+
439+gimp (2.4.2-1) unstable; urgency=low
440+
441+ * New upstream version
442+ - Don't take a fully transparent screenshot (Closes: #445445)
443+ * Move gimp-python to Recommends
444+ * Fix version on libexif-dev build-depend (Closes: #449129)
445+
446+ -- Ari Pollak <ari@debian.org> Wed, 21 Nov 2007 12:07:09 -0500
447+
448+gimp (2.4.1-1) unstable; urgency=low
449+
450+ * New upstream version
451+
452+ -- Ari Pollak <ari@debian.org> Wed, 31 Oct 2007 11:54:37 -0400
453+
454+gimp (2.4.0-2) unstable; urgency=medium
455+
456+ * Bump shlibs on libgimp2.0 to prevent a crash in gimp with an older version
457+ of libgimp2.0 (Closes: #448318)
458+ * Bump debhelper dependency (Closes: #448339)
459+
460+ -- Ari Pollak <ari@debian.org> Sun, 28 Oct 2007 12:45:05 -0400
461+
462+gimp (2.4.0-1) unstable; urgency=low
463+
464+ * New upstream version
465+ - Fix screenshots sometimes having 100% alpha (Closes: #445445)
466+ * Rewrite libgimp2.0 description (Closes: #445567)
467+
468+ -- Ari Pollak <ari@debian.org> Tue, 23 Oct 2007 19:31:40 -0400
469+
470+gimp (2.4.0~rc3-1) unstable; urgency=low
471+
472+ * New upstream release
473+ - Fixes crash after migrating old Extended Input settings (Closes: #439509)
474+ - Fixes crash on converting color space (Closes: #439511)
475+ - Script-fu now handles non-UTF8 characters better (Closes: #442277)
476+ * Conflict & Replaces with gimp-print and update NEWS.Debian to reflect
477+ the change
478+ * Fix menu entry to point to XPM icon (Really Closes: #441177)
479+
480+ -- Ari Pollak <ari@debian.org> Sun, 23 Sep 2007 20:27:11 -0400
481+
482+gimp (2.4.0~rc2-2) unstable; urgency=medium
483+
484+ * Explicitly build-depend on liblcms1-dev
485+ * Explicitly remove *.la files in debian/rules
486+ * Add a note in NEWS.Debian about unnecessary gimp-print
487+ * Make libgimp2.0 recommend gimp-data for the locale data,
488+ since it's mostly only messages used in gimp itself.
489+ * Install XPM for menu icon (Closes: #441177, #237637, #77625)
490+ * Add back 02_help-message.patch to show a better error message when
491+ gimp-help-* isn't installed
492+ * Put icons into gimp-data, and call dh_icons from debian/rules
493+ * debian/patches/03_zoom-crash.patch:
494+ - Apply patch from upstream to fix zooming on images with abnormal
495+ dimensions (Closes: #441409)
496+
497+ -- Ari Pollak <ari@debian.org> Mon, 17 Sep 2007 21:26:10 -0400
498+
499+gimp (2.4.0~rc2-1) unstable; urgency=low
500+
501+ * New upstream version
502+ - Remove extraneous comma in header file (Closes: #440021)
503+ * Remove development version notes from control file
504+ * Tighten up gimp-python dependencies to make it less likely that an
505+ inconsistent version of gimp-python will be installed
506+ * Update watch file for 2.4 RC versions
507+
508+ -- Ari Pollak <ari@debian.org> Mon, 03 Sep 2007 12:19:27 -0400
509+
510+gimp (2.4.0~rc1-5) unstable; urgency=low
511+
512+ * debian/patches/04_c++-fix.patch:
513+ - Add a missing G_END_DECLS which was preventing C++ plugins from building
514+ (Closes: #439473)
515+ * debian/patches/05_zoom_improvements.patch:
516+ - Apply latest zoom improvements from upstream to fix crashes while
517+ working with large images (Closes: #439489)
518+ * Add libhal-dev and libdbus-1-dev to build-depends to take advantage
519+ of input hotplugging and existing-gimp-instance checking
520+
521+ -- Ari Pollak <ari@debian.org> Mon, 27 Aug 2007 00:33:30 -0400
522+
523+gimp (2.4.0~rc1-4) unstable; urgency=low
524+
525+ * debian/patches/03_toolbox-menu.patch:
526+ - Don't patch .xml.in file, only .xml
527+
528+ -- Ari Pollak <ari@debian.org> Mon, 20 Aug 2007 00:30:45 -0400
529+
530+gimp (2.4.0~rc1-3) unstable; urgency=low
531+
532+ * debian/patches/02_print-crash.patch:
533+ - Apply patch from upstream to fix Print crash on new installations
534+ (Closes: #438786)
535+ * debian/patches/03_toolbox-menu.patch:
536+ - Work around missing File->Quit and File->Close All items in the toolbox
537+ (Closes: #438708)
538+
539+ -- Ari Pollak <ari@debian.org> Sun, 19 Aug 2007 20:19:46 -0400
540+
541+gimp (2.4.0~rc1-2) unstable; urgency=low
542+
543+ * Fix debian/watch, README.Debian, and gimp.menu to reflect the new
544+ major version
545+
546+ -- Ari Pollak <ari@debian.org> Fri, 17 Aug 2007 20:14:24 -0400
547+
548+gimp (2.4.0~rc1-1) unstable; urgency=low
549+
550+ * New upstream version
551+ - Fixes two mistakes in French translation (Closes: #355961, #428564)
552+ - Fixes a mistake in Italian translation (Closes: #298454)
553+ - Fixes a mistake in Chinese Traditional translation (Closes: #309938)
554+ - Improves TGA file detection (Closes: #231525)
555+
556+ -- Ari Pollak <ari@debian.org> Thu, 16 Aug 2007 13:45:54 -0400
557+
558+gimp (2.3.19-1) experimental; urgency=high
559+
560+ * New upstream version
561+ - Fixes integer overflow in PSD plugin (CVE-2007-2949)
562+ * Make gimp conflict and replace gimp-svg
563+ * Update versioned build-dep of python-gtk2-dev (Closes: #430363)
564+ * Make package binNMU-safe (Closes: #432965)
565+
566+ -- Ari Pollak <ari@debian.org> Mon, 25 Jun 2007 11:45:41 -0400
567+
568+gimp (2.3.18-1) experimental; urgency=low
569+
570+ * New upstream release
571+ * Merge gimp-svg back into main package since librsvg2-2 no longer seems to
572+ pull in GNOME packages
573+
574+ -- Ari Pollak <ari@debian.org> Fri, 15 Jun 2007 13:33:06 -0400
575+
576+gimp (2.3.17-1) experimental; urgency=low
577+
578+ * New upstream release
579+ - Improves autodetection of TGA files (Closes: #231525)
580+ * Make gimp-gnomevfs depend on libgnomevfs2-extra so it can open
581+ http/ftp/smb URIs
582+ * Enable GtkPrint support with gtk 2.10 (Closes: #422195)
583+
584+ -- Ari Pollak <ari@debian.org> Sun, 27 May 2007 14:01:31 -0400
585+
586+gimp (2.3.16-2) experimental; urgency=high
587+
588+ * 02_sunras_CVS-2007-2356.patch:
589+ - Add patch from upstream to fix CVE-2007-2356, a stack overflow
590+ in the sunras plugin code.
591+
592+ -- Ari Pollak <ari@debian.org> Tue, 01 May 2007 18:03:38 -0400
593+
594+gimp (2.3.16-1) experimental; urgency=low
595+
596+ * New upstream release
597+ * Remove XOR override, since there's now a configuration option to change it
598+ * Add XS-Vcs-Svn and XS-Vcs-Browser headers for the subversion repository
599+
600+ -- Ari Pollak <ari@debian.org> Wed, 25 Apr 2007 17:30:54 -0400
601+
602+gimp (2.3.15-1) experimental; urgency=low
603+
604+ * New upstream release
605+ - Fixes Select->Border on selections around edge of images
606+ (Closes: #381515)
607+ - Work around buggy clipboard managers (Closes: #411285)
608+ * Fix invocation of find in debian/rules (Closes: #411052)
609+ * Loosen the dependency on gimp-data slightly
610+
611+ -- Ari Pollak <ari@debian.org> Sat, 17 Feb 2007 14:35:56 -0500
612+
613+gimp (2.3.14-3) experimental; urgency=low
614+
615+ * 02_xor-to-invert.patch:
616+ - Change GDK_XOR canvas drawing to GDK_INVERT as a quick hack around
617+ artifacts I was seeing on a Radeon card with cursor outlines and
618+ the path tool
619+
620+ -- Ari Pollak <ari@debian.org> Thu, 15 Feb 2007 00:47:35 -0500
621+
622+gimp (2.3.14-2) experimental; urgency=low
623+
624+ * Change Build-Depends: libpng-dev to libpng12-dev | libpng-dev
625+ to fix FTBFS on experimental buildds (Closes: #408849)
626+
627+ -- Ari Pollak <ari@debian.org> Sun, 28 Jan 2007 17:11:45 -0500
628+
629+gimp (2.3.14-1) experimental; urgency=low
630+
631+ * New upstream release
632+ * Conflict & Replace libgimp-perl <= 2.0.dfsg+2.2pre1.dfsg-2
633+ since we now provide the redeye plugin, which is also currently in
634+ libgimp-perl
635+
636+ -- Ari Pollak <ari@debian.org> Sat, 13 Jan 2007 15:03:00 -0500
637+
638+gimp (2.3.13-1) experimental; urgency=low
639+
640+ * New upstream version
641+ * Remove gimptool alternative from libgimp2.0-dev package
642+ * Don't include gimp-gnomevfs plugin in main gimp package
643+
644+ -- Ari Pollak <ari@debian.org> Mon, 6 Nov 2006 22:22:39 -0500
645+
646+gimp (2.3.12-2) experimental; urgency=low
647+
648+ * Put gimp-libcurl into separate package
649+
650+ -- Ari Pollak <ari@debian.org> Sun, 15 Oct 2006 14:57:32 -0400
651+
652+gimp (2.3.12-1) experimental; urgency=low
653+
654+ * New upstream release
655+ - Don't build with GtkPrint for now since GTK+ 2.10 isn't in unstable
656+ * Remove gimp-wget package, put curl URI plugin into main gimp package and
657+ have gimp-gnomevfs just divert the uri plugin to use gnomevfs instead of
658+ curl
659+
660+ -- Ari Pollak <ari@debian.org> Fri, 13 Oct 2006 21:49:55 -0400
661+
662+gimp (2.3.11-1) experimental; urgency=low
663+
664+ * New upstream release
665+ - Bump dependencies on python-gtk2, gtk, glib, and pango to match new
666+ requirements
667+ * Upgrade to new python policy by using dh_pysupport instead of dh_python
668+ (Closes: #380816)
669+
670+ -- Ari Pollak <ari@debian.org> Sat, 9 Sep 2006 00:36:24 -0400
671+
672+gimp (2.3.10-1) experimental; urgency=low
673+
674+ * New upstream release
675+ * Switch build system to cdbs + simple-patchsys
676+ * Include stuff in /usr/share/icons in the gimp package
677+ (Closes: #372758)
678+ * Apply patch to fix buffer overflow in XCF handling code, CVE-2006-3404
679+ (Closes: #377049)
680+
681+ -- Ari Pollak <ari@debian.org> Tue, 11 Jul 2006 16:41:06 -0400
682+
683+gimp (2.3.9-1) experimental; urgency=low
684+
685+ * New upstream release
686+ - fixes resizing the main toolbox (Closes: #345526)
687+
688+ -- Ari Pollak <ari@debian.org> Tue, 6 Jun 2006 19:27:58 -0400
689+
690+gimp (2.3.8-4) experimental; urgency=low
691+
692+ * Change libgtk2.0-0 dependency to >= 2.3.8 (Closes: #365023)
693+
694+ -- Ari Pollak <ari@debian.org> Thu, 27 Apr 2006 09:11:50 -0400
695+
696+gimp (2.3.8-3) experimental; urgency=low
697+
698+ * Whoops, don't replace & conflict with 2.3.8-2 (Closes: #364244)
699+
700+ -- Ari Pollak <ari@debian.org> Fri, 21 Apr 2006 13:09:00 -0400
701+
702+gimp (2.3.8-2) experimental; urgency=low
703+
704+ * Change build-dependency on libpoppler-dev to libpoppler-glib-dev
705+ * Put gimp.desktop, gimp.keys, and gimp.applications in gimp package instead
706+ of gimp-data,and make gimp-data Recommends: gimp (Closes: #363469)
707+
708+ -- Ari Pollak <ari@debian.org> Wed, 19 Apr 2006 12:14:45 -0400
709+
710+gimp (2.3.8-1) experimental; urgency=low
711+
712+ * New upstream release
713+ * Change URI plugin dependencies to Recommends
714+ * Fix build-depends to exclude kfreebsd-amd64 from using libasound2-dev
715+ (Closes: #361459)
716+ * Update gimp-python package description
717+
718+ -- Ari Pollak <ari@debian.org> Thu, 13 Apr 2006 14:08:42 -0400
719+
720+gimp (2.3.7-1) experimental; urgency=low
721+
722+ * New upstream release
723+ - Fixes issue where saving a file would always report that the file
724+ already exists (Closes: #347804)
725+ * Don't build gimp with gcc 3.4 on arm anymore, since it seems gcc-4.0
726+ builds correctly there now.
727+
728+ -- Ari Pollak <ari@debian.org> Thu, 9 Feb 2006 12:08:49 -0500
729+
730+gimp (2.3.6-3) experimental; urgency=low
731+
732+ * Apply patch from upstream CVS to fix saving EXIF data on JPEG files
733+ (from #307918 for 2.2 branch)
734+ * Conflict with libgimp2.0 (>= 2.5.0) in preparation for gimp 2.4
735+ (from #349801 for 2.2 branch)
736+
737+ -- Ari Pollak <ari@debian.org> Mon, 30 Jan 2006 15:19:51 -0500
738+
739+gimp (2.3.6-2) experimental; urgency=low
740+
741+ * Fix the wget URI plugin to not link with all of the GNOME-VFS libs,
742+ which had resulted from me munging the URI plugin Makefile.
743+ (Closes: #349228)
744+
745+ -- Ari Pollak <ari@debian.org> Sat, 21 Jan 2006 12:16:41 -0500
746+
747+gimp (2.3.6-1) experimental; urgency=low
748+
749+ * New development upstream release for experimental (Closes: #322568)
750+ * Add build-dependencies on libpopper-glib-dev, libgnomevfs2-dev,
751+ libgnomeui-dev, and libgnome-keyring-dev.
752+ * Build both the gnome-vfs and wget URI plugins using some Makefile magic
753+ and split them out into gimp-gnomevfs and gimp-wget. Have the gimp package
754+ depend on gimp-gnomevfs | gimp-wget.
755+ * Add more Wilber samples to /usr/share/doc
756+ * Make libgimp2.0-dev suggest libgimp2.0-doc
757+
758+ -- Ari Pollak <ari@debian.org> Wed, 28 Dec 2005 15:24:24 -0500
759+
760+gimp (2.2.17-1) unstable; urgency=low
761+
762+ * New upstream version
763+ - Fixes a regression loading PSD files
764+
765+ -- Ari Pollak <ari@debian.org> Fri, 13 Jul 2007 10:31:45 -0400
766+
767+gimp (2.2.16-1) unstable; urgency=high
768+
769+ * New upstream version
770+ - Fixes integer overflow in PSD plugin (CVE-2007-2949)
771+ * Don't use find -exec xargs (Closes: #426415)
772+
773+ -- Ari Pollak <ari@debian.org> Fri, 06 Jul 2007 23:11:47 -0400
774+
775+gimp (2.2.15-1) unstable; urgency=low
776+
777+ * New upstream release
778+
779+ -- Ari Pollak <ari@debian.org> Sun, 27 May 2007 13:55:28 -0400
780+
781+gimp (2.2.14-2) unstable; urgency=high
782+
783+ * 06_sunras_CVE-2007-2356:
784+ - Add patch from upstream to fix CVE-2007-2356, a stack overflow
785+ in the sunras plugin code.
786+
787+ -- Ari Pollak <ari@debian.org> Tue, 01 May 2007 16:49:47 -0400
788+
789+gimp (2.2.14-1) unstable; urgency=low
790+
791+ * New upstream version
792+ * Upgrade to new python policy by using dh_pysupport instead of dh_python
793+ (Closes: #380816)
794+ * Add XS-Vcs-Svn and XS-Vcs-Browser headers for the subversion repository
795+
796+ -- Ari Pollak <ari@debian.org> Wed, 18 Apr 2007 11:55:17 -0400
797+
798+gimp (2.2.13-1) unstable; urgency=low
799+
800+ * New upstream release
801+
802+ -- Ari Pollak <ari@debian.org> Thu, 24 Aug 2006 17:46:19 -0400
803+
804+gimp (2.2.12-2) unstable; urgency=low
805+
806+ * debian/patches/06_gradient-fix.patch:
807+ - Add patch to fix crash on malformed gradient (Closes: #381440)
808+ * debian/patches/07_autoconf2.60-fix.patch:
809+ - Add patch to fix breakage with new autoconf, which resulted in
810+ a broken .desktop file. (Closes: #383391)
811+
812+ -- Ari Pollak <ari@debian.org> Tue, 22 Aug 2006 22:19:01 -0400
813+
814+gimp (2.2.12-1) unstable; urgency=low
815+
816+ * New upstream release
817+ - Fixes segfault when closing image while saving it (Closes: #339115)
818+ * Acknowledge NMU (Closes: #377049), revert patch which has been applied
819+ upstream
820+
821+ -- Ari Pollak <ari@debian.org> Tue, 11 Jul 2006 14:30:03 -0400
822+
823+gimp (2.2.11-3.1) unstable; urgency=low
824+
825+ * Non-maintainer upload.
826+ * Apply fix from #377049 to fix buffer overflow, CVE-2006-3404.
827+ (closes: #377049)
828+
829+ -- James Vega <jamessan@debian.org> Fri, 7 Jul 2006 12:55:41 -0400
830+
831+gimp (2.2.11-3) unstable; urgency=low
832+
833+ * Revert MMX/SSE fix, it didn't make a difference. Instead,
834+ apply patch from CVS HEAD to disable MMX/SSE-accelerated burn function,
835+ and replace it with generic C function.
836+ Really closes: #374271
837+ * Fix incorrect watch file
838+
839+ -- Ari Pollak <ari@debian.org> Tue, 20 Jun 2006 10:32:20 -0400
840+
841+gimp (2.2.11-2) unstable; urgency=low
842+
843+ * Switch build system to cdbs + simple-patchsys
844+ * Remove build-depends on gcc-3.4 (Closes: #371864)
845+ * Update gimp-python package description
846+ * Put gimp.desktop, gimp.keys, and gimp.applications in gimp package instead
847+ of gimp-data, and make gimp-data Recommends: gimp (Closes: #363469)
848+ * Add more Wilber samples to /usr/share/doc
849+ * Re-add patch from Red Hat to fix MMX/SSE compile error
850+ (Closes: #374271)
851+
852+ -- Ari Pollak <ari@debian.org> Sun, 18 Jun 2006 11:48:06 -0400
853+
854+gimp (2.2.11-1) unstable; urgency=low
855+
856+ * New upstream release
857+ * Stop building with gcc-3.4 on arm
858+ * Fix build-depends to exclude kfreebsd-amd64 from using libasound2-dev
859+ (Closes: #361459)
860+
861+ -- Ari Pollak <ari@debian.org> Thu, 13 Apr 2006 17:27:44 -0400
862+
863+gimp (2.2.10-2) unstable; urgency=low
864+
865+ * Apply patch from upstream CVS to fix saving EXIF data on JPEG files
866+ (Closes: #307918)
867+ * Conflict with libgimp2.0 (>= 2.3.0) (Closes: #349801)
868+
869+ -- Ari Pollak <ari@debian.org> Mon, 30 Jan 2006 15:09:49 -0500
870+
871+gimp (2.2.10-1) unstable; urgency=low
872+
873+ * New upstream release
874+ * Add debian/watch file
875+ * Add explicit depends on pkg-config to libgimp2.0-dev, since
876+ we're now calling that directly from gimptool.
877+ * Revert MMX/SSE patch from Red Hat since the issue should have
878+ been fixed upstream in 2.2.9.
879+
880+ -- Ari Pollak <ari@debian.org> Wed, 28 Dec 2005 13:13:42 -0500
881+
882+gimp (2.2.9-8) unstable; urgency=low
883+
884+ * gimptool-2.0.in:
885+ - Define PKG_CONFIG at the beginning of the gimptool script
886+ so the GTK/Glib cflags & libs are checked at runtime instead
887+ of gimp package compile-time. This was breaking gimp plugins
888+ built with gimptool with GTK+ 2.8 installed, since
889+ extra library/include dependencies on Cairo were added.
890+ An upstream bug has been filed about this (GNOME #324761).
891+
892+ -- Ari Pollak <ari@debian.org> Wed, 21 Dec 2005 20:21:58 -0500
893+
894+gimp (2.2.9-7) unstable; urgency=low
895+
896+ * Remove unnecessary build-dependency on libmpeg-dev
897+ * Remove unnecessary build-dependency on sharutils
898+ * Remove dependency on xlibs-dev, replace with appropriate -dev
899+ packages
900+
901+ -- Ari Pollak <ari@debian.org> Mon, 5 Dec 2005 10:52:36 -0500
902+
903+gimp (2.2.9-6) unstable; urgency=low
904+
905+ * Add explicit build-dependency on libfreetype6-dev since gimp
906+ uses symbols from that library (Closes: #341459)
907+ * Fix downloading of images in gimp when "verbose=off" is present
908+ in wgetrc (Closes: #341221)
909+
910+ -- Ari Pollak <ari@debian.org> Wed, 30 Nov 2005 13:17:16 -0500
911+
912+gimp (2.2.9-5) unstable; urgency=low
913+
914+ * Get rid of gcc-3.3 dependency in libgimp2.0-dev, I'm not sure
915+ why it was there in the first place.
916+
917+ -- Ari Pollak <ari@debian.org> Tue, 29 Nov 2005 15:39:45 -0500
918+
919+gimp (2.2.9-4) unstable; urgency=low
920+
921+ * I found out from Manish Singh that gcc 3.3 generates incredibly
922+ bloated debugging symbols. So I've switched to building
923+ gimp with gcc 4.0 on all arches except arm (which FTBFSs with gcc-4.0),
924+ which now builds with gcc 3.4.
925+
926+ -- Ari Pollak <ari@debian.org> Sat, 19 Nov 2005 17:26:51 -0500
927+
928+gimp (2.2.9-3) unstable; urgency=low
929+
930+ * Oops, I made a typo in debian/rules so the gimp-dbg package didn't
931+ contain anything.
932+
933+ -- Ari Pollak <ari@debian.org> Tue, 15 Nov 2005 14:22:50 -0500
934+
935+gimp (2.2.9-2) unstable; urgency=low
936+
937+ * Use debhelper v5
938+ * Add a gimp-dbg package which contains debugging symbols for all other
939+ gimp binary packages. This should facilitate easier tracing
940+ of bugs in gimp.
941+
942+ -- Ari Pollak <ari@debian.org> Tue, 15 Nov 2005 12:15:29 -0500
943+
944+gimp (2.2.9-1) unstable; urgency=low
945+
946+ * New upstream release
947+
948+ -- Ari Pollak <ari@debian.org> Sat, 29 Oct 2005 00:59:33 +0000
949+
950+gimp (2.2.8-11) unstable; urgency=low
951+
952+ * Make libgimp2.0-dev depend on gcc-3.3 because gimptool uses the same
953+ compiler that gimp was compiled with. (Closes: #332681)
954+
955+ -- Ari Pollak <ari@debian.org> Fri, 7 Oct 2005 21:07:06 -0400
956+
957+gimp (2.2.8-10) unstable; urgency=low
958+
959+ * Add letter spacing option to text tool, taken from upstream
960+ development tree (Closes: #326261)
961+ * Apply patch to German translation (Closes: #314091)
962+
963+ -- Ari Pollak <ari@debian.org> Sat, 17 Sep 2005 15:22:13 -0400
964+
965+gimp (2.2.8-9) unstable; urgency=low
966+
967+ * Build with gcc-3.3 until bug #322565 on gcc-4.0 is fixed (Closes: #326423)
968+
969+ -- Ari Pollak <ari@debian.org> Sat, 3 Sep 2005 12:52:35 -0400
970+
971+gimp (2.2.8-8) unstable; urgency=low
972+
973+ * Er, somehow gimp-print got removed from the Recommends in the last
974+ revision, so re-add it. (Closes: #322480)
975+
976+ -- Ari Pollak <ari@debian.org> Wed, 10 Aug 2005 18:01:08 -0400
977+
978+gimp (2.2.8-7) unstable; urgency=low
979+
980+ * Bump minimum version for libexif-dev in build-depends
981+
982+ -- Ari Pollak <ari@debian.org> Thu, 28 Jul 2005 11:30:25 -0400
983+
984+gimp (2.2.8-6) unstable; urgency=low
985+
986+ * Removed libgimpprint1-dev from build-deps, added --disable-print
987+ to configure options, and added Recommends: gimp-print (Closes: #318819)
988+ SIDE EFFECT: gimp-print is now a separate package. Install it if
989+ you would like printing support in GIMP.
990+ * Removed gimp1.2 dummy package and associated Conflicts/Replaces
991+ now that sarge is released, since it is no longer needed.
992+
993+ -- Ari Pollak <ari@debian.org> Mon, 18 Jul 2005 13:09:37 -0400
994+
995+gimp (2.2.8-5) unstable; urgency=low
996+
997+ * Instead of adding MMX and SSE flags, apply patch from GNOME bugzilla
998+ #303796 to fix building on gcc 4.0 the correct way.
999+ (Closes: #318345, #318226)
1000+
1001+ -- Ari Pollak <ari@debian.org> Thu, 14 Jul 2005 20:01:04 -0400
1002+
1003+gimp (2.2.8-4) unstable; urgency=low
1004+
1005+ * Really change build-dependencies this time.
1006+
1007+ -- Ari Pollak <ari@debian.org> Tue, 12 Jul 2005 01:22:23 -0400
1008+
1009+gimp (2.2.8-3) unstable; urgency=low
1010+
1011+ * Add "-mmmx -msse" to CFLAGS on i386 to allow compilation of
1012+ MMX/SSE-optimized composite code. Fix suggested by GNOME bugzilla #308412.
1013+ * Apply patch from upstream to app/composite/gimp-composite-generic.c
1014+ to fix some signedness warnings
1015+ * Change build-depends on aalib1-dev to libaa1-dev
1016+ * Don't build-depend on libasound2-dev on kfreebsd-i386 & hurd-i386
1017+ (Closes: #316745, #307925)
1018+
1019+ -- Ari Pollak <ari@debian.org> Mon, 11 Jul 2005 23:00:43 -0400
1020+
1021+gimp (2.2.8-2) unstable; urgency=low
1022+
1023+ * Remove unnecessary build-dep on slang
1024+
1025+ -- Ari Pollak <ari@debian.org> Wed, 29 Jun 2005 10:03:13 -0400
1026+
1027+gimp (2.2.8-1) unstable; urgency=low
1028+
1029+ * New upstream release
1030+
1031+ -- Ari Pollak <ari@debian.org> Tue, 28 Jun 2005 01:13:13 +0000
1032+
1033+gimp (2.2.7-2) unstable; urgency=low
1034+
1035+ * Update package descriptions to remove outdated references to GIMP 2.0.
1036+ (Closes: #308972)
1037+ * Fix small typo in gimprc manpage (Closes: #310018)
1038+
1039+ -- Ari Pollak <ari@debian.org> Fri, 13 May 2005 12:18:07 -0400
1040+
1041+gimp (2.2.7-1) unstable; urgency=low
1042+
1043+ * New upstream release
1044+
1045+ -- Ari Pollak <ari@debian.org> Sun, 8 May 2005 21:55:38 -0400
1046+
1047+gimp (2.2.6-1) unstable; urgency=low
1048+
1049+ * New upstream release
1050+ * Fixes saving certain multilayer ICO files (Closes: #300140)
1051+
1052+ -- Ari Pollak <ari@debian.org> Sun, 10 Apr 2005 02:21:57 -0400
1053+
1054+gimp (2.2.4-3) unstable; urgency=low
1055+
1056+ * gimp & gimp-data conflicts & replaces gimp1.2 << 1.2.5-1.
1057+ * Forcibly remove files from /etc/gimp/1.2 on purge of gimp1.2 package
1058+ (Closes: #303087)
1059+ * Apply patch from upstream to make wget output more consistent when run
1060+ under gimp (Closes: #298792)
1061+ * Apply patch from upstream to fix compile error on amd64/gcc-4.0
1062+ (Closes: #300227)
1063+ * Correct typos in gimp manpage (Closes: #302146)
1064+ * Add MIDI device howto to README.MIDI now that it's been licensed under
1065+ the GPL; update gimp description to point to the new readme.
1066+
1067+ -- Ari Pollak <ari@debian.org> Wed, 6 Apr 2005 15:21:19 -0400
1068+
1069+gimp (2.2.4-2) unstable; urgency=low
1070+
1071+ * Make libasound2-dev an actual build-dependency, and suggest libasound2
1072+ instead of depend on it. Also add a note into the gimp description
1073+ about how to use the MIDI controller, which is what links against ALSA.
1074+ (Closes: #299600)
1075+
1076+ -- Ari Pollak <ari@debian.org> Tue, 15 Mar 2005 10:59:18 -0500
1077+
1078+gimp (2.2.4-1) unstable; urgency=low
1079+
1080+ * New upstream release
1081+ - Fixes french translation in quit dialog (Closes: #295870)
1082+ - Fixes Unsharp Mask when layer is bigger than image (Closes: #292199)
1083+ - Now imports templates from 2.0 case-insensitively (Closes: #295973)
1084+ * gimp-data Conflicts/Replaces gimp (<< 2.0.2-4), for ubuntu bug #6538
1085+
1086+ -- Ari Pollak <ari@debian.org> Tue, 22 Feb 2005 18:41:48 -0500
1087+
1088+gimp (2.2.3-3) unstable; urgency=low
1089+
1090+ * Add versioned conflicts/replaces on gimp-data pre-2.0.2-4 to gimp
1091+
1092+ -- Ari Pollak <ari@debian.org> Tue, 15 Feb 2005 19:40:24 -0500
1093+
1094+gimp (2.2.3-2) unstable; urgency=low
1095+
1096+ * Add explicit depends on libfreetype6 >= 2.1.7, since we
1097+ check for it at runtime; Also add build-depends on sed >= 3.95,
1098+ since we use the -i option to sed in debian/rules.
1099+ Thanks to Gürkan Seng for pointing this out.
1100+
1101+ -- Ari Pollak <ari@debian.org> Fri, 28 Jan 2005 16:35:14 -0500
1102+
1103+gimp (2.2.3-1) unstable; urgency=low
1104+
1105+ * New upstream release
1106+
1107+ -- Ari Pollak <ari@debian.org> Sat, 22 Jan 2005 18:12:59 -0500
1108+
1109+gimp (2.2.2-1) unstable; urgency=low
1110+
1111+ * New upstream release
1112+ - disables MMX instructions for "addition" mode (Closes: #288508)
1113+
1114+ -- Ari Pollak <ari@debian.org> Mon, 10 Jan 2005 12:02:36 -0500
1115+
1116+gimp (2.2.1-2) unstable; urgency=low
1117+
1118+ * Remove the python dependency sections from non-python packages
1119+ * Bump required libgtk2.0-dev version for the libgimp2.0-dev package
1120+ * Really remove the pygimp logo from the debian/ directory
1121+ * Apply patch from Andreas Jochens to fix building on amd64/gcc-4.0
1122+ (Closes: #288793)
1123+
1124+ -- Ari Pollak <ari@debian.org> Mon, 3 Jan 2005 20:46:57 -0500
1125+
1126+gimp (2.2.1-1) unstable; urgency=low
1127+
1128+ * New upstream release
1129+ * Remove pygimp logo, it's now included properly upstream
1130+
1131+ -- Ari Pollak <ari@debian.org> Thu, 30 Dec 2004 19:21:26 -0500
1132+
1133+gimp (2.2.0+rel-2) unstable; urgency=low
1134+
1135+ * Rebuild for unstable
1136+ - Acknowledge bugs fixed in previous 2.2 prereleases in experimental
1137+ (Closes: #254607, #277989, #280408, #280470, #281784)
1138+ - 2.2.0 fixes the broken bumpmap filter (Closes: #285008)
1139+ * Update menu entry for 2.2
1140+
1141+ -- Ari Pollak <ari@debian.org> Mon, 20 Dec 2004 18:40:14 -0500
1142+
1143+gimp (2.2.0+rel-1) experimental; urgency=low
1144+
1145+ * New upstream release
1146+ - Adds --no-splash to gimp-remote (Closes: #277989)
1147+ - Fixes leftover swap files when cancelling an import (Closes: #281784)
1148+ * Bump shlibs on libgimp2.0
1149+ * Add uuencoded pygimp logo from CVS so pygimp will build properly,
1150+ uudecode it before build, and add sharutils to build-depends
1151+
1152+ -- Ari Pollak <ari@debian.org> Sun, 19 Dec 2004 15:40:58 -0500
1153+
1154+gimp (2.2.0+pre2-3) experimental; urgency=low
1155+
1156+ * Applied changes from Ubuntu gimp package:
1157+ - debian/control: update build-depends on debhelper
1158+ - debian/rules: use dh_desktop
1159+
1160+ -- Ari Pollak <ari@debian.org> Mon, 6 Dec 2004 10:41:31 -0500
1161+
1162+gimp (2.2.0+pre2-2) experimental; urgency=low
1163+
1164+ * Add libgimp-perl to Suggests.
1165+
1166+ -- Ari Pollak <ari@debian.org> Thu, 2 Dec 2004 13:55:17 -0500
1167+
1168+gimp (2.2.0+pre2-1) experimental; urgency=low
1169+
1170+ * New upstream release
1171+ - Fixes some various BMP-handling bugs (Closes: #280408, #280470)
1172+ - Now updates JPEG EXIF thumbnails to reflect changes (Closes: #277097)
1173+
1174+ -- Ari Pollak <ari@debian.org> Sat, 20 Nov 2004 05:16:15 -0500
1175+
1176+gimp (2.2.0+pre1-3) experimental; urgency=low
1177+
1178+ * Get rid of the gimp alternatives for now, i'm not forseeing any need
1179+ for it any time soon, and it's just annoying. (Closes: #280688)
1180+
1181+ -- Ari Pollak <ari@debian.org> Wed, 10 Nov 2004 22:54:28 -0500
1182+
1183+gimp (2.2.0+pre1-2) experimental; urgency=low
1184+
1185+ * Update gimp.{postinst,prerm} to update alternatives for new version
1186+
1187+ -- Ari Pollak <ari@debian.org> Tue, 9 Nov 2004 11:10:50 -0500
1188+
1189+gimp (2.2.0+pre1-1) experimental; urgency=low
1190+
1191+ * New prerelease for experimental
1192+ - Uses the new GTK-2.4 filechooser (Closes: #254607)
1193+
1194+ -- Ari Pollak <ari@debian.org> Sun, 7 Nov 2004 16:19:43 -0500
1195+
1196+gimp (2.0.6-1) unstable; urgency=low
1197+
1198+ * New upstream release
1199+
1200+ -- Ari Pollak <ari@debian.org> Tue, 2 Nov 2004 22:42:16 -0500
1201+
1202+gimp (2.0.5-1) unstable; urgency=low
1203+
1204+ * New upstream release
1205+ - Should fix a lot of segfaults with misconfigured filename encodings
1206+ (Closes: #267272)
1207+ * Add GenericName to gimp.desktop.in.in
1208+ * Revert imagemap change, it wasn't applied correctly anyway
1209+ * libglib2.0-0 shlibs have been updated to (>= 2.4.6), so no need
1210+ to recommend 2.4.4 or higher; instead, update build-deps
1211+ to depend on libgtk2.0-dev >= 2.4.7(Closes: #264844)
1212+
1213+ -- Ari Pollak <ari@debian.org> Sat, 25 Sep 2004 11:40:42 -0400
1214+
1215+gimp (2.0.4-2) unstable; urgency=low
1216+
1217+ * Add GenericName to gimp.desktop.in.in
1218+ * Revert imagemap change, it wasn't applied correctly anyway
1219+
1220+ -- Ari Pollak <ari@debian.org> Wed, 11 Aug 2004 14:35:37 -0400
1221+
1222+gimp (2.0.4-1) unstable; urgency=low
1223+
1224+ * New upstream release
1225+ - Fixes remaining encoding problems with newer GLib
1226+ (Closes: #260766, #262527)
1227+ * Exit if can't parse filenames due to invalid G_FILENAME_ENCODING
1228+ (Closes: #262718)
1229+ * Fix shearing in the X direction from the spinbutton (Closes: #263307)
1230+ * Add font information to README.Debian (Closes: #263466)
1231+ * Modify the imagemap plugin not to include <unistd.h> to fix
1232+ a compile error
1233+
1234+ -- Ari Pollak <ari@debian.org> Thu, 5 Aug 2004 21:56:21 -0400
1235+
1236+gimp (2.0.3-3) unstable; urgency=low
1237+
1238+ * Make gimp-svg and gimp-helpbrowser depend on the current version of gimp
1239+ (Closes: #263102, #259599)
1240+
1241+ -- Ari Pollak <ari@debian.org> Tue, 3 Aug 2004 13:05:17 -0400
1242+
1243+gimp (2.0.3-2) unstable; urgency=medium
1244+
1245+ * Fix saving of EXIF data in JPEGs. Bumping urgency to medium because
1246+ this could cause an unpleasant surprise for people who expect
1247+ EXIF data to be preserved but it's suddenly gone missing.
1248+ (Closes: #261621)
1249+ * Move gimp-svg to Recommends
1250+ * Update Russian, Spanish, French, and Hebrew translation of .desktop file
1251+ (thanks to Dan Korostelev and Steve Langasek)
1252+
1253+ -- Ari Pollak <ari@debian.org> Tue, 20 Jul 2004 08:19:38 -0400
1254+
1255+gimp (2.0.3-1) unstable; urgency=low
1256+
1257+ * New upstream release
1258+ - Fixes long-standing tablet pointer switching bug (Closes: #203755)
1259+ * Install /usr/share/pixmaps/gimp.png, update desktop file (Closes: #258596)
1260+
1261+ -- Ari Pollak <ari@debian.org> Sat, 17 Jul 2004 19:35:39 -0400
1262+
1263+gimp (2.0.2-7) unstable; urgency=low
1264+
1265+ * Duh, add conflicts & replaces to -svg and -helpbrowser (Closes: #259599)
1266+
1267+ -- Ari Pollak <ari@debian.org> Thu, 15 Jul 2004 13:47:07 -0400
1268+
1269+gimp (2.0.2-6) unstable; urgency=low
1270+
1271+ * Split helpbrowser out into gimp-helpbrowser and svg plugin into gimp-svg.
1272+
1273+ -- Ari Pollak <ari@debian.org> Fri, 9 Jul 2004 10:28:17 -0400
1274+
1275+gimp (2.0.2-5) unstable; urgency=low
1276+
1277+ * Don't install gnome-gimp.png.
1278+
1279+ -- Ari Pollak <ari@debian.org> Thu, 8 Jul 2004 16:56:07 -0400
1280+
1281+gimp (2.0.2-4) unstable; urgency=low
1282+
1283+ * The "I'm tired of waiting for migration to sarge" or
1284+ "patents suck" release
1285+ * Rebuild against librsvg >= 2.7 to get rid of mistaken libcroco dep
1286+ (Closes: #257990)
1287+ * Get rid of gimp-nonfree and gimp1.2-nonfree (#257382)
1288+ * Change GNOME menu entry to "GIMP Image Editor"
1289+ * Install /usr/share/pixmaps/gnome-gimp.png, update .desktop file
1290+ * Make better error message in helpbrowser for missing gimp-help
1291+ ("Please install the appropriate gimp-help package for your language)
1292+ * Move more arch-indep stuff into gimp-data
1293+
1294+ -- Ari Pollak <ari@debian.org> Sat, 26 Jun 2004 23:12:10 -0400
1295+
1296+gimp (2.0.2-3) unstable; urgency=low
1297+
1298+ * Wow, I'm a dope. Really rebuild gimp with libexif10 this time.
1299+ * Remove Build-Conflicts: libgimp2.0, it's no longer necessary for
1300+ the stable version since the soname doesn't change.
1301+ * Remove the explicit versioning on gtk 2.2.2 or above,
1302+ gtk 2.4 provides shlibs that are more than sufficient.
1303+
1304+ -- Ari Pollak <ari@debian.org> Thu, 24 Jun 2004 20:33:58 -0400
1305+
1306+gimp (2.0.2-2) unstable; urgency=low
1307+
1308+ * Rebuild against libexif10
1309+ * If /usr/bin/gimp symlink doesn't exist after postrm, assume
1310+ the alternatives broke and automatically run
1311+ update-alternatives --auto gimp.
1312+ Also add tests to postinst as per Chris Waters' suggestion.
1313+ (Closes: #241879)
1314+
1315+ -- Ari Pollak <ari@debian.org> Fri, 18 Jun 2004 14:46:03 -0400
1316+
1317+gimp (2.0.2-1) unstable; urgency=low
1318+
1319+ * New upstream release
1320+ - Save as JPEG details window corrected (Closes: #244118)
1321+
1322+ -- Ari Pollak <ari@debian.org> Tue, 15 Jun 2004 11:04:51 -0400
1323+
1324+gimp (2.0.1-2) unstable; urgency=low
1325+
1326+ * Add replaces & conflicts on gimp1.3-data to libgimp2.0.
1327+ * Incorporate patch from Daniel Kobras to fix a bug saving XCFs
1328+ (Closes: #248042)
1329+ * This should also force a rebuild on s390, which is holding up gimp in
1330+ sarge.
1331+
1332+ -- Ari Pollak <ari@debian.org> Fri, 14 May 2004 11:33:12 -0400
1333+
1334+gimp (2.0.1-1) unstable; urgency=low
1335+
1336+ * New upstream release
1337+ * See upstream NEWS for bugfixes (Closes: #243488, #240890, #236349, #109344)
1338+ * Really add NEWS.Debian this time
1339+
1340+ -- Ari Pollak <ari@debian.org> Wed, 14 Apr 2004 08:18:33 -0400
1341+
1342+gimp (2.0.0-7) unstable; urgency=low
1343+
1344+ * libgimp2.0 conflicts and replaces gimp-data << 2.0.0-6 (Closes: #243246)
1345+
1346+ -- Ari Pollak <ari@debian.org> Mon, 12 Apr 2004 17:53:10 -0400
1347+
1348+gimp (2.0.0-6) unstable; urgency=low
1349+
1350+ * The priority for the gimp 2.0 alternative should be 50
1351+ * gimptool should create the directory before installing modules
1352+ to it (Closes: #241871)
1353+ * Argh. really correct debian/gimp-data.files this time.
1354+ * Force removal of libgimpmath/test-md5. One of these days I have to
1355+ go through the clean target and take out the leftover cruft.
1356+ * Add note in NEWS.Debian about alternatives issue
1357+
1358+ -- Ari Pollak <ari@debian.org> Sat, 3 Apr 2004 13:57:43 -0500
1359+
1360+gimp (2.0.0-5) unstable; urgency=low
1361+
1362+ * The "Squeaky Wheel" revision.
1363+ * Re-add gimp1.2 and gimp1.2-nonfree dependency packages.
1364+ gimp1.2-perl was not re-added because we no longer provide
1365+ gimp-perl. Whomever packages gimp-perl can choose whether to provide
1366+ a gimp1.2-perl package, which I'm not sure is a good idea since the
1367+ API may have changed. (Closes: #241349)
1368+ * Don't remove runtime fontconfig checking, just change the wording of
1369+ it so people can know how to solve the problem. (src/app/app.c)
1370+ * Correct the spelling errors in gimptool.1.in. The rest of the spelling
1371+ errors no longer exist in the gimp source. (Closes: #125783)
1372+ * Correct debian/gimp-data.files (Closes: #241587, #241575)
1373+
1374+ -- Ari Pollak <ari@debian.org> Sun, 1 Apr 2004 11:28:13 -0500
1375+
1376+gimp (2.0.0-4) unstable; urgency=low
1377+
1378+ * Remove runtime fontconfig checking. (Closes: #239598)
1379+
1380+ -- Ari Pollak <ari@debian.org> Sat, 27 Mar 2004 04:09:42 -0500
1381+
1382+gimp (2.0.0-3) unstable; urgency=low
1383+
1384+ * Remove the gimp-1.2 alternative from previous versions on
1385+ installation
1386+
1387+ -- Ari Pollak <ari@debian.org> Thu, 25 Mar 2004 22:50:59 -0500
1388+
1389+gimp (2.0.0-2) unstable; urgency=low
1390+
1391+ * Oops, shlibs should be >= 2.0.0, not 2.0.0.0.
1392+ * gimp-data: Conflict & replace gimp1.3-data
1393+ * gimp: Conflict & replace gimp1.2
1394+ * libgimp2.0-dev: Conflict & replace libgimp1.2-dev (<< 1.2.5-4),
1395+ since that's when we introduced a gimptool alternative.
1396+
1397+ -- Ari Pollak <ari@debian.org> Wed, 24 Mar 2004 08:48:16 -0500
1398+
1399+gimp (2.0.0-1) unstable; urgency=low
1400+
1401+ * New upstream release
1402+ - Closes: #21393, #29375, #64000, #70461, #101266, #108834, #200357
1403+ - Closes: #109344, #111128, #114716, #117061, #117866, #112053
1404+ - Closes: #119073, #121437, #128968, #144324, #145503, #110274
1405+ - Closes: #147693, #150451, #151994, #152072, #153631, #179951
1406+ - Closes: #154022, #154722, #157265, #157265, #158629, #198677
1407+ - Closes: #169328, #161959, #169541, #169914, #233105, #199101
1408+ - Closes: #211355, #191762, #183711, #176648, #175692, #183706, #201432
1409+ * Use -nonfree like in gimp1.3 (Closes: #220464)
1410+ * Separated package like in gimp1.3 (Closes: #233358)
1411+
1412+ -- Ari Pollak <ari@debian.org> Tue, 23 Mar 2004 21:37:49 -0500
1413+
1414+gimp1.3 (1.3.27+2.0pre4-3) unstable; urgency=low
1415+
1416+ * Fix configure's checking for gimp-print to fix ia64 (thanks, Roger Leigh!)
1417+
1418+ -- Ari Pollak <ari@debian.org> Tue, 9 Mar 2004 09:16:40 -0500
1419+
1420+gimp1.3 (1.3.27+2.0pre4-2) unstable; urgency=low
1421+
1422+ * We can define the default web browser in the global gimprc, not
1423+ the source.
1424+ * Recommends: gimp-help
1425+ * Split developer docs out into libgimp1.3-doc
1426+
1427+ -- Ari Pollak <ari@debian.org> Tue, 9 Mar 2004 00:17:28 -0500
1428+
1429+gimp1.3 (1.3.27+2.0pre4-1) unstable; urgency=low
1430+
1431+ * New upstream release
1432+ * fix typo in debian/control (Closes: #230505)
1433+ * Add suggested hotkey to menu file (Closes: #234764)
1434+
1435+ -- Ari Pollak <ari@debian.org> Sat, 6 Mar 2004 17:09:30 -0500
1436+
1437+gimp1.3 (1.3.26+2.0pre3-2) unstable; urgency=low
1438+
1439+ * Remove gimptool-1.3 alternative on postinst, not prerm (Closes: #232644)
1440+ * Change macro name in nautilus menu entry (Closes: #232678)
1441+ * Include locales in gimp1.3-data (Closes: #233359)
1442+
1443+ -- Ari Pollak <ari@debian.org> Sat, 14 Feb 2004 10:09:43 -0500
1444+
1445+gimp1.3 (1.3.26+2.0pre3-1) unstable; urgency=low
1446+
1447+ * New upstream release (Closes: #230487)
1448+ * Bring back build-conflict on libgimp1.3, for some reason this started
1449+ being a problem again.
1450+
1451+ -- Ari Pollak <ari@debian.org> Wed, 4 Feb 2004 12:06:51 -0500
1452+
1453+gimp1.3 (1.3.25+2.0pre2-1) unstable; urgency=low
1454+
1455+ * New upstream release
1456+ * gimptool-1.3 has changed to gimptool-2.0, so alternatives may
1457+ have to be updated.
1458+
1459+ -- Ari Pollak <ari@debian.org> Mon, 19 Jan 2004 20:34:40 -0500
1460+
1461+gimp1.3 (1.3.24+2.0pre1-5) unstable; urgency=low
1462+
1463+ * Well, that was dumb. Make better shlibs fix. (Closes: #228004)
1464+
1465+ -- Ari Pollak <ari@debian.org> Thu, 15 Jan 2004 22:35:41 -0500
1466+
1467+gimp1.3 (1.3.24+2.0pre1-4) unstable; urgency=low
1468+
1469+ * Change shlibs to =, not >=. I know it's a little late to make
1470+ this change, but better now so that we know for the next
1471+ development cycle.
1472+ * app/config/gimpguiconfig.c:
1473+ Use sensible-browser, not mozilla, by default. This is actually a
1474+ user-specified preference. (Closes: #227419)
1475+ * Add better error message when documentation is not found
1476+
1477+ -- Ari Pollak <ari@debian.org> Tue, 13 Jan 2004 13:21:47 -0500
1478+
1479+gimp1.3 (1.3.24+2.0pre1-3) unstable; urgency=low
1480+
1481+ * Add build-depends on intltool
1482+
1483+ -- Ari Pollak <ari@debian.org> Mon, 12 Jan 2004 09:11:56 -0500
1484+
1485+gimp1.3 (1.3.24+2.0pre1-2) unstable; urgency=low
1486+
1487+ * Also install alternative for gimptool manpage
1488+
1489+ -- Ari Pollak <ari@debian.org> Sun, 11 Jan 2004 23:25:55 -0500
1490+
1491+gimp1.3 (1.3.24+2.0pre1-1) unstable; urgency=low
1492+
1493+ * The upstream tarball says 2.0pre1, but this is really 1.3.24.
1494+ * Created alternatives for the gimp and gimp1.3 packages.
1495+ The main gimp package has a higher priority than this one.
1496+ Also created alternative for gimptool in the -dev package.
1497+ Also conflict with versions of gimp << 1.2.5-4.
1498+ (Closes: #226277)
1499+ * Pass --enable-fast-install to configure so we don't have to build-conflict
1500+ with libgimp1.3
1501+
1502+ -- Ari Pollak <ari@debian.org> Tue, 7 Jan 2004 22:16:40 -0500
1503+
1504+gimp1.3 (1.3.23-2) unstable; urgency=low
1505+
1506+ * Add versioned libwmf-dev build-dep, accept NMU (Closes: #225665, #225652)
1507+ * Apply fix from upstream for Script-fu logos (Closes: #224066)
1508+
1509+ -- Ari Pollak <ari@debian.org> Wed, 31 Dec 2003 16:08:55 -0500
1510+
1511+gimp1.3 (1.3.23-1) unstable; urgency=low
1512+
1513+ * New upstream release (Closes: #221425, #222266)
1514+ * debian/rules:
1515+ - Explicity depend on gtk >= 2.2.2-1
1516+ * debian/control:
1517+ - Add WMF support
1518+ * Update README.Debian
1519+
1520+ -- Ari Pollak <ari@debian.org> Wed, 26 Nov 2003 23:03:19 -0500
1521+
1522+gimp1.3 (1.3.22-3) unstable; urgency=low
1523+
1524+ * gimp1.3-data replaces and conflicts older versions of gimp1.3.
1525+ really Closes: #219763, #219676, #219721
1526+
1527+ -- Ari Pollak <ari@debian.org> Sun, 9 Nov 2003 15:52:42 -0500
1528+
1529+gimp1.3 (1.3.22-2) unstable; urgency=low
1530+
1531+ * Rebuild on i386 with _correct_ dependencies
1532+ * Remove /usr/share/gimp/ from gimp1.3.files (Closes: #219676, #219721)
1533+
1534+ -- Ari Pollak <ari@debian.org> Sat, 8 Nov 2003 12:23:05 -0500
1535+
1536+gimp1.3 (1.3.22-1) unstable; urgency=low
1537+
1538+ * New upstream release (Closes: #208857, #206048, #206838, #215072,
1539+ #215504, #215735, #216069, #200149)
1540+ * Fix build-deps (Closes: #217535)
1541+
1542+ -- Ari Pollak <ari@debian.org> Tue, 4 Nov 2003 11:35:56 -0500
1543+
1544+gimp1.3 (1.3.21-3) unstable; urgency=low
1545+
1546+ * Don't suggest removed packages (Closes: #215031)
1547+ * Add libfontconfig1-dev to build-depends
1548+ * Create architecture-independent -data package (Closes: #218777)
1549+
1550+ -- Ari Pollak <ari@debian.org> Thu, 9 Oct 2003 21:08:32 -0400
1551+
1552+gimp1.3 (1.3.21-2) unstable; urgency=low
1553+
1554+ * Fix some stuff pointed out by Sven Neumann (Closes: #214971):
1555+ - Add build-dep on librsvg2-dev
1556+ - Remove xfonts-100dpi from suggestions
1557+
1558+ -- Ari Pollak <ari@debian.org> Wed, 8 Oct 2003 14:36:40 -0400
1559+
1560+gimp1.3 (1.3.21-1) unstable; urgency=low
1561+
1562+ * New upstream release (Closes: #210617, #211616)
1563+ * Don't compile on a system with experimenal packages (Closes: #214140)
1564+
1565+ -- Ari Pollak <ari@debian.org> Sun, 5 Oct 2003 20:52:29 -0400
1566+
1567+gimp1.3 (1.3.20-2.0.1) unstable; urgency=low
1568+
1569+ * Don't compile on a system with experimental packages (Closes: #214140)
1570+
1571+ -- Ari Pollak <ari@debian.org> Sat, 4 Oct 2003 20:12:24 -0400
1572+
1573+gimp1.3 (1.3.20-2) unstable; urgency=low
1574+
1575+ * Apply patch from Falk Hueffner (Closes: #205889)
1576+
1577+ -- Ari Pollak <ari@debian.org> Fri, 3 Oct 2003 12:33:30 -0400
1578+
1579+gimp1.3 (1.3.20-1) unstable; urgency=low
1580+
1581+ * New upstream release
1582+
1583+ -- Ari Pollak <ari@debian.org> Mon, 8 Sep 2003 20:13:37 -0400
1584+
1585+gimp1.3 (1.3.19-1) unstable; urgency=low
1586+
1587+ * New upstream release
1588+ * Improve python policy conformance (Closes: #205280)
1589+ * Bump version requirement on GTK as per upstream changes
1590+ * Update build-depends (Closes: #206666)
1591+
1592+ -- Ari Pollak <ari@debian.org> Thu, 28 Aug 2003 11:40:21 -0400
1593+
1594+gimp1.3 (1.3.18-1) unstable; urgency=low
1595+
1596+ * New upstream version
1597+
1598+ -- Ari Pollak <ari@debian.org> Sun, 10 Aug 2003 23:44:36 -0400
1599+
1600+gimp1.3 (1.3.17-2) unstable; urgency=low
1601+
1602+ * Update build-depends
1603+ * Use dh_python
1604+ * Build against libexif9 (Closes: #204742)
1605+
1606+ -- Ari Pollak <ari@debian.org> Fri, 25 Jul 2003 19:53:34 -0400
1607+
1608+gimp1.3 (1.3.17-1) unstable; urgency=low
1609+
1610+ * New upstream release (Closes: #200023)
1611+ - Also really fixes #198045
1612+
1613+ -- Ari Pollak <ari@debian.org> Thu, 24 Jul 2003 22:10:40 -0400
1614+
1615+gimp1.3 (1.3.16-2) unstable; urgency=low
1616+
1617+ * Fix saving MNGs (Closes: #198048)
1618+
1619+ -- Ari Pollak <ari@debian.org> Mon, 7 Jul 2003 08:55:43 -0400
1620+
1621+gimp1.3 (1.3.16-1) unstable; urgency=low
1622+
1623+ * New upstream release (Closes: #160164)
1624+ * gimp1.3-nonfree depends on gimp1.3 (Closes: #198110)
1625+ * Update gimp1.3-nonfree description & copyright to note
1626+ the expiration of the GIF/LZW patent in many countries
1627+
1628+ -- Ari Pollak <ari@debian.org> Fri, 27 Jun 2003 07:56:32 -0400
1629+
1630+gimp1.3 (1.3.15-2) unstable; urgency=low
1631+
1632+ * Build-depends on libmng-dev (Closes: #197150)
1633+
1634+ -- Ari Pollak <ari@debian.org> Thu, 12 Jun 2003 11:18:56 -0400
1635+
1636+gimp1.3 (1.3.15-1) unstable; urgency=low
1637+
1638+ * New upstream release (Closes: #196519)
1639+ * Enable python support, which is most likely buggy and unstable
1640+ (Closes: #194627), split off into gimp1.3-python package
1641+ * Replace antiquated prefix= with DESTDIR= in make install
1642+ * Build-Conflict on libgimp1.3 until libtool can be whipped into
1643+ not being so stupid
1644+
1645+ -- Ari Pollak <ari@debian.org> Tue, 10 Jun 2003 08:37:15 -0400
1646+
1647+gimp1.3 (1.3.14-1) unstable; urgency=low
1648+
1649+ * New upstream release
1650+ * Change section of libgimp1.3-dev to libdevel
1651+
1652+ -- Ari Pollak <ari@debian.org> Mon, 14 Apr 2003 22:56:50 -0400
1653+
1654+gimp1.3 (1.3.13-2) unstable; urgency=low
1655+
1656+ * libgimp1.3 conflicts with gimp1.3 << 1.3.13-1 (Closes: #186201)
1657+
1658+ -- Ari Pollak <ari@debian.org> Sun, 23 Mar 2003 19:51:51 -0500
1659+
1660+gimp1.3 (1.3.13-1) unstable; urgency=low
1661+
1662+ * New upstream release (Closes: #184546)
1663+ * Use debian/compat
1664+ * Move gimp14-libgimp.mo locale files into the libgimp1.3 package
1665+ * Clean up debian/copyright
1666+ * Update README.Debian to list things that shouldn't be reported as bugs
1667+ * Really fix the print plugin; My modification made the dither algorithm
1668+ always use the default, this fixes that.
1669+ * Fix libtool stuff again so that libgimp1.3 doesn't depend on [a possibly
1670+ older version of] itself; I'm not sure why this worked in the first place.
1671+
1672+ -- Ari Pollak <ari@debian.org> Sun, 23 Mar 2003 13:21:19 -0500
1673+
1674+gimp1.3 (1.3.12-5) unstable; urgency=low
1675+
1676+ * Don't stupidly depend on "<< next.version.number." This is what I
1677+ get for looking at 2-year-old comments in the rules file and
1678+ thinking they're sane.
1679+
1680+ -- Ari Pollak <ari@debian.org> Mon, 3 Mar 2003 12:35:45 -0500
1681+
1682+gimp1.3 (1.3.12-4) unstable; urgency=low
1683+
1684+ * Work around weird gimpprint problem with default dither algorithm
1685+ not being set correctly. Submitted fix upstream, hopefully this is the
1686+ right way to do it. (Closes: #175068)
1687+
1688+ -- Ari Pollak <ari@debian.org> Sun, 2 Mar 2003 14:29:39 -0500
1689+
1690+gimp1.3 (1.3.12-3) unstable; urgency=low
1691+
1692+ * Apply patch from upstream CVS (Closes: #182803):
1693+ - tools/pdbgen/pdb/guides.pdb
1694+ - app/pdb/guides_cmds.c: fixed gimp_image_find_next_guide() which
1695+ was broken for the case when the image had no guides at all. Fixes
1696+ the hanging rotate plug-in
1697+
1698+ -- Ari Pollak <ari@debian.org> Sun, 2 Mar 2003 11:18:40 -0500
1699+
1700+gimp1.3 (1.3.12-2) unstable; urgency=low
1701+
1702+ * Work around libtool crap
1703+
1704+ -- Ari Pollak <ari@debian.org> Sun, 23 Feb 2003 00:08:23 -0500
1705+
1706+gimp1.3 (1.3.12-1) unstable; urgency=low
1707+
1708+ * New upstream release (Closes: #180918)
1709+ * Revamp debian/rules: clean up lintian warnings, consolidate mucho
1710+ duplicate code, make everything compatible with latest debhelper
1711+ * Apply patch from upstream CVS to fix saving 1-bit PNGs with alpha trans
1712+ (Closes: #179980):
1713+ 2003-02-22 Dave Neary <bolsh@gimp.org>
1714+ - plug-ins/common/png.c: Fixed bug #105360. Previously,
1715+ alpha was taking up an index entry even if there were
1716+ no transparent entries. Sorry about that :)
1717+ * Change wget | wget-ssl to just wget, as there is no longer a seperate -ssl
1718+ package.
1719+
1720+ -- Ari Pollak <ari@debian.org> Sat, 22 Feb 2003 11:40:36 -0500
1721+
1722+gimp1.3 (1.3.11-3) unstable; urgency=low
1723+
1724+ * Remove recommends of xfonts-75dpi. Looks like it was leftover from
1725+ GIMP 1.2. (Closes; #180747)
1726+ * Apply patch from CVS to fix compilation on Alpha:
1727+ 2003-01-29 Sven Neumann <sven@gimp.org>
1728+ - app/widgets/gimppropwidgets.[ch]: removed unused function
1729+ gimp_prop_enum_option_menu_new_with_values() which caused problems
1730+ on some platforms.
1731+ * Update description
1732+ * Bump Standards-version to .8, no changes necessary
1733+
1734+ -- Ari Pollak <ari@debian.org> Wed, 12 Feb 2003 12:17:43 -0500
1735+
1736+gimp1.3 (1.3.11-2) unstable; urgency=low
1737+
1738+ * Add libgimpmodule to shlibs.local
1739+ * Hopefully fix a compile error on alpha
1740+
1741+ -- Ari Pollak <ari@debian.org> Sat, 4 Jan 2003 00:13:26 -0500
1742+
1743+gimp1.3 (1.3.11-1) unstable; urgency=low
1744+
1745+ * New upstream release (Closes: #167995, #174891)
1746+ * PLEASE NOTE: "This release features some incompatible changes to the
1747+ gimprc file format. If you installed earlier versions of the 1.3 series,
1748+ you are advised to remove your ~/.gimp-1.3 directory and do a fresh user
1749+ installation."
1750+
1751+ -- Ari Pollak <ari@debian.org> Fri, 3 Jan 2003 18:35:49 -0500
1752+
1753+gimp1.3 (1.3.10-4) unstable; urgency=low
1754+
1755+ * Don't have to mark files in /etc explicitly as conffiles, debhelper
1756+ does that automatically.
1757+
1758+ -- Ari Pollak <ari@debian.org> Sun, 17 Nov 2002 22:08:21 -0500
1759+
1760+gimp1.3 (1.3.10-3) unstable; urgency=low
1761+
1762+ * Fix gimp1.3.menu entry
1763+
1764+ -- Ari Pollak <ari@debian.org> Sun, 17 Nov 2002 20:47:53 -0500
1765+
1766+gimp1.3 (1.3.10-2) unstable; urgency=low
1767+
1768+ * Use CFLAGS correctly (Closes: #166410)
1769+ * Bump standards version to 3.5.7, check for debug and noopt in
1770+ DEB_BUILD_OPTIONS
1771+
1772+ -- Ari Pollak <ari@debian.org> Thu, 14 Nov 2002 14:46:17 -0500
1773+
1774+gimp1.3 (1.3.10-1) unstable; urgency=low
1775+
1776+ * New upstream release (Closes: #163371, #161781)
1777+ - These bugs should be fixed now. If not, please reopen the bug.
1778+ (Closes: #166410, #160986, #167995)
1779+ * Adopted package (Closes: #168365)
1780+
1781+ -- Ari Pollak <ari@debian.org> Mon, 11 Nov 2002 14:39:36 -0500
1782+
1783+gimp1.3 (1.3.8-1) unstable; urgency=low
1784+
1785+ * New upstream release
1786+ * Add a configure target to the rules and some cleanups
1787+
1788+ -- Bastien Nocera <hadess@hadess.net> Tue, 20 Aug 2002 22:12:40 +0100
1789+
1790+gimp1.3 (1.3.7-2) unstable; urgency=low
1791+
1792+ * Add .applications and .keys file for nautilus to know about us
1793+ (Closes: #152150)
1794+ * Close bugs from Marcelo's NMU (Closes: #156914, #156280)
1795+ * Suggest gimp-freetype
1796+ * Update README.Debian
1797+
1798+ -- Bastien Nocera <hadess@hadess.net> Sun, 18 Aug 2002 15:28:11 +0100
1799+
1800+gimp1.3 (1.3.7-1.1) unstable; urgency=low
1801+
1802+ * NMU
1803+ * debian/control: Build-Depend on libpng3-dev, libgtk2.0-dev >= 2.0.6-1;
1804+ modify dependency for libgimp1.3-dev.
1805+
1806+ -- Marcelo E. Magallon <mmagallo@debian.org> Fri, 16 Aug 2002 13:54:31 +0200
1807+
1808+gimp1.3 (1.3.7-1) unstable; urgency=low
1809+
1810+ * New upstream release
1811+ * Do not create a link to gimptool.1 from an inexistant man page
1812+ * Do not conflict with GIMP 1.2 packages, as they're parallel installable
1813+ * Use the same icon in the menu file as in the desktop file
1814+
1815+ -- Bastien Nocera <hadess@hadess.net> Fri, 28 Jun 2002 01:08:35 +0100
1816+
1817+gimp1.2 (1.2.3-2) unstable; urgency=MEDIUM
1818+
1819+ * Do not include escputil or man pages in gimp1.2 (there is already
1820+ a separate package for that). No dependancy is needed, since
1821+ the GIMP print plugin does not call escputil directly.
1822+ (Closes: #142013, #141892)
1823+ * Patch url.c (which is a MONSTROUS hack) to deal with the fact that
1824+ wget now outputs a "Resolving host.name.com.... done" line. This
1825+ throws off the hard-coded parsing function in url.c, and makes it
1826+ impossible to open URL files. (Really fixes #137132).
1827+ Patch is at http://people.debian.org/~che/gimp/url.patch
1828+
1829+ -- Ben Gertzfield <che@debian.org> Wed, 10 Apr 2002 13:51:07 +0900
1830+
1831+gimp1.2 (1.2.3-1) unstable; urgency=low
1832+
1833+ * New upstream version. (Closes: #140904)
1834+ * Remove TIFF from description of gimp1.2-nonfree. (Closes: #88381)
1835+ * Fixed config.guess upstream (and in NMU). (Closes: #120875)
1836+ * Change -I/usr/include/gnome-1.0 to be set in environment CFLAGS,
1837+ so I don't have to patch configure.in every time.
1838+ * Upstream now includes symlinks for names gimp -> gimp-1.2, for
1839+ all binaries and man pages, so we do too.
1840+ * gimp1.2 now depends on wget | wget-ssl; cannot open URLs otherwise.
1841+ (Closes: #137132)
1842+ * Include escputil print plug-in utility for cleaning nozzle heads,
1843+ etc. on Epson printers.
1844+
1845+ -- Ben Gertzfield <che@debian.org> Mon, 8 Apr 2002 17:33:25 +0900
1846+
1847+gimp1.2 (1.2.2-3) unstable; urgency=low
1848+
1849+ * Based on Colin's patch.
1850+ * Make /etc/gimp/1.2/* conffiles (closes: #132167).
1851+ * Adjust libpng2-dev build-dependency so that it definitely won't match
1852+ png3 (not sure if that would affect plugins).
1853+ * Does *not* add libgnome-dev to build-dependencies as Colin's patch
1854+ does. We need libgtkxmhtml*-dev, *not* libgnome-dev. I will not
1855+ ever require the massive GNOME libraries to build or run GIMP,
1856+ unless it becomes a GNOME project. The help browser should build
1857+ fine as long as libgtkxmhtml-dev is installed.
1858+ * Found the above problem -- libgtkxmhtml-dev renamed its include files
1859+ without warning to /usr/include/gnome-1.0/gtk-xmhtml/ for absolutely
1860+ no reason at all which broke GIMP's compilation process.
1861+ Patched configure.in and to always add -I/usr/include/gnome-1.0
1862+ as a quick solution.
1863+
1864+ -- Ben Gertzfield <che@debian.org> Mon, 11 Mar 2002 11:50:37 +0900
1865+
1866+gimp1.2 (1.2.2-2.1) unstable; urgency=low
1867+
1868+ * NMU
1869+ * rerun libtoolize & aclocal for new arch support. Closes: #120876
1870+
1871+ -- LaMont Jones <lamont@debian.org> Fri, 23 Nov 2001 20:17:10 -0700
1872+
1873+gimp1.2 (1.2.2-2) unstable; urgency=HIGH
1874+
1875+ * Sven, who released GIMP 1.2.2, messed up and incremented the soname
1876+ of the library. This was completely gratuitous and unnecessary for a
1877+ STABLE release, and broke tons of things (libgimp1.2 dependancies,
1878+ SANE, etc.) So I edited configure.in to change the GIMP_INTERFACE_AGE
1879+ and GIMP_BINARY_AGE to 2 so bring the soname back down to the same as
1880+ 1.2.1. (Closes: #103238)
1881+
1882+ -- Ben Gertzfield <che@debian.org> Tue, 21 Aug 2001 12:44:37 +0900
1883+
1884+gimp1.2 (1.2.2-1) unstable; urgency=low
1885+
1886+ * New upstream version. (Closes: #108760)
1887+ * Add to the front of LD_LIBRARY_PATH, don't clobber it, when
1888+ we need to do a dpkg-shlibdeps for gimp1.2-nonfree. (Closes: #104462)
1889+ * Add Enhances: tages for gimp1.2-perl and gimp1.2-nonfree -> gimp1.2.
1890+ * Up Standards-Version to 3.5.6.
1891+
1892+ -- Ben Gertzfield <che@debian.org> Sat, 18 Aug 2001 12:52:53 +0900
1893+
1894+gimp1.2 (1.2.1-4) unstable; urgency=low
1895+
1896+ * Change Build-Depends from xpm4g-dev to xlibs-dev. (Closes: #90801)
1897+ * Remove Build-Depends on xlib6g-dev (it's covered by xlibs-dev now.)
1898+ * Add Build-Depends on libtiff3g-dev and gettext. (oops!)
1899+ * Fix typo in debian/rules so man page for gimp-remote gets included.
1900+
1901+ -- Ben Gertzfield <che@debian.org> Fri, 23 Mar 2001 01:50:58 -0800
1902+
1903+gimp1.2 (1.2.1-3) unstable; urgency=low
1904+
1905+ * Include gimp-remote and gimp-remote.1 man page in gimp1.2 package.
1906+ (Closes: #89996) (Why didn't *I* get bug #90000? :)
1907+ * Recompile so gimptool has the right include paths for glib 1.2.9
1908+ and gtk+ 1.2.9. (Closes: #90600, #89001)
1909+ * It's weird, but the old building hack I had to set PERL_MM_OPTS
1910+ was working. Evidently not for everyone. Removed quotes.
1911+ (Closes: #90169)
1912+
1913+ -- Ben Gertzfield <che@debian.org> Wed, 21 Mar 2001 11:54:51 -0800
1914+
1915+gimp1.2 (1.2.1-2) unstable; urgency=MEDIUM
1916+
1917+ * Darn it. The GIMP folks keep the soname of libgimp et al the
1918+ same for the stable releases, but my soname guessing code from
1919+ the 1.1 series thought that it'd follow the minor revision (the last
1920+ 1 in 1.2.1) as it did in the 1.1 series. But in the 1.2 series, the
1921+ soname will always (Manish promises) be 0, so we don't need to
1922+ auto-generate debian/shlibs.local for proper dependancies. This
1923+ makes gimp1.2 depend on libgimp1.2 properly again. (Closes: #88098)
1924+ * This was already fixed (gimp 1.2 does not look for plugins in
1925+ /usr/lib/gimp/1.1/, honestly). (Closes: #80840)
1926+ * Add Replaces: gimp1.1-nonfree (<< 1.1.27-1) to gimp1.2 to make for
1927+ proper upgrades (the tiff plugin moved at that time from nonfree to
1928+ the main package.) (Closes: #83726)
1929+
1930+ -- Ben Gertzfield <che@debian.org> Thu, 1 Mar 2001 14:40:02 -0800
1931+
1932+gimp1.2 (1.2.1-1) unstable; urgency=low
1933+
1934+ * New upstream version. (Closes: #87912)
1935+ * Updated to use new Perl building policy; we're using dh_perl for
1936+ some of this, so add Build-Depends on perl (>= 5.6.0-16) and
1937+ debhelper (>= 3.0.5).
1938+ * Update Build-Depends to specify libglib1.2/libgtk1.2 >= 1.2.8.
1939+ (Closes: #87046)
1940+ * In README.Debian, mention that gimptool is in libgimp1.2-dev.
1941+ (Closes: #83501)
1942+ * GIMP saves gif just fine. (Closes: #82369)
1943+ * Evidently large numbers of open files bug fixed upstream.
1944+ (Closes: #81207)
1945+ * Add hint to menu file to put GIMP in "Bitmap" submenu.
1946+ (Closes: #80154)
1947+
1948+ -- Ben Gertzfield <che@debian.org> Tue, 27 Feb 2001 18:40:43 -0800
1949+
1950+gimp1.2 (1.2.0-1) unstable; urgency=low
1951+
1952+ * We made it!! At long last, we made it. 1.2 is out!
1953+
1954+ -- Ben Gertzfield <che@debian.org> Mon, 25 Dec 2000 12:04:22 -0800
1955+
1956+gimp1.1 (1.1.32-1) unstable; urgency=low
1957+
1958+ * New upstream version. Closes: #80100
1959+ * (1.1.31 didn't build. I wish people wouldn't submit bug reports
1960+ 5 minutes after a new developers'-only version comes out, without
1961+ testing if it even *builds*..)
1962+
1963+ -- Ben Gertzfield <che@debian.org> Fri, 22 Dec 2000 13:05:16 -0800
1964+
1965+gimp1.1 (1.1.29-2) unstable; urgency=low
1966+
1967+ * Remove dependancy on perl-5.005 that snuck in there when we merged
1968+ the Helix changes. Closes: #77155
1969+
1970+ -- Ben Gertzfield <che@debian.org> Wed, 15 Nov 2000 19:12:40 -0800
1971+
1972+gimp1.1 (1.1.29-1) unstable; urgency=low
1973+
1974+ * New upstream version.
1975+ * Bugs fixed previously that I forgot to close:
1976+ * Select / By Color doesn't crash. Closes: #62560
1977+ * libgimp1.1-dev Conflicts: with gimp. Closes: #75331
1978+
1979+ -- Ben Gertzfield <che@debian.org> Wed, 1 Nov 2000 14:35:01 -0800
1980+
1981+gimp1.1 (1.1.28-1) unstable; urgency=low
1982+
1983+ * New upstream version. That was quick! /etc and it's patches
1984+ were accepted. (upstream decided to use /etc/gimp/1.1 instead
1985+ of /etc/gimp-1.1. *shrug*
1986+
1987+ -- Ben Gertzfield <che@debian.org> Mon, 16 Oct 2000 22:17:37 -0700
1988+
1989+gimp1.1 (1.1.27-1) unstable; urgency=low
1990+
1991+ * New upstream version. Closes: #72193, #74115
1992+ * Fixed improper use of "it's" in app/user_install.c. Forwarded
1993+ patch upstream. Closes: #71521
1994+ * Fixed upstream: installation crash (Closes: #71519)
1995+ * Looked at a lot of the nice changes in the helix gimp1.1 packages
1996+ and applied 'em.
1997+ * IMPORTANT MOVE: I realized that the libgimp1.1.27-style packages
1998+ had to die a flaming horrible death. Moved to libgimp1.1 and
1999+ libgimp1.1-dev package naming style. This has the consequence
2000+ that I've had to make the shlibs file make things compiled against
2001+ libgimp1.1 depend on libgimp1.1 (>= 1.1.27.0), libgimp1.1 (<< 1.1.28).
2002+ * Because of the above, to clean out everyone's systems, I've made
2003+ libgimp1.1 Conflict: with all the old libgimp1.1.xs, and libgimp1.1-dev
2004+ Conflict: with all old libgimp1.1.x-devs. Closes: #62532
2005+ * Move the tiff plug-in to the main gimp package; only the gif
2006+ one uses patented crud any more.
2007+ * Bugs fixed long long ago: lprng moved lpc to /usr/sbin. Closes: #48655
2008+ * script-fu breakage due to not having fonts installed documented
2009+ in README.Debian and dependancies. Closes: #48840, #49003
2010+ * gimp1.1-perl split out long ago. Closes: #53873
2011+ * some Perl bug, fixed upstream long ago: Closes: #54502, #54666, #54668, #54687
2012+ * Can't reproduce big swapfile loading two pngs in a row. Probably
2013+ fixed upstream. Closes: #56240
2014+ * Can't reproduce crash on 'gimp --no-data -n -b "(gimp-quit 1)"' call,
2015+ there is no -n flag! Closes: #60941
2016+ * No problems loading EPS files whatsoever. Closes: #61536
2017+ * Old libgimp1.1.x lying around problem cured with new naming
2018+ scheme. Closes: #62532
2019+ * Selection -> By Color does not segfault any more. Closes: #62659
2020+ * Transparency dithering when converting to Indexed has been
2021+ implemented. Closes: #63719
2022+ * xcftopnm is included in gimp1.1-perl now. Closes: #63748, #63502
2023+ * Printing to postscript does not make an 'all black image'.
2024+ Closes: #65378
2025+ * Freshened up README.Debian and lightened dire font warnings.
2026+ Closes: #65664
2027+ * The BMP mentioned in bug #67415 does not crash GIMP. Closes: #67415
2028+ * Faulty order in package build (built gimp1.1 before gimp1.1-perl)
2029+ led some Perl plugins to be included in the gimp1.1 package.
2030+ Fixed. Closes: #67523, #70811
2031+ * User installation crash fixed upstream. Closes: #71519
2032+ * Patched it's typo in installation. Sent patch upstream. Closes: #71521
2033+ * Patched to move all config files to /etc/gimp-1.1/ instead of
2034+ /usr/share/gimp/1.1/ . Sent patch upstream. Closes: #72161
2035+ * GIMP seems to have no problems parsing lpc's output when using
2036+ lprng for me. Closes: #72448
2037+ * gimp-python is maintained separately. Closes: #58548
2038+ * Moved gimp binary to /usr/bin. This is to follow policy, and
2039+ also fixes a problem with the GIMP Perl module. Closes: #66469
2040+ * Um. Control+mouse button 1 doesn't select; it deselects. This
2041+ is documented. Closes: #65326
2042+ * Yes, gimp1.1 is in the archives for woody. Closes: #61641
2043+
2044+ -- Ben Gertzfield <che@debian.org> Thu, 12 Oct 2000 21:39:45 -0700
2045+
2046+gimp1.1 (1.1.24-1) unstable; urgency=low
2047+
2048+ * New upstream version. (Sorry for slacking off there.) Closes: #64294
2049+ * Add Build-Depends line. Closes: #62896
2050+ * (Hopefully) add Help support in by installing the new libgtkxmhtml-dev
2051+ package. Yes, this indirectly requires GNOME libraries -- but only
2052+ to build. libgtkxmhtml1 does not require GNOME libraries at run-time,
2053+ so I'm satisfied. Closes: #52634
2054+
2055+ -- Ben Gertzfield <che@debian.org> Thu, 10 Aug 2000 11:15:10 -0700
2056+
2057+gimp1.1 (1.1.19-1) unstable; urgency=low
2058+
2059+ * New upstream version. Please don't let there be any i18n breakage
2060+ this time...
2061+ * To separate the perl plugins, instead of a static list we now
2062+ run 'file' on usr/lib/gimp/1.1/plug-ins/* and any that say
2063+ 'perl script' we include in gimp1.1-perl.
2064+
2065+ -- Ben Gertzfield <che@debian.org> Wed, 5 Apr 2000 22:56:19 -0700
2066+
2067+gimp1.1 (1.1.18-1) unstable; urgency=low
2068+
2069+ * New upstream version. Use CVS po files for i18n to avoid crashes,
2070+ and patch da_DK po file by hand because it's still broken.
2071+
2072+ -- Ben Gertzfield <che@debian.org> Sat, 4 Mar 2000 09:02:08 -0800
2073+
2074+gimp1.1 (1.1.17-2) frozen unstable; urgency=low
2075+
2076+ * Move gimp-tool into libgimp1.1.17-dev, and make libgimp1.1.17-dev
2077+ Depend: on libgtk1.2-dev and libglib1.2-dev. Closes: #59057
2078+ * Fixes locale brokenness for it_IT, ru_RU, de_DE. (Updated the po
2079+ files from CVS gimp current as of 27 Feb 2000.) Closes: #58796, #56503,
2080+ #57498, #57403,
2081+
2082+ -- Ben Gertzfield <che@debian.org> Sun, 27 Feb 2000 10:39:36 -0800
2083+
2084+gimp1.1 (1.1.17-1) unstable; urgency=low
2085+
2086+ * New upstream version.
2087+
2088+ -- Ben Gertzfield <che@debian.org> Fri, 11 Feb 2000 12:29:22 -0800
2089+
2090+gimp1.1 (1.1.15-3) frozen unstable; urgency=MEDIUM
2091+
2092+ * Fix GIMP crashes by moving Perl-Server plugin out of main
2093+ gimp1.1 package into gimp1.1-perl. Closes: #56237
2094+ (Yes, this must make it into frozen, otherwise gimp1.1 doesn't
2095+ work.)
2096+ * As a consequence of the above, gimp1.1-perl Replaces: gimp1.1
2097+ (<< 1.1.15-3).
2098+ * Make sure libgimp1.1.15 doesn't include any Perl directories.
2099+
2100+ -- Ben Gertzfield <che@debian.org> Wed, 26 Jan 2000 16:37:41 -0800
2101+
2102+gimp1.1 (1.1.15-2) frozen unstable; urgency=MEDIUM
2103+
2104+ * Argh. I had messed up the build process and no files actually
2105+ got into gimp1.1-perl. This rebuild must make it into frozen,
2106+ * Make gimp1.1-perl Depend: on gimp1.1 (>= ${Source-Version}) so
2107+ people don't try to install it with a mismatching gimp package.
2108+ * Add Suggests: from gimp1.1 to gimp1.1-perl.
2109+ * To make slink -> potato upgrade easier (read: possible), sprinkle
2110+ Replaces: liberally around.
2111+
2112+ -- Ben Gertzfield <che@debian.org> Sat, 22 Jan 2000 14:14:56 -0800
2113+
2114+gimp1.1 (1.1.15-1) unstable; urgency=low
2115+
2116+ * New upstream version.
2117+ * Bump Standards to 3.1.1.1.
2118+ * Move Perl plugins and support into gimp1.1-perl. Closes: #54562
2119+ * Duplicates of bugs closed below. Closes: #53707, #53708, #53873,
2120+ #50678
2121+
2122+ -- Ben Gertzfield <che@debian.org> Sat, 15 Jan 2000 11:16:59 -0800
2123+
2124+gimp1.1 (1.1.14-4) unstable; urgency=low
2125+
2126+ * Add Conflict: with libgimp-perl (it should be removed from the
2127+ archives sooner or later, though.) Closes: #54212
2128+
2129+ -- Ben Gertzfield <che@debian.org> Thu, 6 Jan 2000 11:26:57 -0800
2130+
2131+gimp1.1 (1.1.14-3) unstable; urgency=low
2132+
2133+ * Add dependancies on libgtk-perl and pdl. Closes: #53971, #53826
2134+ * Build with perl Image::Magick support. Add dependancy on perlmagick.
2135+ * If anyone thinks any of the above new dependancies (libgtk-perl, pdl,
2136+ perlmagick) should be made into Suggests, let me know. I couldn't
2137+ decide, so went with a Depends to be on the safe side. But, this
2138+ requires about 6 more megs of packages to be installed, so some
2139+ people may not be happy.
2140+ * Patch the stupid Makefile.PL in plug-ins/perl/Makefile.PL to not
2141+ force UNINST=1 on the 'make install'. GRRR!
2142+
2143+ -- Ben Gertzfield <che@debian.org> Wed, 5 Jan 2000 18:08:02 -0800
2144+
2145+gimp1.1 (1.1.14-2) unstable; urgency=low
2146+
2147+ * Do not include 'perllocal.pod' in install.
2148+
2149+ -- Ben Gertzfield <che@debian.org> Thu, 30 Dec 1999 12:18:17 -0800
2150+
2151+gimp1.1 (1.1.14-1) unstable; urgency=low
2152+
2153+ * New upstream version.
2154+ * Now includes gimp-perl and the related Perl plugins in the main
2155+ gimp package. Closes: #34392
2156+ * Still no gimp help browser, as libgtkxmhtml-dev depends on a whole
2157+ slew of GNOME libraries which I am not willing to foist on
2158+ unsuspecting GIMP users.
2159+ * Fixed in earlier releases: Closes: #42096, #42699
2160+
2161+ -- Ben Gertzfield <che@debian.org> Fri, 17 Dec 1999 15:03:36 -0800
2162+
2163+gimp1.1 (1.1.13-1) unstable; urgency=low
2164+
2165+ * New upstream version.
2166+
2167+ -- Ben Gertzfield <che@debian.org> Fri, 26 Nov 1999 11:13:19 -0800
2168+
2169+gimp1.1 (1.1.12-1) unstable; urgency=low
2170+
2171+ * New upstream version.
2172+
2173+ -- Ben Gertzfield <che@debian.org> Thu, 25 Nov 1999 13:16:37 -0800
2174+
2175+gimp1.1 (1.1.10-1) unstable; urgency=low
2176+
2177+ * New upstream version.
2178+
2179+ -- Ben Gertzfield <che@debian.org> Wed, 6 Oct 1999 19:17:57 -0700
2180+
2181+gimp1.1 (1.1.9-1) unstable; urgency=low
2182+
2183+ * New upstream version.
2184+ * Change auto-generation of shlibs file to make things compiled against
2185+ libgimp to depend on (e.g.) >= 1.1.8 instead of >= 1.1.8-1. This
2186+ makes building slink packages with versions like 1.1.8-0slink1
2187+ work.
2188+
2189+ -- Ben Gertzfield <che@debian.org> Fri, 10 Sep 1999 21:27:29 -0700
2190+
2191+gimp1.1 (1.1.8-1) unstable; urgency=low
2192+
2193+ * New upstream version.
2194+ * Change Recommends: of xfnts-100dpi to a Suggests, as it seems GIMP will
2195+ work without it nowadays.
2196+ * Upstream has restructured /usr/share/gimp and I missed it; that's
2197+ why the help files and tips of the day were missing.
2198+ (Fixes: #42699, #42096)
2199+ * libgimp1.1.8-dev Depends: on Source-Version of libgimp1.1.8 now.
2200+
2201+ -- Ben Gertzfield <che@debian.org> Tue, 24 Aug 1999 13:46:24 -0700
2202+
2203+gimp1.1 (1.1.7-1) unstable; urgency=low
2204+
2205+ * New upstream version.
2206+ * Remove dependancy on perl, since it was outdated and I don't
2207+ even include the perl stuff (yet) (Fixes: #41402, #41484)
2208+
2209+ -- Ben Gertzfield <che@debian.org> Sun, 18 Jul 1999 18:09:52 -0700
2210+
2211+gimp1.1 (1.1.6-2) unstable; urgency=low
2212+
2213+ * Patch for compiling on non-x86 architectures. (Fixes: #39863, #40080)
2214+ * libgimp1.1.6-dev no longer conflicts with libgimp1. (Fixes: #40267)
2215+
2216+ -- Ben Gertzfield <che@debian.org> Thu, 1 Jul 1999 21:13:37 -0700
2217+
2218+gimp1.1 (1.1.6-1) unstable; urgency=low
2219+
2220+ * New upstream version.
2221+
2222+ -- Ben Gertzfield <che@debian.org> Mon, 14 Jun 1999 22:00:10 -0700
2223+
2224+gimp1.1 (1.1.5-1) unstable; urgency=low
2225+
2226+ * New upstream version.
2227+ * Make it easier for myself to make new releases by automatically
2228+ generating the shlibs.local file, and other changes to debian/rules
2229+
2230+ -- Ben Gertzfield <che@debian.org> Thu, 13 May 1999 14:16:19 -0700
2231+
2232+gimp1.1 (1.1.4-1) unstable; urgency=low
2233+
2234+ * New upstream version.
2235+ * The Perl extension won't work until the Debian libgtk-perl package
2236+ is updated. So I'm releasing this without the Perl extension until
2237+ libgtk-perl is recompiled against GTK+ 1.2 and updated from the
2238+ upstream source.
2239+
2240+ -- Ben Gertzfield <che@debian.org> Sun, 11 Apr 1999 14:23:15 -0700
2241+
2242+gimp1.1 (1.1.3-2) unstable; urgency=low
2243+
2244+ * shlibs.local needed to be bumped to 1.1.3
2245+ * disable perl extension for the time being
2246+
2247+ -- Ben Gertzfield <che@debian.org> Sun, 28 Mar 1999 14:04:30 -0800
2248+
2249+gimp1.1 (1.1.3-1) unstable; urgency=low
2250+
2251+ * New upstream version.
2252+ * Build with GTK+ 1.2.
2253+
2254+ -- Ben Gertzfield <che@debian.org> Mon, 15 Mar 1999 10:14:32 -0800
2255+
2256+gimp1.1 (1.1.2-1) unstable; urgency=low
2257+
2258+ * New upstream version.
2259+
2260+ -- Ben Gertzfield <che@debian.org> Thu, 18 Feb 1999 19:19:43 -0800
2261+
2262+gimp1.1 (1.1.1-1) unstable; urgency=low
2263+
2264+ * New upstream version.
2265+ * Fix menu entry to be package gimp1.1, not gimp. (Fixes: #31796)
2266+
2267+ -- Ben Gertzfield <che@debian.org> Thu, 21 Jan 1999 12:46:10 -0800
2268+
2269+gimp1.1 (1.1.0-1) unstable; urgency=low
2270+
2271+ * New upstream version; new package name (gimp1.1) to reflect unstable
2272+ release.
2273+
2274+ -- Ben Gertzfield <che@debian.org> Thu, 24 Dec 1998 10:04:44 -0800
2275+
2276+gimp (1.0.2-3) frozen unstable; urgency=low
2277+
2278+ * Recompile for ncurses 4.2 and related aalib
2279+
2280+ -- Ben Gertzfield <che@debian.org> Mon, 9 Nov 1998 20:29:13 -0800
2281+
2282+gimp (1.0.2-2) frozen unstable; urgency=low
2283+
2284+ * The gimp package no longer depends explicitly on xfnt{75,100}. I
2285+ downgraded the relationship to a Recommends: and added big fat
2286+ warnings in the README and in the package description.
2287+ Fixes bugs #14600 and #21055. This has been changed because it's
2288+ possible to run GIMP using a remote font server to serve the 75/100dpi
2289+ fonts. However, it's really no big deal to ask for them to be installed
2290+ locally, so the relationship should be Recommends:.
2291+ * The above Recommends: has been changed to xfonts-{75,100}dpi, although
2292+ it's pretty silly that their names were changed without adding a
2293+ Provides:. *grumble*
2294+ * Bumped the version number in the dependancy of gimp on gimp-data-extras
2295+ to (>= 1:1.0.0).
2296+ * libgimp-dev now conflicts with libglib-dev, so people don't try
2297+ compiling plugins when they only have GTK+ 1.1 installed.
2298+
2299+ -- Ben Gertzfield <che@debian.org> Sun, 25 Oct 1998 10:46:23 -0800
2300+
2301+gimp (1.0.2-1) unstable; urgency=low
2302+
2303+ * New upstream version. This better make it in before the freeze :)
2304+
2305+ -- Ben Gertzfield <che@debian.org> Wed, 14 Oct 1998 22:47:25 -0700
2306+
2307+gimp (1.0.1-1) unstable; urgency=low
2308+
2309+ * New upstream version.
2310+
2311+ -- Ben Gertzfield <che@debian.org> Sun, 27 Sep 1998 21:37:45 -0700
2312+
2313+gimp (1.0.0-1) frozen unstable; urgency=low
2314+
2315+ * We made it! All the way to 1.0.0! Huzzah!
2316+
2317+ -- Ben Gertzfield <che@debian.org> Tue, 2 Jun 1998 01:12:27 -0700
2318+
2319+gimp (0.99.31-1) frozen unstable; urgency=low
2320+
2321+ * New stable upstream version.
2322+ * Now includes man-page for gimptool.
2323+
2324+ -- Ben Gertzfield <che@debian.org> Mon, 18 May 1998 13:18:01 -0700
2325+
2326+gimp (0.99.29-2) frozen unstable; urgency=low
2327+
2328+ * Added gimptool into package, was accidentally left out previously.
2329+
2330+ -- Ben Gertzfield <che@debian.org> Mon, 11 May 1998 18:13:23 -0700
2331+
2332+gimp (0.99.29-1) frozen unstable; urgency=low
2333+
2334+ * Yikes! They're still pumping out those upstream versions.
2335+ * For some reason, the xdelta-dev package has disappeared. The
2336+ xdelta plugin has thus been removed.
2337+
2338+ -- Ben Gertzfield <che@debian.org> Tue, 5 May 1998 19:43:35 -0700
2339+
2340+gimp (0.99.28-1) frozen unstable; urgency=low
2341+
2342+ * Yet another new upstream version.
2343+
2344+ -- Ben Gertzfield <che@debian.org> Tue, 28 Apr 1998 12:54:34 -0700
2345+
2346+gimp (0.99.27-1) frozen unstable; urgency=low
2347+
2348+ * Gosh, 0.99.26 *wasn't* the last version. :/ Hope they're almost
2349+ done. New upstream version, bug fixes only of course.
2350+
2351+ -- Ben Gertzfield <che@debian.org> Sat, 18 Apr 1998 14:56:21 -0700
2352+
2353+gimp (0.99.26-1) frozen unstable; urgency=low
2354+
2355+ * Another new upstream version. The GIMP developers are swearing
2356+ up and down that this is the last one before 1.0.. hmm :)
2357+ * This version is supposed to fix the problems with the save/load
2358+ dialog box.
2359+
2360+ -- Ben Gertzfield <che@debian.org> Sun, 12 Apr 1998 01:19:33 -0700
2361+
2362+gimp (0.99.24-1) frozen unstable; urgency=low
2363+
2364+ * New upstream version.
2365+ * Made sure ChangeLog was installed as changelog.gz; fixes
2366+ lintian errors.
2367+ * Corrected major error in libgimp1's shlibs file.
2368+
2369+ -- Ben Gertzfield <che@debian.org> Wed, 8 Apr 1998 12:58:38 -0700
2370+
2371+gimp (0.99.23-1) frozen unstable; urgency=low
2372+
2373+ * New upstream version.
2374+ * /usr/lib/libgck.{a,so} were not in the -dev package, moved
2375+ them to the right place.
2376+ * Fixed postinst to test if package is being configured for
2377+ ldconfiggage (Hi again James!)
2378+
2379+ -- Ben Gertzfield <che@debian.org> Sun, 29 Mar 1998 16:12:15 -0800
2380+
2381+gimp (0.99.22-2) frozen unstable; urgency=low
2382+
2383+ * /usr/share/gimp/gfig/ directory was accidentally left out of -1,
2384+ re-added it.
2385+ * /usr/include/gck/ was accidentally left out of -1's -dev package,
2386+ re-added it.
2387+
2388+ -- Ben Gertzfield <che@debian.org> Mon, 23 Mar 1998 18:32:14 -0800
2389+
2390+gimp (0.99.22-1) unstable; urgency=low
2391+
2392+ * New upstream version.
2393+ * Replaced libtool with Debian native libtool.
2394+
2395+ -- Ben Gertzfield <che@debian.org> Thu, 19 Mar 1998 23:43:57 -0800
2396+
2397+gimp (0.99.21-2) frozen unstable; urgency=medium
2398+
2399+ * Somehow GIMP didn't get linked with libXi, which MAJORLY broke things.
2400+ Fixed.
2401+
2402+ -- Ben Gertzfield <che@debian.org> Mon, 16 Mar 1998 22:40:36 -0800
2403+
2404+gimp (0.99.21-1) unstable; urgency=low
2405+
2406+ * New upstream release.
2407+
2408+ -- Ben Gertzfield <che@debian.org> Sun, 15 Mar 1998 10:53:05 -0800
2409+
2410+gimp (0.99.20-1) unstable; urgency=low
2411+
2412+ * New upstream version.
2413+ * Manpage is now included with upstream source, and included ChangeLog,
2414+ README, and NOTES in /usr/doc/gimp.
2415+ * Patched print plugin to call /usr/sbin/lpc directly instead of
2416+ just lpc.
2417+
2418+ -- Ben Gertzfield <che@debian.org> Fri, 13 Mar 1998 23:20:26 -0800
2419+
2420+gimp (0.99.19-2) unstable; urgency=low
2421+
2422+ * Rebuild with gtk+-0.99.4-2 to fix shlib dependancies.
2423+
2424+ -- Ben Gertzfield <che@debian.org> Sun, 8 Mar 1998 00:07:11 -0800
2425+
2426+gimp (0.99.19-1) unstable; urgency=low
2427+
2428+ * New upstream version.
2429+ * Removed dh_du calls to remove lintian errors on du control files.
2430+ * gimp-data-min has been merged in with the main gimp package and
2431+ so is now obsolete.
2432+ * Upgraded Standards-Version to 2.4.0.0.
2433+ * Made copyrights correct for libgimp and gimp-nonfree.
2434+
2435+ -- Ben Gertzfield <che@debian.org> Mon, 2 Mar 1998 13:38:09 -0800
2436+
2437+gimp (0.99.18-2) unstable; urgency=low
2438+
2439+ * Moved gimp binary back into /usr/X11R6/bin, made menu entry
2440+ properly reflect this change. Fixes bug #17554.
2441+
2442+ -- Ben Gertzfield <che@debian.org> Tue, 27 Jan 1998 16:28:54 -0800
2443+
2444+gimp (0.99.18-1) unstable; urgency=low
2445+
2446+ * New upstream version.
2447+
2448+ -- Ben Gertzfield <che@debian.org> Mon, 26 Jan 1998 11:15:12 -0800
2449+
2450+gimp (0.99.17-3) unstable; urgency=low
2451+
2452+ * The menu file was accidentally left out of the package; fixed.
2453+ * The /usr/doc/gimp/README.debian was also added back into the package.
2454+
2455+ -- Ben Gertzfield <che@debian.org> Tue, 6 Jan 1998 15:27:36 -0800
2456+
2457+gimp (0.99.17-2) unstable; urgency=low
2458+
2459+ * Recompiled because of shlibs file error in libgtk1 0.99.2-1,
2460+ now depends on libgtk1 (>=1:0.99.2) instead of just libgtk1.
2461+
2462+ -- Ben Gertzfield <che@debian.org> Mon, 5 Jan 1998 12:38:11 -0800
2463+
2464+gimp (0.99.17-1) unstable; urgency=low
2465+
2466+ * New upstream version.
2467+
2468+ -- Ben Gertzfield <che@debian.org> Sun, 4 Jan 1998 00:36:42 -0800
2469+
2470+gimp (0.99.16-2) unstable; urgency=low
2471+
2472+ * libgimp-dev did not conflict with and replace gimp-dev; fixed.
2473+ * Really used pristine upstream source.
2474+
2475+ -- Ben Gertzfield <che@debian.org> Mon, 29 Dec 1997 13:14:59 -0800
2476+
2477+gimp (0.99.16-1) unstable; urgency=low
2478+
2479+ * New upstream version.
2480+ * Converted to use debhelper.
2481+ * Split off libgimp package.
2482+
2483+ -- Ben Gertzfield <che@debian.org> Mon, 15 Dec 1997 14:00:19 -0800
2484+
2485+gimp (0.99.14-1) unstable; urgency=low
2486+
2487+ * New upstream version.
2488+ * Linked with all libc6 libraries, fixes bug #13505.
2489+ * Fixed dumb dependancy error. Fixes bug #13324.
2490+ * Put header files in the absolutely proper place. Fixes bug #13247.
2491+ * Split off libgtk1 et al from the source package.
2492+ * Upgraded to Standards-Version 2.3.0.0.
2493+
2494+ -- Ben Gertzfield <che@debian.org> Wed, 15 Oct 1997 15:49:03 -0700
2495+
2496+gimp (0.99.10pre11-1) unstable; urgency=low
2497+
2498+ * New upstream version.
2499+ * Recompiled with libc6 X libraries.
2500+ * Removed XInput support, because it depends on XFree86 3.1.1,
2501+ which hasn't been made into a Debian package yet.
2502+
2503+ -- Ben Gertzfield <che@debian.org> Sat, 13 Sep 1997 16:28:38 -0700
2504+
2505+gimp (0.99.10-3) unstable; urgency=low
2506+
2507+ * Applied more patches. GIMP now has XInput (tablet pressure/tilt)
2508+ extensions!
2509+
2510+ -- Ben Gertzfield <che@debian.org> Sat, 16 Aug 1997 17:55:10 -0500
2511+
2512+gimp (0.99.10-2) unstable; urgency=low
2513+
2514+ * Removed empty documentation files; fixes bug #11491.
2515+ * Fixed symbolic links for shared libraries (added links to libname.so in
2516+ -dev packages)
2517+ * Changed shlibs for libgtk to use = instead of >=; fixes bug #11492
2518+ * Applied patches from http://copper.ucs.indiana.edu/~sgoehrin/gimp/patches/
2519+
2520+ -- Ben Gertzfield <che@imsa.edu> Tue, 29 Jul 1997 19:33:41 -0500
2521+
2522+gimp (0.99.10-1) unstable; urgency=low
2523+
2524+ * New maintainer.
2525+ * New upstream version.
2526+ * Uses the new gtk and gdk libraries instead of Motif.
2527+ * Split into gimp, gimp-dev, libgtk, libgtk-dev, gimp-data, and gimp-nonfree.
2528+
2529+ -- Ben Gertzfield <che@imsa.edu> Tue, 22 Jul 1997 20:53:20 -0500
2530+
2531+gimp (0.54.1-6) unstable; urgency=low
2532+
2533+ * Fixed menu problem.
2534+ * Fixed problem with simultaneous gimp-plugins install.
2535+ * Added minimal man page.
2536+ * Killed README.debian (copyright already had the info).
2537+
2538+ -- Rob Browning <osiris@cs.utexas.edu> Sun, 13 Apr 1997 20:49:59 -0500
2539+
2540+gimp (0.54.1-5) unstable; urgency=low
2541+
2542+ * added new gimprc parsing.
2543+ * moved /etc/gimprc to /etc/gimp/gimprc
2544+
2545+ -- Rob Browning <osiris@cs.utexas.edu> Sun, 2 Feb 1997 03:08:03 -0600
2546+
2547+gimp (0.54.1-4) unstable; urgency=low
2548+
2549+ * Change to new packaging standards.
2550+ * Added X menu entry.
2551+ * Fixed config file placement and loading (bug #4303)
2552+ * Fixed dependencies (bug #6691)
2553+
2554+ -- Rob Browning <osiris@cs.utexas.edu> Mon, 27 Jan 1997 01:04:31 -0600
2555+
2556+
2557
2558=== added file 'debian/compat'
2559--- debian/compat 1970-01-01 00:00:00 +0000
2560+++ debian/compat 2010-11-19 15:39:25 +0000
2561@@ -0,0 +1,1 @@
2562+5
2563
2564=== added file 'debian/control'
2565--- debian/control 1970-01-01 00:00:00 +0000
2566+++ debian/control 2010-11-19 15:39:25 +0000
2567@@ -0,0 +1,99 @@
2568+Source: gimp
2569+Priority: optional
2570+Section: graphics
2571+Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
2572+XSBC-Original-Maintainer: Ari Pollak <ari@debian.org>
2573+Standards-Version: 3.8.2
2574+Build-Depends: debhelper (>= 5.0.53), cdbs (>= 0.4.37), autotools-dev,
2575+ patchutils, gettext, intltool (>= 0.36.3), libx11-dev, libice-dev, libsm-dev,
2576+ libxmu-dev, libxpm-dev, libxt-dev,
2577+ libaa1-dev, libgtk2.0-dev (>= 2.19.1), libglib2.0-dev (>= 2.16.0),
2578+ libpango1.0-dev (>= 1.12.2), libwebkit-dev, libjpeg-dev,
2579+ libart-2.0-dev, libpng12-dev | libpng-dev,
2580+ zlib1g-dev, libtiff4-dev, python-dev (>= 2.3.5), python-gtk2-dev (>= 2.10.4),
2581+ python-support (>= 0.4), libexif-dev (>= 0.6.15), libmng-dev,
2582+ librsvg2-dev (>= 2.7.2-2), libfontconfig1-dev (>= 2.2.0),
2583+ libwmf-dev (>= 0.2.8-1.1), libfreetype6-dev (>= 2.2),
2584+ libpoppler-glib-dev (>= 0.3.1),
2585+ libasound2-dev (>= 1.0.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
2586+ libhal-dev (>= 0.5.7), libdbus-glib-1-dev (>= 0.70),
2587+ liblcms1-dev | liblcms-dev, libgegl-0.0-dev, libbabl-0.0-0-dev
2588+#Build-Conflicts: libgimp2.0
2589+XS-Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/gimp/
2590+XS-Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/gimp/
2591+Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gimp/ubuntu
2592+Homepage: http://www.gimp.org
2593+
2594+Package: libgimp2.0
2595+Architecture: any
2596+Section: libs
2597+Depends: ${shlibs:Depends}
2598+Recommends: gimp, gimp-data (>= ${source:Upstream-Version}), gimp-data (<= ${source:Upstream-Version}-z)
2599+Description: Libraries for the GNU Image Manipulation Program
2600+ This package includes the libgimp libraries, which are
2601+ necessary to run GIMP and third-party GIMP plugins.
2602+
2603+Package: gimp
2604+Architecture: any
2605+Section: graphics
2606+Provides: gimp-helpbrowser, gimp-python
2607+Depends: 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}
2608+Conflicts: 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)
2609+Replaces: 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)
2610+Suggests: gimp-help-en | gimp-help, gimp-data-extras, gvfs-backends, libasound2, ghostscript
2611+Description: The GNU Image Manipulation Program
2612+ GIMP is an advanced picture editor. You can use it to edit, enhance,
2613+ and retouch photos and scans, create drawings, and make your own
2614+ images. Lots of tools are available; you can sharpen and resize photos,
2615+ and remove dust and red-eyes, for example.
2616+ .
2617+ It has a large collection of professional-level editing tools and
2618+ filters, similar to the ones you might find in PhotoShop. Numerous
2619+ fine-control settings and features like layers, paths, masks, and
2620+ scripting give you total control over your images.
2621+ .
2622+ Many image file formats are supported, including JPEG, PhotoShop
2623+ (.psd), and Paint Shop Pro (.psp) files. It can also be used to scan
2624+ and print photos.
2625+
2626+Package: gimp-data
2627+Architecture: all
2628+Section: graphics
2629+Recommends: gimp
2630+Conflicts: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0)
2631+Replaces: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0)
2632+Description: Data files for GIMP
2633+ This package contains architecture-independent supporting data files
2634+ for use with GIMP.
2635+
2636+Package: libgimp2.0-dev
2637+Architecture: any
2638+Section: libdevel
2639+Depends: ${shlibs:Depends}, libgimp2.0 (= ${binary:Version}), libgtk2.0-dev (>= 2.12.5), pkg-config
2640+Suggests: libgimp2.0-doc
2641+Description: Headers and other files for compiling plugins for GIMP
2642+ This package contains the header files for the GNU Image Manipulation
2643+ Program, along with the static versions of libgimp.
2644+ It also includes the gimptool-2.0 utility.
2645+ .
2646+ Install this package if you wish to compile your own plugins,
2647+ or if you wish to develop packages that use libgimp.
2648+
2649+Package: libgimp2.0-doc
2650+Architecture: all
2651+Section: doc
2652+Depends: lynx | www-browser
2653+Description: Developers' Documentation for the GIMP library
2654+ This package contains the HTML documentation for the GIMP library in
2655+ /usr/share/gtk-doc/html/ .
2656+
2657+Package: gimp-dbg
2658+Priority: extra
2659+Architecture: any
2660+Section: debug
2661+Depends: gimp (= ${binary:Version}) | libgimp2.0 (= ${binary:Version}), ${shlibs:Depends}
2662+Description: Debugging symbols for GIMP
2663+ This package includes the debugging symbols useful for debugging
2664+ GIMP and its libraries, contained in the gimp and libgimp2.0 packages.
2665+ The debugging symbols are used for execution tracing and core dump
2666+ analysis.
2667
2668=== added file 'debian/copyright'
2669--- debian/copyright 1970-01-01 00:00:00 +0000
2670+++ debian/copyright 2010-11-19 15:39:25 +0000
2671@@ -0,0 +1,57 @@
2672+The GIMP source is available at ftp.gimp.org:/pub/gimp.
2673+
2674+Copyrights for GIMP-related packages:
2675+
2676+gimp
2677+---------
2678+Copyright (C) 1995 Spencer Kimball and Peter Mattis
2679+
2680+The GIMP may be redistributed under the terms of the GNU GPL,
2681+Version 2 or later, found on Debian systems in the file
2682+/usr/share/common-licenses/GPL
2683+
2684+The only exceptions are in in plug-ins/common/tiff.c and plug-ins/common/gif.c:
2685+
2686+/*
2687+** tifftopnm.c - converts a Tagged Image File to a portable anymap
2688+**
2689+** Derived by Jef Poskanzer from tif2ras.c, which is:
2690+**
2691+** Copyright (c) 1990 by Sun Microsystems, Inc.
2692+**
2693+** Author: Patrick J. Naughton
2694+** naughton@wind.sun.com
2695+**
2696+** Permission to use, copy, modify, and distribute this software and its
2697+** documentation for any purpose and without fee is hereby granted,
2698+** provided that the above copyright notice appear in all copies and that
2699+** both that copyright notice and this permission notice appear in
2700+** supporting documentation.
2701+**
2702+** This file is provided AS IS with no warranties of any kind. The author
2703+** shall have no liability with respect to the infringement of copyrights,
2704+** trade secrets or any patents by this file or any part thereof. In no
2705+** event will the author be liable for any lost revenue or profits or
2706+** other special, indirect and consequential damages.
2707+*/
2708+
2709+/* GIF saving file filter for The GIMP version 1.3/1.4
2710+ *
2711+ * Copyright
2712+ * - Adam D. Moss
2713+ * - Peter Mattis
2714+ * - Spencer Kimball
2715+ *
2716+ * Based around original GIF code by David Koblas. */
2717+/* Copyright notice for GIF code from which this plugin was long ago */
2718+/* derived (David Koblas has granted permission to relicense): */
2719+/* +-------------------------------------------------------------------+ */
2720+/* | Copyright 1990, 1991, 1993, David Koblas. (koblas@extra.com) | */
2721+/* +-------------------------------------------------------------------+ */
2722+
2723+
2724+libgimp
2725+-----------
2726+The GIMP libraries may be redistributed under the terms of the GNU
2727+LGPL, Version 2 or later, found on Debian systems in the file
2728+/usr/share/common-licenses/LGPL
2729
2730=== added file 'debian/gimp-data.files'
2731--- debian/gimp-data.files 1970-01-01 00:00:00 +0000
2732+++ debian/gimp-data.files 2010-11-19 15:39:25 +0000
2733@@ -0,0 +1,10 @@
2734+etc/
2735+usr/share/gimp/
2736+usr/share/icons/
2737+usr/share/locale/*/LC_MESSAGES/gimp??.mo
2738+usr/share/locale/*/LC_MESSAGES/gimp??-std-plug-ins.mo
2739+usr/share/locale/*/LC_MESSAGES/gimp??-script-fu.mo
2740+usr/share/locale/*/LC_MESSAGES/gimp??-python.mo
2741+usr/share/locale/*/LC_MESSAGES/gimp??-tips.mo
2742+usr/share/man/man5/gimprc.5
2743+usr/share/man/man5/gimprc-?.?.5
2744
2745=== added file 'debian/gimp-gnomevfs.dirs'
2746--- debian/gimp-gnomevfs.dirs 1970-01-01 00:00:00 +0000
2747+++ debian/gimp-gnomevfs.dirs 2010-11-19 15:39:25 +0000
2748@@ -0,0 +1,1 @@
2749+usr/lib/gimp/2.0/plug-ins
2750
2751=== added file 'debian/gimp-libcurl.dirs'
2752--- debian/gimp-libcurl.dirs 1970-01-01 00:00:00 +0000
2753+++ debian/gimp-libcurl.dirs 2010-11-19 15:39:25 +0000
2754@@ -0,0 +1,1 @@
2755+usr/lib/gimp/2.0/plug-ins
2756
2757=== added file 'debian/gimp.dirs'
2758--- debian/gimp.dirs 1970-01-01 00:00:00 +0000
2759+++ debian/gimp.dirs 2010-11-19 15:39:25 +0000
2760@@ -0,0 +1,1 @@
2761+usr/share/pixmaps
2762
2763=== added file 'debian/gimp.docs'
2764--- debian/gimp.docs 1970-01-01 00:00:00 +0000
2765+++ debian/gimp.docs 2010-11-19 15:39:25 +0000
2766@@ -0,0 +1,6 @@
2767+NEWS
2768+README
2769+debian/README.Debian
2770+debian/README.MIDI
2771+docs/*.txt
2772+docs/Wilber*
2773
2774=== added file 'debian/gimp.files'
2775--- debian/gimp.files 1970-01-01 00:00:00 +0000
2776+++ debian/gimp.files 2010-11-19 15:39:25 +0000
2777@@ -0,0 +1,14 @@
2778+usr/bin/gimp
2779+usr/bin/gimp-?.?
2780+usr/bin/gimp-console
2781+usr/bin/gimp-console-?.?
2782+usr/lib/gimp/2.0/environ/
2783+usr/lib/gimp/2.0/modules/
2784+usr/lib/gimp/2.0/interpreters/
2785+usr/lib/gimp/2.0/plug-ins/
2786+usr/lib/gimp/2.0/python/
2787+usr/share/applications
2788+usr/share/man/man1/gimp.1
2789+usr/share/man/man1/gimp-?.?.1
2790+usr/share/man/man1/gimp-console.1
2791+usr/share/man/man1/gimp-console-?.?.1
2792
2793=== added file 'debian/gimp.install'
2794--- debian/gimp.install 1970-01-01 00:00:00 +0000
2795+++ debian/gimp.install 2010-11-19 15:39:25 +0000
2796@@ -0,0 +1,1 @@
2797+debian/gimp.xpm usr/share/pixmaps/
2798
2799=== added file 'debian/gimp.menu'
2800--- debian/gimp.menu 1970-01-01 00:00:00 +0000
2801+++ debian/gimp.menu 2010-11-19 15:39:25 +0000
2802@@ -0,0 +1,3 @@
2803+?package(gimp):command="/usr/bin/gimp" icon="/usr/share/pixmaps/gimp.xpm" needs="X11" \
2804+ section="Applications/Graphics" title="The GIMP" hints="Bitmap" \
2805+ hotkey="Gimp"
2806
2807=== added file 'debian/gimp.preinst'
2808--- debian/gimp.preinst 1970-01-01 00:00:00 +0000
2809+++ debian/gimp.preinst 2010-11-19 15:39:25 +0000
2810@@ -0,0 +1,11 @@
2811+#!/bin/sh -e
2812+
2813+if [ "$1" = "install" -o "$1" = "upgrade" ]; then
2814+ # Clean up older links from this package
2815+ update-alternatives --remove gimp /usr/bin/gimp-1.2
2816+ update-alternatives --remove gimptool /usr/bin/gimptool-1.3
2817+ update-alternatives --remove gimp /usr/bin/gimp-2.0
2818+ update-alternatives --remove gimp /usr/bin/gimp-2.2
2819+fi
2820+
2821+#DEBHELPER#
2822
2823=== added file 'debian/gimp.xpm'
2824--- debian/gimp.xpm 1970-01-01 00:00:00 +0000
2825+++ debian/gimp.xpm 2010-11-19 15:39:25 +0000
2826@@ -0,0 +1,342 @@
2827+/* XPM */
2828+static char * gimp_xpm[] = {
2829+"32 32 307 2",
2830+" c None",
2831+". c #2F3335",
2832+"+ c #2E3436",
2833+"@ c #313537",
2834+"# c #474844",
2835+"$ c #2F3434",
2836+"% c #303436",
2837+"& c #54534D",
2838+"* c #514F49",
2839+"= c #2F3436",
2840+"- c #303537",
2841+"; c #303637",
2842+"> c #35393A",
2843+", c #56554F",
2844+"' c #666257",
2845+") c #525048",
2846+"! c #303536",
2847+"~ c #373B3B",
2848+"{ c #706D62",
2849+"] c #444848",
2850+"^ c #323737",
2851+"/ c #32393A",
2852+"( c #52534E",
2853+"_ c #6B665B",
2854+": c #5D584B",
2855+"< c #595348",
2856+"[ c #545147",
2857+"} c #525653",
2858+"| c #8C8C85",
2859+"1 c #8C8E88",
2860+"2 c #888A85",
2861+"3 c #5C605E",
2862+"4 c #404444",
2863+"5 c #828581",
2864+"6 c #92938E",
2865+"7 c #9E9F9B",
2866+"8 c #8A8C87",
2867+"9 c #6E716C",
2868+"0 c #494B48",
2869+"a c #585952",
2870+"b c #726E61",
2871+"c c #696454",
2872+"d c #554F41",
2873+"e c #4F493B",
2874+"f c #5B574A",
2875+"g c #535048",
2876+"h c #303535",
2877+"i c #C9CAC7",
2878+"j c #D8D8D6",
2879+"k c #A2A2A1",
2880+"l c #8F918B",
2881+"m c #8A8C85",
2882+"n c #BBBCB7",
2883+"o c #EBEBE8",
2884+"p c #E8E8E7",
2885+"q c #D5D5D5",
2886+"r c #9E9E99",
2887+"s c #818075",
2888+"t c #6E6757",
2889+"u c #615B4A",
2890+"v c #595342",
2891+"w c #554F3F",
2892+"x c #514B3C",
2893+"y c #5E594C",
2894+"z c #504E45",
2895+"A c #010101",
2896+"B c #050606",
2897+"C c #1B1E1E",
2898+"D c #0C0D0D",
2899+"E c #6F716F",
2900+"F c #9D9F98",
2901+"G c #B1B1AE",
2902+"H c #ECECEC",
2903+"I c #838483",
2904+"J c #454644",
2905+"K c #93948F",
2906+"L c #DADAD5",
2907+"M c #A9A9A9",
2908+"N c #DEDEDE",
2909+"O c #4A4A4A",
2910+"P c #5F605E",
2911+"Q c #898A84",
2912+"R c #635C4A",
2913+"S c #5F5947",
2914+"T c #5B5544",
2915+"U c #575140",
2916+"V c #534D3D",
2917+"W c #615C4E",
2918+"X c #4E4C44",
2919+"Y c #303437",
2920+"Z c #020303",
2921+"` c #D7D8D9",
2922+" . c #F2F2F2",
2923+".. c #707678",
2924+"+. c #2A2C2D",
2925+"@. c #0C0D0C",
2926+"#. c #8B8E88",
2927+"$. c #676765",
2928+"%. c #A7A8A8",
2929+"&. c #666A6B",
2930+"*. c #333332",
2931+"=. c #9A9C97",
2932+"-. c #D2D2CC",
2933+";. c #747473",
2934+">. c #FFFFFF",
2935+",. c #7B7E7F",
2936+"'. c #060605",
2937+"). c #7E807B",
2938+"!. c #655E4C",
2939+"~. c #605A47",
2940+"{. c #5C5644",
2941+"]. c #585241",
2942+"^. c #544E3E",
2943+"/. c #635E51",
2944+"(. c #4A4942",
2945+"_. c #2F3437",
2946+":. c #1E1F20",
2947+"<. c #FAFBFB",
2948+"[. c #747C7D",
2949+"}. c #51575A",
2950+"|. c #272929",
2951+"1. c #3A3A38",
2952+"2. c #979792",
2953+"3. c #090A0A",
2954+"4. c #0B0B0B",
2955+"5. c #40403D",
2956+"6. c #8C8D88",
2957+"7. c #C6C6BF",
2958+"8. c #2A2B2A",
2959+"9. c #2B2D2E",
2960+"0. c #1C1F20",
2961+"a. c #0F0F0F",
2962+"b. c #85867E",
2963+"c. c #655E4B",
2964+"d. c #615A48",
2965+"e. c #666255",
2966+"f. c #3E413E",
2967+"g. c #101111",
2968+"h. c #9CA0A1",
2969+"i. c #ACB0B2",
2970+"j. c #495356",
2971+"k. c #353D3F",
2972+"l. c #313435",
2973+"m. c #0B0B0A",
2974+"n. c #858681",
2975+"o. c #858680",
2976+"p. c #6E706B",
2977+"q. c #848275",
2978+"r. c #868579",
2979+"s. c #959790",
2980+"t. c #999993",
2981+"u. c #363735",
2982+"v. c #272827",
2983+"w. c #676863",
2984+"x. c #716D5D",
2985+"y. c #645D4A",
2986+"z. c #605947",
2987+"A. c #575141",
2988+"B. c #554F40",
2989+"C. c #696458",
2990+"D. c #434647",
2991+"E. c #3D4345",
2992+"F. c #373E41",
2993+"G. c #2C3234",
2994+"H. c #222627",
2995+"I. c #0D0D0C",
2996+"J. c #524C3C",
2997+"K. c #77715F",
2998+"L. c #756E58",
2999+"M. c #776E58",
3000+"N. c #776F59",
3001+"O. c #817F72",
3002+"P. c #888A84",
3003+"Q. c #888A83",
3004+"R. c #868881",
3005+"S. c #726E5E",
3006+"T. c #665F4C",
3007+"U. c #625B49",
3008+"V. c #5E5746",
3009+"W. c #5A5443",
3010+"X. c #565040",
3011+"Y. c #5C5749",
3012+"Z. c #5C594D",
3013+"`. c #131414",
3014+" + c #343738",
3015+".+ c #262B2D",
3016+"++ c #1C2021",
3017+"@+ c #16191A",
3018+"#+ c #0A0B09",
3019+"$+ c #4C4638",
3020+"%+ c #6E6652",
3021+"&+ c #706853",
3022+"*+ c #716954",
3023+"=+ c #6E6752",
3024+"-+ c #6C6551",
3025+";+ c #69624E",
3026+">+ c #333026",
3027+",+ c #595242",
3028+"'+ c #585141",
3029+")+ c #686255",
3030+"!+ c #40423E",
3031+"~+ c #2D3032",
3032+"{+ c #080808",
3033+"]+ c #181A1B",
3034+"^+ c #151819",
3035+"/+ c #0D0F10",
3036+"(+ c #070606",
3037+"_+ c #625B4A",
3038+":+ c #69614E",
3039+"<+ c #6A634F",
3040+"[+ c #6B644F",
3041+"}+ c #67604D",
3042+"|+ c #3D392E",
3043+"1+ c #0B0A08",
3044+"2+ c #070603",
3045+"3+ c #23201A",
3046+"4+ c #5E594B",
3047+"5+ c #5D5B4F",
3048+"6+ c #2E3435",
3049+"7+ c #000101",
3050+"8+ c #000000",
3051+"9+ c #434139",
3052+"0+ c #7C7666",
3053+"a+ c #756F5F",
3054+"b+ c #6A6352",
3055+"c+ c #595241",
3056+"d+ c #474235",
3057+"e+ c #302D24",
3058+"f+ c #171611",
3059+"g+ c #271F15",
3060+"h+ c #824B0E",
3061+"i+ c #74430E",
3062+"j+ c #634825",
3063+"k+ c #645D4E",
3064+"l+ c #363A38",
3065+"m+ c #242627",
3066+"n+ c #2E3234",
3067+"o+ c #393C3A",
3068+"p+ c #5E5B50",
3069+"q+ c #787263",
3070+"r+ c #767161",
3071+"s+ c #6A6554",
3072+"t+ c #645D4C",
3073+"u+ c #5F5847",
3074+"v+ c #5D5645",
3075+"w+ c #5A5342",
3076+"x+ c #575242",
3077+"y+ c #5D4C34",
3078+"z+ c #744817",
3079+"A+ c #BB670F",
3080+"B+ c #925412",
3081+"C+ c #543615",
3082+"D+ c #1E2123",
3083+"E+ c #2D3232",
3084+"F+ c #313636",
3085+"G+ c #515048",
3086+"H+ c #696658",
3087+"I+ c #716C5E",
3088+"J+ c #746F61",
3089+"K+ c #706A5D",
3090+"L+ c #6B6557",
3091+"M+ c #6E695B",
3092+"N+ c #6B6759",
3093+"O+ c #625E52",
3094+"P+ c #504E44",
3095+"Q+ c #47351F",
3096+"R+ c #663C0E",
3097+"S+ c #AC5F0D",
3098+"T+ c #9D611F",
3099+"U+ c #B9B9B6",
3100+"V+ c #777873",
3101+"W+ c #151719",
3102+"X+ c #292D2E",
3103+"Y+ c #2D3335",
3104+"Z+ c #2E3335",
3105+"`+ c #333735",
3106+" @ c #40413C",
3107+".@ c #474741",
3108+"+@ c #383A38",
3109+"@@ c #2E3334",
3110+"#@ c #2B3031",
3111+"$@ c #151618",
3112+"%@ c #432305",
3113+"&@ c #7C6C57",
3114+"*@ c #B4B6B3",
3115+"=@ c #E9EAE9",
3116+"-@ c #BCBDBA",
3117+";@ c #141717",
3118+">@ c #1C2022",
3119+",@ c #1F2325",
3120+"'@ c #191C1C",
3121+")@ c #0E1012",
3122+"!@ c #747670",
3123+"~@ c #888B85",
3124+"{@ c #A5A7A4",
3125+"]@ c #929392",
3126+"^@ c #636363",
3127+"/@ c #727272",
3128+"(@ c #212121",
3129+"_@ c #575856",
3130+":@ c #5C5C5C",
3131+"<@ c #4F4F4F",
3132+"[@ c #373737",
3133+"}@ c #515151",
3134+"|@ c #484848",
3135+"1@ c #2B2B2B",
3136+"2@ c #1A1A1A",
3137+" ",
3138+" ",
3139+" ",
3140+" ",
3141+" . ",
3142+" + . ",
3143+" + @ # $ ",
3144+" + % & * = ",
3145+" - ; = > , ' ) ! ",
3146+" ~ { ] ^ = / ( _ : < [ % ",
3147+" } | 1 2 3 4 5 6 7 8 9 0 a b c d e f g h ",
3148+" 2 i j k l m n o p q r s t u v w x y z h ",
3149+" 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 ",
3150+" Z ` ...+.@.#.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._. ",
3151+" :.<.>.[.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.{.].^.e.f. ",
3152+" g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.T A.B.C.! ",
3153+" A D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.= ",
3154+" `. +.+++@+#+$+%+&+*+*+&+=+-+;+T.X.>+,+'+^.)+!+~+ ",
3155+" {+]+^+/+(+_+:+<+[+[+<+;+}+y.|+1+2+3+w 4+5+6+ ",
3156+" 7+8+B 9+0+a+b+c.y.d.c+d+e+f+g+h+i+j+k+l+m+ ",
3157+" n+o+p+q+r+s+t+u+v+w+,+x+y+z+A+B+C+ ",
3158+" D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+ ",
3159+" W+X+Y+Z+`+ @.@+@@@+ #@$@ %@&@*@=@-@ ",
3160+" ;@>@,@'@)@ !@~@{@]@^@/@(@ ",
3161+" _@:@<@[@ ",
3162+" }@|@1@ ",
3163+" 2@8+",
3164+" ",
3165+" ",
3166+" ",
3167+" ",
3168+" "};
3169
3170=== added file 'debian/libgimp2.0-dev.files'
3171--- debian/libgimp2.0-dev.files 1970-01-01 00:00:00 +0000
3172+++ debian/libgimp2.0-dev.files 2010-11-19 15:39:25 +0000
3173@@ -0,0 +1,7 @@
3174+usr/lib/*.a
3175+usr/lib/*.so
3176+usr/lib/pkgconfig/
3177+usr/share/man/man1/gimptool-?.?.1
3178+usr/share/aclocal/gimp-?.?.m4
3179+usr/include/
3180+usr/bin/gimptool-?.?
3181
3182=== added file 'debian/libgimp2.0-dev.preinst'
3183--- debian/libgimp2.0-dev.preinst 1970-01-01 00:00:00 +0000
3184+++ debian/libgimp2.0-dev.preinst 2010-11-19 15:39:25 +0000
3185@@ -0,0 +1,11 @@
3186+#!/bin/sh -e
3187+
3188+ver=2.0
3189+prio=50
3190+
3191+if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then
3192+ update-alternatives --remove gimptool /usr/bin/gimptool-2.0
3193+fi
3194+
3195+#DEBHELPER#
3196+
3197
3198=== added file 'debian/libgimp2.0-doc.files'
3199--- debian/libgimp2.0-doc.files 1970-01-01 00:00:00 +0000
3200+++ debian/libgimp2.0-doc.files 2010-11-19 15:39:25 +0000
3201@@ -0,0 +1,1 @@
3202+/usr/share/gtk-doc/html
3203
3204=== added file 'debian/libgimp2.0.files'
3205--- debian/libgimp2.0.files 1970-01-01 00:00:00 +0000
3206+++ debian/libgimp2.0.files 2010-11-19 15:39:25 +0000
3207@@ -0,0 +1,2 @@
3208+usr/lib/lib*.so.*
3209+usr/share/locale/*/LC_MESSAGES/*-libgimp.mo
3210
3211=== added file 'debian/libgimp2.0.symbols'
3212--- debian/libgimp2.0.symbols 1970-01-01 00:00:00 +0000
3213+++ debian/libgimp2.0.symbols 2010-11-19 15:39:25 +0000
3214@@ -0,0 +1,1577 @@
3215+libgimp-2.0.so.0 libgimp2.0 #MINVER#
3216+* Build-Depends-Package: libgimp2.0-dev
3217+ _writechannel@Base 2.4.0
3218+ gimp_airbrush@Base 2.4.0
3219+ gimp_airbrush_default@Base 2.4.0
3220+ gimp_attach_new_parasite@Base 2.4.0
3221+ gimp_brightness_contrast@Base 2.4.0
3222+ gimp_brush_application_mode_get_type@Base 2.4.0
3223+ gimp_brush_delete@Base 2.4.0
3224+ gimp_brush_duplicate@Base 2.4.0
3225+ gimp_brush_generated_shape_get_type@Base 2.4.0
3226+ gimp_brush_get_angle@Base 2.4.0
3227+ gimp_brush_get_aspect_ratio@Base 2.4.0
3228+ gimp_brush_get_hardness@Base 2.4.0
3229+ gimp_brush_get_info@Base 2.4.0
3230+ gimp_brush_get_pixels@Base 2.4.0
3231+ gimp_brush_get_radius@Base 2.4.0
3232+ gimp_brush_get_shape@Base 2.4.0
3233+ gimp_brush_get_spacing@Base 2.4.0
3234+ gimp_brush_get_spikes@Base 2.4.0
3235+ gimp_brush_is_editable@Base 2.4.0
3236+ gimp_brush_is_generated@Base 2.4.0
3237+ gimp_brush_new@Base 2.4.0
3238+ gimp_brush_rename@Base 2.4.0
3239+ gimp_brush_select_destroy@Base 2.4.0
3240+ gimp_brush_select_new@Base 2.4.0
3241+ gimp_brush_set_angle@Base 2.4.0
3242+ gimp_brush_set_aspect_ratio@Base 2.4.0
3243+ gimp_brush_set_hardness@Base 2.4.0
3244+ gimp_brush_set_radius@Base 2.4.0
3245+ gimp_brush_set_shape@Base 2.4.0
3246+ gimp_brush_set_spacing@Base 2.4.0
3247+ gimp_brush_set_spikes@Base 2.4.0
3248+ gimp_brushes_close_popup@Base 2.4.0
3249+ gimp_brushes_get_brush@Base 2.4.0
3250+ gimp_brushes_get_brush_data@Base 2.4.0
3251+ gimp_brushes_get_list@Base 2.4.0
3252+ gimp_brushes_get_opacity@Base 2.4.0
3253+ gimp_brushes_get_paint_mode@Base 2.4.0
3254+ gimp_brushes_get_spacing@Base 2.4.0
3255+ gimp_brushes_popup@Base 2.4.0
3256+ gimp_brushes_refresh@Base 2.4.0
3257+ gimp_brushes_set_brush@Base 2.4.0
3258+ gimp_brushes_set_opacity@Base 2.4.0
3259+ gimp_brushes_set_paint_mode@Base 2.4.0
3260+ gimp_brushes_set_popup@Base 2.4.0
3261+ gimp_brushes_set_spacing@Base 2.4.0
3262+ gimp_buffer_delete@Base 2.4.0
3263+ gimp_buffer_get_bytes@Base 2.4.0
3264+ gimp_buffer_get_height@Base 2.4.0
3265+ gimp_buffer_get_image_type@Base 2.4.0
3266+ gimp_buffer_get_width@Base 2.4.0
3267+ gimp_buffer_rename@Base 2.4.0
3268+ gimp_buffers_get_list@Base 2.4.0
3269+ gimp_by_color_select@Base 2.4.0
3270+ gimp_by_color_select_full@Base 2.4.0
3271+ gimp_channel_combine_masks@Base 2.4.0
3272+ gimp_channel_copy@Base 2.4.0
3273+ gimp_channel_get_color@Base 2.4.0
3274+ gimp_channel_get_opacity@Base 2.4.0
3275+ gimp_channel_get_show_masked@Base 2.4.0
3276+ gimp_channel_new@Base 2.4.0
3277+ gimp_channel_new_from_component@Base 2.4.0
3278+ gimp_channel_set_color@Base 2.4.0
3279+ gimp_channel_set_opacity@Base 2.4.0
3280+ gimp_channel_set_show_masked@Base 2.4.0
3281+ gimp_check_size@Base 2.4.0
3282+ gimp_check_type@Base 2.4.0
3283+ gimp_clone@Base 2.4.0
3284+ gimp_clone_default@Base 2.4.0
3285+ gimp_color_balance@Base 2.4.0
3286+ gimp_colorize@Base 2.4.0
3287+ gimp_context_get_background@Base 2.4.0
3288+ gimp_context_get_brush@Base 2.4.0
3289+ gimp_context_get_font@Base 2.4.0
3290+ gimp_context_get_foreground@Base 2.4.0
3291+ gimp_context_get_gradient@Base 2.4.0
3292+ gimp_context_get_opacity@Base 2.4.0
3293+ gimp_context_get_paint_method@Base 2.4.0
3294+ gimp_context_get_paint_mode@Base 2.4.0
3295+ gimp_context_get_palette@Base 2.4.0
3296+ gimp_context_get_pattern@Base 2.4.0
3297+ gimp_context_list_paint_methods@Base 2.4.0
3298+ gimp_context_pop@Base 2.4.0
3299+ gimp_context_push@Base 2.4.0
3300+ gimp_context_set_background@Base 2.4.0
3301+ gimp_context_set_brush@Base 2.4.0
3302+ gimp_context_set_default_colors@Base 2.4.0
3303+ gimp_context_set_font@Base 2.4.0
3304+ gimp_context_set_foreground@Base 2.4.0
3305+ gimp_context_set_gradient@Base 2.4.0
3306+ gimp_context_set_opacity@Base 2.4.0
3307+ gimp_context_set_paint_method@Base 2.4.0
3308+ gimp_context_set_paint_mode@Base 2.4.0
3309+ gimp_context_set_palette@Base 2.4.0
3310+ gimp_context_set_pattern@Base 2.4.0
3311+ gimp_context_swap_colors@Base 2.4.0
3312+ gimp_convert_dither_type_get_type@Base 2.4.0
3313+ gimp_convert_palette_type_get_type@Base 2.4.0
3314+ gimp_convolution_type_get_type@Base 2.4.0
3315+ gimp_convolve@Base 2.4.0
3316+ gimp_convolve_default@Base 2.4.0
3317+ gimp_convolve_type_get_type@Base 2.4.0
3318+ gimp_curves_explicit@Base 2.4.0
3319+ gimp_curves_spline@Base 2.4.0
3320+ gimp_default_display@Base 2.4.0
3321+ gimp_desaturate@Base 2.4.0
3322+ gimp_desaturate_full@Base 2.4.0
3323+ gimp_destroy_paramdefs@Base 2.4.0
3324+ gimp_destroy_params@Base 2.4.0
3325+ gimp_display_delete@Base 2.4.0
3326+ gimp_display_get_window_handle@Base 2.4.0
3327+ gimp_display_is_valid@Base 2.4.0
3328+ gimp_display_name@Base 2.4.0
3329+ gimp_display_new@Base 2.4.0
3330+ gimp_displays_flush@Base 2.4.0
3331+ gimp_displays_reconnect@Base 2.4.0
3332+ gimp_dodgeburn@Base 2.4.0
3333+ gimp_dodgeburn_default@Base 2.4.0
3334+ gimp_drawable_attach_new_parasite@Base 2.4.0
3335+ gimp_drawable_bpp@Base 2.4.0
3336+ gimp_drawable_delete@Base 2.4.0
3337+ gimp_drawable_detach@Base 2.4.0
3338+ gimp_drawable_fill@Base 2.4.0
3339+ gimp_drawable_flush@Base 2.4.0
3340+ gimp_drawable_foreground_extract@Base 2.4.0
3341+ gimp_drawable_free_shadow@Base 2.6.0
3342+ gimp_drawable_get@Base 2.4.0
3343+ gimp_drawable_get_color_uchar@Base 2.4.0
3344+ gimp_drawable_get_image@Base 2.4.0
3345+ gimp_drawable_get_linked@Base 2.4.0
3346+ gimp_drawable_get_name@Base 2.4.0
3347+ gimp_drawable_get_pixel@Base 2.4.0
3348+ gimp_drawable_get_sub_thumbnail_data@Base 2.4.0
3349+ gimp_drawable_get_tattoo@Base 2.4.0
3350+ gimp_drawable_get_thumbnail_data@Base 2.4.0
3351+ gimp_drawable_get_tile2@Base 2.4.0
3352+ gimp_drawable_get_tile@Base 2.4.0
3353+ gimp_drawable_get_visible@Base 2.4.0
3354+ gimp_drawable_has_alpha@Base 2.4.0
3355+ gimp_drawable_height@Base 2.4.0
3356+ gimp_drawable_is_channel@Base 2.4.0
3357+ gimp_drawable_is_gray@Base 2.4.0
3358+ gimp_drawable_is_indexed@Base 2.4.0
3359+ gimp_drawable_is_layer@Base 2.4.0
3360+ gimp_drawable_is_layer_mask@Base 2.4.0
3361+ gimp_drawable_is_rgb@Base 2.4.0
3362+ gimp_drawable_is_text_layer@Base 2.6.0
3363+ gimp_drawable_is_valid@Base 2.4.0
3364+ gimp_drawable_mask_bounds@Base 2.4.0
3365+ gimp_drawable_mask_intersect@Base 2.4.0
3366+ gimp_drawable_merge_shadow@Base 2.4.0
3367+ gimp_drawable_offset@Base 2.4.0
3368+ gimp_drawable_offsets@Base 2.4.0
3369+ gimp_drawable_parasite_attach@Base 2.4.0
3370+ gimp_drawable_parasite_detach@Base 2.4.0
3371+ gimp_drawable_parasite_find@Base 2.4.0
3372+ gimp_drawable_parasite_list@Base 2.4.0
3373+ gimp_drawable_set_image@Base 2.4.0
3374+ gimp_drawable_set_linked@Base 2.4.0
3375+ gimp_drawable_set_name@Base 2.4.0
3376+ gimp_drawable_set_pixel@Base 2.4.0
3377+ gimp_drawable_set_tattoo@Base 2.4.0
3378+ gimp_drawable_set_visible@Base 2.4.0
3379+ gimp_drawable_transform_2d@Base 2.4.0
3380+ gimp_drawable_transform_2d_default@Base 2.4.0
3381+ gimp_drawable_transform_flip@Base 2.4.0
3382+ gimp_drawable_transform_flip_default@Base 2.4.0
3383+ gimp_drawable_transform_flip_simple@Base 2.4.0
3384+ gimp_drawable_transform_matrix@Base 2.4.0
3385+ gimp_drawable_transform_matrix_default@Base 2.4.0
3386+ gimp_drawable_transform_perspective@Base 2.4.0
3387+ gimp_drawable_transform_perspective_default@Base 2.4.0
3388+ gimp_drawable_transform_rotate@Base 2.4.0
3389+ gimp_drawable_transform_rotate_default@Base 2.4.0
3390+ gimp_drawable_transform_rotate_simple@Base 2.4.0
3391+ gimp_drawable_transform_scale@Base 2.4.0
3392+ gimp_drawable_transform_scale_default@Base 2.4.0
3393+ gimp_drawable_transform_shear@Base 2.4.0
3394+ gimp_drawable_transform_shear_default@Base 2.4.0
3395+ gimp_drawable_type@Base 2.4.0
3396+ gimp_drawable_type_with_alpha@Base 2.4.0
3397+ gimp_drawable_update@Base 2.4.0
3398+ gimp_drawable_width@Base 2.4.0
3399+ gimp_edit_blend@Base 2.4.0
3400+ gimp_edit_bucket_fill@Base 2.4.0
3401+ gimp_edit_bucket_fill_full@Base 2.4.0
3402+ gimp_edit_clear@Base 2.4.0
3403+ gimp_edit_copy@Base 2.4.0
3404+ gimp_edit_copy_visible@Base 2.4.0
3405+ gimp_edit_cut@Base 2.4.0
3406+ gimp_edit_fill@Base 2.4.0
3407+ gimp_edit_named_copy@Base 2.4.0
3408+ gimp_edit_named_copy_visible@Base 2.4.0
3409+ gimp_edit_named_cut@Base 2.4.0
3410+ gimp_edit_named_paste@Base 2.4.0
3411+ gimp_edit_named_paste_as_new@Base 2.4.0
3412+ gimp_edit_paste@Base 2.4.0
3413+ gimp_edit_paste_as_new@Base 2.4.0
3414+ gimp_edit_stroke@Base 2.4.0
3415+ gimp_edit_stroke_vectors@Base 2.4.0
3416+ gimp_ellipse_select@Base 2.4.0
3417+ gimp_enums_get_type_names@Base 2.4.0
3418+ gimp_enums_init@Base 2.4.0
3419+ gimp_equalize@Base 2.4.0
3420+ gimp_eraser@Base 2.4.0
3421+ gimp_eraser_default@Base 2.4.0
3422+ gimp_extension_ack@Base 2.4.0
3423+ gimp_extension_enable@Base 2.4.0
3424+ gimp_extension_process@Base 2.4.0
3425+ gimp_file_load@Base 2.4.0
3426+ gimp_file_load_layer@Base 2.4.0
3427+ gimp_file_load_layers@Base 2.4.0
3428+ gimp_file_save@Base 2.4.0
3429+ gimp_file_save_thumbnail@Base 2.4.0
3430+ gimp_fill_type_get_type@Base 2.4.0
3431+ gimp_flip@Base 2.4.0
3432+ gimp_floating_sel_anchor@Base 2.4.0
3433+ gimp_floating_sel_attach@Base 2.4.0
3434+ gimp_floating_sel_relax@Base 2.4.0
3435+ gimp_floating_sel_remove@Base 2.4.0
3436+ gimp_floating_sel_rigor@Base 2.4.0
3437+ gimp_floating_sel_to_layer@Base 2.4.0
3438+ gimp_font_select_destroy@Base 2.4.0
3439+ gimp_font_select_new@Base 2.4.0
3440+ gimp_fonts_close_popup@Base 2.4.0
3441+ gimp_fonts_get_list@Base 2.4.0
3442+ gimp_fonts_popup@Base 2.4.0
3443+ gimp_fonts_refresh@Base 2.4.0
3444+ gimp_fonts_set_popup@Base 2.4.0
3445+ gimp_free_select@Base 2.4.0
3446+ gimp_fuzzy_select@Base 2.4.0
3447+ gimp_fuzzy_select_full@Base 2.4.0
3448+ gimp_gamma@Base 2.4.0
3449+ gimp_get_color_configuration@Base 2.4.0
3450+ gimp_get_default_comment@Base 2.4.0
3451+ gimp_get_default_unit@Base 2.4.0
3452+ gimp_get_module_load_inhibit@Base 2.4.0
3453+ gimp_get_monitor_resolution@Base 2.4.0
3454+ gimp_get_path_by_tattoo@Base 2.4.0
3455+ gimp_get_pdb_error@Base 2.6.0
3456+ gimp_get_progname@Base 2.4.0
3457+ gimp_get_theme_dir@Base 2.4.0
3458+ gimp_getpid@Base 2.4.0
3459+ gimp_gimprc_query@Base 2.4.0
3460+ gimp_gimprc_set@Base 2.4.0
3461+ gimp_gradient_delete@Base 2.4.0
3462+ gimp_gradient_duplicate@Base 2.4.0
3463+ gimp_gradient_get_custom_samples@Base 2.4.0
3464+ gimp_gradient_get_number_of_segments@Base 2.6.0
3465+ gimp_gradient_get_uniform_samples@Base 2.4.0
3466+ gimp_gradient_is_editable@Base 2.4.0
3467+ gimp_gradient_new@Base 2.4.0
3468+ gimp_gradient_rename@Base 2.4.0
3469+ gimp_gradient_segment_color_get_type@Base 2.4.0
3470+ gimp_gradient_segment_get_blending_function@Base 2.4.0
3471+ gimp_gradient_segment_get_coloring_type@Base 2.4.0
3472+ gimp_gradient_segment_get_left_color@Base 2.4.0
3473+ gimp_gradient_segment_get_left_pos@Base 2.4.0
3474+ gimp_gradient_segment_get_middle_pos@Base 2.4.0
3475+ gimp_gradient_segment_get_right_color@Base 2.4.0
3476+ gimp_gradient_segment_get_right_pos@Base 2.4.0
3477+ gimp_gradient_segment_range_blend_colors@Base 2.4.0
3478+ gimp_gradient_segment_range_blend_opacity@Base 2.4.0
3479+ gimp_gradient_segment_range_delete@Base 2.4.0
3480+ gimp_gradient_segment_range_flip@Base 2.4.0
3481+ gimp_gradient_segment_range_move@Base 2.4.0
3482+ gimp_gradient_segment_range_redistribute_handles@Base 2.4.0
3483+ gimp_gradient_segment_range_replicate@Base 2.4.0
3484+ gimp_gradient_segment_range_set_blending_function@Base 2.4.0
3485+ gimp_gradient_segment_range_set_coloring_type@Base 2.4.0
3486+ gimp_gradient_segment_range_split_midpoint@Base 2.4.0
3487+ gimp_gradient_segment_range_split_uniform@Base 2.4.0
3488+ gimp_gradient_segment_set_left_color@Base 2.4.0
3489+ gimp_gradient_segment_set_left_pos@Base 2.4.0
3490+ gimp_gradient_segment_set_middle_pos@Base 2.4.0
3491+ gimp_gradient_segment_set_right_color@Base 2.4.0
3492+ gimp_gradient_segment_set_right_pos@Base 2.4.0
3493+ gimp_gradient_segment_type_get_type@Base 2.4.0
3494+ gimp_gradient_select_destroy@Base 2.4.0
3495+ gimp_gradient_select_new@Base 2.4.0
3496+ gimp_gradients_close_popup@Base 2.4.0
3497+ gimp_gradients_get_gradient@Base 2.4.0
3498+ gimp_gradients_get_gradient_data@Base 2.4.0
3499+ gimp_gradients_get_list@Base 2.4.0
3500+ gimp_gradients_popup@Base 2.4.0
3501+ gimp_gradients_refresh@Base 2.4.0
3502+ gimp_gradients_sample_custom@Base 2.4.0
3503+ gimp_gradients_sample_uniform@Base 2.4.0
3504+ gimp_gradients_set_gradient@Base 2.4.0
3505+ gimp_gradients_set_popup@Base 2.4.0
3506+ gimp_heal@Base 2.4.0
3507+ gimp_heal_default@Base 2.4.0
3508+ gimp_help@Base 2.4.0
3509+ gimp_histogram@Base 2.4.0
3510+ gimp_histogram_channel_get_type@Base 2.4.0
3511+ gimp_hue_range_get_type@Base 2.4.0
3512+ gimp_hue_saturation@Base 2.4.0
3513+ gimp_image_add_channel@Base 2.4.0
3514+ gimp_image_add_hguide@Base 2.4.0
3515+ gimp_image_add_layer@Base 2.4.0
3516+ gimp_image_add_vectors@Base 2.4.0
3517+ gimp_image_add_vguide@Base 2.4.0
3518+ gimp_image_attach_new_parasite@Base 2.4.0
3519+ gimp_image_base_type@Base 2.4.0
3520+ gimp_image_clean_all@Base 2.4.0
3521+ gimp_image_convert_grayscale@Base 2.4.0
3522+ gimp_image_convert_indexed@Base 2.4.0
3523+ gimp_image_convert_rgb@Base 2.4.0
3524+ gimp_image_convert_set_dither_matrix@Base 2.4.0
3525+ gimp_image_crop@Base 2.4.0
3526+ gimp_image_delete@Base 2.4.0
3527+ gimp_image_delete_guide@Base 2.4.0
3528+ gimp_image_duplicate@Base 2.4.0
3529+ gimp_image_find_next_guide@Base 2.4.0
3530+ gimp_image_flatten@Base 2.4.0
3531+ gimp_image_flip@Base 2.4.0
3532+ gimp_image_floating_sel_attached_to@Base 2.4.0
3533+ gimp_image_free_shadow@Base 2.4.0
3534+ gimp_image_get_active_channel@Base 2.4.0
3535+ gimp_image_get_active_drawable@Base 2.4.0
3536+ gimp_image_get_active_layer@Base 2.4.0
3537+ gimp_image_get_active_vectors@Base 2.4.0
3538+ gimp_image_get_channel_by_tattoo@Base 2.4.0
3539+ gimp_image_get_channel_position@Base 2.4.0
3540+ gimp_image_get_channels@Base 2.4.0
3541+ gimp_image_get_cmap@Base 2.4.0
3542+ gimp_image_get_colormap@Base 2.4.0
3543+ gimp_image_get_component_active@Base 2.4.0
3544+ gimp_image_get_component_visible@Base 2.4.0
3545+ gimp_image_get_filename@Base 2.4.0
3546+ gimp_image_get_floating_sel@Base 2.4.0
3547+ gimp_image_get_guide_orientation@Base 2.4.0
3548+ gimp_image_get_guide_position@Base 2.4.0
3549+ gimp_image_get_layer_by_tattoo@Base 2.4.0
3550+ gimp_image_get_layer_position@Base 2.4.0
3551+ gimp_image_get_layers@Base 2.4.0
3552+ gimp_image_get_name@Base 2.4.0
3553+ gimp_image_get_resolution@Base 2.4.0
3554+ gimp_image_get_selection@Base 2.4.0
3555+ gimp_image_get_tattoo_state@Base 2.4.0
3556+ gimp_image_get_thumbnail_data@Base 2.4.0
3557+ gimp_image_get_unit@Base 2.4.0
3558+ gimp_image_get_vectors@Base 2.4.0
3559+ gimp_image_get_vectors_by_tattoo@Base 2.6.0
3560+ gimp_image_get_vectors_position@Base 2.4.0
3561+ gimp_image_grid_get_background_color@Base 2.4.0
3562+ gimp_image_grid_get_foreground_color@Base 2.4.0
3563+ gimp_image_grid_get_offset@Base 2.4.0
3564+ gimp_image_grid_get_spacing@Base 2.4.0
3565+ gimp_image_grid_get_style@Base 2.4.0
3566+ gimp_image_grid_set_background_color@Base 2.4.0
3567+ gimp_image_grid_set_foreground_color@Base 2.4.0
3568+ gimp_image_grid_set_offset@Base 2.4.0
3569+ gimp_image_grid_set_spacing@Base 2.4.0
3570+ gimp_image_grid_set_style@Base 2.4.0
3571+ gimp_image_height@Base 2.4.0
3572+ gimp_image_is_dirty@Base 2.4.0
3573+ gimp_image_is_valid@Base 2.4.0
3574+ gimp_image_list@Base 2.4.0
3575+ gimp_image_lower_channel@Base 2.4.0
3576+ gimp_image_lower_layer@Base 2.4.0
3577+ gimp_image_lower_layer_to_bottom@Base 2.4.0
3578+ gimp_image_lower_vectors@Base 2.4.0
3579+ gimp_image_lower_vectors_to_bottom@Base 2.4.0
3580+ gimp_image_merge_down@Base 2.4.0
3581+ gimp_image_merge_visible_layers@Base 2.4.0
3582+ gimp_image_new@Base 2.4.0
3583+ gimp_image_parasite_attach@Base 2.4.0
3584+ gimp_image_parasite_detach@Base 2.4.0
3585+ gimp_image_parasite_find@Base 2.4.0
3586+ gimp_image_parasite_list@Base 2.4.0
3587+ gimp_image_pick_color@Base 2.4.0
3588+ gimp_image_pick_correlate_layer@Base 2.4.0
3589+ gimp_image_raise_channel@Base 2.4.0
3590+ gimp_image_raise_layer@Base 2.4.0
3591+ gimp_image_raise_layer_to_top@Base 2.4.0
3592+ gimp_image_raise_vectors@Base 2.4.0
3593+ gimp_image_raise_vectors_to_top@Base 2.4.0
3594+ gimp_image_remove_channel@Base 2.4.0
3595+ gimp_image_remove_layer@Base 2.4.0
3596+ gimp_image_remove_vectors@Base 2.4.0
3597+ gimp_image_resize@Base 2.4.0
3598+ gimp_image_resize_to_layers@Base 2.4.0
3599+ gimp_image_rotate@Base 2.4.0
3600+ gimp_image_scale@Base 2.4.0
3601+ gimp_image_scale_full@Base 2.6.0
3602+ gimp_image_set_active_channel@Base 2.4.0
3603+ gimp_image_set_active_layer@Base 2.4.0
3604+ gimp_image_set_active_vectors@Base 2.4.0
3605+ gimp_image_set_cmap@Base 2.4.0
3606+ gimp_image_set_colormap@Base 2.4.0
3607+ gimp_image_set_component_active@Base 2.4.0
3608+ gimp_image_set_component_visible@Base 2.4.0
3609+ gimp_image_set_filename@Base 2.4.0
3610+ gimp_image_set_resolution@Base 2.4.0
3611+ gimp_image_set_tattoo_state@Base 2.4.0
3612+ gimp_image_set_unit@Base 2.4.0
3613+ gimp_image_undo_disable@Base 2.4.0
3614+ gimp_image_undo_enable@Base 2.4.0
3615+ gimp_image_undo_freeze@Base 2.4.0
3616+ gimp_image_undo_group_end@Base 2.4.0
3617+ gimp_image_undo_group_start@Base 2.4.0
3618+ gimp_image_undo_is_enabled@Base 2.4.0
3619+ gimp_image_undo_thaw@Base 2.4.0
3620+ gimp_image_unset_active_channel@Base 2.4.0
3621+ gimp_image_width@Base 2.4.0
3622+ gimp_install_cmap@Base 2.4.0
3623+ gimp_install_procedure@Base 2.4.0
3624+ gimp_install_temp_proc@Base 2.4.0
3625+ gimp_invert@Base 2.4.0
3626+ gimp_layer_add_alpha@Base 2.4.0
3627+ gimp_layer_add_mask@Base 2.4.0
3628+ gimp_layer_copy@Base 2.4.0
3629+ gimp_layer_create_mask@Base 2.4.0
3630+ gimp_layer_flatten@Base 2.4.0
3631+ gimp_layer_from_mask@Base 2.4.0
3632+ gimp_layer_get_apply_mask@Base 2.4.0
3633+ gimp_layer_get_edit_mask@Base 2.4.0
3634+ gimp_layer_get_lock_alpha@Base 2.4.0
3635+ gimp_layer_get_mask@Base 2.4.0
3636+ gimp_layer_get_mode@Base 2.4.0
3637+ gimp_layer_get_opacity@Base 2.4.0
3638+ gimp_layer_get_preserve_trans@Base 2.4.0
3639+ gimp_layer_get_show_mask@Base 2.4.0
3640+ gimp_layer_is_floating_sel@Base 2.4.0
3641+ gimp_layer_mode_effects_get_type@Base 2.4.0
3642+ gimp_layer_new@Base 2.4.0
3643+ gimp_layer_new_from_drawable@Base 2.4.0
3644+ gimp_layer_new_from_visible@Base 2.6.0
3645+ gimp_layer_remove_mask@Base 2.4.0
3646+ gimp_layer_resize@Base 2.4.0
3647+ gimp_layer_resize_to_image_size@Base 2.4.0
3648+ gimp_layer_scale@Base 2.4.0
3649+ gimp_layer_scale_full@Base 2.6.0
3650+ gimp_layer_set_apply_mask@Base 2.4.0
3651+ gimp_layer_set_edit_mask@Base 2.4.0
3652+ gimp_layer_set_lock_alpha@Base 2.4.0
3653+ gimp_layer_set_mode@Base 2.4.0
3654+ gimp_layer_set_offsets@Base 2.4.0
3655+ gimp_layer_set_opacity@Base 2.4.0
3656+ gimp_layer_set_preserve_trans@Base 2.4.0
3657+ gimp_layer_set_show_mask@Base 2.4.0
3658+ gimp_layer_translate@Base 2.4.0
3659+ gimp_levels@Base 2.4.0
3660+ gimp_levels_auto@Base 2.4.0
3661+ gimp_levels_stretch@Base 2.4.0
3662+ gimp_main@Base 2.4.0
3663+ gimp_mask_apply_mode_get_type@Base 2.4.0
3664+ gimp_merge_type_get_type@Base 2.4.0
3665+ gimp_message@Base 2.4.0
3666+ gimp_message_get_handler@Base 2.4.0
3667+ gimp_message_set_handler@Base 2.4.0
3668+ gimp_min_colors@Base 2.4.0
3669+ gimp_monitor_number@Base 2.4.0
3670+ gimp_offset_type_get_type@Base 2.4.0
3671+ gimp_orientation_type_get_type@Base 2.4.0
3672+ gimp_paintbrush@Base 2.4.0
3673+ gimp_paintbrush_default@Base 2.4.0
3674+ gimp_palette_add_entry@Base 2.4.0
3675+ gimp_palette_delete@Base 2.4.0
3676+ gimp_palette_delete_entry@Base 2.4.0
3677+ gimp_palette_duplicate@Base 2.4.0
3678+ gimp_palette_entry_get_color@Base 2.4.0
3679+ gimp_palette_entry_get_name@Base 2.4.0
3680+ gimp_palette_entry_set_color@Base 2.4.0
3681+ gimp_palette_entry_set_name@Base 2.4.0
3682+ gimp_palette_get_background@Base 2.4.0
3683+ gimp_palette_get_colors@Base 2.6.0
3684+ gimp_palette_get_columns@Base 2.4.0
3685+ gimp_palette_get_foreground@Base 2.4.0
3686+ gimp_palette_get_info@Base 2.4.0
3687+ gimp_palette_is_editable@Base 2.4.0
3688+ gimp_palette_new@Base 2.4.0
3689+ gimp_palette_rename@Base 2.4.0
3690+ gimp_palette_select_destroy@Base 2.4.0
3691+ gimp_palette_select_new@Base 2.4.0
3692+ gimp_palette_set_background@Base 2.4.0
3693+ gimp_palette_set_columns@Base 2.4.0
3694+ gimp_palette_set_default_colors@Base 2.4.0
3695+ gimp_palette_set_foreground@Base 2.4.0
3696+ gimp_palette_swap_colors@Base 2.4.0
3697+ gimp_palettes_close_popup@Base 2.4.0
3698+ gimp_palettes_get_list@Base 2.4.0
3699+ gimp_palettes_get_palette@Base 2.4.0
3700+ gimp_palettes_get_palette_entry@Base 2.4.0
3701+ gimp_palettes_popup@Base 2.4.0
3702+ gimp_palettes_refresh@Base 2.4.0
3703+ gimp_palettes_set_palette@Base 2.4.0
3704+ gimp_palettes_set_popup@Base 2.4.0
3705+ gimp_parasite_attach@Base 2.4.0
3706+ gimp_parasite_detach@Base 2.4.0
3707+ gimp_parasite_find@Base 2.4.0
3708+ gimp_parasite_list@Base 2.4.0
3709+ gimp_path_delete@Base 2.4.0
3710+ gimp_path_get_current@Base 2.4.0
3711+ gimp_path_get_locked@Base 2.4.0
3712+ gimp_path_get_point_at_dist@Base 2.4.0
3713+ gimp_path_get_points@Base 2.4.0
3714+ gimp_path_get_tattoo@Base 2.4.0
3715+ gimp_path_import@Base 2.4.0
3716+ gimp_path_list@Base 2.4.0
3717+ gimp_path_set_current@Base 2.4.0
3718+ gimp_path_set_locked@Base 2.4.0
3719+ gimp_path_set_points@Base 2.4.0
3720+ gimp_path_set_tattoo@Base 2.4.0
3721+ gimp_path_stroke_current@Base 2.4.0
3722+ gimp_path_to_selection@Base 2.4.0
3723+ gimp_pattern_get_info@Base 2.4.0
3724+ gimp_pattern_get_pixels@Base 2.4.0
3725+ gimp_pattern_select_destroy@Base 2.4.0
3726+ gimp_pattern_select_new@Base 2.4.0
3727+ gimp_patterns_close_popup@Base 2.4.0
3728+ gimp_patterns_get_list@Base 2.4.0
3729+ gimp_patterns_get_pattern@Base 2.4.0
3730+ gimp_patterns_get_pattern_data@Base 2.4.0
3731+ gimp_patterns_popup@Base 2.4.0
3732+ gimp_patterns_refresh@Base 2.4.0
3733+ gimp_patterns_set_pattern@Base 2.4.0
3734+ gimp_patterns_set_popup@Base 2.4.0
3735+ gimp_pencil@Base 2.4.0
3736+ gimp_perspective@Base 2.4.0
3737+ gimp_pixel_fetcher_destroy@Base 2.4.0
3738+ gimp_pixel_fetcher_get_pixel@Base 2.4.0
3739+ gimp_pixel_fetcher_new@Base 2.4.0
3740+ gimp_pixel_fetcher_put_pixel@Base 2.4.0
3741+ gimp_pixel_fetcher_set_bg_color@Base 2.4.0
3742+ gimp_pixel_fetcher_set_edge_mode@Base 2.4.0
3743+ gimp_pixel_rgn_get_col@Base 2.4.0
3744+ gimp_pixel_rgn_get_pixel@Base 2.4.0
3745+ gimp_pixel_rgn_get_rect@Base 2.4.0
3746+ gimp_pixel_rgn_get_row@Base 2.4.0
3747+ gimp_pixel_rgn_init@Base 2.4.0
3748+ gimp_pixel_rgn_resize@Base 2.4.0
3749+ gimp_pixel_rgn_set_col@Base 2.4.0
3750+ gimp_pixel_rgn_set_pixel@Base 2.4.0
3751+ gimp_pixel_rgn_set_rect@Base 2.4.0
3752+ gimp_pixel_rgn_set_row@Base 2.4.0
3753+ gimp_pixel_rgns_process@Base 2.4.0
3754+ gimp_pixel_rgns_register2@Base 2.4.0
3755+ gimp_pixel_rgns_register@Base 2.4.0
3756+ gimp_plugin_domain_register@Base 2.4.0
3757+ gimp_plugin_get_pdb_error_handler@Base 2.6.0
3758+ gimp_plugin_help_register@Base 2.4.0
3759+ gimp_plugin_icon_register@Base 2.4.0
3760+ gimp_plugin_menu_branch_register@Base 2.4.0
3761+ gimp_plugin_menu_register@Base 2.4.0
3762+ gimp_plugin_set_pdb_error_handler@Base 2.6.0
3763+ gimp_posterize@Base 2.4.0
3764+ gimp_procedural_db_dump@Base 2.4.0
3765+ gimp_procedural_db_get_data@Base 2.4.0
3766+ gimp_procedural_db_get_data_size@Base 2.4.0
3767+ gimp_procedural_db_proc_arg@Base 2.4.0
3768+ gimp_procedural_db_proc_exists@Base 2.6.0
3769+ gimp_procedural_db_proc_info@Base 2.4.0
3770+ gimp_procedural_db_proc_val@Base 2.4.0
3771+ gimp_procedural_db_query@Base 2.4.0
3772+ gimp_procedural_db_set_data@Base 2.4.0
3773+ gimp_procedural_db_temp_name@Base 2.4.0
3774+ gimp_progress_cancel@Base 2.4.0
3775+ gimp_progress_end@Base 2.4.0
3776+ gimp_progress_get_window_handle@Base 2.4.0
3777+ gimp_progress_init@Base 2.4.0
3778+ gimp_progress_init_printf@Base 2.4.0
3779+ gimp_progress_install@Base 2.4.0
3780+ gimp_progress_install_vtable@Base 2.4.0
3781+ gimp_progress_pulse@Base 2.4.0
3782+ gimp_progress_set_text@Base 2.4.0
3783+ gimp_progress_set_text_printf@Base 2.4.0
3784+ gimp_progress_uninstall@Base 2.4.0
3785+ gimp_progress_update@Base 2.4.0
3786+ gimp_quit@Base 2.4.0
3787+ gimp_read_expect_msg@Base 2.4.0
3788+ gimp_rect_select@Base 2.4.0
3789+ gimp_register_file_handler_mime@Base 2.4.0
3790+ gimp_register_load_handler@Base 2.4.0
3791+ gimp_register_magic_load_handler@Base 2.4.0
3792+ gimp_register_save_handler@Base 2.4.0
3793+ gimp_register_thumbnail_loader@Base 2.4.0
3794+ gimp_rgn_iterate1@Base 2.4.0
3795+ gimp_rgn_iterate2@Base 2.4.0
3796+ gimp_rgn_iterator_dest@Base 2.4.0
3797+ gimp_rgn_iterator_free@Base 2.4.0
3798+ gimp_rgn_iterator_new@Base 2.4.0
3799+ gimp_rgn_iterator_src@Base 2.4.0
3800+ gimp_rgn_iterator_src_dest@Base 2.4.0
3801+ gimp_rotate@Base 2.4.0
3802+ gimp_rotation_type_get_type@Base 2.4.0
3803+ gimp_round_rect_select@Base 2.4.0
3804+ gimp_run_procedure2@Base 2.4.0
3805+ gimp_run_procedure@Base 2.4.0
3806+ gimp_scale@Base 2.4.0
3807+ gimp_select_criterion_get_type@Base 2.4.0
3808+ gimp_selection_all@Base 2.4.0
3809+ gimp_selection_border@Base 2.4.0
3810+ gimp_selection_bounds@Base 2.4.0
3811+ gimp_selection_clear@Base 2.4.0
3812+ gimp_selection_combine@Base 2.4.0
3813+ gimp_selection_feather@Base 2.4.0
3814+ gimp_selection_float@Base 2.4.0
3815+ gimp_selection_grow@Base 2.4.0
3816+ gimp_selection_invert@Base 2.4.0
3817+ gimp_selection_is_empty@Base 2.4.0
3818+ gimp_selection_layer_alpha@Base 2.4.0
3819+ gimp_selection_load@Base 2.4.0
3820+ gimp_selection_none@Base 2.4.0
3821+ gimp_selection_save@Base 2.4.0
3822+ gimp_selection_sharpen@Base 2.4.0
3823+ gimp_selection_shrink@Base 2.4.0
3824+ gimp_selection_translate@Base 2.4.0
3825+ gimp_selection_value@Base 2.4.0
3826+ gimp_shear@Base 2.4.0
3827+ gimp_shm_ID@Base 2.4.0
3828+ gimp_shm_addr@Base 2.4.0
3829+ gimp_show_help_button@Base 2.4.0
3830+ gimp_show_tool_tips@Base 2.4.0
3831+ gimp_smudge@Base 2.4.0
3832+ gimp_smudge_default@Base 2.4.0
3833+ gimp_temp_name@Base 2.4.0
3834+ gimp_text@Base 2.4.0
3835+ gimp_text_fontname@Base 2.4.0
3836+ gimp_text_get_extents@Base 2.4.0
3837+ gimp_text_get_extents_fontname@Base 2.4.0
3838+ gimp_text_layer_get_antialias@Base 2.6.0
3839+ gimp_text_layer_get_base_direction@Base 2.6.0
3840+ gimp_text_layer_get_color@Base 2.6.0
3841+ gimp_text_layer_get_font@Base 2.6.0
3842+ gimp_text_layer_get_font_size@Base 2.6.0
3843+ gimp_text_layer_get_hinting@Base 2.6.0
3844+ gimp_text_layer_get_indent@Base 2.6.0
3845+ gimp_text_layer_get_justification@Base 2.6.0
3846+ gimp_text_layer_get_kerning@Base 2.6.0
3847+ gimp_text_layer_get_language@Base 2.6.0
3848+ gimp_text_layer_get_letter_spacing@Base 2.6.0
3849+ gimp_text_layer_get_line_spacing@Base 2.6.0
3850+ gimp_text_layer_get_text@Base 2.6.0
3851+ gimp_text_layer_new@Base 2.6.0
3852+ gimp_text_layer_set_antialias@Base 2.6.0
3853+ gimp_text_layer_set_base_direction@Base 2.6.0
3854+ gimp_text_layer_set_color@Base 2.6.0
3855+ gimp_text_layer_set_font@Base 2.6.0
3856+ gimp_text_layer_set_font_size@Base 2.6.0
3857+ gimp_text_layer_set_hinting@Base 2.6.0
3858+ gimp_text_layer_set_indent@Base 2.6.0
3859+ gimp_text_layer_set_justification@Base 2.6.0
3860+ gimp_text_layer_set_kerning@Base 2.6.0
3861+ gimp_text_layer_set_language@Base 2.6.0
3862+ gimp_text_layer_set_letter_spacing@Base 2.6.0
3863+ gimp_text_layer_set_line_spacing@Base 2.6.0
3864+ gimp_text_layer_set_text@Base 2.6.0
3865+ gimp_threshold@Base 2.4.0
3866+ gimp_tile_cache_ntiles@Base 2.4.0
3867+ gimp_tile_cache_size@Base 2.4.0
3868+ gimp_tile_flush@Base 2.4.0
3869+ gimp_tile_height@Base 2.4.0
3870+ gimp_tile_ref@Base 2.4.0
3871+ gimp_tile_ref_zero@Base 2.4.0
3872+ gimp_tile_unref@Base 2.4.0
3873+ gimp_tile_width@Base 2.4.0
3874+ gimp_transform_2d@Base 2.4.0
3875+ gimp_uninstall_temp_proc@Base 2.4.0
3876+ gimp_user_time@Base 2.6.0
3877+ gimp_vectors_bezier_stroke_conicto@Base 2.4.0
3878+ gimp_vectors_bezier_stroke_cubicto@Base 2.4.0
3879+ gimp_vectors_bezier_stroke_lineto@Base 2.4.0
3880+ gimp_vectors_bezier_stroke_new_ellipse@Base 2.4.0
3881+ gimp_vectors_bezier_stroke_new_moveto@Base 2.4.0
3882+ gimp_vectors_copy@Base 2.6.0
3883+ gimp_vectors_export_to_file@Base 2.6.0
3884+ gimp_vectors_export_to_string@Base 2.6.0
3885+ gimp_vectors_get_image@Base 2.4.0
3886+ gimp_vectors_get_linked@Base 2.4.0
3887+ gimp_vectors_get_name@Base 2.4.0
3888+ gimp_vectors_get_strokes@Base 2.4.0
3889+ gimp_vectors_get_tattoo@Base 2.4.0
3890+ gimp_vectors_get_visible@Base 2.4.0
3891+ gimp_vectors_import_from_file@Base 2.4.0
3892+ gimp_vectors_import_from_string@Base 2.4.0
3893+ gimp_vectors_is_valid@Base 2.4.0
3894+ gimp_vectors_new@Base 2.4.0
3895+ gimp_vectors_new_from_text_layer@Base 2.6.0
3896+ gimp_vectors_parasite_attach@Base 2.4.0
3897+ gimp_vectors_parasite_detach@Base 2.4.0
3898+ gimp_vectors_parasite_find@Base 2.4.0
3899+ gimp_vectors_parasite_list@Base 2.4.0
3900+ gimp_vectors_remove_stroke@Base 2.4.0
3901+ gimp_vectors_set_linked@Base 2.4.0
3902+ gimp_vectors_set_name@Base 2.4.0
3903+ gimp_vectors_set_tattoo@Base 2.4.0
3904+ gimp_vectors_set_visible@Base 2.4.0
3905+ gimp_vectors_stroke_close@Base 2.4.0
3906+ gimp_vectors_stroke_flip@Base 2.4.0
3907+ gimp_vectors_stroke_flip_free@Base 2.4.0
3908+ gimp_vectors_stroke_get_length@Base 2.4.0
3909+ gimp_vectors_stroke_get_point_at_dist@Base 2.4.0
3910+ gimp_vectors_stroke_get_points@Base 2.4.0
3911+ gimp_vectors_stroke_interpolate@Base 2.4.0
3912+ gimp_vectors_stroke_new_from_points@Base 2.4.0
3913+ gimp_vectors_stroke_rotate@Base 2.4.0
3914+ gimp_vectors_stroke_scale@Base 2.4.0
3915+ gimp_vectors_stroke_translate@Base 2.4.0
3916+ gimp_vectors_to_selection@Base 2.4.0
3917+ gimp_version@Base 2.4.0
3918+ gimp_wm_class@Base 2.4.0
3919+libgimpbase-2.0.so.0 libgimp2.0 #MINVER#
3920+* Build-Depends-Package: libgimp2.0-dev
3921+ _gimp_unit_vtable@Base 2.4.0
3922+ gimp_add_mask_type_get_type@Base 2.4.0
3923+ gimp_any_to_utf8@Base 2.4.0
3924+ gimp_base_init@Base 2.4.0
3925+ gimp_blend_mode_get_type@Base 2.4.0
3926+ gimp_bucket_fill_mode_get_type@Base 2.4.0
3927+ gimp_canonicalize_identifier@Base 2.4.0
3928+ gimp_channel_ops_get_type@Base 2.4.0
3929+ gimp_channel_type_get_type@Base 2.4.0
3930+ gimp_check_size_get_type@Base 2.4.0
3931+ gimp_check_type_get_type@Base 2.4.0
3932+ gimp_checks_get_shades@Base 2.4.0
3933+ gimp_clone_type_get_type@Base 2.4.0
3934+ gimp_cpu_accel_get_support@Base 2.4.0
3935+ gimp_cpu_accel_set_use@Base 2.4.0
3936+ gimp_data_directory@Base 2.4.0
3937+ gimp_datafiles_check_extension@Base 2.4.0
3938+ gimp_datafiles_read_directories@Base 2.4.0
3939+ gimp_desaturate_mode_get_type@Base 2.4.0
3940+ gimp_directory@Base 2.4.0
3941+ gimp_dodge_burn_type_get_type@Base 2.4.0
3942+ gimp_enum_get_desc@Base 2.4.0
3943+ gimp_enum_get_value@Base 2.4.0
3944+ gimp_enum_get_value_descriptions@Base 2.4.0
3945+ gimp_enum_set_value_descriptions@Base 2.4.0
3946+ gimp_enum_value_get_desc@Base 2.4.0
3947+ gimp_enum_value_get_help@Base 2.4.0
3948+ gimp_env_init@Base 2.4.0
3949+ gimp_escape_uline@Base 2.4.0
3950+ gimp_filename_to_utf8@Base 2.4.0
3951+ gimp_flags_get_first_desc@Base 2.4.0
3952+ gimp_flags_get_first_value@Base 2.4.0
3953+ gimp_flags_get_value_descriptions@Base 2.4.0
3954+ gimp_flags_set_value_descriptions@Base 2.4.0
3955+ gimp_flags_value_get_desc@Base 2.4.0
3956+ gimp_flags_value_get_help@Base 2.4.0
3957+ gimp_foreground_extract_mode_get_type@Base 2.4.0
3958+ gimp_gradient_type_get_type@Base 2.4.0
3959+ gimp_grid_style_get_type@Base 2.4.0
3960+ gimp_gtkrc@Base 2.4.0
3961+ gimp_icon_type_get_type@Base 2.4.0
3962+ gimp_image_base_type_get_type@Base 2.4.0
3963+ gimp_image_type_get_type@Base 2.4.0
3964+ gimp_interpolation_type_get_type@Base 2.4.0
3965+ gimp_locale_directory@Base 2.4.0
3966+ gimp_major_version@Base 2.4.0
3967+ gimp_memsize_deserialize@Base 2.4.0
3968+ gimp_memsize_get_type@Base 2.4.0
3969+ gimp_memsize_serialize@Base 2.4.0
3970+ gimp_memsize_to_string@Base 2.4.0
3971+ gimp_message_handler_type_get_type@Base 2.4.0
3972+ gimp_micro_version@Base 2.4.0
3973+ gimp_minor_version@Base 2.4.0
3974+ gimp_paint_application_mode_get_type@Base 2.4.0
3975+ gimp_param_memsize_get_type@Base 2.4.0
3976+ gimp_param_parasite_get_type@Base 2.4.0
3977+ gimp_param_spec_memsize@Base 2.4.0
3978+ gimp_param_spec_parasite@Base 2.4.0
3979+ gimp_param_spec_unit@Base 2.4.0
3980+ gimp_param_unit_get_type@Base 2.4.0
3981+ gimp_parasite_compare@Base 2.4.0
3982+ gimp_parasite_copy@Base 2.4.0
3983+ gimp_parasite_data@Base 2.4.0
3984+ gimp_parasite_data_size@Base 2.4.0
3985+ gimp_parasite_flags@Base 2.4.0
3986+ gimp_parasite_free@Base 2.4.0
3987+ gimp_parasite_get_type@Base 2.4.0
3988+ gimp_parasite_has_flag@Base 2.4.0
3989+ gimp_parasite_is_persistent@Base 2.4.0
3990+ gimp_parasite_is_type@Base 2.4.0
3991+ gimp_parasite_is_undoable@Base 2.4.0
3992+ gimp_parasite_name@Base 2.4.0
3993+ gimp_parasite_new@Base 2.4.0
3994+ gimp_path_free@Base 2.4.0
3995+ gimp_path_get_user_writable_dir@Base 2.4.0
3996+ gimp_path_parse@Base 2.4.0
3997+ gimp_path_to_str@Base 2.4.0
3998+ gimp_pdb_arg_type_get_type@Base 2.4.0
3999+ gimp_pdb_error_handler_get_type@Base 2.6.0
4000+ gimp_pdb_proc_type_get_type@Base 2.4.0
4001+ gimp_pdb_status_type_get_type@Base 2.4.0
4002+ gimp_personal_rc_file@Base 2.4.0
4003+ gimp_pixpipe_params_build@Base 2.4.0
4004+ gimp_pixpipe_params_init@Base 2.4.0
4005+ gimp_pixpipe_params_parse@Base 2.4.0
4006+ gimp_plug_in_directory@Base 2.4.0
4007+ gimp_progress_command_get_type@Base 2.4.0
4008+ gimp_rectangle_intersect@Base 2.4.0
4009+ gimp_repeat_mode_get_type@Base 2.4.0
4010+ gimp_run_mode_get_type@Base 2.4.0
4011+ gimp_signal_private@Base 2.4.0
4012+ gimp_size_type_get_type@Base 2.4.0
4013+ gimp_stack_trace_mode_get_type@Base 2.4.0
4014+ gimp_strip_uline@Base 2.4.0
4015+ gimp_sysconf_directory@Base 2.4.0
4016+ gimp_text_direction_get_type@Base 2.6.0
4017+ gimp_text_justification_get_type@Base 2.6.0
4018+ gimp_transfer_mode_get_type@Base 2.4.0
4019+ gimp_transform_direction_get_type@Base 2.4.0
4020+ gimp_transform_resize_get_type@Base 2.4.0
4021+ gimp_type_get_translation_domain@Base 2.4.0
4022+ gimp_type_set_translation_domain@Base 2.4.0
4023+ gimp_unit_get_abbreviation@Base 2.4.0
4024+ gimp_unit_get_deletion_flag@Base 2.4.0
4025+ gimp_unit_get_digits@Base 2.4.0
4026+ gimp_unit_get_factor@Base 2.4.0
4027+ gimp_unit_get_identifier@Base 2.4.0
4028+ gimp_unit_get_number_of_built_in_units@Base 2.4.0
4029+ gimp_unit_get_number_of_units@Base 2.4.0
4030+ gimp_unit_get_plural@Base 2.4.0
4031+ gimp_unit_get_singular@Base 2.4.0
4032+ gimp_unit_get_symbol@Base 2.4.0
4033+ gimp_unit_get_type@Base 2.4.0
4034+ gimp_unit_new@Base 2.4.0
4035+ gimp_unit_set_deletion_flag@Base 2.4.0
4036+ gimp_user_directory@Base 2.4.0
4037+ gimp_user_directory_get_type@Base 2.4.0
4038+ gimp_utf8_strtrim@Base 2.4.0
4039+ gimp_vectors_stroke_type_get_type@Base 2.4.0
4040+ gimp_wire_clear_error@Base 2.4.0
4041+ gimp_wire_destroy@Base 2.4.0
4042+ gimp_wire_error@Base 2.4.0
4043+ gimp_wire_flush@Base 2.4.0
4044+ gimp_wire_read@Base 2.4.0
4045+ gimp_wire_read_msg@Base 2.4.0
4046+ gimp_wire_register@Base 2.4.0
4047+ gimp_wire_set_flusher@Base 2.4.0
4048+ gimp_wire_set_reader@Base 2.4.0
4049+ gimp_wire_set_writer@Base 2.4.0
4050+ gimp_wire_write@Base 2.4.0
4051+ gimp_wire_write_msg@Base 2.4.0
4052+ gp_config_write@Base 2.4.0
4053+ gp_extension_ack_write@Base 2.4.0
4054+ gp_has_init_write@Base 2.4.0
4055+ gp_init@Base 2.4.0
4056+ gp_params_destroy@Base 2.4.0
4057+ gp_proc_install_write@Base 2.4.0
4058+ gp_proc_return_write@Base 2.4.0
4059+ gp_proc_run_write@Base 2.4.0
4060+ gp_proc_uninstall_write@Base 2.4.0
4061+ gp_quit_write@Base 2.4.0
4062+ gp_temp_proc_return_write@Base 2.4.0
4063+ gp_temp_proc_run_write@Base 2.4.0
4064+ gp_tile_ack_write@Base 2.4.0
4065+ gp_tile_data_write@Base 2.4.0
4066+ gp_tile_req_write@Base 2.4.0
4067+libgimpcolor-2.0.so.0 libgimp2.0 #MINVER#
4068+* Build-Depends-Package: libgimp2.0-dev
4069+ gimp_adaptive_supersample_area@Base 2.4.0
4070+ gimp_bilinear@Base 2.4.0
4071+ gimp_bilinear_16@Base 2.4.0
4072+ gimp_bilinear_32@Base 2.4.0
4073+ gimp_bilinear_8@Base 2.4.0
4074+ gimp_bilinear_pixels_8@Base 2.4.0
4075+ gimp_bilinear_rgb@Base 2.4.0
4076+ gimp_bilinear_rgba@Base 2.4.0
4077+ gimp_cmyk_get_type@Base 2.4.0
4078+ gimp_cmyk_get_uchar@Base 2.4.0
4079+ gimp_cmyk_set@Base 2.4.0
4080+ gimp_cmyk_set_uchar@Base 2.4.0
4081+ gimp_cmyk_to_rgb@Base 2.4.0
4082+ gimp_cmyk_to_rgb_int@Base 2.4.0
4083+ gimp_cmyka_get_uchar@Base 2.4.0
4084+ gimp_cmyka_set@Base 2.4.0
4085+ gimp_cmyka_set_uchar@Base 2.4.0
4086+ gimp_color_managed_get_icc_profile@Base 2.4.0
4087+ gimp_color_managed_interface_get_type@Base 2.4.0
4088+ gimp_color_managed_profile_changed@Base 2.4.0
4089+ gimp_hsl_get_type@Base 2.4.0
4090+ gimp_hsl_to_rgb@Base 2.4.0
4091+ gimp_hsl_to_rgb_int@Base 2.4.0
4092+ gimp_hsv_clamp@Base 2.4.0
4093+ gimp_hsv_get_type@Base 2.4.0
4094+ gimp_hsv_set@Base 2.4.0
4095+ gimp_hsv_to_rgb4@Base 2.4.0
4096+ gimp_hsv_to_rgb@Base 2.4.0
4097+ gimp_hsv_to_rgb_int@Base 2.4.0
4098+ gimp_hsva_set@Base 2.4.0
4099+ gimp_hwb_to_rgb@Base 2.4.0
4100+ gimp_param_rgb_get_type@Base 2.4.0
4101+ gimp_param_spec_rgb@Base 2.4.0
4102+ gimp_param_spec_rgb_has_alpha@Base 2.4.0
4103+ gimp_rgb_add@Base 2.4.0
4104+ gimp_rgb_clamp@Base 2.4.0
4105+ gimp_rgb_composite@Base 2.4.0
4106+ gimp_rgb_distance@Base 2.4.0
4107+ gimp_rgb_gamma@Base 2.4.0
4108+ gimp_rgb_get_type@Base 2.4.0
4109+ gimp_rgb_get_uchar@Base 2.4.0
4110+ gimp_rgb_intensity@Base 2.4.0
4111+ gimp_rgb_intensity_uchar@Base 2.4.0
4112+ gimp_rgb_list_names@Base 2.4.0
4113+ gimp_rgb_luminance@Base 2.4.0
4114+ gimp_rgb_luminance_uchar@Base 2.4.0
4115+ gimp_rgb_max@Base 2.4.0
4116+ gimp_rgb_min@Base 2.4.0
4117+ gimp_rgb_multiply@Base 2.4.0
4118+ gimp_rgb_parse_css@Base 2.4.0
4119+ gimp_rgb_parse_hex@Base 2.4.0
4120+ gimp_rgb_parse_name@Base 2.4.0
4121+ gimp_rgb_set@Base 2.4.0
4122+ gimp_rgb_set_alpha@Base 2.4.0
4123+ gimp_rgb_set_uchar@Base 2.4.0
4124+ gimp_rgb_subtract@Base 2.4.0
4125+ gimp_rgb_to_cmyk@Base 2.4.0
4126+ gimp_rgb_to_cmyk_int@Base 2.4.0
4127+ gimp_rgb_to_hsl@Base 2.4.0
4128+ gimp_rgb_to_hsl_int@Base 2.4.0
4129+ gimp_rgb_to_hsv4@Base 2.4.0
4130+ gimp_rgb_to_hsv@Base 2.4.0
4131+ gimp_rgb_to_hsv_int@Base 2.4.0
4132+ gimp_rgb_to_hwb@Base 2.4.0
4133+ gimp_rgb_to_l_int@Base 2.4.0
4134+ gimp_rgba_add@Base 2.4.0
4135+ gimp_rgba_distance@Base 2.4.0
4136+ gimp_rgba_get_uchar@Base 2.4.0
4137+ gimp_rgba_multiply@Base 2.4.0
4138+ gimp_rgba_parse_css@Base 2.4.0
4139+ gimp_rgba_set@Base 2.4.0
4140+ gimp_rgba_set_uchar@Base 2.4.0
4141+ gimp_rgba_subtract@Base 2.4.0
4142+ gimp_value_get_rgb@Base 2.4.0
4143+ gimp_value_set_rgb@Base 2.4.0
4144+libgimpconfig-2.0.so.0 libgimp2.0 #MINVER#
4145+* Build-Depends-Package: libgimp2.0-dev
4146+ gimp_color_config_get_type@Base 2.4.0
4147+ gimp_color_management_mode_get_type@Base 2.4.0
4148+ gimp_color_rendering_intent_get_type@Base 2.4.0
4149+ gimp_config_build_data_path@Base 2.4.0
4150+ gimp_config_build_plug_in_path@Base 2.4.0
4151+ gimp_config_build_writable_path@Base 2.4.0
4152+ gimp_config_copy@Base 2.6.0
4153+ gimp_config_deserialize_file@Base 2.4.0
4154+ gimp_config_deserialize_properties@Base 2.4.0
4155+ gimp_config_deserialize_property@Base 2.4.0
4156+ gimp_config_deserialize_return@Base 2.4.0
4157+ gimp_config_deserialize_string@Base 2.4.0
4158+ gimp_config_diff@Base 2.4.0
4159+ gimp_config_duplicate@Base 2.4.0
4160+ gimp_config_error_quark@Base 2.4.0
4161+ gimp_config_interface_get_type@Base 2.4.0
4162+ gimp_config_is_equal_to@Base 2.4.0
4163+ gimp_config_path_expand@Base 2.4.0
4164+ gimp_config_path_get_type@Base 2.4.0
4165+ gimp_config_reset@Base 2.4.0
4166+ gimp_config_reset_properties@Base 2.4.0
4167+ gimp_config_reset_property@Base 2.4.0
4168+ gimp_config_serialize_changed_properties@Base 2.4.0
4169+ gimp_config_serialize_properties@Base 2.4.0
4170+ gimp_config_serialize_property@Base 2.4.0
4171+ gimp_config_serialize_property_by_name@Base 2.6.0
4172+ gimp_config_serialize_to_fd@Base 2.4.0
4173+ gimp_config_serialize_to_file@Base 2.4.0
4174+ gimp_config_serialize_to_string@Base 2.4.0
4175+ gimp_config_serialize_value@Base 2.4.0
4176+ gimp_config_string_append_escaped@Base 2.4.0
4177+ gimp_config_sync@Base 2.4.0
4178+ gimp_config_writer_close@Base 2.4.0
4179+ gimp_config_writer_comment@Base 2.4.0
4180+ gimp_config_writer_comment_mode@Base 2.4.0
4181+ gimp_config_writer_data@Base 2.4.0
4182+ gimp_config_writer_finish@Base 2.4.0
4183+ gimp_config_writer_identifier@Base 2.4.0
4184+ gimp_config_writer_linefeed@Base 2.4.0
4185+ gimp_config_writer_new_fd@Base 2.4.0
4186+ gimp_config_writer_new_file@Base 2.4.0
4187+ gimp_config_writer_new_string@Base 2.4.0
4188+ gimp_config_writer_open@Base 2.4.0
4189+ gimp_config_writer_print@Base 2.4.0
4190+ gimp_config_writer_printf@Base 2.4.0
4191+ gimp_config_writer_revert@Base 2.4.0
4192+ gimp_config_writer_string@Base 2.4.0
4193+ gimp_param_config_path_get_type@Base 2.4.0
4194+ gimp_param_spec_config_path@Base 2.4.0
4195+ gimp_param_spec_config_path_type@Base 2.4.0
4196+ gimp_scanner_destroy@Base 2.4.0
4197+ gimp_scanner_new_file@Base 2.4.0
4198+ gimp_scanner_new_string@Base 2.4.0
4199+ gimp_scanner_parse_color@Base 2.4.0
4200+ gimp_scanner_parse_data@Base 2.4.0
4201+ gimp_scanner_parse_float@Base 2.4.0
4202+ gimp_scanner_parse_identifier@Base 2.4.0
4203+ gimp_scanner_parse_int@Base 2.4.0
4204+ gimp_scanner_parse_matrix2@Base 2.4.0
4205+ gimp_scanner_parse_string@Base 2.4.0
4206+ gimp_scanner_parse_string_no_validate@Base 2.4.0
4207+ gimp_scanner_parse_token@Base 2.4.0
4208+libgimpmath-2.0.so.0 libgimp2.0 #MINVER#
4209+* Build-Depends-Package: libgimp2.0-dev
4210+ gimp_matrix2_get_type@Base 2.4.0
4211+ gimp_matrix2_identity@Base 2.4.0
4212+ gimp_matrix2_mult@Base 2.4.0
4213+ gimp_matrix3_affine@Base 2.4.0
4214+ gimp_matrix3_determinant@Base 2.4.0
4215+ gimp_matrix3_identity@Base 2.4.0
4216+ gimp_matrix3_invert@Base 2.4.0
4217+ gimp_matrix3_is_affine@Base 2.4.0
4218+ gimp_matrix3_is_diagonal@Base 2.4.0
4219+ gimp_matrix3_is_identity@Base 2.4.0
4220+ gimp_matrix3_is_simple@Base 2.4.0
4221+ gimp_matrix3_mult@Base 2.4.0
4222+ gimp_matrix3_rotate@Base 2.4.0
4223+ gimp_matrix3_scale@Base 2.4.0
4224+ gimp_matrix3_transform_point@Base 2.4.0
4225+ gimp_matrix3_translate@Base 2.4.0
4226+ gimp_matrix3_xshear@Base 2.4.0
4227+ gimp_matrix3_yshear@Base 2.4.0
4228+ gimp_matrix4_to_deg@Base 2.4.0
4229+ gimp_md5_get_digest@Base 2.4.0
4230+ gimp_param_matrix2_get_type@Base 2.4.0
4231+ gimp_param_spec_matrix2@Base 2.4.0
4232+ gimp_vector2_add@Base 2.4.0
4233+ gimp_vector2_add_val@Base 2.4.0
4234+ gimp_vector2_cross_product@Base 2.4.0
4235+ gimp_vector2_cross_product_val@Base 2.4.0
4236+ gimp_vector2_inner_product@Base 2.4.0
4237+ gimp_vector2_inner_product_val@Base 2.4.0
4238+ gimp_vector2_length@Base 2.4.0
4239+ gimp_vector2_length_val@Base 2.4.0
4240+ gimp_vector2_mul@Base 2.4.0
4241+ gimp_vector2_mul_val@Base 2.4.0
4242+ gimp_vector2_neg@Base 2.4.0
4243+ gimp_vector2_neg_val@Base 2.4.0
4244+ gimp_vector2_new@Base 2.4.0
4245+ gimp_vector2_normalize@Base 2.4.0
4246+ gimp_vector2_normalize_val@Base 2.4.0
4247+ gimp_vector2_rotate@Base 2.4.0
4248+ gimp_vector2_rotate_val@Base 2.4.0
4249+ gimp_vector2_set@Base 2.4.0
4250+ gimp_vector2_sub@Base 2.4.0
4251+ gimp_vector2_sub_val@Base 2.4.0
4252+ gimp_vector3_add@Base 2.4.0
4253+ gimp_vector3_add_val@Base 2.4.0
4254+ gimp_vector3_cross_product@Base 2.4.0
4255+ gimp_vector3_cross_product_val@Base 2.4.0
4256+ gimp_vector3_inner_product@Base 2.4.0
4257+ gimp_vector3_inner_product_val@Base 2.4.0
4258+ gimp_vector3_length@Base 2.4.0
4259+ gimp_vector3_length_val@Base 2.4.0
4260+ gimp_vector3_mul@Base 2.4.0
4261+ gimp_vector3_mul_val@Base 2.4.0
4262+ gimp_vector3_neg@Base 2.4.0
4263+ gimp_vector3_neg_val@Base 2.4.0
4264+ gimp_vector3_new@Base 2.4.0
4265+ gimp_vector3_normalize@Base 2.4.0
4266+ gimp_vector3_normalize_val@Base 2.4.0
4267+ gimp_vector3_rotate@Base 2.4.0
4268+ gimp_vector3_rotate_val@Base 2.4.0
4269+ gimp_vector3_set@Base 2.4.0
4270+ gimp_vector3_sub@Base 2.4.0
4271+ gimp_vector3_sub_val@Base 2.4.0
4272+ gimp_vector_2d_to_3d@Base 2.4.0
4273+ gimp_vector_2d_to_3d_val@Base 2.4.0
4274+ gimp_vector_3d_to_2d@Base 2.4.0
4275+libgimpmodule-2.0.so.0 libgimp2.0 #MINVER#
4276+* Build-Depends-Package: libgimp2.0-dev
4277+ gimp_module_db_get_load_inhibit@Base 2.4.0
4278+ gimp_module_db_get_type@Base 2.4.0
4279+ gimp_module_db_load@Base 2.4.0
4280+ gimp_module_db_new@Base 2.4.0
4281+ gimp_module_db_refresh@Base 2.4.0
4282+ gimp_module_db_set_load_inhibit@Base 2.4.0
4283+ gimp_module_get_type@Base 2.4.0
4284+ gimp_module_info_copy@Base 2.4.0
4285+ gimp_module_info_free@Base 2.4.0
4286+ gimp_module_info_new@Base 2.4.0
4287+ gimp_module_modified@Base 2.4.0
4288+ gimp_module_new@Base 2.4.0
4289+ gimp_module_query_module@Base 2.4.0
4290+ gimp_module_register_enum@Base 2.4.0
4291+ gimp_module_set_load_inhibit@Base 2.4.0
4292+ gimp_module_state_name@Base 2.4.0
4293+libgimpthumb-2.0.so.0 libgimp2.0 #MINVER#
4294+* Build-Depends-Package: libgimp2.0-dev
4295+ gimp_thumb_ensure_thumb_dir@Base 2.4.0
4296+ gimp_thumb_ensure_thumb_dir_local@Base 2.4.0
4297+ gimp_thumb_error_quark@Base 2.4.0
4298+ gimp_thumb_file_test@Base 2.4.0
4299+ gimp_thumb_file_type_get_type@Base 2.4.0
4300+ gimp_thumb_find_thumb@Base 2.4.0
4301+ gimp_thumb_get_thumb_dir@Base 2.4.0
4302+ gimp_thumb_get_thumb_dir_local@Base 2.4.0
4303+ gimp_thumb_init@Base 2.4.0
4304+ gimp_thumb_name_from_uri@Base 2.4.0
4305+ gimp_thumb_name_from_uri_local@Base 2.4.0
4306+ gimp_thumb_size_get_type@Base 2.4.0
4307+ gimp_thumb_state_get_type@Base 2.4.0
4308+ gimp_thumbnail_check_thumb@Base 2.4.0
4309+ gimp_thumbnail_delete_failure@Base 2.4.0
4310+ gimp_thumbnail_delete_others@Base 2.4.0
4311+ gimp_thumbnail_get_type@Base 2.4.0
4312+ gimp_thumbnail_has_failed@Base 2.4.0
4313+ gimp_thumbnail_load_thumb@Base 2.4.0
4314+ gimp_thumbnail_new@Base 2.4.0
4315+ gimp_thumbnail_peek_image@Base 2.4.0
4316+ gimp_thumbnail_peek_thumb@Base 2.4.0
4317+ gimp_thumbnail_save_failure@Base 2.4.0
4318+ gimp_thumbnail_save_thumb@Base 2.4.0
4319+ gimp_thumbnail_save_thumb_local@Base 2.4.0
4320+ gimp_thumbnail_set_filename@Base 2.4.0
4321+ gimp_thumbnail_set_from_thumb@Base 2.4.0
4322+ gimp_thumbnail_set_uri@Base 2.4.0
4323+ gimp_thumbs_delete_for_uri@Base 2.4.0
4324+ gimp_thumbs_delete_for_uri_local@Base 2.4.0
4325+libgimpui-2.0.so.0 libgimp2.0 #MINVER#
4326+* Build-Depends-Package: libgimp2.0-dev
4327+ _gimpui_marshal_VOID__STRING_BOOLEAN@Base 2.4.0
4328+ _gimpui_marshal_VOID__STRING_DOUBLE_INT_INT_INT_INT_POINTER_BOOLEAN@Base 2.4.0
4329+ _gimpui_marshal_VOID__STRING_INT_INT_INT_POINTER_BOOLEAN@Base 2.4.0
4330+ _gimpui_marshal_VOID__STRING_INT_POINTER_BOOLEAN@Base 2.4.0
4331+ gimp_aspect_preview_get_type@Base 2.4.0
4332+ gimp_aspect_preview_new@Base 2.4.0
4333+ gimp_brush_select_button_get_brush@Base 2.4.0
4334+ gimp_brush_select_button_get_type@Base 2.4.0
4335+ gimp_brush_select_button_new@Base 2.4.0
4336+ gimp_brush_select_button_set_brush@Base 2.4.0
4337+ gimp_brush_select_widget_close@Base 2.4.0
4338+ gimp_brush_select_widget_new@Base 2.4.0
4339+ gimp_brush_select_widget_set@Base 2.4.0
4340+ gimp_channel_combo_box_get_type@Base 2.4.0
4341+ gimp_channel_combo_box_new@Base 2.4.0
4342+ gimp_channel_menu_new@Base 2.4.0
4343+ gimp_drawable_combo_box_get_type@Base 2.4.0
4344+ gimp_drawable_combo_box_new@Base 2.4.0
4345+ gimp_drawable_get_sub_thumbnail@Base 2.4.0
4346+ gimp_drawable_get_thumbnail@Base 2.4.0
4347+ gimp_drawable_menu_new@Base 2.4.0
4348+ gimp_drawable_preview_draw_region@Base 2.4.0
4349+ gimp_drawable_preview_get_drawable@Base 2.4.0
4350+ gimp_drawable_preview_get_type@Base 2.4.0
4351+ gimp_drawable_preview_new@Base 2.4.0
4352+ gimp_export_image@Base 2.4.0
4353+ gimp_font_select_button_get_font@Base 2.4.0
4354+ gimp_font_select_button_get_type@Base 2.4.0
4355+ gimp_font_select_button_new@Base 2.4.0
4356+ gimp_font_select_button_set_font@Base 2.4.0
4357+ gimp_font_select_widget_close@Base 2.4.0
4358+ gimp_font_select_widget_new@Base 2.4.0
4359+ gimp_font_select_widget_set@Base 2.4.0
4360+ gimp_gradient_select_button_get_gradient@Base 2.4.0
4361+ gimp_gradient_select_button_get_type@Base 2.4.0
4362+ gimp_gradient_select_button_new@Base 2.4.0
4363+ gimp_gradient_select_button_set_gradient@Base 2.4.0
4364+ gimp_gradient_select_widget_close@Base 2.4.0
4365+ gimp_gradient_select_widget_new@Base 2.4.0
4366+ gimp_gradient_select_widget_set@Base 2.4.0
4367+ gimp_image_combo_box_get_type@Base 2.4.0
4368+ gimp_image_combo_box_new@Base 2.4.0
4369+ gimp_image_get_thumbnail@Base 2.4.0
4370+ gimp_image_menu_new@Base 2.4.0
4371+ gimp_layer_combo_box_get_type@Base 2.4.0
4372+ gimp_layer_combo_box_new@Base 2.4.0
4373+ gimp_layer_menu_new@Base 2.4.0
4374+ gimp_layer_new_from_pixbuf@Base 2.4.0
4375+ gimp_palette_select_button_get_palette@Base 2.4.0
4376+ gimp_palette_select_button_get_type@Base 2.4.0
4377+ gimp_palette_select_button_new@Base 2.4.0
4378+ gimp_palette_select_button_set_palette@Base 2.4.0
4379+ gimp_palette_select_widget_close@Base 2.4.0
4380+ gimp_palette_select_widget_new@Base 2.4.0
4381+ gimp_palette_select_widget_set@Base 2.4.0
4382+ gimp_pattern_select_button_get_pattern@Base 2.4.0
4383+ gimp_pattern_select_button_get_type@Base 2.4.0
4384+ gimp_pattern_select_button_new@Base 2.4.0
4385+ gimp_pattern_select_button_set_pattern@Base 2.4.0
4386+ gimp_pattern_select_widget_close@Base 2.4.0
4387+ gimp_pattern_select_widget_new@Base 2.4.0
4388+ gimp_pattern_select_widget_set@Base 2.4.0
4389+ gimp_proc_browser_dialog_get_selected@Base 2.4.0
4390+ gimp_proc_browser_dialog_get_type@Base 2.4.0
4391+ gimp_proc_browser_dialog_new@Base 2.4.0
4392+ gimp_proc_view_new@Base 2.4.0
4393+ gimp_progress_bar_get_type@Base 2.4.0
4394+ gimp_progress_bar_new@Base 2.4.0
4395+ gimp_select_button_close_popup@Base 2.4.0
4396+ gimp_select_button_get_type@Base 2.4.0
4397+ gimp_ui_get_display_window@Base 2.4.0
4398+ gimp_ui_get_progress_window@Base 2.4.0
4399+ gimp_ui_init@Base 2.4.0
4400+ gimp_vectors_combo_box_get_type@Base 2.4.0
4401+ gimp_vectors_combo_box_new@Base 2.4.0
4402+ gimp_window_set_transient@Base 2.4.0
4403+ gimp_window_set_transient_for_display@Base 2.4.0
4404+ gimp_zoom_preview_get_drawable@Base 2.4.0
4405+ gimp_zoom_preview_get_factor@Base 2.4.0
4406+ gimp_zoom_preview_get_model@Base 2.4.0
4407+ gimp_zoom_preview_get_source@Base 2.4.0
4408+ gimp_zoom_preview_get_type@Base 2.4.0
4409+ gimp_zoom_preview_new@Base 2.4.0
4410+ gimp_zoom_preview_new_with_model@Base 2.4.0
4411+libgimpwidgets-2.0.so.0 libgimp2.0 #MINVER#
4412+* Build-Depends-Package: libgimp2.0-dev
4413+ _gimp_ensure_modules_func@Base 2.4.0
4414+ _gimp_get_background_func@Base 2.4.0
4415+ _gimp_get_foreground_func@Base 2.4.0
4416+ _gimp_standard_help_func@Base 2.4.0
4417+ _gimp_widgets_marshal_BOOLEAN__POINTER@Base 2.4.0
4418+ _gimp_widgets_marshal_VOID__DOUBLE_DOUBLE@Base 2.4.0
4419+ _gimp_widgets_marshal_VOID__INT_INT@Base 2.4.0
4420+ _gimp_widgets_marshal_VOID__OBJECT_INT@Base 2.4.0
4421+ _gimp_widgets_marshal_VOID__POINTER_POINTER@Base 2.4.0
4422+ _gimp_widgets_marshal_VOID__STRING_FLAGS@Base 2.4.0
4423+ _gimp_widgets_marshal_VOID__STRING_INT@Base 2.4.0
4424+ gimp_aspect_type_get_type@Base 2.4.0
4425+ gimp_browser_add_search_types@Base 2.4.0
4426+ gimp_browser_get_type@Base 2.4.0
4427+ gimp_browser_new@Base 2.4.0
4428+ gimp_browser_set_widget@Base 2.4.0
4429+ gimp_browser_show_message@Base 2.4.0
4430+ gimp_button_extended_clicked@Base 2.4.0
4431+ gimp_button_get_type@Base 2.4.0
4432+ gimp_button_new@Base 2.4.0
4433+ gimp_cairo_checkerboard_create@Base 2.6.0
4434+ gimp_cairo_set_focus_line_pattern@Base 2.6.0
4435+ gimp_cairo_set_source_rgb@Base 2.6.0
4436+ gimp_cairo_set_source_rgba@Base 2.6.0
4437+ gimp_cairo_surface_create_from_pixbuf@Base 2.6.0
4438+ gimp_cell_renderer_color_get_type@Base 2.4.0
4439+ gimp_cell_renderer_color_new@Base 2.4.0
4440+ gimp_cell_renderer_toggle_clicked@Base 2.4.0
4441+ gimp_cell_renderer_toggle_get_type@Base 2.4.0
4442+ gimp_cell_renderer_toggle_new@Base 2.4.0
4443+ gimp_chain_button_get_active@Base 2.4.0
4444+ gimp_chain_button_get_type@Base 2.4.0
4445+ gimp_chain_button_new@Base 2.4.0
4446+ gimp_chain_button_set_active@Base 2.4.0
4447+ gimp_chain_position_get_type@Base 2.4.0
4448+ gimp_color_area_get_color@Base 2.4.0
4449+ gimp_color_area_get_type@Base 2.4.0
4450+ gimp_color_area_has_alpha@Base 2.4.0
4451+ gimp_color_area_new@Base 2.4.0
4452+ gimp_color_area_set_color@Base 2.4.0
4453+ gimp_color_area_set_draw_border@Base 2.4.0
4454+ gimp_color_area_set_type@Base 2.4.0
4455+ gimp_color_area_type_get_type@Base 2.4.0
4456+ gimp_color_button_get_color@Base 2.4.0
4457+ gimp_color_button_get_type@Base 2.4.0
4458+ gimp_color_button_get_update@Base 2.4.0
4459+ gimp_color_button_has_alpha@Base 2.4.0
4460+ gimp_color_button_new@Base 2.4.0
4461+ gimp_color_button_set_color@Base 2.4.0
4462+ gimp_color_button_set_type@Base 2.4.0
4463+ gimp_color_button_set_update@Base 2.4.0
4464+ gimp_color_display_changed@Base 2.4.0
4465+ gimp_color_display_clone@Base 2.4.0
4466+ gimp_color_display_configure@Base 2.4.0
4467+ gimp_color_display_configure_reset@Base 2.4.0
4468+ gimp_color_display_convert@Base 2.4.0
4469+ gimp_color_display_get_config@Base 2.4.0
4470+ gimp_color_display_get_enabled@Base 2.4.0
4471+ gimp_color_display_get_managed@Base 2.4.0
4472+ gimp_color_display_get_type@Base 2.4.0
4473+ gimp_color_display_load_state@Base 2.4.0
4474+ gimp_color_display_new@Base 2.4.0
4475+ gimp_color_display_save_state@Base 2.4.0
4476+ gimp_color_display_set_enabled@Base 2.4.0
4477+ gimp_color_display_stack_add@Base 2.4.0
4478+ gimp_color_display_stack_changed@Base 2.4.0
4479+ gimp_color_display_stack_clone@Base 2.4.0
4480+ gimp_color_display_stack_convert@Base 2.4.0
4481+ gimp_color_display_stack_get_type@Base 2.4.0
4482+ gimp_color_display_stack_new@Base 2.4.0
4483+ gimp_color_display_stack_remove@Base 2.4.0
4484+ gimp_color_display_stack_reorder_down@Base 2.4.0
4485+ gimp_color_display_stack_reorder_up@Base 2.4.0
4486+ gimp_color_hex_entry_get_color@Base 2.4.0
4487+ gimp_color_hex_entry_get_type@Base 2.4.0
4488+ gimp_color_hex_entry_new@Base 2.4.0
4489+ gimp_color_hex_entry_set_color@Base 2.4.0
4490+ gimp_color_notebook_get_type@Base 2.4.0
4491+ gimp_color_notebook_set_has_page@Base 2.4.0
4492+ gimp_color_profile_combo_box_add@Base 2.4.0
4493+ gimp_color_profile_combo_box_get_active@Base 2.4.0
4494+ gimp_color_profile_combo_box_get_type@Base 2.4.0
4495+ gimp_color_profile_combo_box_new@Base 2.4.0
4496+ gimp_color_profile_combo_box_new_with_model@Base 2.4.0
4497+ gimp_color_profile_combo_box_set_active@Base 2.4.0
4498+ gimp_color_profile_store_add@Base 2.4.0
4499+ gimp_color_profile_store_get_type@Base 2.4.0
4500+ gimp_color_profile_store_new@Base 2.4.0
4501+ gimp_color_scale_entry_new@Base 2.4.0
4502+ gimp_color_scale_get_type@Base 2.4.0
4503+ gimp_color_scale_new@Base 2.4.0
4504+ gimp_color_scale_set_channel@Base 2.4.0
4505+ gimp_color_scale_set_color@Base 2.4.0
4506+ gimp_color_scales_get_type@Base 2.4.0
4507+ gimp_color_select_get_type@Base 2.4.0
4508+ gimp_color_selection_color_changed@Base 2.4.0
4509+ gimp_color_selection_get_color@Base 2.4.0
4510+ gimp_color_selection_get_old_color@Base 2.4.0
4511+ gimp_color_selection_get_show_alpha@Base 2.4.0
4512+ gimp_color_selection_get_type@Base 2.4.0
4513+ gimp_color_selection_new@Base 2.4.0
4514+ gimp_color_selection_reset@Base 2.4.0
4515+ gimp_color_selection_set_color@Base 2.4.0
4516+ gimp_color_selection_set_config@Base 2.4.0
4517+ gimp_color_selection_set_old_color@Base 2.4.0
4518+ gimp_color_selection_set_show_alpha@Base 2.4.0
4519+ gimp_color_selector_channel_changed@Base 2.4.0
4520+ gimp_color_selector_channel_get_type@Base 2.4.0
4521+ gimp_color_selector_color_changed@Base 2.4.0
4522+ gimp_color_selector_get_type@Base 2.4.0
4523+ gimp_color_selector_new@Base 2.4.0
4524+ gimp_color_selector_set_channel@Base 2.4.0
4525+ gimp_color_selector_set_color@Base 2.4.0
4526+ gimp_color_selector_set_config@Base 2.4.0
4527+ gimp_color_selector_set_show_alpha@Base 2.4.0
4528+ gimp_color_selector_set_toggles_sensitive@Base 2.4.0
4529+ gimp_color_selector_set_toggles_visible@Base 2.4.0
4530+ gimp_context_help@Base 2.4.0
4531+ gimp_controller_event@Base 2.4.0
4532+ gimp_controller_get_event_blurb@Base 2.4.0
4533+ gimp_controller_get_event_name@Base 2.4.0
4534+ gimp_controller_get_n_events@Base 2.4.0
4535+ gimp_controller_get_type@Base 2.4.0
4536+ gimp_controller_new@Base 2.4.0
4537+ gimp_coordinates_new@Base 2.4.0
4538+ gimp_dialog_add_button@Base 2.4.0
4539+ gimp_dialog_add_buttons@Base 2.4.0
4540+ gimp_dialog_add_buttons_valist@Base 2.4.0
4541+ gimp_dialog_get_type@Base 2.4.0
4542+ gimp_dialog_new@Base 2.4.0
4543+ gimp_dialog_new_valist@Base 2.4.0
4544+ gimp_dialog_run@Base 2.4.0
4545+ gimp_dialogs_show_help_button@Base 2.4.0
4546+ gimp_double_adjustment_update@Base 2.4.0
4547+ gimp_enum_combo_box_get_type@Base 2.4.0
4548+ gimp_enum_combo_box_new@Base 2.4.0
4549+ gimp_enum_combo_box_new_with_model@Base 2.4.0
4550+ gimp_enum_combo_box_set_stock_prefix@Base 2.4.0
4551+ gimp_enum_label_get_type@Base 2.4.0
4552+ gimp_enum_label_new@Base 2.4.0
4553+ gimp_enum_label_set_value@Base 2.4.0
4554+ gimp_enum_radio_box_new@Base 2.4.0
4555+ gimp_enum_radio_box_new_with_range@Base 2.4.0
4556+ gimp_enum_radio_frame_new@Base 2.4.0
4557+ gimp_enum_radio_frame_new_with_range@Base 2.4.0
4558+ gimp_enum_stock_box_new@Base 2.4.0
4559+ gimp_enum_stock_box_new_with_range@Base 2.4.0
4560+ gimp_enum_stock_box_set_child_padding@Base 2.4.0
4561+ gimp_enum_store_get_type@Base 2.4.0
4562+ gimp_enum_store_new@Base 2.4.0
4563+ gimp_enum_store_new_with_range@Base 2.4.0
4564+ gimp_enum_store_new_with_values@Base 2.4.0
4565+ gimp_enum_store_new_with_values_valist@Base 2.4.0
4566+ gimp_enum_store_set_stock_prefix@Base 2.4.0
4567+ gimp_file_entry_get_filename@Base 2.4.0
4568+ gimp_file_entry_get_type@Base 2.4.0
4569+ gimp_file_entry_new@Base 2.4.0
4570+ gimp_file_entry_set_filename@Base 2.4.0
4571+ gimp_float_adjustment_update@Base 2.4.0
4572+ gimp_frame_get_type@Base 2.4.0
4573+ gimp_frame_new@Base 2.4.0
4574+ gimp_help_connect@Base 2.4.0
4575+ gimp_help_disable_tooltips@Base 2.4.0
4576+ gimp_help_enable_tooltips@Base 2.4.0
4577+ gimp_help_id_quark@Base 2.4.0
4578+ gimp_help_set_help_data@Base 2.4.0
4579+ gimp_help_set_help_data_with_markup@Base 2.6.0
4580+ gimp_hint_box_get_type@Base 2.4.0
4581+ gimp_hint_box_new@Base 2.4.0
4582+ gimp_int_adjustment_update@Base 2.4.0
4583+ gimp_int_combo_box_append@Base 2.4.0
4584+ gimp_int_combo_box_connect@Base 2.4.0
4585+ gimp_int_combo_box_get_active@Base 2.4.0
4586+ gimp_int_combo_box_get_type@Base 2.4.0
4587+ gimp_int_combo_box_new@Base 2.4.0
4588+ gimp_int_combo_box_new_array@Base 2.4.0
4589+ gimp_int_combo_box_new_valist@Base 2.4.0
4590+ gimp_int_combo_box_prepend@Base 2.4.0
4591+ gimp_int_combo_box_set_active@Base 2.4.0
4592+ gimp_int_combo_box_set_sensitivity@Base 2.4.0
4593+ gimp_int_option_menu_new@Base 2.4.0
4594+ gimp_int_option_menu_set_history@Base 2.4.0
4595+ gimp_int_option_menu_set_sensitive@Base 2.4.0
4596+ gimp_int_radio_group_new@Base 2.4.0
4597+ gimp_int_radio_group_set_active@Base 2.4.0
4598+ gimp_int_store_get_type@Base 2.4.0
4599+ gimp_int_store_lookup_by_value@Base 2.4.0
4600+ gimp_int_store_new@Base 2.4.0
4601+ gimp_label_set_attributes@Base 2.4.0
4602+ gimp_memsize_entry_get_type@Base 2.4.0
4603+ gimp_memsize_entry_get_value@Base 2.4.0
4604+ gimp_memsize_entry_new@Base 2.4.0
4605+ gimp_memsize_entry_set_value@Base 2.4.0
4606+ gimp_menu_item_update@Base 2.4.0
4607+ gimp_number_pair_entry_get_aspect@Base 2.4.0
4608+ gimp_number_pair_entry_get_default_text@Base 2.4.0
4609+ gimp_number_pair_entry_get_default_values@Base 2.4.0
4610+ gimp_number_pair_entry_get_ratio@Base 2.4.0
4611+ gimp_number_pair_entry_get_type@Base 2.4.0
4612+ gimp_number_pair_entry_get_user_override@Base 2.4.0
4613+ gimp_number_pair_entry_get_values@Base 2.4.0
4614+ gimp_number_pair_entry_new@Base 2.4.0
4615+ gimp_number_pair_entry_set_aspect@Base 2.4.0
4616+ gimp_number_pair_entry_set_default_text@Base 2.4.0
4617+ gimp_number_pair_entry_set_default_values@Base 2.4.0
4618+ gimp_number_pair_entry_set_ratio@Base 2.4.0
4619+ gimp_number_pair_entry_set_user_override@Base 2.4.0
4620+ gimp_number_pair_entry_set_values@Base 2.4.0
4621+ gimp_offset_area_get_type@Base 2.4.0
4622+ gimp_offset_area_new@Base 2.4.0
4623+ gimp_offset_area_set_offsets@Base 2.4.0
4624+ gimp_offset_area_set_pixbuf@Base 2.4.0
4625+ gimp_offset_area_set_size@Base 2.4.0
4626+ gimp_option_menu_new2@Base 2.4.0
4627+ gimp_option_menu_new@Base 2.4.0
4628+ gimp_option_menu_set_history@Base 2.4.0
4629+ gimp_option_menu_set_sensitive@Base 2.4.0
4630+ gimp_page_selector_get_n_pages@Base 2.4.0
4631+ gimp_page_selector_get_page_label@Base 2.4.0
4632+ gimp_page_selector_get_page_thumbnail@Base 2.4.0
4633+ gimp_page_selector_get_selected_pages@Base 2.4.0
4634+ gimp_page_selector_get_selected_range@Base 2.4.0
4635+ gimp_page_selector_get_target@Base 2.4.0
4636+ gimp_page_selector_get_type@Base 2.4.0
4637+ gimp_page_selector_new@Base 2.4.0
4638+ gimp_page_selector_page_is_selected@Base 2.4.0
4639+ gimp_page_selector_select_all@Base 2.4.0
4640+ gimp_page_selector_select_page@Base 2.4.0
4641+ gimp_page_selector_select_range@Base 2.4.0
4642+ gimp_page_selector_set_n_pages@Base 2.4.0
4643+ gimp_page_selector_set_page_label@Base 2.4.0
4644+ gimp_page_selector_set_page_thumbnail@Base 2.4.0
4645+ gimp_page_selector_set_target@Base 2.4.0
4646+ gimp_page_selector_target_get_type@Base 2.4.0
4647+ gimp_page_selector_unselect_all@Base 2.4.0
4648+ gimp_page_selector_unselect_page@Base 2.4.0
4649+ gimp_path_editor_get_dir_writable@Base 2.4.0
4650+ gimp_path_editor_get_path@Base 2.4.0
4651+ gimp_path_editor_get_type@Base 2.4.0
4652+ gimp_path_editor_get_writable_path@Base 2.4.0
4653+ gimp_path_editor_new@Base 2.4.0
4654+ gimp_path_editor_set_dir_writable@Base 2.4.0
4655+ gimp_path_editor_set_path@Base 2.4.0
4656+ gimp_path_editor_set_writable_path@Base 2.4.0
4657+ gimp_pick_button_get_type@Base 2.4.0
4658+ gimp_pick_button_new@Base 2.4.0
4659+ gimp_pixmap_button_new@Base 2.4.0
4660+ gimp_pixmap_get_type@Base 2.4.0
4661+ gimp_pixmap_new@Base 2.4.0
4662+ gimp_pixmap_set@Base 2.4.0
4663+ gimp_preview_area_blend@Base 2.4.0
4664+ gimp_preview_area_draw@Base 2.4.0
4665+ gimp_preview_area_fill@Base 2.4.0
4666+ gimp_preview_area_get_type@Base 2.4.0
4667+ gimp_preview_area_mask@Base 2.4.0
4668+ gimp_preview_area_menu_popup@Base 2.4.0
4669+ gimp_preview_area_new@Base 2.4.0
4670+ gimp_preview_area_set_colormap@Base 2.4.0
4671+ gimp_preview_area_set_max_size@Base 2.4.0
4672+ gimp_preview_area_set_offsets@Base 2.4.0
4673+ gimp_preview_draw@Base 2.4.0
4674+ gimp_preview_draw_buffer@Base 2.4.0
4675+ gimp_preview_get_area@Base 2.4.0
4676+ gimp_preview_get_controls@Base 2.4.0
4677+ gimp_preview_get_position@Base 2.4.0
4678+ gimp_preview_get_size@Base 2.4.0
4679+ gimp_preview_get_type@Base 2.4.0
4680+ gimp_preview_get_update@Base 2.4.0
4681+ gimp_preview_invalidate@Base 2.4.0
4682+ gimp_preview_set_bounds@Base 2.4.0
4683+ gimp_preview_set_default_cursor@Base 2.4.0
4684+ gimp_preview_set_update@Base 2.4.0
4685+ gimp_preview_transform@Base 2.4.0
4686+ gimp_preview_untransform@Base 2.4.0
4687+ gimp_prop_boolean_combo_box_new@Base 2.4.0
4688+ gimp_prop_boolean_radio_frame_new@Base 2.4.0
4689+ gimp_prop_check_button_new@Base 2.4.0
4690+ gimp_prop_color_area_new@Base 2.4.0
4691+ gimp_prop_coordinates_connect@Base 2.4.0
4692+ gimp_prop_coordinates_new@Base 2.4.0
4693+ gimp_prop_entry_new@Base 2.4.0
4694+ gimp_prop_enum_check_button_new@Base 2.4.0
4695+ gimp_prop_enum_combo_box_new@Base 2.4.0
4696+ gimp_prop_enum_label_new@Base 2.4.0
4697+ gimp_prop_enum_radio_box_new@Base 2.4.0
4698+ gimp_prop_enum_radio_frame_new@Base 2.4.0
4699+ gimp_prop_enum_stock_box_new@Base 2.4.0
4700+ gimp_prop_expander_new@Base 2.4.0
4701+ gimp_prop_file_chooser_button_new@Base 2.4.0
4702+ gimp_prop_file_chooser_button_new_with_dialog@Base 2.4.0
4703+ gimp_prop_hscale_new@Base 2.4.0
4704+ gimp_prop_int_combo_box_new@Base 2.4.0
4705+ gimp_prop_label_new@Base 2.4.0
4706+ gimp_prop_memsize_entry_new@Base 2.4.0
4707+ gimp_prop_opacity_entry_new@Base 2.4.0
4708+ gimp_prop_path_editor_new@Base 2.4.0
4709+ gimp_prop_scale_entry_new@Base 2.4.0
4710+ gimp_prop_size_entry_new@Base 2.4.0
4711+ gimp_prop_spin_button_new@Base 2.4.0
4712+ gimp_prop_stock_image_new@Base 2.4.0
4713+ gimp_prop_string_combo_box_new@Base 2.4.0
4714+ gimp_prop_text_buffer_new@Base 2.4.0
4715+ gimp_prop_unit_menu_new@Base 2.4.0
4716+ gimp_query_boolean_box@Base 2.4.0
4717+ gimp_query_double_box@Base 2.4.0
4718+ gimp_query_int_box@Base 2.4.0
4719+ gimp_query_size_box@Base 2.4.0
4720+ gimp_query_string_box@Base 2.4.0
4721+ gimp_radio_button_update@Base 2.4.0
4722+ gimp_radio_group_new2@Base 2.4.0
4723+ gimp_radio_group_new@Base 2.4.0
4724+ gimp_radio_group_set_active@Base 2.4.0
4725+ gimp_random_seed_new@Base 2.4.0
4726+ gimp_ruler_get_position@Base 2.6.0
4727+ gimp_ruler_get_range@Base 2.6.0
4728+ gimp_ruler_get_type@Base 2.6.0
4729+ gimp_ruler_get_unit@Base 2.6.0
4730+ gimp_ruler_new@Base 2.6.0
4731+ gimp_ruler_set_position@Base 2.6.0
4732+ gimp_ruler_set_range@Base 2.6.0
4733+ gimp_ruler_set_unit@Base 2.6.0
4734+ gimp_scale_entry_get_logarithmic@Base 2.4.0
4735+ gimp_scale_entry_new@Base 2.4.0
4736+ gimp_scale_entry_set_logarithmic@Base 2.4.0
4737+ gimp_scale_entry_set_sensitive@Base 2.4.0
4738+ gimp_scrolled_preview_freeze@Base 2.4.0
4739+ gimp_scrolled_preview_get_type@Base 2.4.0
4740+ gimp_scrolled_preview_set_policy@Base 2.4.0
4741+ gimp_scrolled_preview_set_position@Base 2.4.0
4742+ gimp_scrolled_preview_thaw@Base 2.4.0
4743+ gimp_size_entry_add_field@Base 2.4.0
4744+ gimp_size_entry_attach_label@Base 2.4.0
4745+ gimp_size_entry_get_help_widget@Base 2.4.0
4746+ gimp_size_entry_get_refval@Base 2.4.0
4747+ gimp_size_entry_get_type@Base 2.4.0
4748+ gimp_size_entry_get_unit@Base 2.4.0
4749+ gimp_size_entry_get_value@Base 2.4.0
4750+ gimp_size_entry_grab_focus@Base 2.4.0
4751+ gimp_size_entry_new@Base 2.4.0
4752+ gimp_size_entry_set_activates_default@Base 2.4.0
4753+ gimp_size_entry_set_pixel_digits@Base 2.4.0
4754+ gimp_size_entry_set_refval@Base 2.4.0
4755+ gimp_size_entry_set_refval_boundaries@Base 2.4.0
4756+ gimp_size_entry_set_refval_digits@Base 2.4.0
4757+ gimp_size_entry_set_resolution@Base 2.4.0
4758+ gimp_size_entry_set_size@Base 2.4.0
4759+ gimp_size_entry_set_unit@Base 2.4.0
4760+ gimp_size_entry_set_value@Base 2.4.0
4761+ gimp_size_entry_set_value_boundaries@Base 2.4.0
4762+ gimp_size_entry_show_unit_menu@Base 2.4.0
4763+ gimp_size_entry_update_policy_get_type@Base 2.4.0
4764+ gimp_spin_button_new@Base 2.4.0
4765+ gimp_standard_help_func@Base 2.4.0
4766+ gimp_stock_init@Base 2.4.0
4767+ gimp_string_combo_box_get_active@Base 2.4.0
4768+ gimp_string_combo_box_get_type@Base 2.4.0
4769+ gimp_string_combo_box_new@Base 2.4.0
4770+ gimp_string_combo_box_set_active@Base 2.4.0
4771+ gimp_table_attach_aligned@Base 2.4.0
4772+ gimp_toggle_button_sensitive_update@Base 2.4.0
4773+ gimp_toggle_button_update@Base 2.4.0
4774+ gimp_uint_adjustment_update@Base 2.4.0
4775+ gimp_unit_menu_get_pixel_digits@Base 2.4.0
4776+ gimp_unit_menu_get_type@Base 2.4.0
4777+ gimp_unit_menu_get_unit@Base 2.4.0
4778+ gimp_unit_menu_new@Base 2.4.0
4779+ gimp_unit_menu_set_pixel_digits@Base 2.4.0
4780+ gimp_unit_menu_set_unit@Base 2.4.0
4781+ gimp_unit_menu_update@Base 2.4.0
4782+ gimp_widgets_init@Base 2.4.0
4783+ gimp_zoom_button_new@Base 2.4.0
4784+ gimp_zoom_model_get_factor@Base 2.4.0
4785+ gimp_zoom_model_get_fraction@Base 2.4.0
4786+ gimp_zoom_model_get_type@Base 2.4.0
4787+ gimp_zoom_model_new@Base 2.4.0
4788+ gimp_zoom_model_set_range@Base 2.4.0
4789+ gimp_zoom_model_zoom@Base 2.4.0
4790+ gimp_zoom_model_zoom_step@Base 2.4.0
4791+ gimp_zoom_type_get_type@Base 2.4.0
4792
4793=== added directory 'debian/patches'
4794=== added file 'debian/patches/01_debian-gimprc.patch'
4795--- debian/patches/01_debian-gimprc.patch 1970-01-01 00:00:00 +0000
4796+++ debian/patches/01_debian-gimprc.patch 2010-11-19 15:39:25 +0000
4797@@ -0,0 +1,13 @@
4798+Index: gimp-2.6.7/etc/gimprc
4799+===================================================================
4800+--- gimp-2.6.7.orig/etc/gimprc
4801++++ gimp-2.6.7/etc/gimprc
4802+@@ -625,7 +625,7 @@
4803+ # appended to the command with a space separating the two. This is a single
4804+ # filename.
4805+ #
4806+-# (web-browser "firefox %s")
4807++(web-browser "sensible-browser %s")
4808+
4809+ # When enabled, the online user manual will be used by the help system.
4810+ # Otherwise the locally installed copy is used. Possible values are yes and
4811
4812=== added file 'debian/patches/02_help-message.patch'
4813--- debian/patches/02_help-message.patch 1970-01-01 00:00:00 +0000
4814+++ debian/patches/02_help-message.patch 2010-11-19 15:39:25 +0000
4815@@ -0,0 +1,16 @@
4816+diff -Nur -x '*.orig' -x '*~' gimp-2.6.1/plug-ins/help/gimphelpdomain.c gimp-2.6.1.new/plug-ins/help/gimphelpdomain.c
4817+--- gimp-2.6.1/plug-ins/help/gimphelpdomain.c 2008-08-21 13:35:16.000000000 +0200
4818++++ gimp-2.6.1.new/plug-ins/help/gimphelpdomain.c 2008-10-06 13:35:46.000000000 +0200
4819+@@ -185,9 +185,9 @@
4820+ {
4821+ g_message ("%s\n\n%s",
4822+ _("The GIMP user manual is not available."),
4823+- _("Please install the additional help package "
4824+- "or use the online user manual at "
4825+- "http://docs.gimp.org/."));
4826++ _("Please make sure gimp-help-en is installed, or "
4827++ "the appropriate gimp-help package for your "
4828++ "language."));
4829+ }
4830+ break;
4831+
4832
4833=== added file 'debian/patches/03_gimp.desktop.in.in.patch'
4834--- debian/patches/03_gimp.desktop.in.in.patch 1970-01-01 00:00:00 +0000
4835+++ debian/patches/03_gimp.desktop.in.in.patch 2010-11-19 15:39:25 +0000
4836@@ -0,0 +1,16 @@
4837+#
4838+# Description: change the menu item label
4839+#
4840+diff -Nur -x '*.orig' -x '*~' gimp-2.6.1/desktop/gimp.desktop.in.in gimp-2.6.1.new/desktop/gimp.desktop.in.in
4841+--- gimp-2.6.1/desktop/gimp.desktop.in.in 2008-08-21 13:34:07.000000000 +0200
4842++++ gimp-2.6.1.new/desktop/gimp.desktop.in.in 2008-10-06 13:39:59.000000000 +0200
4843+@@ -1,7 +1,7 @@
4844+ [Desktop Entry]
4845+ Version=1.0
4846+ Type=Application
4847+-_Name=GNU Image Manipulation Program
4848++_Name=GIMP Image Editor
4849+ _GenericName=Image Editor
4850+ _Comment=Create images and edit photographs
4851+ Exec=@GIMP_COMMAND@ %U
4852+
4853
4854=== added file 'debian/rules'
4855--- debian/rules 1970-01-01 00:00:00 +0000
4856+++ debian/rules 2010-11-19 15:39:25 +0000
4857@@ -0,0 +1,50 @@
4858+#!/usr/bin/make -f
4859+# PLEASE NOTE: when building a development version or a version where the minor
4860+# library version changes or has changed but the major so version stays the
4861+# same, make sure to Build-Conflict on libgimpX.X, Where libgimpX.X contains
4862+# a previous version of the same major version of the library. Otherwise,
4863+# libtool will stupidly relink against the system version of the library
4864+# when installing, and create a dependency on the old version of libgimp.
4865+# TODO: maybe set LD_LIBRARY_PATH instead?
4866+
4867+## WARNING: compiling without -O2 (DEB_BUILD_OPTIONS=noopt) may produce
4868+## undesired effects, especially when scaling JPEG images
4869+
4870+include /usr/share/cdbs/1/rules/debhelper.mk
4871+include /usr/share/cdbs/1/class/autotools.mk
4872+include /usr/share/cdbs/1/class/gnome.mk
4873+
4874+
4875+LDFLAGS = -Wl,--as-needed,-lgobject-2.0
4876+DEB_CONFIGURE_EXTRA_FLAGS := --enable-python --enable-default-binary
4877+DEB_BUILDDIR := $(DEB_SRCDIR)/build
4878+
4879+DEB_DH_SHLIBDEPS_ARGS_ALL := -Llibgimp2.0 -l$(CURDIR)/debian/libgimp2.0/usr/lib
4880+DEB_DH_SHLIBDEPS_ARGS_gimp := -Xlibcontroller-midi.so
4881+
4882+clean::
4883+ rm -rf build
4884+
4885+common-install-impl::
4886+ # Add translation domain to .desktop and .server files
4887+ DOMAIN=$$(grep --max-count 1 '^GETTEXT_PACKAGE[[:space:]]*=' $(DEB_BUILDDIR)/po/Makefile | sed 's/^.*=[[:space:]]\([^[:space:]]\)/\1/'); \
4888+ for d in $$(find debian/tmp -type f -name "*.desktop" ); do \
4889+ echo "Adding translation domain $$DOMAIN to $$d..."; \
4890+ echo "X-Ubuntu-Gettext-Domain=$$DOMAIN" >> $$d; \
4891+ done;
4892+
4893+ cd po; intltool-update -p
4894+ cd po-libgimp; intltool-update -p
4895+ cd po-plug-ins; intltool-update -p
4896+ cd po-script-fu; intltool-update -p
4897+
4898+ # Remove compiled python files from the distribution, they're compiled in
4899+ # postrm by dh_python
4900+ find $(CURDIR)/debian/tmp -name "*.py[co]" -exec rm '{}' ';'
4901+
4902+ rm debian/tmp/usr/lib/*.la
4903+
4904+ dh_movefiles
4905+
4906+binary-install/gimp::
4907+ dh_pysupport -pgimp /usr/lib/gimp/2.0/python
4908
4909=== added directory 'debian/source'
4910=== added file 'debian/source/format'
4911--- debian/source/format 1970-01-01 00:00:00 +0000
4912+++ debian/source/format 2010-11-19 15:39:25 +0000
4913@@ -0,0 +1,1 @@
4914+3.0 (quilt)
4915
4916=== added file 'debian/watch'
4917--- debian/watch 1970-01-01 00:00:00 +0000
4918+++ debian/watch 2010-11-19 15:39:25 +0000
4919@@ -0,0 +1,3 @@
4920+version=3
4921+opts="dversionmangle=s/~/-/" \
4922+ ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-(.*)\.tar\.bz2

Subscribers

People subscribed via source and target branches