From ac0f5a1ebada5cd8df1c8e6e52332cfdd4adcb02 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:30:23 +0200 Subject: Adding debian version 2.10.34-1+deb12u2. Signed-off-by: Daniel Baumann --- debian/README.Debian | 67 + debian/README.MIDI | 78 + debian/TODO | 2 + debian/changelog | 2969 ++++++++++++++++++++ debian/control | 153 + debian/control.in | 149 + debian/copyright | 1092 +++++++ debian/gbp.conf | 14 + debian/gimp-data.install | 12 + debian/gimp-data.maintscript | 1 + debian/gimp.docs | 5 + debian/gimp.install | 136 + debian/libgimp2.0-dev.install | 6 + debian/libgimp2.0-dev.preinst | 12 + debian/libgimp2.0-doc.install | 1 + debian/libgimp2.0.install | 2 + debian/libgimp2.0.symbols | 2128 ++++++++++++++ debian/patches/01_hurd_ftbfs.patch | 24 + debian/patches/02_hurd_ftbfs.patch | 25 + .../plug-ins-Additional-fixes-for-DDS-Import.patch | 53 + ...s-Fix-DDS-import-regression-from-7db71cd0.patch | 99 + ...g-ins-Fix-DDS-vulnerability-ZDI-CAN-22093.patch | 62 + .../plug-ins-Fix-vulnerabilities-in-file-psp.patch | 49 + .../plug-ins-Fix-vulnerability-in-file-psd.patch | 29 + debian/patches/series | 7 + debian/rules | 43 + debian/source/format | 1 + debian/tests/control | 3 + debian/tests/libgimp2.0-dev | 81 + debian/watch | 4 + 30 files changed, 7307 insertions(+) create mode 100644 debian/README.Debian create mode 100644 debian/README.MIDI create mode 100644 debian/TODO create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/control.in create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/gimp-data.install create mode 100644 debian/gimp-data.maintscript create mode 100644 debian/gimp.docs create mode 100644 debian/gimp.install create mode 100644 debian/libgimp2.0-dev.install create mode 100644 debian/libgimp2.0-dev.preinst create mode 100644 debian/libgimp2.0-doc.install create mode 100644 debian/libgimp2.0.install create mode 100644 debian/libgimp2.0.symbols create mode 100644 debian/patches/01_hurd_ftbfs.patch create mode 100644 debian/patches/02_hurd_ftbfs.patch create mode 100644 debian/patches/plug-ins-Additional-fixes-for-DDS-Import.patch create mode 100644 debian/patches/plug-ins-Fix-DDS-import-regression-from-7db71cd0.patch create mode 100644 debian/patches/plug-ins-Fix-DDS-vulnerability-ZDI-CAN-22093.patch create mode 100644 debian/patches/plug-ins-Fix-vulnerabilities-in-file-psp.patch create mode 100644 debian/patches/plug-ins-Fix-vulnerability-in-file-psd.patch create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/tests/control create mode 100755 debian/tests/libgimp2.0-dev create mode 100644 debian/watch diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..264859c --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,67 @@ +gimp for Debian GNU/Linux +---------------------------- + +Online Help: +------------ +To use the online documentation, you need to install the gimp-help-en package, +and/or the appropriate gimp-help package for your language other than English, +which will allow you to use both the Help menu from within The GIMP, as well +as context help by pressing F1 while using a feature. + +COMPILING PLUGINS: +----------------- + +If you wish to compile your own plug-ins, the easiest way is to use +'gimptool-2.0', a simple tool that comes in the libgimp2.0-dev package. +This works only if you have a plug-in whose source is a single .c file, +however: + +gimptool-2.0 --install plug-in.c + +Now wasn't that easy? + + +Fonts in GIMP 2.0 (from http://www.gimp.org/unix/fonts.html) +----------------- + +In GIMP 2.0 font rendering is handled significantly different from the way it +was done in GIMP 1.0 and 1.2. GIMP no longer uses the X server to render the +fonts. Instead it uses Pango and the FreeType library. Font configuration is +handled by a small library called Fontconfig. As a result you get much better +font rendering with real antialiasing, support for bidirectional text and +various scripts. + +GIMP 2.0 (along with GTK 2) handles a variety of font formats, most notably +TrueType, OpenType and Type1. It should be emphasized that it does not use the +X server or any X font server, so don't be surprised if GIMP doesn't see the +fonts you configured in your X11 setup. + +Setting up Fonts for GIMP 2.0: + +GIMP uses Fontconfig to handle fonts, so setting up fonts for GIMP 2.0 is +merely a job of setting up Fontconfig. But GIMP is not the only application +that uses Fontconfig. Recent desktops such as GNOME-2.4 use it as well, so +there's a good chance that everything is properly setup already and fonts will +just work for you. If they don't, you will have to create or edit your font +configuration file as explained in the Fontconfig User Manual. + +Adding Fonts (system-wide): + +As soon as Fontconfig is properly setup, adding fonts is just a matter of +placing them into a directory that is searched by Fontconfig. Have a look at +/etc/fonts/fonts.conf (and perhaps /etc/fonts/local.conf) to find out what +directories are searched. After copying the fonts there, you should run +fc-cache to regenerate the fonts cache. Fonts added this way will be available +to all applications using Fontconfig. + +Adding Fonts (for GIMP only): + +You might want to install fonts for use with GIMP only or you might not have +permissions to install fonts system-wide. To make this possible, GIMP 2.0 also +looks for fonts in the GIMP specific font search path that can be configured in +your gimprc or from the Preferences Dialog. So, in order to install fonts to be +used with GIMP, you can just copy them to ~/.gimp-2.6/fonts, press the Refresh +button in the Fonts dialog and start using them. + +--- +Ari Pollak Aug. 5, 2004 diff --git a/debian/README.MIDI b/debian/README.MIDI new file mode 100644 index 0000000..73cbe32 --- /dev/null +++ b/debian/README.MIDI @@ -0,0 +1,78 @@ +---------------------------------------------------------------------- +Controlling GIMP with MIDI devices +How To © 2005 Simon Budig. Licensed under the terms of the GNU GPL. + +Retrieved from +by Ari Pollak on 6 Apr 2005. +---------------------------------------------------------------------- + +What? +----- + +GIMP comes with a module that allows to control it using MIDI devices. +Currently this is only supported on Linux with either the OSS or the ALSA sound +drivers. It might work on other platforms as well if there is a way to access +the raw MIDI stream by opening a device. + + +Enabling the MIDI Module +------------------------ + +To make the UI of Gimp's MIDI controller visible you need to edit a +configuration file when the Gimp is not running. Open ~/.gimp-2.6/controllerrc +in an editor and add the following lines to the end of the file: + +(GimpControllerInfo "MIDI" + (enabled yes) + (debug-events yes) + (controller "ControllerMidi" + (device "alsa") + (channel -1)) + (mapping)) + +Then start the GIMP from a shell (so that you can see textual output we need +later), open the preferences, go to the "Input Controllers" page in the "Input +Devices" section and select the newly appeared "MIDI" Tab. + + +Configuring the MIDI Source +--------------------------- + +ALSA: +Enter "alsa" in the "Device" entry in the configuration. Gimp then sets up an +Alsa-Output-Port (check with "aconnect -lo"). You can then use your preferred +tool to configure Alsa to connect a MIDI source to the GIMP. When your MIDI +device e.g. provides an Input-Port 72:0 and Gimp provides the Output-Port 128:0 +you can connect the two Ports with "aconnect 72:0 128:0". + +OSS: +The Open Sound System provides a device file for the raw MIDI events. You need +to enter the name of this device file into the "Device" entry in the +configuration (e.g. "/dev/midi00"). + +The MIDI channel: +Each MIDI source sends events on a specific "Channel" (0 to 15, sometimes also +referred as 1 to 16). You can configure if Gimp should listen to all channels +(-1) or to just a specific channel. + +If your MIDI setup works correctly and the "Dump events from this controller" +is enabled as well as "Enable this controller" you should see some text +scrolling by when you hit some keys or turn some controllers on your midi +device, describing the Event that just happened. + + +Assigning Actions to Events +--------------------------- + +You can now use this information to map MIDI Events to Actions in the Gimp. At +the bottom of the configuration page is a list with all events that Gimp can +recognize. Scroll to the event that you want to assign an action to and +doubleclick its entry. Then select an Action from the dialog that pops up and +doubleclick its entry. Now this action gets invoked when the specific MIDI +event happens. + +Please note that some actions fit perfectly to some MIDI Events: Actions like +"context-background-blue-set" can immediately use the numerical value provided +by midi controller events. + +Have fun. diff --git a/debian/TODO b/debian/TODO new file mode 100644 index 0000000..597a223 --- /dev/null +++ b/debian/TODO @@ -0,0 +1,2 @@ +- Merge libgimp into main gimp package? +- clean up lintian warnings diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ed6efac --- /dev/null +++ b/debian/changelog @@ -0,0 +1,2969 @@ +gimp (2.10.34-1+deb12u2) bookworm; urgency=medium + + * Non-maintainer upload. + * Add Conflicts+Replaces: gimp-dds to remove old versions of this + plugin shipped by gimp itself since 2.10.10. (Closes: #1057149) + + -- Adrian Bunk Sat, 02 Dec 2023 15:31:27 +0200 + +gimp (2.10.34-1+deb12u1) bookworm-security; urgency=high + + * Non-maintainer upload by the Security Team. + * plug-ins: Fix vulnerabilities in file-psp (CVE-2023-44443, CVE-2023-44444) + (Closes: #1055984) + * plug-ins: Fix vulnerability in file-psd (CVE-2023-44442) + (Closes: #1055984) + * plug-ins: Fix DDS vulnerability (ZDI-CAN-22093) (CVE-2023-44441) + (Closes: #1055984) + * plug-ins: Fix DDS import regression + * plug-ins: Additional fixes for DDS Import + + -- Salvatore Bonaccorso Sat, 18 Nov 2023 16:59:10 +0100 + +gimp (2.10.34-1) unstable; urgency=medium + + [ Jeremy Bicha ] + * New upstream release + * debian/control.in: Bump minimum gegl to 0.4.38 + * debian/control.in: Build-Depend on libjxl-dev + * debian/libgimp2.0.symbols: Add new symbols + + [ Simon McVittie ] + * d/control.in: Drop compatibility with old libgdk-pixbuf2.0-dev package + + -- Jeremy Bicha Wed, 01 Mar 2023 19:34:30 -0500 + +gimp (2.10.32-1) unstable; urgency=high + + * New upstream release (LP: #1982422) + - Includes crash fixes CVE-2022-30067 and CVE-2022-32990 + * debian/control.in: Bump minimum gegl to 0.4.36 + * debian/libgimp2.0.symbols: Add new symbol + + -- Jeremy Bicha Mon, 01 Aug 2022 09:39:35 -0400 + +gimp (2.10.30-1) unstable; urgency=medium + + * New upstream release + * debian/control.in: Bump minimum gegl to 0.4.34 + * debian/libgimp2.0.symbols: Add new symbols + + -- Jeremy Bicha Mon, 27 Dec 2021 22:47:46 -0500 + +gimp (2.10.28-1) unstable; urgency=medium + + * New upstream release + * debian/rules: Clean up a bit + + -- Jeremy Bicha Sun, 19 Sep 2021 12:56:47 -0400 + +gimp (2.10.26-1) unstable; urgency=medium + + * New upstream release + * Bump minimum gegl to 0.4.32 + * Drop two app patches applied in new release + * debian/gimp-data.install: .mo files for tips file are no longer installed + + -- Jeremy Bicha Thu, 09 Sep 2021 20:02:59 -0400 + +gimp (2.10.24-2) unstable; urgency=medium + + * Include epoch in dependencies on babl & gegl + + -- Jeremy Bicha Sun, 18 Jul 2021 21:31:03 -0400 + +gimp (2.10.24-1) unstable; urgency=medium + + * New upstream release + * Bump minimum gegl to 0.4.30 + + -- Jeremy Bicha Sun, 18 Jul 2021 15:01:24 -0400 + +gimp (2.10.22-4) unstable; urgency=medium + + * Team upload + + [ Laurent Bigonville ] + * Drop debian/shlibs.local, not needed anymore. + This file has the adverse effect of lowering the required version of + libbabl-0.1-0. The library now ships a .symbols file with + Build-Depends-Package, so let dh_shlibs adjust the dependency version + automatically (Closes: #983568) + + [ Simon McVittie ] + * d/p/app-Print-2-digit-LittleCMS-minor-versions-correctly.patch: + Print 2-digit lcms minor versions correctly. Related to #900819, #986192. + * d/p/app-Don-t-second-guess-the-dependency-system.patch: + Don't require lcms runtime version >= compile-time version. + If no new symbols referenced by GIMP have been introduced (as is the + case when upgrading from 2.9 to 2.12~rc1), we only need a dependency + on version 2.9. (Closes: #900819, #986192) + * d/p/*_hurd_ftbfs.patch: Add patch metadata + + -- Simon McVittie Sat, 03 Apr 2021 23:21:59 +0100 + +gimp (2.10.22-3) unstable; urgency=medium + + * debian/control.in: Add graphviz to the dependencies. + Some optional functionality of libgegl used in gimp now requires the dot + executable shipped in the graphviz package (Closes: #985317) + * debian/patches/02_hurd_ftbfs.patch: Fix FTBFS on hurd-i386. + Thanks to Svante Signell (Closes: #934077) + + -- Laurent Bigonville Sat, 20 Mar 2021 12:21:08 +0100 + +gimp (2.10.22-2) unstable; urgency=medium + + * Team upload + * Preferentially build-depend on libgdk-pixbuf-2.0-dev. + We don't need the deprecated Xlib integration that is also pulled in + by the older libgdk-pixbuf2.0-dev package (see #974870). + * Remove hard-coded dependency on libgdk-pixbuf2.0-0. + We can (and do) get a newer versioned dependency from dpkg-shlibdeps. + * Mark libgimp2.0 as Multi-Arch: same + + -- Simon McVittie Tue, 24 Nov 2020 09:25:51 +0000 + +gimp (2.10.22-1) unstable; urgency=medium + + * New upstream release + * Bump minimum gegl to 0.4.26 + * Drop build-Prefer-to-find-libwmf-using-pkg-config.patch: + - Applied in new release + + -- Jeremy Bicha Tue, 06 Oct 2020 19:56:10 -0400 + +gimp (2.10.20-2) unstable; urgency=medium + + * Team upload + * Correct bug number in previous changelog entry + (was #956183, should have been #956200) + * d/tests/libgimp2.0-dev: Fix autopkgtest (Closes: #970876) + + -- Simon McVittie Fri, 25 Sep 2020 22:41:03 +0100 + +gimp (2.10.20-1) unstable; urgency=medium + + * New upstream release + * Update build-dependencies as per configure.ac + * d/copyright: Update + * Remove build-dependency on deprecated libdbus-glib-1-dev. + This has been unnecessary since 2013 (Closes: #955842) + * Set Rules-Requires-Root to no + * d/tests: Add a superficial test for the -dev package + * Use debhelper compat level 13. + This lets us use variables in .install files, among other useful things. + * Install pkg-config metadata in multiarch location. + This should be sufficient to make *some* dependent packages + cross-compile. Packages that need to run gimptool-2.0 during build + will still not cross-compile, unless they are able to run + host-architecture executables, for example via qemu. + Thanks to Helmut Grohne (Closes: #872424) + * Install shared libraries in multiarch locations. + This should in principle allow loading plugins (which are executables) + from foreign architectures, although it will not allow loading foreign + modules (which are dlopen'ed). + I'm deliberately not changing the ${libdir} at this stage, because gimp + seems to treat the plugin directories derived from the ${libdir} as + configuration parameters that might be saved in user configuration, so + modifying plugin-loading code to look in /usr/lib in addition to + /usr/lib/${multiarch} will not necessarily be effective. + (Closes: #737725) + * Add patch to use pkg-config in preference to libwmf-config + (Closes: #956200) + + -- Simon McVittie Mon, 07 Sep 2020 22:28:47 +0100 + +gimp (2.10.18-1) unstable; urgency=medium + + * New upstream release (Closes: #954143) + * Bump minimum libbabl-dev to 0.1.74 & libgegl-dev to 0.4.22 + * Bump minimum libmypaint-dev to 1.14 + * Disable automatic update checking since the distro handles that + * debian/libgimp2.0.symbols: Add new symbols + * Drop the 3 backported patches applied in the new release + + -- Jeremy Bicha Sun, 29 Mar 2020 01:27:45 -0400 + +gimp (2.10.14-3) unstable; urgency=medium + + * Team upload + * d/p/Don-t-crash-when-a-plugin-defines-an-invalid-property-nam.patch: + Apply patch from upstream 2.10.16 release. If a plugin defines an + invalid property name, don't use that plugin instead of crashing. + (Closes: #953880, #953854, #953794, LP: #1857254) + * d/p/Fix-invalid-property-name-in-pagecurl-plugin.patch: + Apply patch from upstream 2.10.16 release to fix an invalid property + name in the pagecurl plugin. GLib 2.64 validates property names + in line with rules that were previously only in the documentation. + + -- Simon McVittie Tue, 17 Mar 2020 12:01:32 +0000 + +gimp (2.10.14-2) unstable; urgency=medium + + * d/p/Add-missing-lm-to-file-psd-plug-in.patch: Cherry pick FTBFS fix for + armhf + * rules: Explicitly disable the xvfb tests. They were implicitly disabled + before by the lack of a BD, let's make it consistent. + + -- Iain Lane Thu, 21 Nov 2019 17:54:45 +0000 + +gimp (2.10.14-1) unstable; urgency=medium + + * New upstream release (Closes: #923291, #943731) + * Bump minimum libbabl-dev to 0.1.72), libgegl-dev to 0.48 + & libheif-dev to 1.3.2 + * debian/gimp.install: Update + * debian/libgimp2.0.symbols: Update + + -- Jeremy Bicha Sat, 09 Nov 2019 20:33:53 -0500 + +gimp (2.10.12-1) unstable; urgency=medium + + * New upstream release + * Drop gimp-python because it depends on pygtk and Python2 + (Closes: #885289, #936611) + * Bump minimum babl to 0.1.66 and gegl to 0.4.16 + * debian/libgimp2.0.symbols: Add new symbols + * Build-Depend on debhelper-compat 12 and drop debian/compat + * Build-Depend on dh-sequence-gnome instead of gnome-pkg-tools + + -- Jeremy Bicha Sun, 27 Oct 2019 09:39:34 -0400 + +gimp (2.10.8-2) unstable; urgency=medium + + * Restore -Wl,-O1 to our LDFLAGS + * Bump Standards-Version to 4.3.0 + + -- Jeremy Bicha Mon, 24 Dec 2018 09:17:02 -0500 + +gimp (2.10.8-1) unstable; urgency=medium + + * New upstream release + * Bump minimum babl to 0.1.58 and gegl to 0.4.12 + + -- Jeremy Bicha Fri, 09 Nov 2018 06:45:45 -0500 + +gimp (2.10.6-3) unstable; urgency=medium + + * Add X-Ubuntu-Use-Langpack to opt in to Ubuntu language pack handling + (LP: #1779574) + * Bump Standards-Version to 4.2.1 + + -- Jeremy Bicha Tue, 04 Sep 2018 15:08:42 -0400 + +gimp (2.10.6-2) unstable; urgency=medium + + * debian/gimp.install: Remove extra line which caused file conflict + (Closes: #906892) + + -- Jeremy Bicha Tue, 21 Aug 2018 17:47:28 -0400 + +gimp (2.10.6-1) unstable; urgency=medium + + * New upstream release (Closes: #900819) + * debian/libgimp2.0.symbols: Add new symbols + * Bump minimum babl to 0.1.56 and gegl to 0.4.8 + * debian/gimp.install: Install gimp-test-clipboard + * Update install files now that gimp add-ons are installed in subdirectories + + -- Jeremy Bicha Tue, 21 Aug 2018 13:42:06 -0400 + +gimp (2.10.2-1) unstable; urgency=medium + + * New upstream release + * debian/libgimp2.0.symbols: Add new symbols + * Bump minimum babl to 0.1.50 and gegl to 0.4.2 + * Add new Build-Depends: libheif-dev and desktop-file-utils + * debian/gimp.docs: Install NEWS.pre-2-10 + * debian/rules: set bug tracker URL + * Use --without-appdata-test to ensure consistent results even if + appstream-util is installed. The test is disabled because it requires + network access. (Closes: #897179) + * Drop 0002-gimp.pc-Fix-reference-to-gegl-0.3.patch: Applied in new release + + -- Jeremy Bicha Mon, 21 May 2018 14:49:32 -0400 + +gimp (2.10.0-3) unstable; urgency=medium + + * Fix dh_python2 override + * Bump gimp-python's Breaks/Replaces: gimp because of mistake in 2.10.0-2 + (Closes: #897167) + * Have libgimp-dev depend on libgegl-dev (Closes: #897160) + * Cherry-pick 0002-gimp.pc-Fix-reference-to-gegl-0.3.patch: + - Update gimp.pc for gegl soname bump + + -- Jeremy Bicha Sun, 29 Apr 2018 08:16:57 -0400 + +gimp (2.10.0-2) unstable; urgency=medium + + * Fix arch:all build after gimp-python split + + -- Jeremy Bicha Sat, 28 Apr 2018 10:42:04 -0400 + +gimp (2.10.0-1) unstable; urgency=medium + + * New upstream release + - Fixes Open Location (Closes: #896812) + - See extensive release notes at + https://www.gimp.org/release-notes/gimp-2.10.html + * Bump minimum gegl version to 0.4.0 + * debian/libgimp2.0.symbols: Add new symbol + * Release to unstable + + -- Jeremy Bicha Sat, 28 Apr 2018 08:44:18 -0400 + +gimp (2.10.0~RC2-1) experimental; urgency=medium + + [ Jeremy Bicha ] + * New upstream release candidate (Closes: #887717) + * Bump minimum babl and gegl versions + * Add Breaks/Replaces for file that used to be in gimp-plugin-registry + (Closes: #895387) + * debian/libgimp2.0.symbols: Add new symbols + * debian/gimp.install: Update for new AppStream metadata location + * Bump Standards-Version to 4.1.4 + + [ Michael Biebl ] + * Split python extension into separate suggested gimp-python package + + -- Jeremy Bicha Thu, 19 Apr 2018 15:36:56 -0400 + +gimp (2.10.0~RC1-1) experimental; urgency=medium + + * New upstream release candidate (LP: #1759625) + - Fixes screenshots in GNOME and KDE on Wayland (Closes: #880186) + (LP: #1739684) + * Bump dependencies per configure.ac + * Add new Build-Depends: gegl, glib-networking, libgexiv2-dev, + libmypaint-dev, libopenjp2-7-dev (Closes: #827083), libopenexr-dev, + libwebp-dev, mypaint-brushes, python-cairo-dev + * Depend on xdg-utils for email feature + * Update debian/libgimp2.0.symbols + * Drop all patches (except 01_hurd_ftbfs.patch) since they are obsolete + with the new release + + -- Jeremy Bicha Mon, 02 Apr 2018 14:28:59 -0400 + +gimp (2.8.22-1) unstable; urgency=medium + + * New upstream release (Closes: #870568, #885382, CVE-2007-3126) + (LP: #1690544) + * Switch maintainer to Debian GNOME Team, with Ari's permission + * Update Vcs fields for migration to https://salsa.debian.org/ + * Drop old Breaks/Conflicts/Replaces not needed since Wheezy + * Drop obsolete menu and .xpm files + * Switch from cdbs to dh + * Bump debhelper compat to 11 + + -- Jeremy Bicha Wed, 28 Mar 2018 12:21:18 -0400 + +gimp (2.8.20-2) unstable; urgency=medium + + * Remove libart from build-deps (Closes: #885798) + * Apply patch from Alexis Scheuer and Bernhard Übelacker to fix freeze in + Cage Transform (Closes: #809064) + * Add missing build-dependency on dh-python + * Remove obsolete gimp-dbg package + + -- Ari Pollak Sat, 24 Feb 2018 19:50:54 -0500 + +gimp (2.8.20-1.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Ari Pollak ] + * Move gimp to Enhances on gimp-data instead of Recommends (Closes: #860766) + + [ Salvatore Bonaccorso ] + * Out of bounds read / heap overflow in TGA importer (CVE-2017-17786) + (Closes: #884862) + * plug-ins: TGA 16-bit RGB (without alpha bit) is also valid + * Heap buffer overflow in PSP importer (CVE-2017-17789) (Closes: #884837) + * heap overread in gbr parser / load_image (CVE-2017-17784) + (Closes: #884925) + * heap overread in psp importer (CVE-2017-17787) (Closes: #884927) + * Heap overflow while parsing FLI files (CVE-2017-17785) (Closes: #884836) + * buffer overread in XCF parser if version field has no null terminator + (CVE-2017-17788) (Closes: #885347) + + -- Salvatore Bonaccorso Tue, 26 Dec 2017 22:11:46 +0100 + +gimp (2.8.20-1) unstable; urgency=low + + * New upstream version 2.8.20 + + -- Ari Pollak Sat, 04 Mar 2017 16:15:02 -0500 + +gimp (2.8.18-1) unstable; urgency=low + + * Imported Upstream version 2.8.18 (Closes: #820207) + * Build with full set of hardening flags, including PIE + * Update standards version + * Update debhelper version + + -- Ari Pollak Thu, 14 Jul 2016 19:46:43 -0400 + +gimp (2.8.16-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * CVE-2016-4994: Use-after-free vulnerabilities in the channel and layer + properties parsing process (Closes: #828179) + + -- Salvatore Bonaccorso Tue, 05 Jul 2016 09:39:12 +0200 + +gimp (2.8.16-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches/: patchset updated + - fix_GEGL_FTBFS.patch added (Closes: #829427) + Thanks to Michael Natterer (upstream dev) for the hint. + + -- Matteo F. Vescovi Mon, 04 Jul 2016 14:26:58 +0200 + +gimp (2.8.16-2) unstable; urgency=medium + + * Remove JPEG 2000 support due to jasper removal from Debian (Closes: #818216) + + -- Ari Pollak Mon, 23 May 2016 20:05:27 -0400 + +gimp (2.8.16-1) unstable; urgency=low + + * Imported Upstream version 2.8.16 + + -- Ari Pollak Tue, 24 Nov 2015 14:19:08 -0500 + +gimp (2.8.14-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Upload to unstable. + + -- Matteo F. Vescovi Mon, 05 Oct 2015 17:26:27 +0200 + +gimp (2.8.14-1.1) experimental; urgency=medium + + * Non-maintainer upload. + + [ Ari Pollak ] + * Install appstream appdata (Closes: #785661) + + [ Matteo F. Vescovi ] + * debian/: fix build-dependency against GEGL 0.3.0 (Closes: #790421) + + -- Matteo F. Vescovi Mon, 28 Sep 2015 14:22:59 +0200 + +gimp (2.8.14-1) unstable; urgency=medium + + * Imported Upstream version 2.8.14 + * Fixes segfault when removing tag from palette (Closes: #736625) + * Bump standards version to 3.9.6 + + -- Ari Pollak Sat, 20 Sep 2014 21:10:52 -0400 + +gimp (2.8.10-3) unstable; urgency=low + + * Fix missing backslash in debian/rules (Closes: #743596) + + -- Ari Pollak Thu, 18 Sep 2014 21:32:46 -0400 + +gimp (2.8.10-2) unstable; urgency=low + + * Always build with lcms2 even if lcms1 is present (Closes: #743596) + * Enable parallel building (Closes: #750654) + * Add dh-autoreconf (Closes: #746713) + + -- Ari Pollak Sat, 12 Jul 2014 14:55:16 -0400 + +gimp (2.8.10-1) unstable; urgency=low + + * Upgrade to lcms2 (Closes: #743596) + * Remove helpbrowser plugin; gimp will fall back to an external web + browser if present (Closes: #639761) + + -- Ari Pollak Tue, 15 Apr 2014 12:55:30 -0400 + +gimp (2.8.10-0.1) unstable; urgency=high + + * Imported Upstream version 2.8.10 + * Build-depend on libtiff-dev instead of libtiff4-dev (Closes: #736006) + + [ Hideki Yamane ] + * debian/patches + - add adjust_freetype_header.patch to fix FTBFS (Closes: #732010) + - add CVE-2013-1913_and_gimp_CVE-2013-1978.patch to fix xwd security + vulnerabilities CVE-2013-1913 and CVE-2013-1978 + (Closes: #731305) + + -- Hideki Yamane Sat, 01 Mar 2014 22:35:16 +0900 + +gimp (2.8.6-1) unstable; urgency=low + + * Imported Upstream version 2.8.6 + - Fixes some single window closing behavior (Closes: #686345) + - Fixes build error (Closes: #713674) + * Tighten dependency on gdk-pixbuf (Closes: #712616) + + -- Ari Pollak Mon, 01 Jul 2013 20:28:12 -0400 + +gimp (2.8.4-1) unstable; urgency=low + + * Imported Upstream version 2.8.4 + + -- Ari Pollak Sat, 23 Feb 2013 11:52:27 -0500 + +gimp (2.8.2-2) unstable; urgency=high + + * xwd-corruption.patch: + - Fix memory corruption bug when reading XWD files (Closes: #693977) + + -- Ari Pollak Fri, 23 Nov 2012 14:33:20 -0500 + +gimp (2.8.2-1) unstable; urgency=high + + * Imported Upstream version 2.8.2 + - Fixes a security hole in the CEL plugin (Closes: #685397) (CVE-2012-3403) + - Fixes a security hole in the GIF plugin (CVE-2012-3481) + - Fixes link failures on on hurd-i386 (Closes: #677342) + - Fixes incorrect window title after exporting (Closes: #673898) + * Don't overwrite LDFLAGS from dpkg-buildflags + + -- Ari Pollak Sun, 09 Sep 2012 22:59:27 -0400 + +gimp (2.8.0-2) unstable; urgency=low + + [ Jordi Mallach ] + * Use a shlibs.local file to force a dependency on libbabl >= 0.1.10. + GIMP has an internal check for this version and will refuse to start + otherwise, as it relies on some optimisations made to babl in + 0.1.8 → 0.1.10 (closes: #672247). + + [ Ari Pollak ] + * Add Breaks/Replaces on old gimp-plugin-registry because of conflicting + file-xmc plugin. + + -- Jordi Mallach Sun, 13 May 2012 10:28:42 +0200 + +gimp (2.8.0-1) experimental; urgency=low + + * New upstream stable release (closes: #644182, #671399). + - “Create” menu item is now accessible via a mnemonic (closes: #610579). + - fixes build error with GEGL 0.2 (closes: #671982). + * Massive update of Build-Depends, to ensure all new features are + enabled (bzip2 compression, JPEG 2000, Ghostscript, PDF export, GUdev, + X Mourse Cursor and others), as per configure.ac. + * Build depend on unversioned libpng-dev (closes: #662347). + * Don't pass --without-hal to configure, it's obsolete. + * Build-Depend on gnome-pkg-tools and include check-dist.mk. + * Update Vcs-* URLs. + * Remove duplicate Section fields. + * Remove gimp.preinst, it only handled upgrades from pre-lenny. + * Use an explicit "set -e" in other maint scripts, instead of using the + shebang. + * Drop 01_debian_gimprc.patch, obsolete. The web-browser config option + is now gone and by default gimp will open help internally. + * Rename fix_gimp4hurd.patch to 01_hurd_ftbfs.patch. + * Drop part of 01_hurd_ftbfs.patch which has been applied upstream, and + add a patch header. + * Update watch file so it works for any new stable release directories. + * Rewrite copyright file in machine-readable format 1.0. The GIMP is now + licensed under the (L)GPLv3+. + * Pass -- -V -c4 to dh_makeshlibs. + * Rename all .files files to .install, and stop calling dh_movefiles. + * Rename BUILDDIR to “builddir”, as “build” is now a real directory in + the distribution. + * Add myself to Uploaders. + * Configure with --disable-static and stop distributing .a files. + * Update libgimp2.0.symbols. + * Build-Depend on GTK-2.0, GDK-Pixbuf and GLib -doc packages to ensure + proper cross-reference links in generated gtk-doc API documentation. + * Bump Standards-Version to 3.9.3, with no further changes. + + -- Jordi Mallach Tue, 08 May 2012 18:50:03 +0200 + +gimp (2.6.12-1) unstable; urgency=low + + * Imported Upstream version 2.6.12 + * Add ${misc:Depends} variables to packages that were missing it + * Call default versioned python binary instead of just /usr/bin/python + + -- Ari Pollak Sat, 18 Feb 2012 16:59:00 -0500 + +gimp (2.6.11-8) unstable; urgency=low + + * Really add the patch this time (Closes: #651387) + + -- Ari Pollak Thu, 22 Dec 2011 09:39:20 -0500 + +gimp (2.6.11-7) unstable; urgency=low + + * poppler0.18.patch: Port file-pdf plugin to poppler 0.18 API. Patch taken + from Fedora via Ubuntu. + (Closes: #651387) + + -- Ari Pollak Sat, 10 Dec 2011 16:02:12 -0500 + +gimp (2.6.11-6) unstable; urgency=low + + * libpng_compile.patch: + - Apply patch from upstream to fix compilation with libpng 1.5 + (Closes: #649972) + + -- Ari Pollak Tue, 29 Nov 2011 21:38:57 -0500 + +gimp (2.6.11-5) unstable; urgency=high + + * pyslice.patch: upstream patch to fix slice filter crashing (Closes: #644025) + * Apply fix for GIF buffer overflow (CVE-2011-2896) (Closes: #643753) + + -- Ari Pollak Thu, 06 Oct 2011 21:46:58 -0400 + +gimp (2.6.11-4) unstable; urgency=low + + * string-format.patch: fix from upstream for build failures with + -Werror=format-security, which is now the default with dpkg 1.16.1 and + cdbs + (Closes: #643388) + * Improve gimp package description (Closes: #178293, #588898) + * Move ghostscript to Recommends since it doesn't have many dependencies + * Update README.MIDI for gimp 2.6 (it's about time). + * Switch to using dh_python2 (Closes: #641579) + * fix_ftbfs4hurd.patch: fix compilation on GNU/Hurd until the real fix is in + place for gimp 2.8 + (Closes: #601906) + * Change build-dependency from libwebkit-dev to libwebkitgtk-dev + (Closes: #635409) + * Use [linux-any] instead of hardcoded list of non-Linux architectures + (Closes: #634662) + * Bump standards-version and debhelper version + * Add xsltproc to build-depends so the menus will build again + + -- Ari Pollak Tue, 27 Sep 2011 23:32:45 -0400 + +gimp (2.6.11-3) unstable; urgency=low + + * Fix buffer overflow in PSP reading code (CVE-2011-1782) (Closes: #629830) + + -- Ari Pollak Sat, 11 Jun 2011 17:30:56 -0400 + +gimp (2.6.11-2) unstable; urgency=high + + * Fix security issues when reading plugin configuration files and PSP files + (CVE-2010-4540, CVE-2010-4541, CVE-2010-4542, CVE-2010-4543) + (Closes: #608497) + - patches imported from Ubuntu + * Drop libgimp2.0's recommendation on gimp (Closes: #600226) + * remove .la files, even from python modules (Closes: #621230) + * Remove HAL support (Closes: #613201) + * 07_binutils-gold.patch: + - Allow package to build with binutils-gold + + -- Ari Pollak Tue, 12 Apr 2011 19:04:28 -0400 + +gimp (2.6.11-1) unstable; urgency=low + + * Imported Upstream version 2.6.11 + * Remove statusbar-progress-zoom.patch, since it was from upstream + * Switch Vcs path to git + + -- Ari Pollak Mon, 04 Oct 2010 23:09:57 -0400 + +gimp (2.6.10-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Thu, 08 Jul 2010 21:31:29 -0400 + +gimp (2.6.9-1) unstable; urgency=low + + * New upstream release + - fixes a crash when saving PPM (Closes: #549537) + * Drop Suggests: libgimp-perl, since that's pretty poorly maintained + + -- Ari Pollak Wed, 23 Jun 2010 19:54:11 -0400 + +gimp (2.6.8-3) unstable; urgency=low + + * debian/patches/statusbar-progress-zoom.patch: + - Apply patch from upstream to fix disappeared progressbar + (Closes: #576595) + * Bump build-depends on libgtk2.0 to >= 2.19.1 for patch to work + + -- Ari Pollak Mon, 05 Apr 2010 19:41:42 -0400 + +gimp (2.6.8-2) unstable; urgency=low + + * Fix dependencies in libgimp2.0-dev (Closes: #569420) + * Change libjpeg62-dev build-depend to libjpeg-dev + + -- Ari Pollak Thu, 25 Feb 2010 10:31:51 -0500 + +gimp (2.6.8-1) unstable; urgency=low + + * New upstream release + * Switch to 3.0 (quilt) format + + -- Ari Pollak Thu, 07 Jan 2010 22:03:14 -0500 + +gimp (2.6.7-1.1) unstable; urgency=high + + * Non-maintainer upload by the Security Team. + * This update fixes the following security issues: + - CVE-2009-3909: integer overflow in PSD file loader leading to + a heap-based buffer overflow (Closes: #556750). + - CVE-2009-1570: integer overflow in BMP file loader leading to + a heap-based buffer overflow (Closes: #555929). + * Add ${shlibs: Depends} to depends of libgimp-dev (Closes: #553234). + + -- Nico Golde Sat, 21 Nov 2009 14:57:51 +0100 + +gimp (2.6.7-1) unstable; urgency=low + + * New upstream release + - Fixes help browser crash (Closes: #536521) + - Fixes error in Finnish translation (Closes: #538294) + + -- Ari Pollak Fri, 14 Aug 2009 09:57:17 -0400 + +gimp (2.6.6-2) unstable; urgency=low + + * Add Build-Depends-Package to libgimp2.0.symbols + * Use gnome.mk for dh_icons and dh_desktop + * Fix missing comma in debian/control (Closes: #535643) + + -- Ari Pollak Fri, 10 Jul 2009 19:36:16 -0400 + +gimp (2.6.6-1) unstable; urgency=low + + * New upstream release + - Save two-color PBMs properly, and don't invert the colors + (Closes: #517502) + + -- Ari Pollak Sun, 22 Mar 2009 21:39:55 -0400 + +gimp (2.6.5-2) unstable; urgency=low + + * Bump build-dep on intltool (Closes: #518373) + + -- Ari Pollak Fri, 06 Mar 2009 18:25:42 -0500 + +gimp (2.6.5-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sun, 15 Feb 2009 21:03:52 -0500 + +gimp (2.6.4-2) unstable; urgency=low + + * Upload to unstable + + -- Ari Pollak Sun, 15 Feb 2009 05:42:45 -0500 + +gimp (2.6.4-1) experimental; urgency=low + + * New upstream release (Closes: #514530) + * Revert building gimp-remote, since it's now deprecated. + + -- Ari Pollak Sun, 08 Feb 2009 13:48:49 -0500 + +gimp (2.6.3-1) experimental; urgency=low + + * New upstream release + * Build gimp-remote (Closes: #504260) + + -- Ari Pollak Sat, 22 Nov 2008 15:56:34 -0500 + +gimp (2.6.2-1) experimental; urgency=low + + * New upstream release + + -- Ari Pollak Thu, 30 Oct 2008 18:22:51 -0400 + +gimp (2.6.1-1) experimental; urgency=low + + * New upstream release + * Fix watch file + * Fix typoed gimp-gnomevfs in Replaces (thanks to Michael Biebl for pointing + it out) + + -- Ari Pollak Thu, 09 Oct 2008 19:06:37 -0400 + +gimp (2.6.0-1) experimental; urgency=low + + * New upstream release to experimental so we don't break any transitions + - Fixes Image Tile error message (Closes: #373184) + - Fixes crash in Frosty script (Closes: #405200) + - Uses webkit for help browser (Closes: #275605) + - Optionally includes pointer in screenshots (Closes: #292471) + * Merge gimp-python into main gimp package + * Remove gimp-libcurl and gimp-gnomevfs since we now build with + GIO support instead; gvfs-backends should provide the same functionality + * 02_help-crash.patch: + - Apply patch from upstream to fix crash when opening Help with + gimp-plugin-registry installed + + -- Ari Pollak Wed, 01 Oct 2008 21:29:41 -0400 + +gimp (2.4.7-1) unstable; urgency=low + + * New upstream bugfix release + + -- Ari Pollak Thu, 21 Aug 2008 23:11:45 -0400 + +gimp (2.4.6-1) unstable; urgency=low + + * New upstream release + - Fixes weird floating rectangle after drag-n-drop (Closes: #317992) + + -- Ari Pollak Mon, 02 Jun 2008 18:16:42 -0400 + +gimp (2.4.5-1) unstable; urgency=low + + * New upstream release + - Should fix weird behavior when entering a hex color (Closes: #435124) + + -- Ari Pollak Sat, 01 Mar 2008 13:37:31 -0500 + +gimp (2.4.4-1) unstable; urgency=low + + * New upstream release + - Changes priority of updating image zoom so it doesn't kill the GUI + when using the opacity slider (Closes: #462694) + * Add Suggests: ghostscript to gimp package since importing postscript + requires it (Closes: #461044) + + -- Ari Pollak Thu, 31 Jan 2008 17:40:19 -0500 + +gimp (2.4.3-1) unstable; urgency=low + + * New upstream version + * Start using symbol versioning in libgimp2.0 + + -- Ari Pollak Mon, 17 Dec 2007 12:56:48 -0500 + +gimp (2.4.2-2) unstable; urgency=low + + * Create custom libgimp2.0 depends for the gimp package since the two + versions need to be consistent (Closes: #452755) + * Conflict with older versions of gimp-help since they no longer work + with the new gimp. (Closes: #454109) + * Merge -helpbrowser back into gimp package; add Provides: gimp-helpbrowser + for compatibility with existing gimp-help packages + + -- Ari Pollak Sat, 15 Dec 2007 19:25:55 -0500 + +gimp (2.4.2-1) unstable; urgency=low + + * New upstream version + - Don't take a fully transparent screenshot (Closes: #445445) + * Move gimp-python to Recommends + * Fix version on libexif-dev build-depend (Closes: #449129) + + -- Ari Pollak Wed, 21 Nov 2007 12:07:09 -0500 + +gimp (2.4.1-1) unstable; urgency=low + + * New upstream version + + -- Ari Pollak Wed, 31 Oct 2007 11:54:37 -0400 + +gimp (2.4.0-2) unstable; urgency=medium + + * Bump shlibs on libgimp2.0 to prevent a crash in gimp with an older version + of libgimp2.0 (Closes: #448318) + * Bump debhelper dependency (Closes: #448339) + + -- Ari Pollak Sun, 28 Oct 2007 12:45:05 -0400 + +gimp (2.4.0-1) unstable; urgency=low + + * New upstream version + - Fix screenshots sometimes having 100% alpha (Closes: #445445) + * Rewrite libgimp2.0 description (Closes: #445567) + + -- Ari Pollak Tue, 23 Oct 2007 19:31:40 -0400 + +gimp (2.4.0~rc3-1) unstable; urgency=low + + * New upstream release + - Fixes crash after migrating old Extended Input settings (Closes: #439509) + - Fixes crash on converting color space (Closes: #439511) + - Script-fu now handles non-UTF8 characters better (Closes: #442277) + * Conflict & Replaces with gimp-print and update NEWS.Debian to reflect + the change + * Fix menu entry to point to XPM icon (Really Closes: #441177) + + -- Ari Pollak Sun, 23 Sep 2007 20:27:11 -0400 + +gimp (2.4.0~rc2-2) unstable; urgency=medium + + * Explicitly build-depend on liblcms1-dev + * Explicitly remove *.la files in debian/rules + * Add a note in NEWS.Debian about unnecessary gimp-print + * Make libgimp2.0 recommend gimp-data for the locale data, + since it's mostly only messages used in gimp itself. + * Install XPM for menu icon (Closes: #441177, #237637, #77625) + * Add back 02_help-message.patch to show a better error message when + gimp-help-* isn't installed + * Put icons into gimp-data, and call dh_icons from debian/rules + * debian/patches/03_zoom-crash.patch: + - Apply patch from upstream to fix zooming on images with abnormal + dimensions (Closes: #441409) + + -- Ari Pollak Mon, 17 Sep 2007 21:26:10 -0400 + +gimp (2.4.0~rc2-1) unstable; urgency=low + + * New upstream version + - Remove extraneous comma in header file (Closes: #440021) + * Remove development version notes from control file + * Tighten up gimp-python dependencies to make it less likely that an + inconsistent version of gimp-python will be installed + * Update watch file for 2.4 RC versions + + -- Ari Pollak Mon, 03 Sep 2007 12:19:27 -0400 + +gimp (2.4.0~rc1-5) unstable; urgency=low + + * debian/patches/04_c++-fix.patch: + - Add a missing G_END_DECLS which was preventing C++ plugins from building + (Closes: #439473) + * debian/patches/05_zoom_improvements.patch: + - Apply latest zoom improvements from upstream to fix crashes while + working with large images (Closes: #439489) + * Add libhal-dev and libdbus-1-dev to build-depends to take advantage + of input hotplugging and existing-gimp-instance checking + + -- Ari Pollak Mon, 27 Aug 2007 00:33:30 -0400 + +gimp (2.4.0~rc1-4) unstable; urgency=low + + * debian/patches/03_toolbox-menu.patch: + - Don't patch .xml.in file, only .xml + + -- Ari Pollak Mon, 20 Aug 2007 00:30:45 -0400 + +gimp (2.4.0~rc1-3) unstable; urgency=low + + * debian/patches/02_print-crash.patch: + - Apply patch from upstream to fix Print crash on new installations + (Closes: #438786) + * debian/patches/03_toolbox-menu.patch: + - Work around missing File->Quit and File->Close All items in the toolbox + (Closes: #438708) + + -- Ari Pollak Sun, 19 Aug 2007 20:19:46 -0400 + +gimp (2.4.0~rc1-2) unstable; urgency=low + + * Fix debian/watch, README.Debian, and gimp.menu to reflect the new + major version + + -- Ari Pollak Fri, 17 Aug 2007 20:14:24 -0400 + +gimp (2.4.0~rc1-1) unstable; urgency=low + + * New upstream version + - Fixes two mistakes in French translation (Closes: #355961, #428564) + - Fixes a mistake in Italian translation (Closes: #298454) + - Fixes a mistake in Chinese Traditional translation (Closes: #309938) + - Improves TGA file detection (Closes: #231525) + + -- Ari Pollak Thu, 16 Aug 2007 13:45:54 -0400 + +gimp (2.3.19-1) experimental; urgency=high + + * New upstream version + - Fixes integer overflow in PSD plugin (CVE-2007-2949) + * Make gimp conflict and replace gimp-svg + * Update versioned build-dep of python-gtk2-dev (Closes: #430363) + * Make package binNMU-safe (Closes: #432965) + + -- Ari Pollak Mon, 25 Jun 2007 11:45:41 -0400 + +gimp (2.3.18-1) experimental; urgency=low + + * New upstream release + * Merge gimp-svg back into main package since librsvg2-2 no longer seems to + pull in GNOME packages + + -- Ari Pollak Fri, 15 Jun 2007 13:33:06 -0400 + +gimp (2.3.17-1) experimental; urgency=low + + * New upstream release + - Improves autodetection of TGA files (Closes: #231525) + * Make gimp-gnomevfs depend on libgnomevfs2-extra so it can open + http/ftp/smb URIs + * Enable GtkPrint support with gtk 2.10 (Closes: #422195) + + -- Ari Pollak Sun, 27 May 2007 14:01:31 -0400 + +gimp (2.3.16-2) experimental; urgency=high + + * 02_sunras_CVS-2007-2356.patch: + - Add patch from upstream to fix CVE-2007-2356, a stack overflow + in the sunras plugin code. + + -- Ari Pollak Tue, 01 May 2007 18:03:38 -0400 + +gimp (2.3.16-1) experimental; urgency=low + + * New upstream release + * Remove XOR override, since there's now a configuration option to change it + * Add XS-Vcs-Svn and XS-Vcs-Browser headers for the subversion repository + + -- Ari Pollak Wed, 25 Apr 2007 17:30:54 -0400 + +gimp (2.3.15-1) experimental; urgency=low + + * New upstream release + - Fixes Select->Border on selections around edge of images + (Closes: #381515) + - Work around buggy clipboard managers (Closes: #411285) + * Fix invocation of find in debian/rules (Closes: #411052) + * Loosen the dependency on gimp-data slightly + + -- Ari Pollak Sat, 17 Feb 2007 14:35:56 -0500 + +gimp (2.3.14-3) experimental; urgency=low + + * 02_xor-to-invert.patch: + - Change GDK_XOR canvas drawing to GDK_INVERT as a quick hack around + artifacts I was seeing on a Radeon card with cursor outlines and + the path tool + + -- Ari Pollak Thu, 15 Feb 2007 00:47:35 -0500 + +gimp (2.3.14-2) experimental; urgency=low + + * Change Build-Depends: libpng-dev to libpng12-dev | libpng-dev + to fix FTBFS on experimental buildds (Closes: #408849) + + -- Ari Pollak Sun, 28 Jan 2007 17:11:45 -0500 + +gimp (2.3.14-1) experimental; urgency=low + + * New upstream release + * Conflict & Replace libgimp-perl <= 2.0.dfsg+2.2pre1.dfsg-2 + since we now provide the redeye plugin, which is also currently in + libgimp-perl + + -- Ari Pollak Sat, 13 Jan 2007 15:03:00 -0500 + +gimp (2.3.13-1) experimental; urgency=low + + * New upstream version + * Remove gimptool alternative from libgimp2.0-dev package + * Don't include gimp-gnomevfs plugin in main gimp package + + -- Ari Pollak Mon, 6 Nov 2006 22:22:39 -0500 + +gimp (2.3.12-2) experimental; urgency=low + + * Put gimp-libcurl into separate package + + -- Ari Pollak Sun, 15 Oct 2006 14:57:32 -0400 + +gimp (2.3.12-1) experimental; urgency=low + + * New upstream release + - Don't build with GtkPrint for now since GTK+ 2.10 isn't in unstable + * Remove gimp-wget package, put curl URI plugin into main gimp package and + have gimp-gnomevfs just divert the uri plugin to use gnomevfs instead of + curl + + -- Ari Pollak Fri, 13 Oct 2006 21:49:55 -0400 + +gimp (2.3.11-1) experimental; urgency=low + + * New upstream release + - Bump dependencies on python-gtk2, gtk, glib, and pango to match new + requirements + * Upgrade to new python policy by using dh_pysupport instead of dh_python + (Closes: #380816) + + -- Ari Pollak Sat, 9 Sep 2006 00:36:24 -0400 + +gimp (2.3.10-1) experimental; urgency=low + + * New upstream release + * Switch build system to cdbs + simple-patchsys + * Include stuff in /usr/share/icons in the gimp package + (Closes: #372758) + * Apply patch to fix buffer overflow in XCF handling code, CVE-2006-3404 + (Closes: #377049) + + -- Ari Pollak Tue, 11 Jul 2006 16:41:06 -0400 + +gimp (2.3.9-1) experimental; urgency=low + + * New upstream release + - fixes resizing the main toolbox (Closes: #345526) + + -- Ari Pollak Tue, 6 Jun 2006 19:27:58 -0400 + +gimp (2.3.8-4) experimental; urgency=low + + * Change libgtk2.0-0 dependency to >= 2.3.8 (Closes: #365023) + + -- Ari Pollak Thu, 27 Apr 2006 09:11:50 -0400 + +gimp (2.3.8-3) experimental; urgency=low + + * Whoops, don't replace & conflict with 2.3.8-2 (Closes: #364244) + + -- Ari Pollak Fri, 21 Apr 2006 13:09:00 -0400 + +gimp (2.3.8-2) experimental; urgency=low + + * Change build-dependency on libpoppler-dev to libpoppler-glib-dev + * Put gimp.desktop, gimp.keys, and gimp.applications in gimp package instead + of gimp-data,and make gimp-data Recommends: gimp (Closes: #363469) + + -- Ari Pollak Wed, 19 Apr 2006 12:14:45 -0400 + +gimp (2.3.8-1) experimental; urgency=low + + * New upstream release + * Change URI plugin dependencies to Recommends + * Fix build-depends to exclude kfreebsd-amd64 from using libasound2-dev + (Closes: #361459) + * Update gimp-python package description + + -- Ari Pollak Thu, 13 Apr 2006 14:08:42 -0400 + +gimp (2.3.7-1) experimental; urgency=low + + * New upstream release + - Fixes issue where saving a file would always report that the file + already exists (Closes: #347804) + * Don't build gimp with gcc 3.4 on arm anymore, since it seems gcc-4.0 + builds correctly there now. + + -- Ari Pollak Thu, 9 Feb 2006 12:08:49 -0500 + +gimp (2.3.6-3) experimental; urgency=low + + * Apply patch from upstream CVS to fix saving EXIF data on JPEG files + (from #307918 for 2.2 branch) + * Conflict with libgimp2.0 (>= 2.5.0) in preparation for gimp 2.4 + (from #349801 for 2.2 branch) + + -- Ari Pollak Mon, 30 Jan 2006 15:19:51 -0500 + +gimp (2.3.6-2) experimental; urgency=low + + * Fix the wget URI plugin to not link with all of the GNOME-VFS libs, + which had resulted from me munging the URI plugin Makefile. + (Closes: #349228) + + -- Ari Pollak Sat, 21 Jan 2006 12:16:41 -0500 + +gimp (2.3.6-1) experimental; urgency=low + + * New development upstream release for experimental (Closes: #322568) + * Add build-dependencies on libpopper-glib-dev, libgnomevfs2-dev, + libgnomeui-dev, and libgnome-keyring-dev. + * Build both the gnome-vfs and wget URI plugins using some Makefile magic + and split them out into gimp-gnomevfs and gimp-wget. Have the gimp package + depend on gimp-gnomevfs | gimp-wget. + * Add more Wilber samples to /usr/share/doc + * Make libgimp2.0-dev suggest libgimp2.0-doc + + -- Ari Pollak Wed, 28 Dec 2005 15:24:24 -0500 + +gimp (2.2.17-1) unstable; urgency=low + + * New upstream version + - Fixes a regression loading PSD files + + -- Ari Pollak Fri, 13 Jul 2007 10:31:45 -0400 + +gimp (2.2.16-1) unstable; urgency=high + + * New upstream version + - Fixes integer overflow in PSD plugin (CVE-2007-2949) + * Don't use find -exec xargs (Closes: #426415) + + -- Ari Pollak Fri, 06 Jul 2007 23:11:47 -0400 + +gimp (2.2.15-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sun, 27 May 2007 13:55:28 -0400 + +gimp (2.2.14-2) unstable; urgency=high + + * 06_sunras_CVE-2007-2356: + - Add patch from upstream to fix CVE-2007-2356, a stack overflow + in the sunras plugin code. + + -- Ari Pollak Tue, 01 May 2007 16:49:47 -0400 + +gimp (2.2.14-1) unstable; urgency=low + + * New upstream version + * Upgrade to new python policy by using dh_pysupport instead of dh_python + (Closes: #380816) + * Add XS-Vcs-Svn and XS-Vcs-Browser headers for the subversion repository + + -- Ari Pollak Wed, 18 Apr 2007 11:55:17 -0400 + +gimp (2.2.13-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Thu, 24 Aug 2006 17:46:19 -0400 + +gimp (2.2.12-2) unstable; urgency=low + + * debian/patches/06_gradient-fix.patch: + - Add patch to fix crash on malformed gradient (Closes: #381440) + * debian/patches/07_autoconf2.60-fix.patch: + - Add patch to fix breakage with new autoconf, which resulted in + a broken .desktop file. (Closes: #383391) + + -- Ari Pollak Tue, 22 Aug 2006 22:19:01 -0400 + +gimp (2.2.12-1) unstable; urgency=low + + * New upstream release + - Fixes segfault when closing image while saving it (Closes: #339115) + * Acknowledge NMU (Closes: #377049), revert patch which has been applied + upstream + + -- Ari Pollak Tue, 11 Jul 2006 14:30:03 -0400 + +gimp (2.2.11-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Apply fix from #377049 to fix buffer overflow, CVE-2006-3404. + (closes: #377049) + + -- James Vega Fri, 7 Jul 2006 12:55:41 -0400 + +gimp (2.2.11-3) unstable; urgency=low + + * Revert MMX/SSE fix, it didn't make a difference. Instead, + apply patch from CVS HEAD to disable MMX/SSE-accelerated burn function, + and replace it with generic C function. + Really closes: #374271 + * Fix incorrect watch file + + -- Ari Pollak Tue, 20 Jun 2006 10:32:20 -0400 + +gimp (2.2.11-2) unstable; urgency=low + + * Switch build system to cdbs + simple-patchsys + * Remove build-depends on gcc-3.4 (Closes: #371864) + * Update gimp-python package description + * Put gimp.desktop, gimp.keys, and gimp.applications in gimp package instead + of gimp-data, and make gimp-data Recommends: gimp (Closes: #363469) + * Add more Wilber samples to /usr/share/doc + * Re-add patch from Red Hat to fix MMX/SSE compile error + (Closes: #374271) + + -- Ari Pollak Sun, 18 Jun 2006 11:48:06 -0400 + +gimp (2.2.11-1) unstable; urgency=low + + * New upstream release + * Stop building with gcc-3.4 on arm + * Fix build-depends to exclude kfreebsd-amd64 from using libasound2-dev + (Closes: #361459) + + -- Ari Pollak Thu, 13 Apr 2006 17:27:44 -0400 + +gimp (2.2.10-2) unstable; urgency=low + + * Apply patch from upstream CVS to fix saving EXIF data on JPEG files + (Closes: #307918) + * Conflict with libgimp2.0 (>= 2.3.0) (Closes: #349801) + + -- Ari Pollak Mon, 30 Jan 2006 15:09:49 -0500 + +gimp (2.2.10-1) unstable; urgency=low + + * New upstream release + * Add debian/watch file + * Add explicit depends on pkg-config to libgimp2.0-dev, since + we're now calling that directly from gimptool. + * Revert MMX/SSE patch from Red Hat since the issue should have + been fixed upstream in 2.2.9. + + -- Ari Pollak Wed, 28 Dec 2005 13:13:42 -0500 + +gimp (2.2.9-8) unstable; urgency=low + + * gimptool-2.0.in: + - Define PKG_CONFIG at the beginning of the gimptool script + so the GTK/Glib cflags & libs are checked at runtime instead + of gimp package compile-time. This was breaking gimp plugins + built with gimptool with GTK+ 2.8 installed, since + extra library/include dependencies on Cairo were added. + An upstream bug has been filed about this (GNOME #324761). + + -- Ari Pollak Wed, 21 Dec 2005 20:21:58 -0500 + +gimp (2.2.9-7) unstable; urgency=low + + * Remove unnecessary build-dependency on libmpeg-dev + * Remove unnecessary build-dependency on sharutils + * Remove dependency on xlibs-dev, replace with appropriate -dev + packages + + -- Ari Pollak Mon, 5 Dec 2005 10:52:36 -0500 + +gimp (2.2.9-6) unstable; urgency=low + + * Add explicit build-dependency on libfreetype6-dev since gimp + uses symbols from that library (Closes: #341459) + * Fix downloading of images in gimp when "verbose=off" is present + in wgetrc (Closes: #341221) + + -- Ari Pollak Wed, 30 Nov 2005 13:17:16 -0500 + +gimp (2.2.9-5) unstable; urgency=low + + * Get rid of gcc-3.3 dependency in libgimp2.0-dev, I'm not sure + why it was there in the first place. + + -- Ari Pollak Tue, 29 Nov 2005 15:39:45 -0500 + +gimp (2.2.9-4) unstable; urgency=low + + * I found out from Manish Singh that gcc 3.3 generates incredibly + bloated debugging symbols. So I've switched to building + gimp with gcc 4.0 on all arches except arm (which FTBFSs with gcc-4.0), + which now builds with gcc 3.4. + + -- Ari Pollak Sat, 19 Nov 2005 17:26:51 -0500 + +gimp (2.2.9-3) unstable; urgency=low + + * Oops, I made a typo in debian/rules so the gimp-dbg package didn't + contain anything. + + -- Ari Pollak Tue, 15 Nov 2005 14:22:50 -0500 + +gimp (2.2.9-2) unstable; urgency=low + + * Use debhelper v5 + * Add a gimp-dbg package which contains debugging symbols for all other + gimp binary packages. This should facilitate easier tracing + of bugs in gimp. + + -- Ari Pollak Tue, 15 Nov 2005 12:15:29 -0500 + +gimp (2.2.9-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sat, 29 Oct 2005 00:59:33 +0000 + +gimp (2.2.8-11) unstable; urgency=low + + * Make libgimp2.0-dev depend on gcc-3.3 because gimptool uses the same + compiler that gimp was compiled with. (Closes: #332681) + + -- Ari Pollak Fri, 7 Oct 2005 21:07:06 -0400 + +gimp (2.2.8-10) unstable; urgency=low + + * Add letter spacing option to text tool, taken from upstream + development tree (Closes: #326261) + * Apply patch to German translation (Closes: #314091) + + -- Ari Pollak Sat, 17 Sep 2005 15:22:13 -0400 + +gimp (2.2.8-9) unstable; urgency=low + + * Build with gcc-3.3 until bug #322565 on gcc-4.0 is fixed (Closes: #326423) + + -- Ari Pollak Sat, 3 Sep 2005 12:52:35 -0400 + +gimp (2.2.8-8) unstable; urgency=low + + * Er, somehow gimp-print got removed from the Recommends in the last + revision, so re-add it. (Closes: #322480) + + -- Ari Pollak Wed, 10 Aug 2005 18:01:08 -0400 + +gimp (2.2.8-7) unstable; urgency=low + + * Bump minimum version for libexif-dev in build-depends + + -- Ari Pollak Thu, 28 Jul 2005 11:30:25 -0400 + +gimp (2.2.8-6) unstable; urgency=low + + * Removed libgimpprint1-dev from build-deps, added --disable-print + to configure options, and added Recommends: gimp-print (Closes: #318819) + SIDE EFFECT: gimp-print is now a separate package. Install it if + you would like printing support in GIMP. + * Removed gimp1.2 dummy package and associated Conflicts/Replaces + now that sarge is released, since it is no longer needed. + + -- Ari Pollak Mon, 18 Jul 2005 13:09:37 -0400 + +gimp (2.2.8-5) unstable; urgency=low + + * Instead of adding MMX and SSE flags, apply patch from GNOME bugzilla + #303796 to fix building on gcc 4.0 the correct way. + (Closes: #318345, #318226) + + -- Ari Pollak Thu, 14 Jul 2005 20:01:04 -0400 + +gimp (2.2.8-4) unstable; urgency=low + + * Really change build-dependencies this time. + + -- Ari Pollak Tue, 12 Jul 2005 01:22:23 -0400 + +gimp (2.2.8-3) unstable; urgency=low + + * Add "-mmmx -msse" to CFLAGS on i386 to allow compilation of + MMX/SSE-optimized composite code. Fix suggested by GNOME bugzilla #308412. + * Apply patch from upstream to app/composite/gimp-composite-generic.c + to fix some signedness warnings + * Change build-depends on aalib1-dev to libaa1-dev + * Don't build-depend on libasound2-dev on kfreebsd-i386 & hurd-i386 + (Closes: #316745, #307925) + + -- Ari Pollak Mon, 11 Jul 2005 23:00:43 -0400 + +gimp (2.2.8-2) unstable; urgency=low + + * Remove unnecessary build-dep on slang + + -- Ari Pollak Wed, 29 Jun 2005 10:03:13 -0400 + +gimp (2.2.8-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Tue, 28 Jun 2005 01:13:13 +0000 + +gimp (2.2.7-2) unstable; urgency=low + + * Update package descriptions to remove outdated references to GIMP 2.0. + (Closes: #308972) + * Fix small typo in gimprc manpage (Closes: #310018) + + -- Ari Pollak Fri, 13 May 2005 12:18:07 -0400 + +gimp (2.2.7-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sun, 8 May 2005 21:55:38 -0400 + +gimp (2.2.6-1) unstable; urgency=low + + * New upstream release + * Fixes saving certain multilayer ICO files (Closes: #300140) + + -- Ari Pollak Sun, 10 Apr 2005 02:21:57 -0400 + +gimp (2.2.4-3) unstable; urgency=low + + * gimp & gimp-data conflicts & replaces gimp1.2 << 1.2.5-1. + * Forcibly remove files from /etc/gimp/1.2 on purge of gimp1.2 package + (Closes: #303087) + * Apply patch from upstream to make wget output more consistent when run + under gimp (Closes: #298792) + * Apply patch from upstream to fix compile error on amd64/gcc-4.0 + (Closes: #300227) + * Correct typos in gimp manpage (Closes: #302146) + * Add MIDI device howto to README.MIDI now that it's been licensed under + the GPL; update gimp description to point to the new readme. + + -- Ari Pollak Wed, 6 Apr 2005 15:21:19 -0400 + +gimp (2.2.4-2) unstable; urgency=low + + * Make libasound2-dev an actual build-dependency, and suggest libasound2 + instead of depend on it. Also add a note into the gimp description + about how to use the MIDI controller, which is what links against ALSA. + (Closes: #299600) + + -- Ari Pollak Tue, 15 Mar 2005 10:59:18 -0500 + +gimp (2.2.4-1) unstable; urgency=low + + * New upstream release + - Fixes french translation in quit dialog (Closes: #295870) + - Fixes Unsharp Mask when layer is bigger than image (Closes: #292199) + - Now imports templates from 2.0 case-insensitively (Closes: #295973) + * gimp-data Conflicts/Replaces gimp (<< 2.0.2-4), for ubuntu bug #6538 + + -- Ari Pollak Tue, 22 Feb 2005 18:41:48 -0500 + +gimp (2.2.3-3) unstable; urgency=low + + * Add versioned conflicts/replaces on gimp-data pre-2.0.2-4 to gimp + + -- Ari Pollak Tue, 15 Feb 2005 19:40:24 -0500 + +gimp (2.2.3-2) unstable; urgency=low + + * Add explicit depends on libfreetype6 >= 2.1.7, since we + check for it at runtime; Also add build-depends on sed >= 3.95, + since we use the -i option to sed in debian/rules. + Thanks to Gürkan Seng for pointing this out. + + -- Ari Pollak Fri, 28 Jan 2005 16:35:14 -0500 + +gimp (2.2.3-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sat, 22 Jan 2005 18:12:59 -0500 + +gimp (2.2.2-1) unstable; urgency=low + + * New upstream release + - disables MMX instructions for "addition" mode (Closes: #288508) + + -- Ari Pollak Mon, 10 Jan 2005 12:02:36 -0500 + +gimp (2.2.1-2) unstable; urgency=low + + * Remove the python dependency sections from non-python packages + * Bump required libgtk2.0-dev version for the libgimp2.0-dev package + * Really remove the pygimp logo from the debian/ directory + * Apply patch from Andreas Jochens to fix building on amd64/gcc-4.0 + (Closes: #288793) + + -- Ari Pollak Mon, 3 Jan 2005 20:46:57 -0500 + +gimp (2.2.1-1) unstable; urgency=low + + * New upstream release + * Remove pygimp logo, it's now included properly upstream + + -- Ari Pollak Thu, 30 Dec 2004 19:21:26 -0500 + +gimp (2.2.0+rel-2) unstable; urgency=low + + * Rebuild for unstable + - Acknowledge bugs fixed in previous 2.2 prereleases in experimental + (Closes: #254607, #277989, #280408, #280470, #281784) + - 2.2.0 fixes the broken bumpmap filter (Closes: #285008) + * Update menu entry for 2.2 + + -- Ari Pollak Mon, 20 Dec 2004 18:40:14 -0500 + +gimp (2.2.0+rel-1) experimental; urgency=low + + * New upstream release + - Adds --no-splash to gimp-remote (Closes: #277989) + - Fixes leftover swap files when cancelling an import (Closes: #281784) + * Bump shlibs on libgimp2.0 + * Add uuencoded pygimp logo from CVS so pygimp will build properly, + uudecode it before build, and add sharutils to build-depends + + -- Ari Pollak Sun, 19 Dec 2004 15:40:58 -0500 + +gimp (2.2.0+pre2-3) experimental; urgency=low + + * Applied changes from Ubuntu gimp package: + - debian/control: update build-depends on debhelper + - debian/rules: use dh_desktop + + -- Ari Pollak Mon, 6 Dec 2004 10:41:31 -0500 + +gimp (2.2.0+pre2-2) experimental; urgency=low + + * Add libgimp-perl to Suggests. + + -- Ari Pollak Thu, 2 Dec 2004 13:55:17 -0500 + +gimp (2.2.0+pre2-1) experimental; urgency=low + + * New upstream release + - Fixes some various BMP-handling bugs (Closes: #280408, #280470) + - Now updates JPEG EXIF thumbnails to reflect changes (Closes: #277097) + + -- Ari Pollak Sat, 20 Nov 2004 05:16:15 -0500 + +gimp (2.2.0+pre1-3) experimental; urgency=low + + * Get rid of the gimp alternatives for now, i'm not forseeing any need + for it any time soon, and it's just annoying. (Closes: #280688) + + -- Ari Pollak Wed, 10 Nov 2004 22:54:28 -0500 + +gimp (2.2.0+pre1-2) experimental; urgency=low + + * Update gimp.{postinst,prerm} to update alternatives for new version + + -- Ari Pollak Tue, 9 Nov 2004 11:10:50 -0500 + +gimp (2.2.0+pre1-1) experimental; urgency=low + + * New prerelease for experimental + - Uses the new GTK-2.4 filechooser (Closes: #254607) + + -- Ari Pollak Sun, 7 Nov 2004 16:19:43 -0500 + +gimp (2.0.6-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Tue, 2 Nov 2004 22:42:16 -0500 + +gimp (2.0.5-1) unstable; urgency=low + + * New upstream release + - Should fix a lot of segfaults with misconfigured filename encodings + (Closes: #267272) + * Add GenericName to gimp.desktop.in.in + * Revert imagemap change, it wasn't applied correctly anyway + * libglib2.0-0 shlibs have been updated to (>= 2.4.6), so no need + to recommend 2.4.4 or higher; instead, update build-deps + to depend on libgtk2.0-dev >= 2.4.7(Closes: #264844) + + -- Ari Pollak Sat, 25 Sep 2004 11:40:42 -0400 + +gimp (2.0.4-2) unstable; urgency=low + + * Add GenericName to gimp.desktop.in.in + * Revert imagemap change, it wasn't applied correctly anyway + + -- Ari Pollak Wed, 11 Aug 2004 14:35:37 -0400 + +gimp (2.0.4-1) unstable; urgency=low + + * New upstream release + - Fixes remaining encoding problems with newer GLib + (Closes: #260766, #262527) + * Exit if can't parse filenames due to invalid G_FILENAME_ENCODING + (Closes: #262718) + * Fix shearing in the X direction from the spinbutton (Closes: #263307) + * Add font information to README.Debian (Closes: #263466) + * Modify the imagemap plugin not to include to fix + a compile error + + -- Ari Pollak Thu, 5 Aug 2004 21:56:21 -0400 + +gimp (2.0.3-3) unstable; urgency=low + + * Make gimp-svg and gimp-helpbrowser depend on the current version of gimp + (Closes: #263102, #259599) + + -- Ari Pollak Tue, 3 Aug 2004 13:05:17 -0400 + +gimp (2.0.3-2) unstable; urgency=medium + + * Fix saving of EXIF data in JPEGs. Bumping urgency to medium because + this could cause an unpleasant surprise for people who expect + EXIF data to be preserved but it's suddenly gone missing. + (Closes: #261621) + * Move gimp-svg to Recommends + * Update Russian, Spanish, French, and Hebrew translation of .desktop file + (thanks to Dan Korostelev and Steve Langasek) + + -- Ari Pollak Tue, 20 Jul 2004 08:19:38 -0400 + +gimp (2.0.3-1) unstable; urgency=low + + * New upstream release + - Fixes long-standing tablet pointer switching bug (Closes: #203755) + * Install /usr/share/pixmaps/gimp.png, update desktop file (Closes: #258596) + + -- Ari Pollak Sat, 17 Jul 2004 19:35:39 -0400 + +gimp (2.0.2-7) unstable; urgency=low + + * Duh, add conflicts & replaces to -svg and -helpbrowser (Closes: #259599) + + -- Ari Pollak Thu, 15 Jul 2004 13:47:07 -0400 + +gimp (2.0.2-6) unstable; urgency=low + + * Split helpbrowser out into gimp-helpbrowser and svg plugin into gimp-svg. + + -- Ari Pollak Fri, 9 Jul 2004 10:28:17 -0400 + +gimp (2.0.2-5) unstable; urgency=low + + * Don't install gnome-gimp.png. + + -- Ari Pollak Thu, 8 Jul 2004 16:56:07 -0400 + +gimp (2.0.2-4) unstable; urgency=low + + * The "I'm tired of waiting for migration to sarge" or + "patents suck" release + * Rebuild against librsvg >= 2.7 to get rid of mistaken libcroco dep + (Closes: #257990) + * Get rid of gimp-nonfree and gimp1.2-nonfree (#257382) + * Change GNOME menu entry to "GIMP Image Editor" + * Install /usr/share/pixmaps/gnome-gimp.png, update .desktop file + * Make better error message in helpbrowser for missing gimp-help + ("Please install the appropriate gimp-help package for your language) + * Move more arch-indep stuff into gimp-data + + -- Ari Pollak Sat, 26 Jun 2004 23:12:10 -0400 + +gimp (2.0.2-3) unstable; urgency=low + + * Wow, I'm a dope. Really rebuild gimp with libexif10 this time. + * Remove Build-Conflicts: libgimp2.0, it's no longer necessary for + the stable version since the soname doesn't change. + * Remove the explicit versioning on gtk 2.2.2 or above, + gtk 2.4 provides shlibs that are more than sufficient. + + -- Ari Pollak Thu, 24 Jun 2004 20:33:58 -0400 + +gimp (2.0.2-2) unstable; urgency=low + + * Rebuild against libexif10 + * If /usr/bin/gimp symlink doesn't exist after postrm, assume + the alternatives broke and automatically run + update-alternatives --auto gimp. + Also add tests to postinst as per Chris Waters' suggestion. + (Closes: #241879) + + -- Ari Pollak Fri, 18 Jun 2004 14:46:03 -0400 + +gimp (2.0.2-1) unstable; urgency=low + + * New upstream release + - Save as JPEG details window corrected (Closes: #244118) + + -- Ari Pollak Tue, 15 Jun 2004 11:04:51 -0400 + +gimp (2.0.1-2) unstable; urgency=low + + * Add replaces & conflicts on gimp1.3-data to libgimp2.0. + * Incorporate patch from Daniel Kobras to fix a bug saving XCFs + (Closes: #248042) + * This should also force a rebuild on s390, which is holding up gimp in + sarge. + + -- Ari Pollak Fri, 14 May 2004 11:33:12 -0400 + +gimp (2.0.1-1) unstable; urgency=low + + * New upstream release + * See upstream NEWS for bugfixes (Closes: #243488, #240890, #236349, #109344) + * Really add NEWS.Debian this time + + -- Ari Pollak Wed, 14 Apr 2004 08:18:33 -0400 + +gimp (2.0.0-7) unstable; urgency=low + + * libgimp2.0 conflicts and replaces gimp-data << 2.0.0-6 (Closes: #243246) + + -- Ari Pollak Mon, 12 Apr 2004 17:53:10 -0400 + +gimp (2.0.0-6) unstable; urgency=low + + * The priority for the gimp 2.0 alternative should be 50 + * gimptool should create the directory before installing modules + to it (Closes: #241871) + * Argh. really correct debian/gimp-data.files this time. + * Force removal of libgimpmath/test-md5. One of these days I have to + go through the clean target and take out the leftover cruft. + * Add note in NEWS.Debian about alternatives issue + + -- Ari Pollak Sat, 3 Apr 2004 13:57:43 -0500 + +gimp (2.0.0-5) unstable; urgency=low + + * The "Squeaky Wheel" revision. + * Re-add gimp1.2 and gimp1.2-nonfree dependency packages. + gimp1.2-perl was not re-added because we no longer provide + gimp-perl. Whomever packages gimp-perl can choose whether to provide + a gimp1.2-perl package, which I'm not sure is a good idea since the + API may have changed. (Closes: #241349) + * Don't remove runtime fontconfig checking, just change the wording of + it so people can know how to solve the problem. (src/app/app.c) + * Correct the spelling errors in gimptool.1.in. The rest of the spelling + errors no longer exist in the gimp source. (Closes: #125783) + * Correct debian/gimp-data.files (Closes: #241587, #241575) + + -- Ari Pollak Sun, 1 Apr 2004 11:28:13 -0500 + +gimp (2.0.0-4) unstable; urgency=low + + * Remove runtime fontconfig checking. (Closes: #239598) + + -- Ari Pollak Sat, 27 Mar 2004 04:09:42 -0500 + +gimp (2.0.0-3) unstable; urgency=low + + * Remove the gimp-1.2 alternative from previous versions on + installation + + -- Ari Pollak Thu, 25 Mar 2004 22:50:59 -0500 + +gimp (2.0.0-2) unstable; urgency=low + + * Oops, shlibs should be >= 2.0.0, not 2.0.0.0. + * gimp-data: Conflict & replace gimp1.3-data + * gimp: Conflict & replace gimp1.2 + * libgimp2.0-dev: Conflict & replace libgimp1.2-dev (<< 1.2.5-4), + since that's when we introduced a gimptool alternative. + + -- Ari Pollak Wed, 24 Mar 2004 08:48:16 -0500 + +gimp (2.0.0-1) unstable; urgency=low + + * New upstream release + - Closes: #21393, #29375, #64000, #70461, #101266, #108834, #200357 + - Closes: #109344, #111128, #114716, #117061, #117866, #112053 + - Closes: #119073, #121437, #128968, #144324, #145503, #110274 + - Closes: #147693, #150451, #151994, #152072, #153631, #179951 + - Closes: #154022, #154722, #157265, #157265, #158629, #198677 + - Closes: #169328, #161959, #169541, #169914, #233105, #199101 + - Closes: #211355, #191762, #183711, #176648, #175692, #183706, #201432 + * Use -nonfree like in gimp1.3 (Closes: #220464) + * Separated package like in gimp1.3 (Closes: #233358) + + -- Ari Pollak Tue, 23 Mar 2004 21:37:49 -0500 + +gimp1.3 (1.3.27+2.0pre4-3) unstable; urgency=low + + * Fix configure's checking for gimp-print to fix ia64 (thanks, Roger Leigh!) + + -- Ari Pollak Tue, 9 Mar 2004 09:16:40 -0500 + +gimp1.3 (1.3.27+2.0pre4-2) unstable; urgency=low + + * We can define the default web browser in the global gimprc, not + the source. + * Recommends: gimp-help + * Split developer docs out into libgimp1.3-doc + + -- Ari Pollak Tue, 9 Mar 2004 00:17:28 -0500 + +gimp1.3 (1.3.27+2.0pre4-1) unstable; urgency=low + + * New upstream release + * fix typo in debian/control (Closes: #230505) + * Add suggested hotkey to menu file (Closes: #234764) + + -- Ari Pollak Sat, 6 Mar 2004 17:09:30 -0500 + +gimp1.3 (1.3.26+2.0pre3-2) unstable; urgency=low + + * Remove gimptool-1.3 alternative on postinst, not prerm (Closes: #232644) + * Change macro name in nautilus menu entry (Closes: #232678) + * Include locales in gimp1.3-data (Closes: #233359) + + -- Ari Pollak Sat, 14 Feb 2004 10:09:43 -0500 + +gimp1.3 (1.3.26+2.0pre3-1) unstable; urgency=low + + * New upstream release (Closes: #230487) + * Bring back build-conflict on libgimp1.3, for some reason this started + being a problem again. + + -- Ari Pollak Wed, 4 Feb 2004 12:06:51 -0500 + +gimp1.3 (1.3.25+2.0pre2-1) unstable; urgency=low + + * New upstream release + * gimptool-1.3 has changed to gimptool-2.0, so alternatives may + have to be updated. + + -- Ari Pollak Mon, 19 Jan 2004 20:34:40 -0500 + +gimp1.3 (1.3.24+2.0pre1-5) unstable; urgency=low + + * Well, that was dumb. Make better shlibs fix. (Closes: #228004) + + -- Ari Pollak Thu, 15 Jan 2004 22:35:41 -0500 + +gimp1.3 (1.3.24+2.0pre1-4) unstable; urgency=low + + * Change shlibs to =, not >=. I know it's a little late to make + this change, but better now so that we know for the next + development cycle. + * app/config/gimpguiconfig.c: + Use sensible-browser, not mozilla, by default. This is actually a + user-specified preference. (Closes: #227419) + * Add better error message when documentation is not found + + -- Ari Pollak Tue, 13 Jan 2004 13:21:47 -0500 + +gimp1.3 (1.3.24+2.0pre1-3) unstable; urgency=low + + * Add build-depends on intltool + + -- Ari Pollak Mon, 12 Jan 2004 09:11:56 -0500 + +gimp1.3 (1.3.24+2.0pre1-2) unstable; urgency=low + + * Also install alternative for gimptool manpage + + -- Ari Pollak Sun, 11 Jan 2004 23:25:55 -0500 + +gimp1.3 (1.3.24+2.0pre1-1) unstable; urgency=low + + * The upstream tarball says 2.0pre1, but this is really 1.3.24. + * Created alternatives for the gimp and gimp1.3 packages. + The main gimp package has a higher priority than this one. + Also created alternative for gimptool in the -dev package. + Also conflict with versions of gimp << 1.2.5-4. + (Closes: #226277) + * Pass --enable-fast-install to configure so we don't have to build-conflict + with libgimp1.3 + + -- Ari Pollak Tue, 7 Jan 2004 22:16:40 -0500 + +gimp1.3 (1.3.23-2) unstable; urgency=low + + * Add versioned libwmf-dev build-dep, accept NMU (Closes: #225665, #225652) + * Apply fix from upstream for Script-fu logos (Closes: #224066) + + -- Ari Pollak Wed, 31 Dec 2003 16:08:55 -0500 + +gimp1.3 (1.3.23-1) unstable; urgency=low + + * New upstream release (Closes: #221425, #222266) + * debian/rules: + - Explicity depend on gtk >= 2.2.2-1 + * debian/control: + - Add WMF support + * Update README.Debian + + -- Ari Pollak Wed, 26 Nov 2003 23:03:19 -0500 + +gimp1.3 (1.3.22-3) unstable; urgency=low + + * gimp1.3-data replaces and conflicts older versions of gimp1.3. + really Closes: #219763, #219676, #219721 + + -- Ari Pollak Sun, 9 Nov 2003 15:52:42 -0500 + +gimp1.3 (1.3.22-2) unstable; urgency=low + + * Rebuild on i386 with _correct_ dependencies + * Remove /usr/share/gimp/ from gimp1.3.files (Closes: #219676, #219721) + + -- Ari Pollak Sat, 8 Nov 2003 12:23:05 -0500 + +gimp1.3 (1.3.22-1) unstable; urgency=low + + * New upstream release (Closes: #208857, #206048, #206838, #215072, + #215504, #215735, #216069, #200149) + * Fix build-deps (Closes: #217535) + + -- Ari Pollak Tue, 4 Nov 2003 11:35:56 -0500 + +gimp1.3 (1.3.21-3) unstable; urgency=low + + * Don't suggest removed packages (Closes: #215031) + * Add libfontconfig1-dev to build-depends + * Create architecture-independent -data package (Closes: #218777) + + -- Ari Pollak Thu, 9 Oct 2003 21:08:32 -0400 + +gimp1.3 (1.3.21-2) unstable; urgency=low + + * Fix some stuff pointed out by Sven Neumann (Closes: #214971): + - Add build-dep on librsvg2-dev + - Remove xfonts-100dpi from suggestions + + -- Ari Pollak Wed, 8 Oct 2003 14:36:40 -0400 + +gimp1.3 (1.3.21-1) unstable; urgency=low + + * New upstream release (Closes: #210617, #211616) + * Don't compile on a system with experimenal packages (Closes: #214140) + + -- Ari Pollak Sun, 5 Oct 2003 20:52:29 -0400 + +gimp1.3 (1.3.20-2.0.1) unstable; urgency=low + + * Don't compile on a system with experimental packages (Closes: #214140) + + -- Ari Pollak Sat, 4 Oct 2003 20:12:24 -0400 + +gimp1.3 (1.3.20-2) unstable; urgency=low + + * Apply patch from Falk Hueffner (Closes: #205889) + + -- Ari Pollak Fri, 3 Oct 2003 12:33:30 -0400 + +gimp1.3 (1.3.20-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Mon, 8 Sep 2003 20:13:37 -0400 + +gimp1.3 (1.3.19-1) unstable; urgency=low + + * New upstream release + * Improve python policy conformance (Closes: #205280) + * Bump version requirement on GTK as per upstream changes + * Update build-depends (Closes: #206666) + + -- Ari Pollak Thu, 28 Aug 2003 11:40:21 -0400 + +gimp1.3 (1.3.18-1) unstable; urgency=low + + * New upstream version + + -- Ari Pollak Sun, 10 Aug 2003 23:44:36 -0400 + +gimp1.3 (1.3.17-2) unstable; urgency=low + + * Update build-depends + * Use dh_python + * Build against libexif9 (Closes: #204742) + + -- Ari Pollak Fri, 25 Jul 2003 19:53:34 -0400 + +gimp1.3 (1.3.17-1) unstable; urgency=low + + * New upstream release (Closes: #200023) + - Also really fixes #198045 + + -- Ari Pollak Thu, 24 Jul 2003 22:10:40 -0400 + +gimp1.3 (1.3.16-2) unstable; urgency=low + + * Fix saving MNGs (Closes: #198048) + + -- Ari Pollak Mon, 7 Jul 2003 08:55:43 -0400 + +gimp1.3 (1.3.16-1) unstable; urgency=low + + * New upstream release (Closes: #160164) + * gimp1.3-nonfree depends on gimp1.3 (Closes: #198110) + * Update gimp1.3-nonfree description & copyright to note + the expiration of the GIF/LZW patent in many countries + + -- Ari Pollak Fri, 27 Jun 2003 07:56:32 -0400 + +gimp1.3 (1.3.15-2) unstable; urgency=low + + * Build-depends on libmng-dev (Closes: #197150) + + -- Ari Pollak Thu, 12 Jun 2003 11:18:56 -0400 + +gimp1.3 (1.3.15-1) unstable; urgency=low + + * New upstream release (Closes: #196519) + * Enable python support, which is most likely buggy and unstable + (Closes: #194627), split off into gimp1.3-python package + * Replace antiquated prefix= with DESTDIR= in make install + * Build-Conflict on libgimp1.3 until libtool can be whipped into + not being so stupid + + -- Ari Pollak Tue, 10 Jun 2003 08:37:15 -0400 + +gimp1.3 (1.3.14-1) unstable; urgency=low + + * New upstream release + * Change section of libgimp1.3-dev to libdevel + + -- Ari Pollak Mon, 14 Apr 2003 22:56:50 -0400 + +gimp1.3 (1.3.13-2) unstable; urgency=low + + * libgimp1.3 conflicts with gimp1.3 << 1.3.13-1 (Closes: #186201) + + -- Ari Pollak Sun, 23 Mar 2003 19:51:51 -0500 + +gimp1.3 (1.3.13-1) unstable; urgency=low + + * New upstream release (Closes: #184546) + * Use debian/compat + * Move gimp14-libgimp.mo locale files into the libgimp1.3 package + * Clean up debian/copyright + * Update README.Debian to list things that shouldn't be reported as bugs + * Really fix the print plugin; My modification made the dither algorithm + always use the default, this fixes that. + * Fix libtool stuff again so that libgimp1.3 doesn't depend on [a possibly + older version of] itself; I'm not sure why this worked in the first place. + + -- Ari Pollak Sun, 23 Mar 2003 13:21:19 -0500 + +gimp1.3 (1.3.12-5) unstable; urgency=low + + * Don't stupidly depend on "<< next.version.number." This is what I + get for looking at 2-year-old comments in the rules file and + thinking they're sane. + + -- Ari Pollak Mon, 3 Mar 2003 12:35:45 -0500 + +gimp1.3 (1.3.12-4) unstable; urgency=low + + * Work around weird gimpprint problem with default dither algorithm + not being set correctly. Submitted fix upstream, hopefully this is the + right way to do it. (Closes: #175068) + + -- Ari Pollak Sun, 2 Mar 2003 14:29:39 -0500 + +gimp1.3 (1.3.12-3) unstable; urgency=low + + * Apply patch from upstream CVS (Closes: #182803): + - tools/pdbgen/pdb/guides.pdb + - app/pdb/guides_cmds.c: fixed gimp_image_find_next_guide() which + was broken for the case when the image had no guides at all. Fixes + the hanging rotate plug-in + + -- Ari Pollak Sun, 2 Mar 2003 11:18:40 -0500 + +gimp1.3 (1.3.12-2) unstable; urgency=low + + * Work around libtool crap + + -- Ari Pollak Sun, 23 Feb 2003 00:08:23 -0500 + +gimp1.3 (1.3.12-1) unstable; urgency=low + + * New upstream release (Closes: #180918) + * Revamp debian/rules: clean up lintian warnings, consolidate mucho + duplicate code, make everything compatible with latest debhelper + * Apply patch from upstream CVS to fix saving 1-bit PNGs with alpha trans + (Closes: #179980): + 2003-02-22 Dave Neary + - plug-ins/common/png.c: Fixed bug #105360. Previously, + alpha was taking up an index entry even if there were + no transparent entries. Sorry about that :) + * Change wget | wget-ssl to just wget, as there is no longer a seperate -ssl + package. + + -- Ari Pollak Sat, 22 Feb 2003 11:40:36 -0500 + +gimp1.3 (1.3.11-3) unstable; urgency=low + + * Remove recommends of xfonts-75dpi. Looks like it was leftover from + GIMP 1.2. (Closes; #180747) + * Apply patch from CVS to fix compilation on Alpha: + 2003-01-29 Sven Neumann + - app/widgets/gimppropwidgets.[ch]: removed unused function + gimp_prop_enum_option_menu_new_with_values() which caused problems + on some platforms. + * Update description + * Bump Standards-version to .8, no changes necessary + + -- Ari Pollak Wed, 12 Feb 2003 12:17:43 -0500 + +gimp1.3 (1.3.11-2) unstable; urgency=low + + * Add libgimpmodule to shlibs.local + * Hopefully fix a compile error on alpha + + -- Ari Pollak Sat, 4 Jan 2003 00:13:26 -0500 + +gimp1.3 (1.3.11-1) unstable; urgency=low + + * New upstream release (Closes: #167995, #174891) + * PLEASE NOTE: "This release features some incompatible changes to the + gimprc file format. If you installed earlier versions of the 1.3 series, + you are advised to remove your ~/.gimp-1.3 directory and do a fresh user + installation." + + -- Ari Pollak Fri, 3 Jan 2003 18:35:49 -0500 + +gimp1.3 (1.3.10-4) unstable; urgency=low + + * Don't have to mark files in /etc explicitly as conffiles, debhelper + does that automatically. + + -- Ari Pollak Sun, 17 Nov 2002 22:08:21 -0500 + +gimp1.3 (1.3.10-3) unstable; urgency=low + + * Fix gimp1.3.menu entry + + -- Ari Pollak Sun, 17 Nov 2002 20:47:53 -0500 + +gimp1.3 (1.3.10-2) unstable; urgency=low + + * Use CFLAGS correctly (Closes: #166410) + * Bump standards version to 3.5.7, check for debug and noopt in + DEB_BUILD_OPTIONS + + -- Ari Pollak Thu, 14 Nov 2002 14:46:17 -0500 + +gimp1.3 (1.3.10-1) unstable; urgency=low + + * New upstream release (Closes: #163371, #161781) + - These bugs should be fixed now. If not, please reopen the bug. + (Closes: #166410, #160986, #167995) + * Adopted package (Closes: #168365) + + -- Ari Pollak Mon, 11 Nov 2002 14:39:36 -0500 + +gimp1.3 (1.3.8-1) unstable; urgency=low + + * New upstream release + * Add a configure target to the rules and some cleanups + + -- Bastien Nocera Tue, 20 Aug 2002 22:12:40 +0100 + +gimp1.3 (1.3.7-2) unstable; urgency=low + + * Add .applications and .keys file for nautilus to know about us + (Closes: #152150) + * Close bugs from Marcelo's NMU (Closes: #156914, #156280) + * Suggest gimp-freetype + * Update README.Debian + + -- Bastien Nocera Sun, 18 Aug 2002 15:28:11 +0100 + +gimp1.3 (1.3.7-1.1) unstable; urgency=low + + * NMU + * debian/control: Build-Depend on libpng3-dev, libgtk2.0-dev >= 2.0.6-1; + modify dependency for libgimp1.3-dev. + + -- Marcelo E. Magallon Fri, 16 Aug 2002 13:54:31 +0200 + +gimp1.3 (1.3.7-1) unstable; urgency=low + + * New upstream release + * Do not create a link to gimptool.1 from an inexistant man page + * Do not conflict with GIMP 1.2 packages, as they're parallel installable + * Use the same icon in the menu file as in the desktop file + + -- Bastien Nocera Fri, 28 Jun 2002 01:08:35 +0100 + +gimp1.2 (1.2.3-2) unstable; urgency=MEDIUM + + * Do not include escputil or man pages in gimp1.2 (there is already + a separate package for that). No dependancy is needed, since + the GIMP print plugin does not call escputil directly. + (Closes: #142013, #141892) + * Patch url.c (which is a MONSTROUS hack) to deal with the fact that + wget now outputs a "Resolving host.name.com.... done" line. This + throws off the hard-coded parsing function in url.c, and makes it + impossible to open URL files. (Really fixes #137132). + Patch is at http://people.debian.org/~che/gimp/url.patch + + -- Ben Gertzfield Wed, 10 Apr 2002 13:51:07 +0900 + +gimp1.2 (1.2.3-1) unstable; urgency=low + + * New upstream version. (Closes: #140904) + * Remove TIFF from description of gimp1.2-nonfree. (Closes: #88381) + * Fixed config.guess upstream (and in NMU). (Closes: #120875) + * Change -I/usr/include/gnome-1.0 to be set in environment CFLAGS, + so I don't have to patch configure.in every time. + * Upstream now includes symlinks for names gimp -> gimp-1.2, for + all binaries and man pages, so we do too. + * gimp1.2 now depends on wget | wget-ssl; cannot open URLs otherwise. + (Closes: #137132) + * Include escputil print plug-in utility for cleaning nozzle heads, + etc. on Epson printers. + + -- Ben Gertzfield Mon, 8 Apr 2002 17:33:25 +0900 + +gimp1.2 (1.2.2-3) unstable; urgency=low + + * Based on Colin's patch. + * Make /etc/gimp/1.2/* conffiles (closes: #132167). + * Adjust libpng2-dev build-dependency so that it definitely won't match + png3 (not sure if that would affect plugins). + * Does *not* add libgnome-dev to build-dependencies as Colin's patch + does. We need libgtkxmhtml*-dev, *not* libgnome-dev. I will not + ever require the massive GNOME libraries to build or run GIMP, + unless it becomes a GNOME project. The help browser should build + fine as long as libgtkxmhtml-dev is installed. + * Found the above problem -- libgtkxmhtml-dev renamed its include files + without warning to /usr/include/gnome-1.0/gtk-xmhtml/ for absolutely + no reason at all which broke GIMP's compilation process. + Patched configure.in and to always add -I/usr/include/gnome-1.0 + as a quick solution. + + -- Ben Gertzfield Mon, 11 Mar 2002 11:50:37 +0900 + +gimp1.2 (1.2.2-2.1) unstable; urgency=low + + * NMU + * rerun libtoolize & aclocal for new arch support. Closes: #120876 + + -- LaMont Jones Fri, 23 Nov 2001 20:17:10 -0700 + +gimp1.2 (1.2.2-2) unstable; urgency=HIGH + + * Sven, who released GIMP 1.2.2, messed up and incremented the soname + of the library. This was completely gratuitous and unnecessary for a + STABLE release, and broke tons of things (libgimp1.2 dependancies, + SANE, etc.) So I edited configure.in to change the GIMP_INTERFACE_AGE + and GIMP_BINARY_AGE to 2 so bring the soname back down to the same as + 1.2.1. (Closes: #103238) + + -- Ben Gertzfield Tue, 21 Aug 2001 12:44:37 +0900 + +gimp1.2 (1.2.2-1) unstable; urgency=low + + * New upstream version. (Closes: #108760) + * Add to the front of LD_LIBRARY_PATH, don't clobber it, when + we need to do a dpkg-shlibdeps for gimp1.2-nonfree. (Closes: #104462) + * Add Enhances: tages for gimp1.2-perl and gimp1.2-nonfree -> gimp1.2. + * Up Standards-Version to 3.5.6. + + -- Ben Gertzfield Sat, 18 Aug 2001 12:52:53 +0900 + +gimp1.2 (1.2.1-4) unstable; urgency=low + + * Change Build-Depends from xpm4g-dev to xlibs-dev. (Closes: #90801) + * Remove Build-Depends on xlib6g-dev (it's covered by xlibs-dev now.) + * Add Build-Depends on libtiff3g-dev and gettext. (oops!) + * Fix typo in debian/rules so man page for gimp-remote gets included. + + -- Ben Gertzfield Fri, 23 Mar 2001 01:50:58 -0800 + +gimp1.2 (1.2.1-3) unstable; urgency=low + + * Include gimp-remote and gimp-remote.1 man page in gimp1.2 package. + (Closes: #89996) (Why didn't *I* get bug #90000? :) + * Recompile so gimptool has the right include paths for glib 1.2.9 + and gtk+ 1.2.9. (Closes: #90600, #89001) + * It's weird, but the old building hack I had to set PERL_MM_OPTS + was working. Evidently not for everyone. Removed quotes. + (Closes: #90169) + + -- Ben Gertzfield Wed, 21 Mar 2001 11:54:51 -0800 + +gimp1.2 (1.2.1-2) unstable; urgency=MEDIUM + + * Darn it. The GIMP folks keep the soname of libgimp et al the + same for the stable releases, but my soname guessing code from + the 1.1 series thought that it'd follow the minor revision (the last + 1 in 1.2.1) as it did in the 1.1 series. But in the 1.2 series, the + soname will always (Manish promises) be 0, so we don't need to + auto-generate debian/shlibs.local for proper dependancies. This + makes gimp1.2 depend on libgimp1.2 properly again. (Closes: #88098) + * This was already fixed (gimp 1.2 does not look for plugins in + /usr/lib/gimp/1.1/, honestly). (Closes: #80840) + * Add Replaces: gimp1.1-nonfree (<< 1.1.27-1) to gimp1.2 to make for + proper upgrades (the tiff plugin moved at that time from nonfree to + the main package.) (Closes: #83726) + + -- Ben Gertzfield Thu, 1 Mar 2001 14:40:02 -0800 + +gimp1.2 (1.2.1-1) unstable; urgency=low + + * New upstream version. (Closes: #87912) + * Updated to use new Perl building policy; we're using dh_perl for + some of this, so add Build-Depends on perl (>= 5.6.0-16) and + debhelper (>= 3.0.5). + * Update Build-Depends to specify libglib1.2/libgtk1.2 >= 1.2.8. + (Closes: #87046) + * In README.Debian, mention that gimptool is in libgimp1.2-dev. + (Closes: #83501) + * GIMP saves gif just fine. (Closes: #82369) + * Evidently large numbers of open files bug fixed upstream. + (Closes: #81207) + * Add hint to menu file to put GIMP in "Bitmap" submenu. + (Closes: #80154) + + -- Ben Gertzfield Tue, 27 Feb 2001 18:40:43 -0800 + +gimp1.2 (1.2.0-1) unstable; urgency=low + + * We made it!! At long last, we made it. 1.2 is out! + + -- Ben Gertzfield Mon, 25 Dec 2000 12:04:22 -0800 + +gimp1.1 (1.1.32-1) unstable; urgency=low + + * New upstream version. Closes: #80100 + * (1.1.31 didn't build. I wish people wouldn't submit bug reports + 5 minutes after a new developers'-only version comes out, without + testing if it even *builds*..) + + -- Ben Gertzfield Fri, 22 Dec 2000 13:05:16 -0800 + +gimp1.1 (1.1.29-2) unstable; urgency=low + + * Remove dependancy on perl-5.005 that snuck in there when we merged + the Helix changes. Closes: #77155 + + -- Ben Gertzfield Wed, 15 Nov 2000 19:12:40 -0800 + +gimp1.1 (1.1.29-1) unstable; urgency=low + + * New upstream version. + * Bugs fixed previously that I forgot to close: + * Select / By Color doesn't crash. Closes: #62560 + * libgimp1.1-dev Conflicts: with gimp. Closes: #75331 + + -- Ben Gertzfield Wed, 1 Nov 2000 14:35:01 -0800 + +gimp1.1 (1.1.28-1) unstable; urgency=low + + * New upstream version. That was quick! /etc and it's patches + were accepted. (upstream decided to use /etc/gimp/1.1 instead + of /etc/gimp-1.1. *shrug* + + -- Ben Gertzfield Mon, 16 Oct 2000 22:17:37 -0700 + +gimp1.1 (1.1.27-1) unstable; urgency=low + + * New upstream version. Closes: #72193, #74115 + * Fixed improper use of "it's" in app/user_install.c. Forwarded + patch upstream. Closes: #71521 + * Fixed upstream: installation crash (Closes: #71519) + * Looked at a lot of the nice changes in the helix gimp1.1 packages + and applied 'em. + * IMPORTANT MOVE: I realized that the libgimp1.1.27-style packages + had to die a flaming horrible death. Moved to libgimp1.1 and + libgimp1.1-dev package naming style. This has the consequence + that I've had to make the shlibs file make things compiled against + libgimp1.1 depend on libgimp1.1 (>= 1.1.27.0), libgimp1.1 (<< 1.1.28). + * Because of the above, to clean out everyone's systems, I've made + libgimp1.1 Conflict: with all the old libgimp1.1.xs, and libgimp1.1-dev + Conflict: with all old libgimp1.1.x-devs. Closes: #62532 + * Move the tiff plug-in to the main gimp package; only the gif + one uses patented crud any more. + * Bugs fixed long long ago: lprng moved lpc to /usr/sbin. Closes: #48655 + * script-fu breakage due to not having fonts installed documented + in README.Debian and dependancies. Closes: #48840, #49003 + * gimp1.1-perl split out long ago. Closes: #53873 + * some Perl bug, fixed upstream long ago: Closes: #54502, #54666, #54668, #54687 + * Can't reproduce big swapfile loading two pngs in a row. Probably + fixed upstream. Closes: #56240 + * Can't reproduce crash on 'gimp --no-data -n -b "(gimp-quit 1)"' call, + there is no -n flag! Closes: #60941 + * No problems loading EPS files whatsoever. Closes: #61536 + * Old libgimp1.1.x lying around problem cured with new naming + scheme. Closes: #62532 + * Selection -> By Color does not segfault any more. Closes: #62659 + * Transparency dithering when converting to Indexed has been + implemented. Closes: #63719 + * xcftopnm is included in gimp1.1-perl now. Closes: #63748, #63502 + * Printing to postscript does not make an 'all black image'. + Closes: #65378 + * Freshened up README.Debian and lightened dire font warnings. + Closes: #65664 + * The BMP mentioned in bug #67415 does not crash GIMP. Closes: #67415 + * Faulty order in package build (built gimp1.1 before gimp1.1-perl) + led some Perl plugins to be included in the gimp1.1 package. + Fixed. Closes: #67523, #70811 + * User installation crash fixed upstream. Closes: #71519 + * Patched it's typo in installation. Sent patch upstream. Closes: #71521 + * Patched to move all config files to /etc/gimp-1.1/ instead of + /usr/share/gimp/1.1/ . Sent patch upstream. Closes: #72161 + * GIMP seems to have no problems parsing lpc's output when using + lprng for me. Closes: #72448 + * gimp-python is maintained separately. Closes: #58548 + * Moved gimp binary to /usr/bin. This is to follow policy, and + also fixes a problem with the GIMP Perl module. Closes: #66469 + * Um. Control+mouse button 1 doesn't select; it deselects. This + is documented. Closes: #65326 + * Yes, gimp1.1 is in the archives for woody. Closes: #61641 + + -- Ben Gertzfield Thu, 12 Oct 2000 21:39:45 -0700 + +gimp1.1 (1.1.24-1) unstable; urgency=low + + * New upstream version. (Sorry for slacking off there.) Closes: #64294 + * Add Build-Depends line. Closes: #62896 + * (Hopefully) add Help support in by installing the new libgtkxmhtml-dev + package. Yes, this indirectly requires GNOME libraries -- but only + to build. libgtkxmhtml1 does not require GNOME libraries at run-time, + so I'm satisfied. Closes: #52634 + + -- Ben Gertzfield Thu, 10 Aug 2000 11:15:10 -0700 + +gimp1.1 (1.1.19-1) unstable; urgency=low + + * New upstream version. Please don't let there be any i18n breakage + this time... + * To separate the perl plugins, instead of a static list we now + run 'file' on usr/lib/gimp/1.1/plug-ins/* and any that say + 'perl script' we include in gimp1.1-perl. + + -- Ben Gertzfield Wed, 5 Apr 2000 22:56:19 -0700 + +gimp1.1 (1.1.18-1) unstable; urgency=low + + * New upstream version. Use CVS po files for i18n to avoid crashes, + and patch da_DK po file by hand because it's still broken. + + -- Ben Gertzfield Sat, 4 Mar 2000 09:02:08 -0800 + +gimp1.1 (1.1.17-2) frozen unstable; urgency=low + + * Move gimp-tool into libgimp1.1.17-dev, and make libgimp1.1.17-dev + Depend: on libgtk1.2-dev and libglib1.2-dev. Closes: #59057 + * Fixes locale brokenness for it_IT, ru_RU, de_DE. (Updated the po + files from CVS gimp current as of 27 Feb 2000.) Closes: #58796, #56503, + #57498, #57403, + + -- Ben Gertzfield Sun, 27 Feb 2000 10:39:36 -0800 + +gimp1.1 (1.1.17-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Fri, 11 Feb 2000 12:29:22 -0800 + +gimp1.1 (1.1.15-3) frozen unstable; urgency=MEDIUM + + * Fix GIMP crashes by moving Perl-Server plugin out of main + gimp1.1 package into gimp1.1-perl. Closes: #56237 + (Yes, this must make it into frozen, otherwise gimp1.1 doesn't + work.) + * As a consequence of the above, gimp1.1-perl Replaces: gimp1.1 + (<< 1.1.15-3). + * Make sure libgimp1.1.15 doesn't include any Perl directories. + + -- Ben Gertzfield Wed, 26 Jan 2000 16:37:41 -0800 + +gimp1.1 (1.1.15-2) frozen unstable; urgency=MEDIUM + + * Argh. I had messed up the build process and no files actually + got into gimp1.1-perl. This rebuild must make it into frozen, + * Make gimp1.1-perl Depend: on gimp1.1 (>= ${Source-Version}) so + people don't try to install it with a mismatching gimp package. + * Add Suggests: from gimp1.1 to gimp1.1-perl. + * To make slink -> potato upgrade easier (read: possible), sprinkle + Replaces: liberally around. + + -- Ben Gertzfield Sat, 22 Jan 2000 14:14:56 -0800 + +gimp1.1 (1.1.15-1) unstable; urgency=low + + * New upstream version. + * Bump Standards to 3.1.1.1. + * Move Perl plugins and support into gimp1.1-perl. Closes: #54562 + * Duplicates of bugs closed below. Closes: #53707, #53708, #53873, + #50678 + + -- Ben Gertzfield Sat, 15 Jan 2000 11:16:59 -0800 + +gimp1.1 (1.1.14-4) unstable; urgency=low + + * Add Conflict: with libgimp-perl (it should be removed from the + archives sooner or later, though.) Closes: #54212 + + -- Ben Gertzfield Thu, 6 Jan 2000 11:26:57 -0800 + +gimp1.1 (1.1.14-3) unstable; urgency=low + + * Add dependancies on libgtk-perl and pdl. Closes: #53971, #53826 + * Build with perl Image::Magick support. Add dependancy on perlmagick. + * If anyone thinks any of the above new dependancies (libgtk-perl, pdl, + perlmagick) should be made into Suggests, let me know. I couldn't + decide, so went with a Depends to be on the safe side. But, this + requires about 6 more megs of packages to be installed, so some + people may not be happy. + * Patch the stupid Makefile.PL in plug-ins/perl/Makefile.PL to not + force UNINST=1 on the 'make install'. GRRR! + + -- Ben Gertzfield Wed, 5 Jan 2000 18:08:02 -0800 + +gimp1.1 (1.1.14-2) unstable; urgency=low + + * Do not include 'perllocal.pod' in install. + + -- Ben Gertzfield Thu, 30 Dec 1999 12:18:17 -0800 + +gimp1.1 (1.1.14-1) unstable; urgency=low + + * New upstream version. + * Now includes gimp-perl and the related Perl plugins in the main + gimp package. Closes: #34392 + * Still no gimp help browser, as libgtkxmhtml-dev depends on a whole + slew of GNOME libraries which I am not willing to foist on + unsuspecting GIMP users. + * Fixed in earlier releases: Closes: #42096, #42699 + + -- Ben Gertzfield Fri, 17 Dec 1999 15:03:36 -0800 + +gimp1.1 (1.1.13-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Fri, 26 Nov 1999 11:13:19 -0800 + +gimp1.1 (1.1.12-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Thu, 25 Nov 1999 13:16:37 -0800 + +gimp1.1 (1.1.10-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Wed, 6 Oct 1999 19:17:57 -0700 + +gimp1.1 (1.1.9-1) unstable; urgency=low + + * New upstream version. + * Change auto-generation of shlibs file to make things compiled against + libgimp to depend on (e.g.) >= 1.1.8 instead of >= 1.1.8-1. This + makes building slink packages with versions like 1.1.8-0slink1 + work. + + -- Ben Gertzfield Fri, 10 Sep 1999 21:27:29 -0700 + +gimp1.1 (1.1.8-1) unstable; urgency=low + + * New upstream version. + * Change Recommends: of xfnts-100dpi to a Suggests, as it seems GIMP will + work without it nowadays. + * Upstream has restructured /usr/share/gimp and I missed it; that's + why the help files and tips of the day were missing. + (Fixes: #42699, #42096) + * libgimp1.1.8-dev Depends: on Source-Version of libgimp1.1.8 now. + + -- Ben Gertzfield Tue, 24 Aug 1999 13:46:24 -0700 + +gimp1.1 (1.1.7-1) unstable; urgency=low + + * New upstream version. + * Remove dependancy on perl, since it was outdated and I don't + even include the perl stuff (yet) (Fixes: #41402, #41484) + + -- Ben Gertzfield Sun, 18 Jul 1999 18:09:52 -0700 + +gimp1.1 (1.1.6-2) unstable; urgency=low + + * Patch for compiling on non-x86 architectures. (Fixes: #39863, #40080) + * libgimp1.1.6-dev no longer conflicts with libgimp1. (Fixes: #40267) + + -- Ben Gertzfield Thu, 1 Jul 1999 21:13:37 -0700 + +gimp1.1 (1.1.6-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Mon, 14 Jun 1999 22:00:10 -0700 + +gimp1.1 (1.1.5-1) unstable; urgency=low + + * New upstream version. + * Make it easier for myself to make new releases by automatically + generating the shlibs.local file, and other changes to debian/rules + + -- Ben Gertzfield Thu, 13 May 1999 14:16:19 -0700 + +gimp1.1 (1.1.4-1) unstable; urgency=low + + * New upstream version. + * The Perl extension won't work until the Debian libgtk-perl package + is updated. So I'm releasing this without the Perl extension until + libgtk-perl is recompiled against GTK+ 1.2 and updated from the + upstream source. + + -- Ben Gertzfield Sun, 11 Apr 1999 14:23:15 -0700 + +gimp1.1 (1.1.3-2) unstable; urgency=low + + * shlibs.local needed to be bumped to 1.1.3 + * disable perl extension for the time being + + -- Ben Gertzfield Sun, 28 Mar 1999 14:04:30 -0800 + +gimp1.1 (1.1.3-1) unstable; urgency=low + + * New upstream version. + * Build with GTK+ 1.2. + + -- Ben Gertzfield Mon, 15 Mar 1999 10:14:32 -0800 + +gimp1.1 (1.1.2-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Thu, 18 Feb 1999 19:19:43 -0800 + +gimp1.1 (1.1.1-1) unstable; urgency=low + + * New upstream version. + * Fix menu entry to be package gimp1.1, not gimp. (Fixes: #31796) + + -- Ben Gertzfield Thu, 21 Jan 1999 12:46:10 -0800 + +gimp1.1 (1.1.0-1) unstable; urgency=low + + * New upstream version; new package name (gimp1.1) to reflect unstable + release. + + -- Ben Gertzfield Thu, 24 Dec 1998 10:04:44 -0800 + +gimp (1.0.2-3) frozen unstable; urgency=low + + * Recompile for ncurses 4.2 and related aalib + + -- Ben Gertzfield Mon, 9 Nov 1998 20:29:13 -0800 + +gimp (1.0.2-2) frozen unstable; urgency=low + + * The gimp package no longer depends explicitly on xfnt{75,100}. I + downgraded the relationship to a Recommends: and added big fat + warnings in the README and in the package description. + Fixes bugs #14600 and #21055. This has been changed because it's + possible to run GIMP using a remote font server to serve the 75/100dpi + fonts. However, it's really no big deal to ask for them to be installed + locally, so the relationship should be Recommends:. + * The above Recommends: has been changed to xfonts-{75,100}dpi, although + it's pretty silly that their names were changed without adding a + Provides:. *grumble* + * Bumped the version number in the dependancy of gimp on gimp-data-extras + to (>= 1:1.0.0). + * libgimp-dev now conflicts with libglib-dev, so people don't try + compiling plugins when they only have GTK+ 1.1 installed. + + -- Ben Gertzfield Sun, 25 Oct 1998 10:46:23 -0800 + +gimp (1.0.2-1) unstable; urgency=low + + * New upstream version. This better make it in before the freeze :) + + -- Ben Gertzfield Wed, 14 Oct 1998 22:47:25 -0700 + +gimp (1.0.1-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Sun, 27 Sep 1998 21:37:45 -0700 + +gimp (1.0.0-1) frozen unstable; urgency=low + + * We made it! All the way to 1.0.0! Huzzah! + + -- Ben Gertzfield Tue, 2 Jun 1998 01:12:27 -0700 + +gimp (0.99.31-1) frozen unstable; urgency=low + + * New stable upstream version. + * Now includes man-page for gimptool. + + -- Ben Gertzfield Mon, 18 May 1998 13:18:01 -0700 + +gimp (0.99.29-2) frozen unstable; urgency=low + + * Added gimptool into package, was accidentally left out previously. + + -- Ben Gertzfield Mon, 11 May 1998 18:13:23 -0700 + +gimp (0.99.29-1) frozen unstable; urgency=low + + * Yikes! They're still pumping out those upstream versions. + * For some reason, the xdelta-dev package has disappeared. The + xdelta plugin has thus been removed. + + -- Ben Gertzfield Tue, 5 May 1998 19:43:35 -0700 + +gimp (0.99.28-1) frozen unstable; urgency=low + + * Yet another new upstream version. + + -- Ben Gertzfield Tue, 28 Apr 1998 12:54:34 -0700 + +gimp (0.99.27-1) frozen unstable; urgency=low + + * Gosh, 0.99.26 *wasn't* the last version. :/ Hope they're almost + done. New upstream version, bug fixes only of course. + + -- Ben Gertzfield Sat, 18 Apr 1998 14:56:21 -0700 + +gimp (0.99.26-1) frozen unstable; urgency=low + + * Another new upstream version. The GIMP developers are swearing + up and down that this is the last one before 1.0.. hmm :) + * This version is supposed to fix the problems with the save/load + dialog box. + + -- Ben Gertzfield Sun, 12 Apr 1998 01:19:33 -0700 + +gimp (0.99.24-1) frozen unstable; urgency=low + + * New upstream version. + * Made sure ChangeLog was installed as changelog.gz; fixes + lintian errors. + * Corrected major error in libgimp1's shlibs file. + + -- Ben Gertzfield Wed, 8 Apr 1998 12:58:38 -0700 + +gimp (0.99.23-1) frozen unstable; urgency=low + + * New upstream version. + * /usr/lib/libgck.{a,so} were not in the -dev package, moved + them to the right place. + * Fixed postinst to test if package is being configured for + ldconfiggage (Hi again James!) + + -- Ben Gertzfield Sun, 29 Mar 1998 16:12:15 -0800 + +gimp (0.99.22-2) frozen unstable; urgency=low + + * /usr/share/gimp/gfig/ directory was accidentally left out of -1, + re-added it. + * /usr/include/gck/ was accidentally left out of -1's -dev package, + re-added it. + + -- Ben Gertzfield Mon, 23 Mar 1998 18:32:14 -0800 + +gimp (0.99.22-1) unstable; urgency=low + + * New upstream version. + * Replaced libtool with Debian native libtool. + + -- Ben Gertzfield Thu, 19 Mar 1998 23:43:57 -0800 + +gimp (0.99.21-2) frozen unstable; urgency=medium + + * Somehow GIMP didn't get linked with libXi, which MAJORLY broke things. + Fixed. + + -- Ben Gertzfield Mon, 16 Mar 1998 22:40:36 -0800 + +gimp (0.99.21-1) unstable; urgency=low + + * New upstream release. + + -- Ben Gertzfield Sun, 15 Mar 1998 10:53:05 -0800 + +gimp (0.99.20-1) unstable; urgency=low + + * New upstream version. + * Manpage is now included with upstream source, and included ChangeLog, + README, and NOTES in /usr/doc/gimp. + * Patched print plugin to call /usr/sbin/lpc directly instead of + just lpc. + + -- Ben Gertzfield Fri, 13 Mar 1998 23:20:26 -0800 + +gimp (0.99.19-2) unstable; urgency=low + + * Rebuild with gtk+-0.99.4-2 to fix shlib dependancies. + + -- Ben Gertzfield Sun, 8 Mar 1998 00:07:11 -0800 + +gimp (0.99.19-1) unstable; urgency=low + + * New upstream version. + * Removed dh_du calls to remove lintian errors on du control files. + * gimp-data-min has been merged in with the main gimp package and + so is now obsolete. + * Upgraded Standards-Version to 2.4.0.0. + * Made copyrights correct for libgimp and gimp-nonfree. + + -- Ben Gertzfield Mon, 2 Mar 1998 13:38:09 -0800 + +gimp (0.99.18-2) unstable; urgency=low + + * Moved gimp binary back into /usr/X11R6/bin, made menu entry + properly reflect this change. Fixes bug #17554. + + -- Ben Gertzfield Tue, 27 Jan 1998 16:28:54 -0800 + +gimp (0.99.18-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Mon, 26 Jan 1998 11:15:12 -0800 + +gimp (0.99.17-3) unstable; urgency=low + + * The menu file was accidentally left out of the package; fixed. + * The /usr/doc/gimp/README.debian was also added back into the package. + + -- Ben Gertzfield Tue, 6 Jan 1998 15:27:36 -0800 + +gimp (0.99.17-2) unstable; urgency=low + + * Recompiled because of shlibs file error in libgtk1 0.99.2-1, + now depends on libgtk1 (>=1:0.99.2) instead of just libgtk1. + + -- Ben Gertzfield Mon, 5 Jan 1998 12:38:11 -0800 + +gimp (0.99.17-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Sun, 4 Jan 1998 00:36:42 -0800 + +gimp (0.99.16-2) unstable; urgency=low + + * libgimp-dev did not conflict with and replace gimp-dev; fixed. + * Really used pristine upstream source. + + -- Ben Gertzfield Mon, 29 Dec 1997 13:14:59 -0800 + +gimp (0.99.16-1) unstable; urgency=low + + * New upstream version. + * Converted to use debhelper. + * Split off libgimp package. + + -- Ben Gertzfield Mon, 15 Dec 1997 14:00:19 -0800 + +gimp (0.99.14-1) unstable; urgency=low + + * New upstream version. + * Linked with all libc6 libraries, fixes bug #13505. + * Fixed dumb dependancy error. Fixes bug #13324. + * Put header files in the absolutely proper place. Fixes bug #13247. + * Split off libgtk1 et al from the source package. + * Upgraded to Standards-Version 2.3.0.0. + + -- Ben Gertzfield Wed, 15 Oct 1997 15:49:03 -0700 + +gimp (0.99.10pre11-1) unstable; urgency=low + + * New upstream version. + * Recompiled with libc6 X libraries. + * Removed XInput support, because it depends on XFree86 3.1.1, + which hasn't been made into a Debian package yet. + + -- Ben Gertzfield Sat, 13 Sep 1997 16:28:38 -0700 + +gimp (0.99.10-3) unstable; urgency=low + + * Applied more patches. GIMP now has XInput (tablet pressure/tilt) + extensions! + + -- Ben Gertzfield Sat, 16 Aug 1997 17:55:10 -0500 + +gimp (0.99.10-2) unstable; urgency=low + + * Removed empty documentation files; fixes bug #11491. + * Fixed symbolic links for shared libraries (added links to libname.so in + -dev packages) + * Changed shlibs for libgtk to use = instead of >=; fixes bug #11492 + * Applied patches from http://copper.ucs.indiana.edu/~sgoehrin/gimp/patches/ + + -- Ben Gertzfield Tue, 29 Jul 1997 19:33:41 -0500 + +gimp (0.99.10-1) unstable; urgency=low + + * New maintainer. + * New upstream version. + * Uses the new gtk and gdk libraries instead of Motif. + * Split into gimp, gimp-dev, libgtk, libgtk-dev, gimp-data, and gimp-nonfree. + + -- Ben Gertzfield Tue, 22 Jul 1997 20:53:20 -0500 + +gimp (0.54.1-6) unstable; urgency=low + + * Fixed menu problem. + * Fixed problem with simultaneous gimp-plugins install. + * Added minimal man page. + * Killed README.debian (copyright already had the info). + + -- Rob Browning Sun, 13 Apr 1997 20:49:59 -0500 + +gimp (0.54.1-5) unstable; urgency=low + + * added new gimprc parsing. + * moved /etc/gimprc to /etc/gimp/gimprc + + -- Rob Browning Sun, 2 Feb 1997 03:08:03 -0600 + +gimp (0.54.1-4) unstable; urgency=low + + * Change to new packaging standards. + * Added X menu entry. + * Fixed config file placement and loading (bug #4303) + * Fixed dependencies (bug #6691) + + -- Rob Browning Mon, 27 Jan 1997 01:04:31 -0600 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..714455b --- /dev/null +++ b/debian/control @@ -0,0 +1,153 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. +Source: gimp +Priority: optional +Section: graphics +Maintainer: Debian GNOME Maintainers +Uploaders: Hideki Yamane , Iain Lane , Jeremy Bicha , Jordi Mallach , Laurent Bigonville , Ari Pollak +Build-Depends: debhelper-compat (= 13), + desktop-file-utils , + dh-sequence-gnome, + gegl (>= 1:0.4.38), + gettext, + glib-networking, + gtk-doc-tools (>= 1.0), + intltool (>= 0.40.1), + iso-codes, + libaa1-dev, + libasound2-dev (>= 1.0.0) [linux-any], + libatk1.0-dev (>= 2.2.0), + libbabl-dev (>= 1:0.1.78), + libbz2-dev, + libcairo2-dev (>= 1.12.2), + libcurl4-gnutls-dev (>= 7.15.1), + libexif-dev (>= 0.6.15), + libfreetype6-dev (>= 2.2), + libfontconfig1-dev (>= 2.12.4), + libgegl-dev (>= 1:0.4.38), + libgexiv2-dev (>= 0.10.6), + libglib2.0-dev (>= 2.56.2), + libglib2.0-doc, + libgtk2.0-dev (>= 2.24.10), + libgtk2.0-doc, + libgdk-pixbuf-2.0-dev (>= 2.30.8), + libgdk-pixbuf2.0-doc, + libgs-dev, + libgudev-1.0-dev (>= 167) [linux-any], + libheif-dev (>= 1.3.2), + libice-dev, + libjpeg-dev, + libjxl-dev (>= 0.7.0), + liblcms2-dev (>= 2.9), + libmng-dev, + libmypaint-dev (>= 1.4.0), + libopenexr-dev (>= 1.6.1), + libopenjp2-7-dev (>= 2.1.0), + libpango1.0-dev (>= 1.29.4), + libpng-dev (>= 1.6.25), + libpoppler-glib-dev (>= 0.44.0), + librsvg2-dev (>= 2.14.0), + libsm-dev, + libtiff-dev, + libwebp-dev (>= 0.6.0), + libwmf-dev (>= 0.2.8), + libx11-dev, + libxcursor-dev, + libxmu-dev, + libxpm-dev, + libxt-dev, + zlib1g-dev, + mypaint-brushes, + patchutils, + xsltproc +Rules-Requires-Root: no +Standards-Version: 4.3.0 +X-Ubuntu-Use-Langpack: yes +Vcs-Git: https://salsa.debian.org/gnome-team/gimp.git +Vcs-Browser: https://salsa.debian.org/gnome-team/gimp +Homepage: https://www.gimp.org/ + +Package: gimp +Architecture: any +Depends: libgimp2.0 (>= ${source:Upstream-Version}), + libgimp2.0 (<= ${source:Upstream-Version}-z), + gimp-data (>= ${source:Upstream-Version}), + gimp-data (<= ${source:Upstream-Version}-z), + graphviz, + xdg-utils, + ${shlibs:Depends}, + ${misc:Depends} +Recommends: ghostscript +Suggests: gimp-help-en | gimp-help, + gimp-data-extras, + gvfs-backends, + libasound2 +Conflicts: gimp-dds +Breaks: gimp-plugin-registry (<< 7.20140602+nmu1~) +Replaces: gimp-dds, gimp-plugin-registry (<< 7.20140602+nmu1~) +Description: GNU Image Manipulation Program + GIMP is an advanced picture editor. You can use it to edit, enhance, and + retouch photos and scans, create drawings, and make your own images. + It has a large collection of professional-level editing tools and + filters, similar to the ones you might find in Photoshop. Numerous + fine-control settings and features like layers, paths, masks, and + scripting give you total control over your images. + . + Many image file formats are supported, including JPEG, Photoshop (.psd), + and Paint Shop Pro (.psp) files. It can also be used to scan and print + photos. + . + To open files remotely (like over HTTP), install the gvfs-backends + package. + . + To use a MIDI device (like a musical keyboard) as an input controller in GIMP, + install libasound2 and read the how-to at /usr/share/doc/gimp/README.MIDI + +Package: gimp-data +Architecture: all +Enhances: gimp +Depends: ${misc:Depends} +Description: Data files for GIMP + This package contains architecture-independent supporting data files + for use with GIMP. + +Package: libgimp2.0 +Architecture: any +Multi-Arch: same +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: gimp-data (>= ${source:Upstream-Version}), + gimp-data (<= ${source:Upstream-Version}-z) +Description: Libraries for the GNU Image Manipulation Program + This package includes the libgimp libraries, which are + necessary to run GIMP and third-party GIMP plugins. + +Package: libgimp2.0-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgegl-dev (>= 1:0.4.38), + libgimp2.0 (= ${binary:Version}), + libgtk2.0-dev (>= 2.12.5), + pkg-config +Suggests: libgimp2.0-doc +Description: Headers and other files for compiling plugins for GIMP + This package contains the header files for the GNU Image Manipulation + Program, along with the static versions of libgimp. + It also includes the gimptool-2.0 utility. + . + Install this package if you wish to compile your own plugins, + or if you wish to develop packages that use libgimp. + +Package: libgimp2.0-doc +Architecture: all +Section: doc +Depends: ${misc:Depends}, + lynx | www-browser +Description: Developers' Documentation for the GIMP library + This package contains the HTML documentation for the GIMP library in + /usr/share/gtk-doc/html/ . diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..ad34f9b --- /dev/null +++ b/debian/control.in @@ -0,0 +1,149 @@ +Source: gimp +Priority: optional +Section: graphics +Maintainer: Debian GNOME Maintainers +Uploaders: @GNOME_TEAM@, Ari Pollak +Build-Depends: debhelper-compat (= 13), + desktop-file-utils , + dh-sequence-gnome, + gegl (>= 1:0.4.38), + gettext, + glib-networking, + gtk-doc-tools (>= 1.0), + intltool (>= 0.40.1), + iso-codes, + libaa1-dev, + libasound2-dev (>= 1.0.0) [linux-any], + libatk1.0-dev (>= 2.2.0), + libbabl-dev (>= 1:0.1.78), + libbz2-dev, + libcairo2-dev (>= 1.12.2), + libcurl4-gnutls-dev (>= 7.15.1), + libexif-dev (>= 0.6.15), + libfreetype6-dev (>= 2.2), + libfontconfig1-dev (>= 2.12.4), + libgegl-dev (>= 1:0.4.38), + libgexiv2-dev (>= 0.10.6), + libglib2.0-dev (>= 2.56.2), + libglib2.0-doc, + libgtk2.0-dev (>= 2.24.10), + libgtk2.0-doc, + libgdk-pixbuf-2.0-dev (>= 2.30.8), + libgdk-pixbuf2.0-doc, + libgs-dev, + libgudev-1.0-dev (>= 167) [linux-any], + libheif-dev (>= 1.3.2), + libice-dev, + libjpeg-dev, + libjxl-dev (>= 0.7.0), + liblcms2-dev (>= 2.9), + libmng-dev, + libmypaint-dev (>= 1.4.0), + libopenexr-dev (>= 1.6.1), + libopenjp2-7-dev (>= 2.1.0), + libpango1.0-dev (>= 1.29.4), + libpng-dev (>= 1.6.25), + libpoppler-glib-dev (>= 0.44.0), + librsvg2-dev (>= 2.14.0), + libsm-dev, + libtiff-dev, + libwebp-dev (>= 0.6.0), + libwmf-dev (>= 0.2.8), + libx11-dev, + libxcursor-dev, + libxmu-dev, + libxpm-dev, + libxt-dev, + zlib1g-dev, + mypaint-brushes, + patchutils, + xsltproc +Rules-Requires-Root: no +Standards-Version: 4.3.0 +X-Ubuntu-Use-Langpack: yes +Vcs-Git: https://salsa.debian.org/gnome-team/gimp.git +Vcs-Browser: https://salsa.debian.org/gnome-team/gimp +Homepage: https://www.gimp.org/ + +Package: gimp +Architecture: any +Depends: libgimp2.0 (>= ${source:Upstream-Version}), + libgimp2.0 (<= ${source:Upstream-Version}-z), + gimp-data (>= ${source:Upstream-Version}), + gimp-data (<= ${source:Upstream-Version}-z), + graphviz, + xdg-utils, + ${shlibs:Depends}, + ${misc:Depends} +Recommends: ghostscript +Suggests: gimp-help-en | gimp-help, + gimp-data-extras, + gvfs-backends, + libasound2 +Conflicts: gimp-dds +Breaks: gimp-plugin-registry (<< 7.20140602+nmu1~) +Replaces: gimp-dds, gimp-plugin-registry (<< 7.20140602+nmu1~) +Description: GNU Image Manipulation Program + GIMP is an advanced picture editor. You can use it to edit, enhance, and + retouch photos and scans, create drawings, and make your own images. + It has a large collection of professional-level editing tools and + filters, similar to the ones you might find in Photoshop. Numerous + fine-control settings and features like layers, paths, masks, and + scripting give you total control over your images. + . + Many image file formats are supported, including JPEG, Photoshop (.psd), + and Paint Shop Pro (.psp) files. It can also be used to scan and print + photos. + . + To open files remotely (like over HTTP), install the gvfs-backends + package. + . + To use a MIDI device (like a musical keyboard) as an input controller in GIMP, + install libasound2 and read the how-to at /usr/share/doc/gimp/README.MIDI + +Package: gimp-data +Architecture: all +Enhances: gimp +Depends: ${misc:Depends} +Description: Data files for GIMP + This package contains architecture-independent supporting data files + for use with GIMP. + +Package: libgimp2.0 +Architecture: any +Multi-Arch: same +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: gimp-data (>= ${source:Upstream-Version}), + gimp-data (<= ${source:Upstream-Version}-z) +Description: Libraries for the GNU Image Manipulation Program + This package includes the libgimp libraries, which are + necessary to run GIMP and third-party GIMP plugins. + +Package: libgimp2.0-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgegl-dev (>= 1:0.4.38), + libgimp2.0 (= ${binary:Version}), + libgtk2.0-dev (>= 2.12.5), + pkg-config +Suggests: libgimp2.0-doc +Description: Headers and other files for compiling plugins for GIMP + This package contains the header files for the GNU Image Manipulation + Program, along with the static versions of libgimp. + It also includes the gimptool-2.0 utility. + . + Install this package if you wish to compile your own plugins, + or if you wish to develop packages that use libgimp. + +Package: libgimp2.0-doc +Architecture: all +Section: doc +Depends: ${misc:Depends}, + lynx | www-browser +Description: Developers' Documentation for the GIMP library + This package contains the HTML documentation for the GIMP library in + /usr/share/gtk-doc/html/ . diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..30aac65 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,1092 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gimp +Source: https://download.gimp.org/pub/gimp/ + +Files: * +Copyright: + 1997-2004 Adam D. Moss + 2004-2006 Adam Weinberger + 1997-2004 Adrian Likins + 2006 Akkana Peck. + 2017 Alberto Griggio + 2010 Alexia Death + 1998-1999 Andy Thomas + 2003 Arne Reuter + 2008-2009 Aurimas Juška + 1998-1999 Austin Donnelly + 2010-2011 Barak Itkin + 2016-2017 Ben Touchette + 2015-2016 Benoit Touchette + 2005 Bill Skaggs + 1997 Brent Burton + 1997 Brian Degenhardt + 2005-2014 Canonical Ltd. + 2002 Christian Kreibich + 1999 Craig Setera + 1996-1997 Daniel Cotting + 1997 Daniel Risacher + 1997 Daniel Risacher + 2013 Daniel Sabo + 1990-1993 David Koblas + 2005 David Odin + 2017 David Tchumperlé + 2000 Dimitrios Souflis + 2018 Dirk Farin + 2001 Eazel, Inc. + 1997 Edward Blevins + 1997 Eiichi Takamori + 2003 Elad Shahar + 2016-2020 Ell + 1997 Eric L. Hernes + 1996 Erik Nygren + 1996-1998 Federico Mena Quintero + 2004 Florian Traverse + 1997 Francisco Bustamante + 2000 Francisco Xosé Vázquez Grandal + 2008-2009 Fredrik Alstromer + 1984-2020 Free Software Foundation, Inc. + 2004-2006 GNOME Foundation + 1995 Gert Doering + 2018 Gil Eliyahu + 2005-2006 Gnome i18n Project for Vietnamese + 1997-1998 Gordon Matzigkeit + 2013 Hartmut Kuhse + 2006 Henning Makholm + 2003 Henrik Brix Andersen + 1997 Hirotsuna Mizuno + 2001 Jacob Schroeder + 2003 Jakub 'jimmac' Steiner + 1997-2003 James Henstridge + 1998-1999 Jay Cox + 1999 Jay Cox + (unspecified) Jean-Yves Couleaud + (unspecified) Jef Poskanzer + 2013-2019 Jehan + 1998 Jens Ch. Restemeier + 2000 Jens Lautenbacher + 1997 Jochen Friedrich + 1996 John Beale + 2007 John Marshall + 1997 John P. Beale + 2009 Jon Nordby + 1997 Josh MacDonald + 2011 João S. O. Bueno + 2013 Loren Merritt + 2003 MIMOS Open Source Developement Group + 1998-2006 Manish Singh + 2002 Manuel Heras-Gilsanz + 1997 Marc Lehmann + 2008 Marcus Heese + 2013 Marek Dvoroznak + 1998-2004 Marti Maria + 2013 Martijn van Beers + 2006-2011 Martin Nordholts + 1999 Martin Weber + 2016 Massimo Valentini + 1998-2006 Maurits Rijk + 2014 Michael Henning + 1996 Michael J. Hammel + 2010-2011 Michael Muré + 1999-2019 Michael Natterer + 1997-1998 Michael Sweet + 2011 Mikael Magnusson + 1997 Mike Taylor + 1997-1998 Miles O'Neal + 2003-2005 Miloslav Trmac + 2009 Mircea Purdea + 2000 Monigotes + 2002 Mukund Sivaraman + 2015 Nathan Osman + 2005 Nathan Summers + 1998 Nick Fetchak + (unspecified) Nigel Wetten + 2004 Nokia Corporation. + 1997-1999 Owen Taylor + (unspecified) Pavel Grinfeld + 1996-1999 Peter Kirchgessner + 1995-2005 Peter Mattis + 1998 Philipp Klaus + 1997 Raphael FRANCOIS + 2004-2007 Raphaël Quinet + 2006-2014 Rosetta Contributors + 1992-1997 Scott Draves + 1997-1998 Sean Cier + 2007 Sharif FarsiWeb, Inc. + 2004-2012 Shawn Kirst + 1997-1998 Shuji Narazaki + 2000-2012 Simon Budig + 2012 Simone Karin Lehmann + 1995-2005 Spencer Kimball + 2012-2013 Srihari Sriraman + 2004 Stefan Döhla + 1996 Stephen Norris + 1990 Sun Microsystems, Inc. + 1997-1999 Sven Anders + 2004-2007 Sven Neuman + 1998-2014 Sven Neumann + 2012 Swecha localisation Team + 2017 Sébastien Fourey + 2008-2009 Takeshi Matsuyama + 2001-2018 The GIMP Project + 2007-2008 The GNOME Project + 1999 Tim Janik + 2015-2017 Tobias Ellinghaus + 1996-1998 Tom Bech + 1999 Tor Lillqvist + 2001-2007 Tor Lillqvist + 1996 Torsten Martinsen + 2013 Téo Mazars + 1998-1999 Vidar Madsen + 2012 Ville Sokk + 2002 Visual Tools, S.A. + 1994 X Consortium + 1997 cotting@mygale.org + 2011 e-Telugu Localization Team + 2012 johannes hanika + 2018 struktur AG + 1999-2020 the gimp authors + 2009-2019 various GIMP developers + 2007-2012 Øyvind Kolås +License: GPL-3+ and GPL-2+ and LGPL-3+ and MIT and Expat and BSD-2-clause + +Files: + desktop/*/*.png + icons/*/*/*.png + icons/*/*/*.svg + devel-docs/libgimpwidgets/html/*.png +Copyright: + Ell + Jakub Steiner + tigert.com + other unspecified authors +License: GPL-3+ and CC-BY-SA-3.0 and CC-BY-SA-4.0 and CC0-1.0 + +Files: plug-ins/pygimp/plug-ins/pyconsole.py +Copyright: + 2004-2006 Yevgen Muntyan +License: LGPL-2.1 + +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS' + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +License: CC0-1.0 + CC0 Public Domain Dedication http://creativecommons.org/publicdomain/zero/1.0/ + . +Comment: + On Debian systems, the complete text of the CC0 Public Domain Dedication + version 1.0 can be found in "/usr/share/common-licenses/CC0-1.0". + +License: CC-BY-SA-3.0 + CC Attribution-ShareAlike http://creativecommons.org/licenses/by-sa/3.0/ + . + Creative Commons Legal Code + =========================== + . + Attribution-ShareAlike 3.0 Unported + ----------------------------------- + . + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR + DAMAGES RESULTING FROM ITS USE. + . + License + . + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE + COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY + COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS + AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + . + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE + TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY + BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS + CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND + CONDITIONS. + . + 1. Definitions + . + 1. "Adaptation" means a work based upon the Work, or upon the Work and + other pre-existing works, such as a translation, adaptation, + derivative work, arrangement of music or other alterations of a + literary or artistic work, or phonogram or performance and includes + cinematographic adaptations or any other form in which the Work may + be recast, transformed, or adapted including in any form + recognizably derived from the original, except that a work that + constitutes a Collection will not be considered an Adaptation for + the purpose of this License. For the avoidance of doubt, where the + Work is a musical work, performance or phonogram, the + synchronization of the Work in timed-relation with a moving image + ("synching") will be considered an Adaptation for the purpose of + this License. + 2. "Collection" means a collection of literary or artistic works, such + as encyclopedias and anthologies, or performances, phonograms or + broadcasts, or other works or subject matter other than works listed + in Section 1(f) below, which, by reason of the selection and + arrangement of their contents, constitute intellectual creations, in + which the Work is included in its entirety in unmodified form along + with one or more other contributions, each constituting separate and + independent works in themselves, which together are assembled into a + collective whole. A work that constitutes a Collection will not be + considered an Adaptation (as defined below) for the purposes of this + License. + 3. "Creative Commons Compatible License" means a license that is listed + at http://creativecommons.org/compatiblelicenses that has been + approved by Creative Commons as being essentially equivalent to this + License, including, at a minimum, because that license: (i) contains + terms that have the same purpose, meaning and effect as the License + Elements of this License; and, (ii) explicitly permits the + relicensing of adaptations of works made available under that + license under this License or a Creative Commons jurisdiction + license with the same License Elements as this License. + 4. "Distribute" means to make available to the public the original and + copies of the Work or Adaptation, as appropriate, through sale or + other transfer of ownership. + 5. "License Elements" means the following high-level license attributes + as selected by Licensor and indicated in the title of this License: + Attribution, ShareAlike. + 6. "Licensor" means the individual, individuals, entity or entities + that offer(s) the Work under the terms of this License. + 7. "Original Author" means, in the case of a literary or artistic work, + the individual, individuals, entity or entities who created the Work + or if no individual or entity can be identified, the publisher; and + in addition (i) in the case of a performance the actors, singers, + musicians, dancers, and other persons who act, sing, deliver, + declaim, play in, interpret or otherwise perform literary or + artistic works or expressions of folklore; (ii) in the case of a + phonogram the producer being the person or legal entity who first + fixes the sounds of a performance or other sounds; and, (iii) in the + case of broadcasts, the organization that transmits the broadcast. + 8. "Work" means the literary and/or artistic work offered under the + terms of this License including without limitation any production in + the literary, scientific and artistic domain, whatever may be the + mode or form of its expression including digital form, such as a + book, pamphlet and other writing; a lecture, address, sermon or + other work of the same nature; a dramatic or dramatico-musical work; + a choreographic work or entertainment in dumb show; a musical + composition with or without words; a cinematographic work to which + are assimilated works expressed by a process analogous to + cinematography; a work of drawing, painting, architecture, + sculpture, engraving or lithography; a photographic work to which + are assimilated works expressed by a process analogous to + photography; a work of applied art; an illustration, map, plan, + sketch or three-dimensional work relative to geography, topography, + architecture or science; a performance; a broadcast; a phonogram; a + compilation of data to the extent it is protected as a copyrightable + work; or a work performed by a variety or circus performer to the + extent it is not otherwise considered a literary or artistic work. + 9. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License + with respect to the Work, or who has received express permission + from the Licensor to exercise rights under this License despite a + previous violation. + 10. "Publicly Perform" means to perform public recitations of the Work + and to communicate to the public those public recitations, by any + means or process, including by wire or wireless means or public + digital performances; to make available to the public Works in such + a way that members of the public may access these Works from a place + and at a place individually chosen by them; to perform the Work to + the public by any means or process and the communication to the + public of the performances of the Work, including by public digital + performance; to broadcast and rebroadcast the Work by any means + including signs, sounds or images. + 11. "Reproduce" means to make copies of the Work by any means including + without limitation by sound or visual recordings and the right of + fixation and reproducing fixations of the Work, including storage of + a protected performance or phonogram in digital form or other + electronic medium. + . + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, + limit, or restrict any uses free from copyright or rights arising from + limitations or exceptions that are provided for in connection with the + copyright protection under copyright law or other applicable laws. + . + 3. License Grant. Subject to the terms and conditions of this License, + Licensor hereby grants You a worldwide, royalty-free, non-exclusive, + perpetual (for the duration of the applicable copyright) license to + exercise the rights in the Work as stated below: + . + 1. to Reproduce the Work, to incorporate the Work into one or more + Collections, and to Reproduce the Work as incorporated in the + Collections; + 2. to create and Reproduce Adaptations provided that any such + Adaptation, including any translation in any medium, takes + reasonable steps to clearly label, demarcate or otherwise identify + that changes were made to the original Work. For example, a + translation could be marked "The original work was translated from + English to Spanish," or a modification could indicate "The original + work has been modified."; + 3. to Distribute and Publicly Perform the Work including as + incorporated in Collections; and, + 4. to Distribute and Publicly Perform Adaptations. + 5. For the avoidance of doubt: + . + 1. Non-waivable Compulsory License Schemes. In those jurisdictions + in which the right to collect royalties through any statutory or + compulsory licensing scheme cannot be waived, the Licensor + reserves the exclusive right to collect such royalties for any + exercise by You of the rights granted under this License; + 2. Waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme can be waived, the Licensor waives + the exclusive right to collect such royalties for any exercise + by You of the rights granted under this License; and, + 3. Voluntary License Schemes. The Licensor waives the right to + collect royalties, whether individually or, in the event that + the Licensor is a member of a collecting society that + administers voluntary licensing schemes, via that society, from + any exercise by You of the rights granted under this License. + . + The above rights may be exercised in all media and formats whether now + known or hereafter devised. The above rights include the right to make + such modifications as are technically necessary to exercise the rights + in other media and formats. Subject to Section 8(f), all rights not + expressly granted by Licensor are hereby reserved. + . + 4. Restrictions. The license granted in Section 3 above is expressly + made subject to and limited by the following restrictions: + . + 1. You may Distribute or Publicly Perform the Work only under the terms + of this License. You must include a copy of, or the Uniform Resource + Identifier (URI) for, this License with every copy of the Work You + Distribute or Publicly Perform. You may not offer or impose any + terms on the Work that restrict the terms of this License or the + ability of the recipient of the Work to exercise the rights granted + to that recipient under the terms of the License. You may not + sublicense the Work. You must keep intact all notices that refer to + this License and to the disclaimer of warranties with every copy of + the Work You Distribute or Publicly Perform. When You Distribute or + Publicly Perform the Work, You may not impose any effective + technological measures on the Work that restrict the ability of a + recipient of the Work from You to exercise the rights granted to + that recipient under the terms of the License. This Section 4(a) + applies to the Work as incorporated in a Collection, but this does + not require the Collection apart from the Work itself to be made + subject to the terms of this License. If You create a Collection, + upon notice from any Licensor You must, to the extent practicable, + remove from the Collection any credit as required by Section 4(c), + as requested. If You create an Adaptation, upon notice from any + Licensor You must, to the extent practicable, remove from the + Adaptation any credit as required by Section 4(c), as requested. + 2. You may Distribute or Publicly Perform an Adaptation only under the + terms of: (i) this License; (ii) a later version of this License + with the same License Elements as this License; (iii) a Creative + Commons jurisdiction license (either this or a later license + version) that contains the same License Elements as this License + (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons + Compatible License. If you license the Adaptation under one of the + licenses mentioned in (iv), you must comply with the terms of that + license. If you license the Adaptation under the terms of any of the + licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), + you must comply with the terms of the Applicable License generally + and the following provisions: (I) You must include a copy of, or the + URI for, the Applicable License with every copy of each Adaptation + You Distribute or Publicly Perform; (II) You may not offer or impose + any terms on the Adaptation that restrict the terms of the + Applicable License or the ability of the recipient of the Adaptation + to exercise the rights granted to that recipient under the terms of + the Applicable License; (III) You must keep intact all notices that + refer to the Applicable License and to the disclaimer of warranties + with every copy of the Work as included in the Adaptation You + Distribute or Publicly Perform; (IV) when You Distribute or Publicly + Perform the Adaptation, You may not impose any effective + technological measures on the Adaptation that restrict the ability + of a recipient of the Adaptation from You to exercise the rights + granted to that recipient under the terms of the Applicable License. + This Section 4(b) applies to the Adaptation as incorporated in a + Collection, but this does not require the Collection apart from the + Adaptation itself to be made subject to the terms of the Applicable + License. + 3. If You Distribute, or Publicly Perform the Work or any Adaptations + or Collections, You must, unless a request has been made pursuant to + Section 4(a), keep intact all copyright notices for the Work and + provide, reasonable to the medium or means You are utilizing: (i) + the name of the Original Author (or pseudonym, if applicable) if + supplied, and/or if the Original Author and/or Licensor designate + another party or parties (e.g., a sponsor institute, publishing + entity, journal) for attribution ("Attribution Parties") in + Licensor's copyright notice, terms of service or by other reasonable + means, the name of such party or parties; (ii) the title of the Work + if supplied; (iii) to the extent reasonably practicable, the URI, if + any, that Licensor specifies to be associated with the Work, unless + such URI does not refer to the copyright notice or licensing + information for the Work; and (iv) , consistent with Ssection 3(b), + in the case of an Adaptation, a credit identifying the use of the + Work in the Adaptation (e.g., "French translation of the Work by + Original Author," or "Screenplay based on original Work by Original + Author"). The credit required by this Section 4(c) may be + implemented in any reasonable manner; provided, however, that in the + case of a Adaptation or Collection, at a minimum such credit will + appear, if a credit for all contributing authors of the Adaptation + or Collection appears, then as part of these credits and in a manner + at least as prominent as the credits for the other contributing + authors. For the avoidance of doubt, You may only use the credit + required by this Section for the purpose of attribution in the + manner set out above and, by exercising Your rights under this + License, You may not implicitly or explicitly assert or imply any + connection with, sponsorship or endorsement by the Original Author, + Licensor and/or Attribution Parties, as appropriate, of You or Your + use of the Work, without the separate, express prior written + permission of the Original Author, Licensor and/or Attribution + Parties. + 4. Except as otherwise agreed in writing by the Licensor or as may be + otherwise permitted by applicable law, if You Reproduce, Distribute + or Publicly Perform the Work either by itself or as part of any + Adaptations or Collections, You must not distort, mutilate, modify + or take other derogatory action in relation to the Work which would + be prejudicial to the Original Author's honor or reputation. + Licensor agrees that in those jurisdictions (e.g. Japan), in which + any exercise of the right granted in Section 3(b) of this License + (the right to make Adaptations) would be deemed to be a distortion, + mutilation, modification or other derogatory action prejudicial to + the Original Author's honor and reputation, the Licensor will waive + or not assert, as appropriate, this Section, to the fullest extent + permitted by the applicable national law, to enable You to + reasonably exercise Your right under Section 3(b) of this License + (right to make Adaptations) but not otherwise. + . + 5. Representations, Warranties and Disclaimer + . + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR + OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY + KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, + INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, + FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF + LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, + WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + . + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE + LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR + ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES + ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS + BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + . + 7. Termination + . + 1. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Adaptations or Collections + from You under this License, however, will not have their licenses + terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will + survive any termination of this License. + 2. Subject to the above terms and conditions, the license granted here + is perpetual (for the duration of the applicable copyright in the + Work). Notwithstanding the above, Licensor reserves the right to + release the Work under different license terms or to stop + distributing the Work at any time; provided, however that any such + election will not serve to withdraw this License (or any other + license that has been, or is required to be, granted under the terms + of this License), and this License will continue in full force and + effect unless terminated as stated above. + . + 8. Miscellaneous + . + 1. Each time You Distribute or Publicly Perform the Work or a + Collection, the Licensor offers to the recipient a license to the + Work on the same terms and conditions as the license granted to You + under this License. + 2. Each time You Distribute or Publicly Perform an Adaptation, Licensor + offers to the recipient a license to the original Work on the same + terms and conditions as the license granted to You under this + License. + 3. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability + of the remainder of the terms of this License, and without further + action by the parties to this agreement, such provision shall be + reformed to the minimum extent necessary to make such provision + valid and enforceable. + 4. No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in + writing and signed by the party to be charged with such waiver or + consent. + 5. This License constitutes the entire agreement between the parties + with respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and + You. + 6. The rights granted under, and the subject matter referenced, in this + License were drafted utilizing the terminology of the Berne + Convention for the Protection of Literary and Artistic Works (as + amended on September 28, 1979), the Rome Convention of 1961, the + WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms + Treaty of 1996 and the Universal Copyright Convention (as revised on + July 24, 1971). These rights and subject matter take effect in the + relevant jurisdiction in which the License terms are sought to be + enforced according to the corresponding provisions of the + implementation of those treaty provisions in the applicable national + law. If the standard suite of rights granted under applicable + copyright law includes additional rights not granted under this + License, such additional rights are deemed to be included in the + License; this License is not intended to restrict the license of any + rights under applicable law. + . + Creative Commons Notice + . + Creative Commons is not a party to this License, and makes no warranty + whatsoever in connection with the Work. Creative Commons will not be + liable to You or any party on any legal theory for any damages + whatsoever, including without limitation any general, special, + incidental or consequential damages arising in connection to this + license. Notwithstanding the foregoing two (2) sentences, if Creative + Commons has expressly identified itself as the Licensor hereunder, it + shall have all rights and obligations of Licensor. + . + Except for the limited purpose of indicating to the public that the + Work is licensed under the CCPL, Creative Commons does not authorize + the use by either party of the trademark "Creative Commons" or any + related trademark or logo of Creative Commons without the prior + written consent of Creative Commons. Any permitted use will be in + compliance with Creative Commons' then-current trademark usage + guidelines, as may be published on its website or otherwise made + available upon request from time to time. For the avoidance of doubt, + this trademark restriction does not form part of the License. + . + Creative Commons may be contacted at http://creativecommons.org/. + +License: CC-BY-SA-4.0 + CC Attribution-ShareAlike http://creativecommons.org/licenses/by-sa/4.0/ + . + Attribution-ShareAlike 4.0 International + . + ======================================================================= + . + Creative Commons Corporation ("Creative Commons") is not a law firm and + does not provide legal services or legal advice. Distribution of + Creative Commons public licenses does not create a lawyer-client or + other relationship. Creative Commons makes its licenses and related + information available on an "as-is" basis. Creative Commons gives no + warranties regarding its licenses, any material licensed under their + terms and conditions, or any related information. Creative Commons + disclaims all liability for damages resulting from their use to the + fullest extent possible. + . + Using Creative Commons Public Licenses + . + Creative Commons public licenses provide a standard set of terms and + conditions that creators and other rights holders may use to share + original works of authorship and other material subject to copyright + and certain other rights specified in the public license below. The + following considerations are for informational purposes only, are not + exhaustive, and do not form part of our licenses. + . + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + . + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + . + ======================================================================= + . + Creative Commons Attribution-ShareAlike 4.0 International Public + License + . + By exercising the Licensed Rights (defined below), You accept and agree + to be bound by the terms and conditions of this Creative Commons + Attribution-ShareAlike 4.0 International Public License ("Public + License"). To the extent this Public License may be interpreted as a + contract, You are granted the Licensed Rights in consideration of Your + acceptance of these terms and conditions, and the Licensor grants You + such rights in consideration of benefits the Licensor receives from + making the Licensed Material available under these terms and + conditions. + . + . + Section 1 -- Definitions. + . + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + . + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + . + c. BY-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + . + d. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + . + e. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + . + f. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + . + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution and ShareAlike. + . + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + . + i. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + . + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + . + k. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + . + l. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + . + m. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + . + . + Section 2 -- Scope. + . + a. License grant. + . + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + . + a. reproduce and Share the Licensed Material, in whole or + in part; and + . + b. produce, reproduce, and Share Adapted Material. + . + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + . + 3. Term. The term of this Public License is specified in Section + 6(a). + . + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + . + 5. Downstream recipients. + . + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + . + b. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + . + c. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + . + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + . + b. Other rights. + . + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + . + 2. Patent and trademark rights are not licensed under this + Public License. + . + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + . + . + Section 3 -- License Conditions. + . + Your exercise of the Licensed Rights is expressly made subject to the + following conditions. + . + a. Attribution. + . + 1. If You Share the Licensed Material (including in modified + form), You must: + . + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + . + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + . + ii. a copyright notice; + . + iii. a notice that refers to this Public License; + . + iv. a notice that refers to the disclaimer of + warranties; + . + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + . + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + . + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + . + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + . + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + . + b. ShareAlike. + . + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + . + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-SA Compatible License. + . + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + . + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + . + . + Section 4 -- Sui Generis Database Rights. + . + Where the Licensed Rights include Sui Generis Database Rights that + apply to Your use of the Licensed Material: + . + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + . + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material, + . + including for purposes of Section 3(b); and + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + . + For the avoidance of doubt, this Section 4 supplements and does not + replace Your obligations under this Public License where the Licensed + Rights include other Copyright and Similar Rights. + . + . + Section 5 -- Disclaimer of Warranties and Limitation of Liability. + . + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + . + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + . + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + . + . + Section 6 -- Term and Termination. + . + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + . + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + . + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + . + 2. upon express reinstatement by the Licensor. + . + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + . + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + . + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + . + . + Section 7 -- Other Terms and Conditions. + . + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + . + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + . + . + Section 8 -- Interpretation. + . + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + . + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + . + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + . + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + . + . + ======================================================================= + . + Creative Commons is not a party to its public licenses. + Notwithstanding, Creative Commons may elect to apply one of its public + licenses to material it publishes and in those instances will be + considered the "Licensor." Except for the limited purpose of indicating + that material is shared under a Creative Commons public license or as + otherwise permitted by the Creative Commons policies published at + creativecommons.org/policies, Creative Commons does not authorize the + use of the trademark "Creative Commons" or any other trademark or logo + of Creative Commons without its prior written consent including, + without limitation, in connection with any unauthorized modifications + to any of its public licenses or any other arrangements, + understandings, or agreements concerning use of licensed material. For + the avoidance of doubt, this paragraph does not form part of the public + licenses. + . + Creative Commons may be contacted at creativecommons.org. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. + +License: GPL-2+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. If not, write to + the Free Software Foundation, 51 Franklin Street, Fifth Floor + Boston, MA 02110-1301, USA. +Comment: + On Debian systems, the complete text of the GNU General Public + License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . +Comment: + On Debian systems, the complete text of the GNU General Public + License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: LGPL-2.1 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public version 2.1 as + published by the Free Software Foundation. +Comment: + On Debian systems, the complete text of the GNU Lesser General Public + License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: LGPL-3+ + This library is free software: you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see + . + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in + "/usr/share/common-licenses/LGPL-3". + +License: MIT + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, + provided that the above copyright notice appear in all copies and that + both that copyright notice and this permission notice appear in + supporting documentation. + . + This file is provided AS IS with no warranties of any kind. The author + shall have no liability with respect to the infringement of copyrights, + trade secrets or any patents by this file or any part thereof. In no + event will the author be liable for any lost revenue or profits or + other special, indirect and consequential damages. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..a0d0888 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,14 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/latest +upstream-vcs-tag = GIMP_%(version%.%_)s + +[buildpackage] +sign-tags = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit + +[pq] +patch-numbers = False diff --git a/debian/gimp-data.install b/debian/gimp-data.install new file mode 100644 index 0000000..9e14ce9 --- /dev/null +++ b/debian/gimp-data.install @@ -0,0 +1,12 @@ +# The following line is prefixed as the source contains an etc/ dir, and +# dh_install will prefer to install its entire contents, instead of the +# installed debian/tmp/etc directory. Prefixing it works around this. +debian/tmp/etc/ +usr/share/gimp/ +usr/share/icons/ +usr/share/locale/*/LC_MESSAGES/gimp??.mo +usr/share/locale/*/LC_MESSAGES/gimp??-std-plug-ins.mo +usr/share/locale/*/LC_MESSAGES/gimp??-script-fu.mo +usr/share/locale/*/LC_MESSAGES/gimp??-python.mo +usr/share/man/man5/gimprc.5 +usr/share/man/man5/gimprc-?.??.5 diff --git a/debian/gimp-data.maintscript b/debian/gimp-data.maintscript new file mode 100644 index 0000000..9c5fd74 --- /dev/null +++ b/debian/gimp-data.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/gimp/2.0/ps-menurc 2.8.10-1 diff --git a/debian/gimp.docs b/debian/gimp.docs new file mode 100644 index 0000000..a7a7e54 --- /dev/null +++ b/debian/gimp.docs @@ -0,0 +1,5 @@ +NEWS.pre-2-10 +NEWS +README +debian/README.MIDI +docs/Wilber* diff --git a/debian/gimp.install b/debian/gimp.install new file mode 100644 index 0000000..9fe191c --- /dev/null +++ b/debian/gimp.install @@ -0,0 +1,136 @@ +usr/bin/gimp +usr/bin/gimp-?.?? +usr/bin/gimp-console +usr/bin/gimp-console-?.?? +usr/bin/gimp-test-clipboard-?.? +usr/lib/gimp/gimp-debug-tool-?.? +usr/lib/gimp/2.0/environ/ +usr/lib/gimp/2.0/modules/ +usr/lib/gimp/2.0/interpreters/ +usr/share/applications +usr/share/man/man1/gimp.1 +usr/share/man/man1/gimp-?.??.1 +usr/share/man/man1/gimp-console.1 +usr/share/man/man1/gimp-console-?.??.1 +usr/share/metainfo +usr/lib/gimp/2.0/plug-ins/align-layers +usr/lib/gimp/2.0/plug-ins/animation-optimize +usr/lib/gimp/2.0/plug-ins/animation-play +usr/lib/gimp/2.0/plug-ins/blinds +usr/lib/gimp/2.0/plug-ins/blur +usr/lib/gimp/2.0/plug-ins/border-average +usr/lib/gimp/2.0/plug-ins/busy-dialog +usr/lib/gimp/2.0/plug-ins/cartoon +usr/lib/gimp/2.0/plug-ins/checkerboard +usr/lib/gimp/2.0/plug-ins/cml-explorer +usr/lib/gimp/2.0/plug-ins/color-cube-analyze +usr/lib/gimp/2.0/plug-ins/color-enhance +usr/lib/gimp/2.0/plug-ins/colorify +usr/lib/gimp/2.0/plug-ins/colormap-remap +usr/lib/gimp/2.0/plug-ins/compose +usr/lib/gimp/2.0/plug-ins/contrast-retinex +usr/lib/gimp/2.0/plug-ins/crop-zealous +usr/lib/gimp/2.0/plug-ins/curve-bend +usr/lib/gimp/2.0/plug-ins/decompose +usr/lib/gimp/2.0/plug-ins/depth-merge +usr/lib/gimp/2.0/plug-ins/despeckle +usr/lib/gimp/2.0/plug-ins/destripe +usr/lib/gimp/2.0/plug-ins/edge-dog +usr/lib/gimp/2.0/plug-ins/emboss +usr/lib/gimp/2.0/plug-ins/file-aa +usr/lib/gimp/2.0/plug-ins/file-bmp +usr/lib/gimp/2.0/plug-ins/file-cel +usr/lib/gimp/2.0/plug-ins/file-compressor +usr/lib/gimp/2.0/plug-ins/file-csource +usr/lib/gimp/2.0/plug-ins/file-darktable +usr/lib/gimp/2.0/plug-ins/file-dds +usr/lib/gimp/2.0/plug-ins/file-desktop-link +usr/lib/gimp/2.0/plug-ins/file-dicom +usr/lib/gimp/2.0/plug-ins/file-exr +usr/lib/gimp/2.0/plug-ins/file-faxg3 +usr/lib/gimp/2.0/plug-ins/file-fits +usr/lib/gimp/2.0/plug-ins/file-fli +usr/lib/gimp/2.0/plug-ins/file-gbr +usr/lib/gimp/2.0/plug-ins/file-gegl +usr/lib/gimp/2.0/plug-ins/file-gif-load +usr/lib/gimp/2.0/plug-ins/file-gif-save +usr/lib/gimp/2.0/plug-ins/file-gih +usr/lib/gimp/2.0/plug-ins/file-glob +usr/lib/gimp/2.0/plug-ins/file-header +usr/lib/gimp/2.0/plug-ins/file-heif +usr/lib/gimp/2.0/plug-ins/file-html-table +usr/lib/gimp/2.0/plug-ins/file-ico +usr/lib/gimp/2.0/plug-ins/file-jp2-load +usr/lib/gimp/2.0/plug-ins/file-jpeg +usr/lib/gimp/2.0/plug-ins/file-jpegxl +usr/lib/gimp/2.0/plug-ins/file-mng +usr/lib/gimp/2.0/plug-ins/file-pat +usr/lib/gimp/2.0/plug-ins/file-pcx +usr/lib/gimp/2.0/plug-ins/file-pdf-load +usr/lib/gimp/2.0/plug-ins/file-pdf-save +usr/lib/gimp/2.0/plug-ins/file-pix +usr/lib/gimp/2.0/plug-ins/file-png +usr/lib/gimp/2.0/plug-ins/file-pnm +usr/lib/gimp/2.0/plug-ins/file-ps +usr/lib/gimp/2.0/plug-ins/file-psd +usr/lib/gimp/2.0/plug-ins/file-psp +usr/lib/gimp/2.0/plug-ins/file-raw-data +usr/lib/gimp/2.0/plug-ins/file-raw-placeholder +usr/lib/gimp/2.0/plug-ins/file-rawtherapee +usr/lib/gimp/2.0/plug-ins/file-sgi +usr/lib/gimp/2.0/plug-ins/file-sunras +usr/lib/gimp/2.0/plug-ins/file-svg +usr/lib/gimp/2.0/plug-ins/file-tga +usr/lib/gimp/2.0/plug-ins/file-tiff +usr/lib/gimp/2.0/plug-ins/file-webp +usr/lib/gimp/2.0/plug-ins/file-wmf +usr/lib/gimp/2.0/plug-ins/file-xbm +usr/lib/gimp/2.0/plug-ins/file-xmc +usr/lib/gimp/2.0/plug-ins/file-xpm +usr/lib/gimp/2.0/plug-ins/file-xwd +usr/lib/gimp/2.0/plug-ins/film +usr/lib/gimp/2.0/plug-ins/filter-pack +usr/lib/gimp/2.0/plug-ins/flame +usr/lib/gimp/2.0/plug-ins/fractal-explorer +usr/lib/gimp/2.0/plug-ins/fractal-trace +usr/lib/gimp/2.0/plug-ins/gfig +usr/lib/gimp/2.0/plug-ins/gimpressionist +usr/lib/gimp/2.0/plug-ins/goat-exercise +usr/lib/gimp/2.0/plug-ins/gradient-flare +usr/lib/gimp/2.0/plug-ins/gradient-map +usr/lib/gimp/2.0/plug-ins/grid +usr/lib/gimp/2.0/plug-ins/guillotine +usr/lib/gimp/2.0/plug-ins/help +usr/lib/gimp/2.0/plug-ins/hot +usr/lib/gimp/2.0/plug-ins/ifs-compose +usr/lib/gimp/2.0/plug-ins/imagemap +usr/lib/gimp/2.0/plug-ins/jigsaw +usr/lib/gimp/2.0/plug-ins/lighting +usr/lib/gimp/2.0/plug-ins/mail +usr/lib/gimp/2.0/plug-ins/map-object +usr/lib/gimp/2.0/plug-ins/max-rgb +usr/lib/gimp/2.0/plug-ins/metadata-editor +usr/lib/gimp/2.0/plug-ins/metadata-viewer +usr/lib/gimp/2.0/plug-ins/nl-filter +usr/lib/gimp/2.0/plug-ins/pagecurl +usr/lib/gimp/2.0/plug-ins/photocopy +usr/lib/gimp/2.0/plug-ins/plugin-browser +usr/lib/gimp/2.0/plug-ins/print +usr/lib/gimp/2.0/plug-ins/procedure-browser +usr/lib/gimp/2.0/plug-ins/qbist +usr/lib/gimp/2.0/plug-ins/sample-colorize +usr/lib/gimp/2.0/plug-ins/screenshot +usr/lib/gimp/2.0/plug-ins/script-fu +usr/lib/gimp/2.0/plug-ins/selection-to-path +usr/lib/gimp/2.0/plug-ins/sharpen +usr/lib/gimp/2.0/plug-ins/smooth-palette +usr/lib/gimp/2.0/plug-ins/softglow +usr/lib/gimp/2.0/plug-ins/sparkle +usr/lib/gimp/2.0/plug-ins/sphere-designer +usr/lib/gimp/2.0/plug-ins/tile +usr/lib/gimp/2.0/plug-ins/tile-small +usr/lib/gimp/2.0/plug-ins/unit-editor +usr/lib/gimp/2.0/plug-ins/van-gogh-lic +usr/lib/gimp/2.0/plug-ins/warp +usr/lib/gimp/2.0/plug-ins/wavelet-decompose +usr/lib/gimp/2.0/plug-ins/web-browser diff --git a/debian/libgimp2.0-dev.install b/debian/libgimp2.0-dev.install new file mode 100644 index 0000000..89ebf79 --- /dev/null +++ b/debian/libgimp2.0-dev.install @@ -0,0 +1,6 @@ +usr/lib/*.so usr/lib/${DEB_HOST_MULTIARCH} +usr/lib/pkgconfig/*.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig +usr/share/man/man1/gimptool-?.?.1 +usr/share/aclocal/gimp-?.?.m4 +usr/include/ +usr/bin/gimptool-?.? diff --git a/debian/libgimp2.0-dev.preinst b/debian/libgimp2.0-dev.preinst new file mode 100644 index 0000000..fc9735d --- /dev/null +++ b/debian/libgimp2.0-dev.preinst @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +ver=2.0 +prio=50 + +if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then + update-alternatives --remove gimptool /usr/bin/gimptool-2.0 +fi + +#DEBHELPER# diff --git a/debian/libgimp2.0-doc.install b/debian/libgimp2.0-doc.install new file mode 100644 index 0000000..6c2a3aa --- /dev/null +++ b/debian/libgimp2.0-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html diff --git a/debian/libgimp2.0.install b/debian/libgimp2.0.install new file mode 100644 index 0000000..f9ea5a8 --- /dev/null +++ b/debian/libgimp2.0.install @@ -0,0 +1,2 @@ +usr/lib/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH} +usr/share/locale/*/LC_MESSAGES/*-libgimp.mo diff --git a/debian/libgimp2.0.symbols b/debian/libgimp2.0.symbols new file mode 100644 index 0000000..ab28066 --- /dev/null +++ b/debian/libgimp2.0.symbols @@ -0,0 +1,2128 @@ +libgimp-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + _gimp_tile_backend_plugin_get_type@Base 2.10.0 + _gimp_tile_backend_plugin_new@Base 2.10.0 + _writechannel@Base 2.4.0 + gimp_airbrush@Base 2.4.0 + gimp_airbrush_default@Base 2.4.0 + gimp_attach_new_parasite@Base 2.4.0 + gimp_attach_parasite@Base 2.8.0 + gimp_brightness_contrast@Base 2.4.0 + gimp_brush_application_mode_get_type@Base 2.4.0 + gimp_brush_delete@Base 2.4.0 + gimp_brush_duplicate@Base 2.4.0 + gimp_brush_get_angle@Base 2.4.0 + gimp_brush_get_aspect_ratio@Base 2.4.0 + gimp_brush_get_hardness@Base 2.4.0 + gimp_brush_get_info@Base 2.4.0 + gimp_brush_get_pixels@Base 2.4.0 + gimp_brush_get_radius@Base 2.4.0 + gimp_brush_get_shape@Base 2.4.0 + gimp_brush_get_spacing@Base 2.4.0 + gimp_brush_get_spikes@Base 2.4.0 + gimp_brush_is_editable@Base 2.4.0 + gimp_brush_is_generated@Base 2.4.0 + gimp_brush_new@Base 2.4.0 + gimp_brush_rename@Base 2.4.0 + gimp_brush_select_destroy@Base 2.4.0 + gimp_brush_select_new@Base 2.4.0 + gimp_brush_set_angle@Base 2.4.0 + gimp_brush_set_aspect_ratio@Base 2.4.0 + gimp_brush_set_hardness@Base 2.4.0 + gimp_brush_set_radius@Base 2.4.0 + gimp_brush_set_shape@Base 2.4.0 + gimp_brush_set_spacing@Base 2.4.0 + gimp_brush_set_spikes@Base 2.4.0 + gimp_brushes_close_popup@Base 2.4.0 + gimp_brushes_get_brush@Base 2.4.0 + gimp_brushes_get_brush_data@Base 2.4.0 + gimp_brushes_get_list@Base 2.4.0 + gimp_brushes_get_opacity@Base 2.4.0 + gimp_brushes_get_paint_mode@Base 2.4.0 + gimp_brushes_get_spacing@Base 2.4.0 + gimp_brushes_popup@Base 2.4.0 + gimp_brushes_refresh@Base 2.4.0 + gimp_brushes_set_brush@Base 2.4.0 + gimp_brushes_set_opacity@Base 2.4.0 + gimp_brushes_set_paint_mode@Base 2.4.0 + gimp_brushes_set_popup@Base 2.4.0 + gimp_brushes_set_spacing@Base 2.4.0 + gimp_buffer_delete@Base 2.4.0 + gimp_buffer_get_bytes@Base 2.4.0 + gimp_buffer_get_height@Base 2.4.0 + gimp_buffer_get_image_type@Base 2.4.0 + gimp_buffer_get_width@Base 2.4.0 + gimp_buffer_rename@Base 2.4.0 + gimp_buffers_get_list@Base 2.4.0 + gimp_by_color_select@Base 2.4.0 + gimp_by_color_select_full@Base 2.4.0 + gimp_channel_combine_masks@Base 2.4.0 + gimp_channel_copy@Base 2.4.0 + gimp_channel_get_color@Base 2.4.0 + gimp_channel_get_opacity@Base 2.4.0 + gimp_channel_get_show_masked@Base 2.4.0 + gimp_channel_new@Base 2.4.0 + gimp_channel_new_from_component@Base 2.4.0 + gimp_channel_set_color@Base 2.4.0 + gimp_channel_set_opacity@Base 2.4.0 + gimp_channel_set_show_masked@Base 2.4.0 + gimp_check_size@Base 2.4.0 + gimp_check_type@Base 2.4.0 + gimp_clone@Base 2.4.0 + gimp_clone_default@Base 2.4.0 + gimp_color_balance@Base 2.4.0 + gimp_colorize@Base 2.4.0 + gimp_context_get_antialias@Base 2.8.0 + gimp_context_get_background@Base 2.4.0 + gimp_context_get_brush@Base 2.4.0 + gimp_context_get_brush_angle@Base 2.8.0 + gimp_context_get_brush_aspect_ratio@Base 2.8.0 + gimp_context_get_brush_force@Base 2.10.0 + gimp_context_get_brush_hardness@Base 2.10.0 + gimp_context_get_brush_size@Base 2.8.0 + gimp_context_get_brush_spacing@Base 2.10.0 + gimp_context_get_diagonal_neighbors@Base 2.10.0 + gimp_context_get_distance_metric@Base 2.10.0 + gimp_context_get_dynamics@Base 2.8.0 + gimp_context_get_feather@Base 2.8.0 + gimp_context_get_feather_radius@Base 2.8.0 + gimp_context_get_font@Base 2.4.0 + gimp_context_get_foreground@Base 2.4.0 + gimp_context_get_gradient@Base 2.4.0 + gimp_context_get_gradient_blend_color_space@Base 2.10.0~RC2 + gimp_context_get_gradient_repeat_mode@Base 2.10.0~RC2 + gimp_context_get_gradient_reverse@Base 2.10.0~RC2 + gimp_context_get_ink_angle@Base 2.8.0 + gimp_context_get_ink_blob_angle@Base 2.8.0 + gimp_context_get_ink_blob_aspect_ratio@Base 2.8.0 + gimp_context_get_ink_blob_type@Base 2.8.0 + gimp_context_get_ink_size@Base 2.8.0 + gimp_context_get_ink_size_sensitivity@Base 2.8.0 + gimp_context_get_ink_speed_sensitivity@Base 2.8.0 + gimp_context_get_ink_tilt_sensitivity@Base 2.8.0 + gimp_context_get_interpolation@Base 2.8.0 + gimp_context_get_line_cap_style@Base 2.10.0 + gimp_context_get_line_dash_offset@Base 2.10.0 + gimp_context_get_line_dash_pattern@Base 2.10.0 + gimp_context_get_line_join_style@Base 2.10.0 + gimp_context_get_line_miter_limit@Base 2.10.0 + gimp_context_get_line_width@Base 2.10.0 + gimp_context_get_line_width_unit@Base 2.10.0 + gimp_context_get_mypaint_brush@Base 2.10.0 + gimp_context_get_opacity@Base 2.4.0 + gimp_context_get_paint_method@Base 2.4.0 + gimp_context_get_paint_mode@Base 2.4.0 + gimp_context_get_palette@Base 2.4.0 + gimp_context_get_pattern@Base 2.4.0 + gimp_context_get_sample_criterion@Base 2.8.0 + gimp_context_get_sample_merged@Base 2.8.0 + gimp_context_get_sample_threshold@Base 2.8.0 + gimp_context_get_sample_threshold_int@Base 2.8.0 + gimp_context_get_sample_transparent@Base 2.8.0 + gimp_context_get_stroke_method@Base 2.10.0 + gimp_context_get_transform_direction@Base 2.8.0 + gimp_context_get_transform_recursion@Base 2.8.0 + gimp_context_get_transform_resize@Base 2.8.0 + gimp_context_list_paint_methods@Base 2.4.0 + gimp_context_pop@Base 2.4.0 + gimp_context_push@Base 2.4.0 + gimp_context_set_antialias@Base 2.8.0 + gimp_context_set_background@Base 2.4.0 + gimp_context_set_brush@Base 2.4.0 + gimp_context_set_brush_angle@Base 2.8.0 + gimp_context_set_brush_aspect_ratio@Base 2.8.0 + gimp_context_set_brush_default_hardness@Base 2.10.0 + gimp_context_set_brush_default_size@Base 2.8.0 + gimp_context_set_brush_default_spacing@Base 2.10.0 + gimp_context_set_brush_force@Base 2.10.0 + gimp_context_set_brush_hardness@Base 2.10.0 + gimp_context_set_brush_size@Base 2.8.0 + gimp_context_set_brush_spacing@Base 2.10.0 + gimp_context_set_default_colors@Base 2.4.0 + gimp_context_set_defaults@Base 2.8.0 + gimp_context_set_diagonal_neighbors@Base 2.10.0 + gimp_context_set_distance_metric@Base 2.10.0 + gimp_context_set_dynamics@Base 2.8.0 + gimp_context_set_feather@Base 2.8.0 + gimp_context_set_feather_radius@Base 2.8.0 + gimp_context_set_font@Base 2.4.0 + gimp_context_set_foreground@Base 2.4.0 + gimp_context_set_gradient@Base 2.4.0 + gimp_context_set_gradient_blend_color_space@Base 2.10.0~RC2 + gimp_context_set_gradient_fg_bg_hsv_ccw@Base 2.10.0~RC2 + gimp_context_set_gradient_fg_bg_hsv_cw@Base 2.10.0~RC2 + gimp_context_set_gradient_fg_bg_rgb@Base 2.10.0~RC2 + gimp_context_set_gradient_fg_transparent@Base 2.10.0~RC2 + gimp_context_set_gradient_repeat_mode@Base 2.10.0~RC2 + gimp_context_set_gradient_reverse@Base 2.10.0~RC2 + gimp_context_set_ink_angle@Base 2.8.0 + gimp_context_set_ink_blob_angle@Base 2.8.0 + gimp_context_set_ink_blob_aspect_ratio@Base 2.8.0 + gimp_context_set_ink_blob_type@Base 2.8.0 + gimp_context_set_ink_size@Base 2.8.0 + gimp_context_set_ink_size_sensitivity@Base 2.8.0 + gimp_context_set_ink_speed_sensitivity@Base 2.8.0 + gimp_context_set_ink_tilt_sensitivity@Base 2.8.0 + gimp_context_set_interpolation@Base 2.8.0 + gimp_context_set_line_cap_style@Base 2.10.0 + gimp_context_set_line_dash_offset@Base 2.10.0 + gimp_context_set_line_dash_pattern@Base 2.10.0 + gimp_context_set_line_join_style@Base 2.10.0 + gimp_context_set_line_miter_limit@Base 2.10.0 + gimp_context_set_line_width@Base 2.10.0 + gimp_context_set_line_width_unit@Base 2.10.0 + gimp_context_set_mypaint_brush@Base 2.10.0 + gimp_context_set_opacity@Base 2.4.0 + gimp_context_set_paint_method@Base 2.4.0 + gimp_context_set_paint_mode@Base 2.4.0 + gimp_context_set_palette@Base 2.4.0 + gimp_context_set_pattern@Base 2.4.0 + gimp_context_set_sample_criterion@Base 2.8.0 + gimp_context_set_sample_merged@Base 2.8.0 + gimp_context_set_sample_threshold@Base 2.8.0 + gimp_context_set_sample_threshold_int@Base 2.8.0 + gimp_context_set_sample_transparent@Base 2.8.0 + gimp_context_set_stroke_method@Base 2.10.0 + gimp_context_set_transform_direction@Base 2.8.0 + gimp_context_set_transform_recursion@Base 2.8.0 + gimp_context_set_transform_resize@Base 2.8.0 + gimp_context_swap_colors@Base 2.4.0 + gimp_convert_dither_type_get_type@Base 2.4.0 + gimp_convolve@Base 2.4.0 + gimp_convolve_default@Base 2.4.0 + gimp_curves_explicit@Base 2.4.0 + gimp_curves_spline@Base 2.4.0 + gimp_debug_timer_end@Base 2.10.0 + gimp_debug_timer_start@Base 2.10.0 + gimp_default_display@Base 2.4.0 + gimp_desaturate@Base 2.4.0 + gimp_desaturate_full@Base 2.4.0 + gimp_destroy_paramdefs@Base 2.4.0 + gimp_destroy_params@Base 2.4.0 + gimp_detach_parasite@Base 2.8.0 + gimp_display_delete@Base 2.4.0 + gimp_display_get_window_handle@Base 2.4.0 + gimp_display_is_valid@Base 2.4.0 + gimp_display_name@Base 2.4.0 + gimp_display_new@Base 2.4.0 + gimp_displays_flush@Base 2.4.0 + gimp_displays_reconnect@Base 2.4.0 + gimp_dodgeburn@Base 2.4.0 + gimp_dodgeburn_default@Base 2.4.0 + gimp_drawable_attach_new_parasite@Base 2.4.0 + gimp_drawable_bpp@Base 2.4.0 + gimp_drawable_brightness_contrast@Base 2.10.0 + gimp_drawable_color_balance@Base 2.10.0 + gimp_drawable_colorize_hsl@Base 2.10.0 + gimp_drawable_curves_explicit@Base 2.10.0 + gimp_drawable_curves_spline@Base 2.10.0 + gimp_drawable_delete@Base 2.4.0 + gimp_drawable_desaturate@Base 2.10.0 + gimp_drawable_detach@Base 2.4.0 + gimp_drawable_edit_bucket_fill@Base 2.10.0~RC2 + gimp_drawable_edit_clear@Base 2.10.0~RC2 + gimp_drawable_edit_fill@Base 2.10.0~RC2 + gimp_drawable_edit_gradient_fill@Base 2.10.0~RC2 + gimp_drawable_edit_stroke_item@Base 2.10.0~RC2 + gimp_drawable_edit_stroke_selection@Base 2.10.0~RC2 + gimp_drawable_equalize@Base 2.10.0 + gimp_drawable_extract_component@Base 2.10.34 + gimp_drawable_fill@Base 2.4.0 + gimp_drawable_flush@Base 2.4.0 + gimp_drawable_foreground_extract@Base 2.4.0 + gimp_drawable_free_shadow@Base 2.6.0 + gimp_drawable_get@Base 2.4.0 + gimp_drawable_get_buffer@Base 2.10.0 + gimp_drawable_get_color_uchar@Base 2.4.0 + gimp_drawable_get_format@Base 2.10.0 + gimp_drawable_get_image@Base 2.4.0 + gimp_drawable_get_linked@Base 2.4.0 + gimp_drawable_get_name@Base 2.4.0 + gimp_drawable_get_pixel@Base 2.4.0 + gimp_drawable_get_shadow_buffer@Base 2.10.0 + gimp_drawable_get_sub_thumbnail@Base 2.4.0 + gimp_drawable_get_sub_thumbnail_data@Base 2.4.0 + gimp_drawable_get_tattoo@Base 2.4.0 + gimp_drawable_get_thumbnail@Base 2.4.0 + gimp_drawable_get_thumbnail_data@Base 2.4.0 + gimp_drawable_get_thumbnail_format@Base 2.10.14 + gimp_drawable_get_tile2@Base 2.4.0 + gimp_drawable_get_tile@Base 2.4.0 + gimp_drawable_get_visible@Base 2.4.0 + gimp_drawable_has_alpha@Base 2.4.0 + gimp_drawable_height@Base 2.4.0 + gimp_drawable_histogram@Base 2.10.0 + gimp_drawable_hue_saturation@Base 2.10.0 + gimp_drawable_invert@Base 2.10.0 + gimp_drawable_is_channel@Base 2.4.0 + gimp_drawable_is_gray@Base 2.4.0 + gimp_drawable_is_indexed@Base 2.4.0 + gimp_drawable_is_layer@Base 2.4.0 + gimp_drawable_is_layer_mask@Base 2.4.0 + gimp_drawable_is_rgb@Base 2.4.0 + gimp_drawable_is_text_layer@Base 2.6.0 + gimp_drawable_is_valid@Base 2.4.0 + gimp_drawable_levels@Base 2.10.0 + gimp_drawable_levels_stretch@Base 2.10.0 + gimp_drawable_mask_bounds@Base 2.4.0 + gimp_drawable_mask_intersect@Base 2.4.0 + gimp_drawable_merge_shadow@Base 2.4.0 + gimp_drawable_offset@Base 2.4.0 + gimp_drawable_offsets@Base 2.4.0 + gimp_drawable_parasite_attach@Base 2.4.0 + gimp_drawable_parasite_detach@Base 2.4.0 + gimp_drawable_parasite_find@Base 2.4.0 + gimp_drawable_parasite_list@Base 2.4.0 + gimp_drawable_posterize@Base 2.10.0 + gimp_drawable_set_image@Base 2.4.0 + gimp_drawable_set_linked@Base 2.4.0 + gimp_drawable_set_name@Base 2.4.0 + gimp_drawable_set_pixel@Base 2.4.0 + gimp_drawable_set_tattoo@Base 2.4.0 + gimp_drawable_set_visible@Base 2.4.0 + gimp_drawable_shadows_highlights@Base 2.10.34 + gimp_drawable_threshold@Base 2.10.0 + gimp_drawable_transform_2d@Base 2.4.0 + gimp_drawable_transform_2d_default@Base 2.4.0 + gimp_drawable_transform_flip@Base 2.4.0 + gimp_drawable_transform_flip_default@Base 2.4.0 + gimp_drawable_transform_flip_simple@Base 2.4.0 + gimp_drawable_transform_matrix@Base 2.4.0 + gimp_drawable_transform_matrix_default@Base 2.4.0 + gimp_drawable_transform_perspective@Base 2.4.0 + gimp_drawable_transform_perspective_default@Base 2.4.0 + gimp_drawable_transform_rotate@Base 2.4.0 + gimp_drawable_transform_rotate_default@Base 2.4.0 + gimp_drawable_transform_rotate_simple@Base 2.4.0 + gimp_drawable_transform_scale@Base 2.4.0 + gimp_drawable_transform_scale_default@Base 2.4.0 + gimp_drawable_transform_shear@Base 2.4.0 + gimp_drawable_transform_shear_default@Base 2.4.0 + gimp_drawable_type@Base 2.4.0 + gimp_drawable_type_with_alpha@Base 2.4.0 + gimp_drawable_update@Base 2.4.0 + gimp_drawable_width@Base 2.4.0 + gimp_dynamics_get_list@Base 2.8.0 + gimp_dynamics_refresh@Base 2.8.0 + gimp_edit_blend@Base 2.4.0 + gimp_edit_bucket_fill@Base 2.4.0 + gimp_edit_bucket_fill_full@Base 2.4.0 + gimp_edit_clear@Base 2.4.0 + gimp_edit_copy@Base 2.4.0 + gimp_edit_copy_visible@Base 2.4.0 + gimp_edit_cut@Base 2.4.0 + gimp_edit_fill@Base 2.4.0 + gimp_edit_named_copy@Base 2.4.0 + gimp_edit_named_copy_visible@Base 2.4.0 + gimp_edit_named_cut@Base 2.4.0 + gimp_edit_named_paste@Base 2.4.0 + gimp_edit_named_paste_as_new@Base 2.4.0 + gimp_edit_named_paste_as_new_image@Base 2.10.0 + gimp_edit_paste@Base 2.4.0 + gimp_edit_paste_as_new@Base 2.4.0 + gimp_edit_paste_as_new_image@Base 2.10.0 + gimp_edit_stroke@Base 2.4.0 + gimp_edit_stroke_vectors@Base 2.4.0 + gimp_ellipse_select@Base 2.4.0 + gimp_enums_get_type_names@Base 2.4.0 + gimp_enums_init@Base 2.4.0 + gimp_equalize@Base 2.4.0 + gimp_eraser@Base 2.4.0 + gimp_eraser_default@Base 2.4.0 + gimp_export_color_profile@Base 2.10.6 + gimp_export_exif@Base 2.10.0 + gimp_export_iptc@Base 2.10.0 + gimp_export_xmp@Base 2.10.0 + gimp_extension_ack@Base 2.4.0 + gimp_extension_enable@Base 2.4.0 + gimp_extension_process@Base 2.4.0 + gimp_file_load@Base 2.4.0 + gimp_file_load_layer@Base 2.4.0 + gimp_file_load_layers@Base 2.4.0 + gimp_file_save@Base 2.4.0 + gimp_file_save_thumbnail@Base 2.4.0 + gimp_flip@Base 2.4.0 + gimp_floating_sel_anchor@Base 2.4.0 + gimp_floating_sel_attach@Base 2.4.0 + gimp_floating_sel_relax@Base 2.4.0 + gimp_floating_sel_remove@Base 2.4.0 + gimp_floating_sel_rigor@Base 2.4.0 + gimp_floating_sel_to_layer@Base 2.4.0 + gimp_font_select_destroy@Base 2.4.0 + gimp_font_select_new@Base 2.4.0 + gimp_fonts_close_popup@Base 2.4.0 + gimp_fonts_get_list@Base 2.4.0 + gimp_fonts_popup@Base 2.4.0 + gimp_fonts_refresh@Base 2.4.0 + gimp_fonts_set_popup@Base 2.4.0 + gimp_free_select@Base 2.4.0 + gimp_fuzzy_select@Base 2.4.0 + gimp_fuzzy_select_full@Base 2.4.0 + gimp_gamma@Base 2.4.0 + gimp_get_color_configuration@Base 2.4.0 + gimp_get_default_comment@Base 2.4.0 + gimp_get_default_unit@Base 2.4.0 + gimp_get_icon_theme_dir@Base 2.10.0 + gimp_get_module_load_inhibit@Base 2.4.0 + gimp_get_monitor_resolution@Base 2.4.0 + gimp_get_parasite@Base 2.8.0 + gimp_get_parasite_list@Base 2.8.0 + gimp_get_path_by_tattoo@Base 2.4.0 + gimp_get_pdb_error@Base 2.6.0 + gimp_get_pdb_status@Base 2.10.0 + gimp_get_progname@Base 2.4.0 + gimp_get_theme_dir@Base 2.4.0 + gimp_getpid@Base 2.4.0 + gimp_gimprc_query@Base 2.4.0 + gimp_gimprc_set@Base 2.4.0 + gimp_gradient_delete@Base 2.4.0 + gimp_gradient_duplicate@Base 2.4.0 + gimp_gradient_get_custom_samples@Base 2.4.0 + gimp_gradient_get_number_of_segments@Base 2.6.0 + gimp_gradient_get_uniform_samples@Base 2.4.0 + gimp_gradient_is_editable@Base 2.4.0 + gimp_gradient_new@Base 2.4.0 + gimp_gradient_rename@Base 2.4.0 + gimp_gradient_segment_get_blending_function@Base 2.4.0 + gimp_gradient_segment_get_coloring_type@Base 2.4.0 + gimp_gradient_segment_get_left_color@Base 2.4.0 + gimp_gradient_segment_get_left_pos@Base 2.4.0 + gimp_gradient_segment_get_middle_pos@Base 2.4.0 + gimp_gradient_segment_get_right_color@Base 2.4.0 + gimp_gradient_segment_get_right_pos@Base 2.4.0 + gimp_gradient_segment_range_blend_colors@Base 2.4.0 + gimp_gradient_segment_range_blend_opacity@Base 2.4.0 + gimp_gradient_segment_range_delete@Base 2.4.0 + gimp_gradient_segment_range_flip@Base 2.4.0 + gimp_gradient_segment_range_move@Base 2.4.0 + gimp_gradient_segment_range_redistribute_handles@Base 2.4.0 + gimp_gradient_segment_range_replicate@Base 2.4.0 + gimp_gradient_segment_range_set_blending_function@Base 2.4.0 + gimp_gradient_segment_range_set_coloring_type@Base 2.4.0 + gimp_gradient_segment_range_split_midpoint@Base 2.4.0 + gimp_gradient_segment_range_split_uniform@Base 2.4.0 + gimp_gradient_segment_set_left_color@Base 2.4.0 + gimp_gradient_segment_set_left_pos@Base 2.4.0 + gimp_gradient_segment_set_middle_pos@Base 2.4.0 + gimp_gradient_segment_set_right_color@Base 2.4.0 + gimp_gradient_segment_set_right_pos@Base 2.4.0 + gimp_gradient_select_destroy@Base 2.4.0 + gimp_gradient_select_new@Base 2.4.0 + gimp_gradients_close_popup@Base 2.4.0 + gimp_gradients_get_gradient@Base 2.4.0 + gimp_gradients_get_gradient_data@Base 2.4.0 + gimp_gradients_get_list@Base 2.4.0 + gimp_gradients_popup@Base 2.4.0 + gimp_gradients_refresh@Base 2.4.0 + gimp_gradients_sample_custom@Base 2.4.0 + gimp_gradients_sample_uniform@Base 2.4.0 + gimp_gradients_set_gradient@Base 2.4.0 + gimp_gradients_set_popup@Base 2.4.0 + gimp_heal@Base 2.4.0 + gimp_heal_default@Base 2.4.0 + gimp_help@Base 2.4.0 + gimp_histogram@Base 2.4.0 + gimp_histogram_channel_get_type@Base 2.4.0 + gimp_hue_saturation@Base 2.4.0 + gimp_icon_theme_dir@Base 2.10.6 + gimp_image_add_channel@Base 2.4.0 + gimp_image_add_hguide@Base 2.4.0 + gimp_image_add_layer@Base 2.4.0 + gimp_image_add_sample_point@Base 2.10.0 + gimp_image_add_vectors@Base 2.4.0 + gimp_image_add_vguide@Base 2.4.0 + gimp_image_attach_new_parasite@Base 2.4.0 + gimp_image_attach_parasite@Base 2.8.0 + gimp_image_base_type@Base 2.4.0 + gimp_image_clean_all@Base 2.4.0 + gimp_image_convert_color_profile@Base 2.10.0 + gimp_image_convert_color_profile_from_file@Base 2.10.0 + gimp_image_convert_grayscale@Base 2.4.0 + gimp_image_convert_indexed@Base 2.4.0 + gimp_image_convert_precision@Base 2.10.0 + gimp_image_convert_rgb@Base 2.4.0 + gimp_image_convert_set_dither_matrix@Base 2.4.0 + gimp_image_crop@Base 2.4.0 + gimp_image_delete@Base 2.4.0 + gimp_image_delete_guide@Base 2.4.0 + gimp_image_delete_sample_point@Base 2.10.0 + gimp_image_detach_parasite@Base 2.8.0 + gimp_image_duplicate@Base 2.4.0 + gimp_image_find_next_guide@Base 2.4.0 + gimp_image_find_next_sample_point@Base 2.10.0 + gimp_image_flatten@Base 2.4.0 + gimp_image_flip@Base 2.4.0 + gimp_image_floating_sel_attached_to@Base 2.4.0 + gimp_image_free_shadow@Base 2.4.0 + gimp_image_freeze_channels@Base 2.10.2 + gimp_image_freeze_layers@Base 2.10.2 + gimp_image_freeze_vectors@Base 2.10.2 + gimp_image_get_active_channel@Base 2.4.0 + gimp_image_get_active_drawable@Base 2.4.0 + gimp_image_get_active_layer@Base 2.4.0 + gimp_image_get_active_vectors@Base 2.4.0 + gimp_image_get_channel_by_name@Base 2.8.0 + gimp_image_get_channel_by_tattoo@Base 2.4.0 + gimp_image_get_channel_position@Base 2.4.0 + gimp_image_get_channels@Base 2.4.0 + gimp_image_get_cmap@Base 2.4.0 + gimp_image_get_color_profile@Base 2.10.0 + gimp_image_get_colormap@Base 2.4.0 + gimp_image_get_component_active@Base 2.4.0 + gimp_image_get_component_visible@Base 2.4.0 + gimp_image_get_default_new_layer_mode@Base 2.10.0 + gimp_image_get_effective_color_profile@Base 2.10.0 + gimp_image_get_exported_uri@Base 2.8.0 + gimp_image_get_filename@Base 2.4.0 + gimp_image_get_floating_sel@Base 2.4.0 + gimp_image_get_guide_orientation@Base 2.4.0 + gimp_image_get_guide_position@Base 2.4.0 + gimp_image_get_imported_uri@Base 2.8.0 + gimp_image_get_item_position@Base 2.8.0 + gimp_image_get_layer_by_name@Base 2.8.0 + gimp_image_get_layer_by_tattoo@Base 2.4.0 + gimp_image_get_layer_position@Base 2.4.0 + gimp_image_get_layers@Base 2.4.0 + gimp_image_get_metadata@Base 2.10.0 + gimp_image_get_name@Base 2.4.0 + gimp_image_get_parasite@Base 2.8.0 + gimp_image_get_parasite_list@Base 2.8.0 + gimp_image_get_precision@Base 2.10.0 + gimp_image_get_resolution@Base 2.4.0 + gimp_image_get_sample_point_position@Base 2.10.0 + gimp_image_get_selection@Base 2.4.0 + gimp_image_get_tattoo_state@Base 2.4.0 + gimp_image_get_thumbnail@Base 2.4.0 + gimp_image_get_thumbnail_data@Base 2.4.0 + gimp_image_get_unit@Base 2.4.0 + gimp_image_get_uri@Base 2.8.0 + gimp_image_get_vectors@Base 2.4.0 + gimp_image_get_vectors_by_name@Base 2.8.0 + gimp_image_get_vectors_by_tattoo@Base 2.6.0 + gimp_image_get_vectors_position@Base 2.4.0 + gimp_image_get_xcf_uri@Base 2.8.0 + gimp_image_grid_get_background_color@Base 2.4.0 + gimp_image_grid_get_foreground_color@Base 2.4.0 + gimp_image_grid_get_offset@Base 2.4.0 + gimp_image_grid_get_spacing@Base 2.4.0 + gimp_image_grid_get_style@Base 2.4.0 + gimp_image_grid_set_background_color@Base 2.4.0 + gimp_image_grid_set_foreground_color@Base 2.4.0 + gimp_image_grid_set_offset@Base 2.4.0 + gimp_image_grid_set_spacing@Base 2.4.0 + gimp_image_grid_set_style@Base 2.4.0 + gimp_image_height@Base 2.4.0 + gimp_image_insert_channel@Base 2.8.0 + gimp_image_insert_layer@Base 2.8.0 + gimp_image_insert_vectors@Base 2.8.0 + gimp_image_is_dirty@Base 2.4.0 + gimp_image_is_valid@Base 2.4.0 + gimp_image_list@Base 2.4.0 + gimp_image_lower_channel@Base 2.4.0 + gimp_image_lower_item@Base 2.8.0 + gimp_image_lower_item_to_bottom@Base 2.8.0 + gimp_image_lower_layer@Base 2.4.0 + gimp_image_lower_layer_to_bottom@Base 2.4.0 + gimp_image_lower_vectors@Base 2.4.0 + gimp_image_lower_vectors_to_bottom@Base 2.4.0 + gimp_image_merge_down@Base 2.4.0 + gimp_image_merge_layer_group@Base 2.10.14 + gimp_image_merge_visible_layers@Base 2.4.0 + gimp_image_new@Base 2.4.0 + gimp_image_new_with_precision@Base 2.10.0 + gimp_image_parasite_attach@Base 2.4.0 + gimp_image_parasite_detach@Base 2.4.0 + gimp_image_parasite_find@Base 2.4.0 + gimp_image_parasite_list@Base 2.4.0 + gimp_image_pick_color@Base 2.4.0 + gimp_image_pick_correlate_layer@Base 2.4.0 + gimp_image_raise_channel@Base 2.4.0 + gimp_image_raise_item@Base 2.8.0 + gimp_image_raise_item_to_top@Base 2.8.0 + gimp_image_raise_layer@Base 2.4.0 + gimp_image_raise_layer_to_top@Base 2.4.0 + gimp_image_raise_vectors@Base 2.4.0 + gimp_image_raise_vectors_to_top@Base 2.4.0 + gimp_image_remove_channel@Base 2.4.0 + gimp_image_remove_layer@Base 2.4.0 + gimp_image_remove_vectors@Base 2.4.0 + gimp_image_reorder_item@Base 2.8.0 + gimp_image_resize@Base 2.4.0 + gimp_image_resize_to_layers@Base 2.4.0 + gimp_image_rotate@Base 2.4.0 + gimp_image_scale@Base 2.4.0 + gimp_image_scale_full@Base 2.6.0 + gimp_image_select_color@Base 2.8.0 + gimp_image_select_contiguous_color@Base 2.8.0 + gimp_image_select_ellipse@Base 2.8.0 + gimp_image_select_item@Base 2.8.0 + gimp_image_select_polygon@Base 2.8.0 + gimp_image_select_rectangle@Base 2.8.0 + gimp_image_select_round_rectangle@Base 2.8.0 + gimp_image_set_active_channel@Base 2.4.0 + gimp_image_set_active_layer@Base 2.4.0 + gimp_image_set_active_vectors@Base 2.4.0 + gimp_image_set_cmap@Base 2.4.0 + gimp_image_set_color_profile@Base 2.10.0 + gimp_image_set_color_profile_from_file@Base 2.10.0 + gimp_image_set_colormap@Base 2.4.0 + gimp_image_set_component_active@Base 2.4.0 + gimp_image_set_component_visible@Base 2.4.0 + gimp_image_set_filename@Base 2.4.0 + gimp_image_set_metadata@Base 2.10.0 + gimp_image_set_resolution@Base 2.4.0 + gimp_image_set_tattoo_state@Base 2.4.0 + gimp_image_set_unit@Base 2.4.0 + gimp_image_thaw_channels@Base 2.10.2 + gimp_image_thaw_layers@Base 2.10.2 + gimp_image_thaw_vectors@Base 2.10.2 + gimp_image_undo_disable@Base 2.4.0 + gimp_image_undo_enable@Base 2.4.0 + gimp_image_undo_freeze@Base 2.4.0 + gimp_image_undo_group_end@Base 2.4.0 + gimp_image_undo_group_start@Base 2.4.0 + gimp_image_undo_is_enabled@Base 2.4.0 + gimp_image_undo_thaw@Base 2.4.0 + gimp_image_unset_active_channel@Base 2.4.0 + gimp_image_width@Base 2.4.0 + gimp_install_cmap@Base 2.4.0 + gimp_install_procedure@Base 2.4.0 + gimp_install_temp_proc@Base 2.4.0 + gimp_invert@Base 2.4.0 + gimp_item_attach_parasite@Base 2.8.0 + gimp_item_delete@Base 2.8.0 + gimp_item_detach_parasite@Base 2.8.0 + gimp_item_get_children@Base 2.8.0 + gimp_item_get_color_tag@Base 2.10.0 + gimp_item_get_expanded@Base 2.10.0 + gimp_item_get_image@Base 2.8.0 + gimp_item_get_linked@Base 2.8.0 + gimp_item_get_lock_content@Base 2.8.0 + gimp_item_get_lock_position@Base 2.10.0 + gimp_item_get_name@Base 2.8.0 + gimp_item_get_parasite@Base 2.8.0 + gimp_item_get_parasite_list@Base 2.8.0 + gimp_item_get_parent@Base 2.8.0 + gimp_item_get_tattoo@Base 2.8.0 + gimp_item_get_visible@Base 2.8.0 + gimp_item_is_channel@Base 2.8.0 + gimp_item_is_drawable@Base 2.8.0 + gimp_item_is_group@Base 2.8.0 + gimp_item_is_layer@Base 2.8.0 + gimp_item_is_layer_mask@Base 2.8.0 + gimp_item_is_selection@Base 2.8.0 + gimp_item_is_text_layer@Base 2.8.0 + gimp_item_is_valid@Base 2.8.0 + gimp_item_is_vectors@Base 2.8.0 + gimp_item_set_color_tag@Base 2.10.0 + gimp_item_set_expanded@Base 2.10.0 + gimp_item_set_linked@Base 2.8.0 + gimp_item_set_lock_content@Base 2.8.0 + gimp_item_set_lock_position@Base 2.10.0 + gimp_item_set_name@Base 2.8.0 + gimp_item_set_tattoo@Base 2.8.0 + gimp_item_set_visible@Base 2.8.0 + gimp_item_transform_2d@Base 2.8.0 + gimp_item_transform_flip@Base 2.8.0 + gimp_item_transform_flip_simple@Base 2.8.0 + gimp_item_transform_matrix@Base 2.8.0 + gimp_item_transform_perspective@Base 2.8.0 + gimp_item_transform_rotate@Base 2.8.0 + gimp_item_transform_rotate_simple@Base 2.8.0 + gimp_item_transform_scale@Base 2.8.0 + gimp_item_transform_shear@Base 2.8.0 + gimp_item_transform_translate@Base 2.10.0 + gimp_layer_add_alpha@Base 2.4.0 + gimp_layer_add_mask@Base 2.4.0 + gimp_layer_color_space_get_type@Base 2.10.0 + gimp_layer_composite_mode_get_type@Base 2.10.0 + gimp_layer_copy@Base 2.4.0 + gimp_layer_create_mask@Base 2.4.0 + gimp_layer_flatten@Base 2.4.0 + gimp_layer_from_mask@Base 2.4.0 + gimp_layer_get_apply_mask@Base 2.4.0 + gimp_layer_get_blend_space@Base 2.10.0 + gimp_layer_get_composite_mode@Base 2.10.0 + gimp_layer_get_composite_space@Base 2.10.0 + gimp_layer_get_edit_mask@Base 2.4.0 + gimp_layer_get_lock_alpha@Base 2.4.0 + gimp_layer_get_mask@Base 2.4.0 + gimp_layer_get_mode@Base 2.4.0 + gimp_layer_get_opacity@Base 2.4.0 + gimp_layer_get_preserve_trans@Base 2.4.0 + gimp_layer_get_show_mask@Base 2.4.0 + gimp_layer_group_new@Base 2.8.0 + gimp_layer_is_floating_sel@Base 2.4.0 + gimp_layer_mode_get_type@Base 2.10.0 + gimp_layer_new@Base 2.4.0 + gimp_layer_new_from_drawable@Base 2.4.0 + gimp_layer_new_from_pixbuf@Base 2.4.0 + gimp_layer_new_from_surface@Base 2.8.0 + gimp_layer_new_from_visible@Base 2.6.0 + gimp_layer_remove_mask@Base 2.4.0 + gimp_layer_resize@Base 2.4.0 + gimp_layer_resize_to_image_size@Base 2.4.0 + gimp_layer_scale@Base 2.4.0 + gimp_layer_scale_full@Base 2.6.0 + gimp_layer_set_apply_mask@Base 2.4.0 + gimp_layer_set_blend_space@Base 2.10.0 + gimp_layer_set_composite_mode@Base 2.10.0 + gimp_layer_set_composite_space@Base 2.10.0 + gimp_layer_set_edit_mask@Base 2.4.0 + gimp_layer_set_lock_alpha@Base 2.4.0 + gimp_layer_set_mode@Base 2.4.0 + gimp_layer_set_offsets@Base 2.4.0 + gimp_layer_set_opacity@Base 2.4.0 + gimp_layer_set_preserve_trans@Base 2.4.0 + gimp_layer_set_show_mask@Base 2.4.0 + gimp_layer_translate@Base 2.4.0 + gimp_levels@Base 2.4.0 + gimp_levels_auto@Base 2.4.0 + gimp_levels_stretch@Base 2.4.0 + gimp_main@Base 2.4.0 + gimp_message@Base 2.4.0 + gimp_message_get_handler@Base 2.4.0 + gimp_message_set_handler@Base 2.4.0 + gimp_min_colors@Base 2.4.0 + gimp_monitor_number@Base 2.4.0 + gimp_paintbrush@Base 2.4.0 + gimp_paintbrush_default@Base 2.4.0 + gimp_palette_add_entry@Base 2.4.0 + gimp_palette_delete@Base 2.4.0 + gimp_palette_delete_entry@Base 2.4.0 + gimp_palette_duplicate@Base 2.4.0 + gimp_palette_entry_get_color@Base 2.4.0 + gimp_palette_entry_get_name@Base 2.4.0 + gimp_palette_entry_set_color@Base 2.4.0 + gimp_palette_entry_set_name@Base 2.4.0 + gimp_palette_get_background@Base 2.4.0 + gimp_palette_get_colors@Base 2.6.0 + gimp_palette_get_columns@Base 2.4.0 + gimp_palette_get_foreground@Base 2.4.0 + gimp_palette_get_info@Base 2.4.0 + gimp_palette_is_editable@Base 2.4.0 + gimp_palette_new@Base 2.4.0 + gimp_palette_rename@Base 2.4.0 + gimp_palette_select_destroy@Base 2.4.0 + gimp_palette_select_new@Base 2.4.0 + gimp_palette_set_background@Base 2.4.0 + gimp_palette_set_columns@Base 2.4.0 + gimp_palette_set_default_colors@Base 2.4.0 + gimp_palette_set_foreground@Base 2.4.0 + gimp_palette_swap_colors@Base 2.4.0 + gimp_palettes_close_popup@Base 2.4.0 + gimp_palettes_get_list@Base 2.4.0 + gimp_palettes_get_palette@Base 2.4.0 + gimp_palettes_get_palette_entry@Base 2.4.0 + gimp_palettes_popup@Base 2.4.0 + gimp_palettes_refresh@Base 2.4.0 + gimp_palettes_set_palette@Base 2.4.0 + gimp_palettes_set_popup@Base 2.4.0 + gimp_parasite_attach@Base 2.4.0 + gimp_parasite_detach@Base 2.4.0 + gimp_parasite_find@Base 2.4.0 + gimp_parasite_list@Base 2.4.0 + gimp_path_delete@Base 2.4.0 + gimp_path_get_current@Base 2.4.0 + gimp_path_get_locked@Base 2.4.0 + gimp_path_get_point_at_dist@Base 2.4.0 + gimp_path_get_points@Base 2.4.0 + gimp_path_get_tattoo@Base 2.4.0 + gimp_path_import@Base 2.4.0 + gimp_path_list@Base 2.4.0 + gimp_path_set_current@Base 2.4.0 + gimp_path_set_locked@Base 2.4.0 + gimp_path_set_points@Base 2.4.0 + gimp_path_set_tattoo@Base 2.4.0 + gimp_path_stroke_current@Base 2.4.0 + gimp_path_to_selection@Base 2.4.0 + gimp_pattern_get_info@Base 2.4.0 + gimp_pattern_get_pixels@Base 2.4.0 + gimp_pattern_select_destroy@Base 2.4.0 + gimp_pattern_select_new@Base 2.4.0 + gimp_patterns_close_popup@Base 2.4.0 + gimp_patterns_get_list@Base 2.4.0 + gimp_patterns_get_pattern@Base 2.4.0 + gimp_patterns_get_pattern_data@Base 2.4.0 + gimp_patterns_popup@Base 2.4.0 + gimp_patterns_refresh@Base 2.4.0 + gimp_patterns_set_pattern@Base 2.4.0 + gimp_patterns_set_popup@Base 2.4.0 + gimp_pencil@Base 2.4.0 + gimp_perspective@Base 2.4.0 + gimp_pixel_fetcher_destroy@Base 2.4.0 + gimp_pixel_fetcher_get_pixel@Base 2.4.0 + gimp_pixel_fetcher_new@Base 2.4.0 + gimp_pixel_fetcher_put_pixel@Base 2.4.0 + gimp_pixel_fetcher_set_bg_color@Base 2.4.0 + gimp_pixel_fetcher_set_edge_mode@Base 2.4.0 + gimp_pixel_rgn_get_col@Base 2.4.0 + gimp_pixel_rgn_get_pixel@Base 2.4.0 + gimp_pixel_rgn_get_rect@Base 2.4.0 + gimp_pixel_rgn_get_row@Base 2.4.0 + gimp_pixel_rgn_init@Base 2.4.0 + gimp_pixel_rgn_resize@Base 2.4.0 + gimp_pixel_rgn_set_col@Base 2.4.0 + gimp_pixel_rgn_set_pixel@Base 2.4.0 + gimp_pixel_rgn_set_rect@Base 2.4.0 + gimp_pixel_rgn_set_row@Base 2.4.0 + gimp_pixel_rgns_process@Base 2.4.0 + gimp_pixel_rgns_register2@Base 2.4.0 + gimp_pixel_rgns_register@Base 2.4.0 + gimp_plug_in_error_quark@Base 2.10.32 + gimp_plugin_domain_register@Base 2.4.0 + gimp_plugin_enable_precision@Base 2.10.0 + gimp_plugin_get_pdb_error_handler@Base 2.6.0 + gimp_plugin_help_register@Base 2.4.0 + gimp_plugin_icon_register@Base 2.4.0 + gimp_plugin_menu_branch_register@Base 2.4.0 + gimp_plugin_menu_register@Base 2.4.0 + gimp_plugin_precision_enabled@Base 2.10.0 + gimp_plugin_set_pdb_error_handler@Base 2.6.0 + gimp_posterize@Base 2.4.0 + gimp_procedural_db_dump@Base 2.4.0 + gimp_procedural_db_get_data@Base 2.4.0 + gimp_procedural_db_get_data_size@Base 2.4.0 + gimp_procedural_db_proc_arg@Base 2.4.0 + gimp_procedural_db_proc_exists@Base 2.6.0 + gimp_procedural_db_proc_info@Base 2.4.0 + gimp_procedural_db_proc_val@Base 2.4.0 + gimp_procedural_db_query@Base 2.4.0 + gimp_procedural_db_set_data@Base 2.4.0 + gimp_procedural_db_temp_name@Base 2.4.0 + gimp_progress_cancel@Base 2.4.0 + gimp_progress_end@Base 2.4.0 + gimp_progress_get_window_handle@Base 2.4.0 + gimp_progress_init@Base 2.4.0 + gimp_progress_init_printf@Base 2.4.0 + gimp_progress_install@Base 2.4.0 + gimp_progress_install_vtable@Base 2.4.0 + gimp_progress_pulse@Base 2.4.0 + gimp_progress_set_text@Base 2.4.0 + gimp_progress_set_text_printf@Base 2.4.0 + gimp_progress_uninstall@Base 2.4.0 + gimp_progress_update@Base 2.4.0 + gimp_quit@Base 2.4.0 + gimp_read_expect_msg@Base 2.4.0 + gimp_rect_select@Base 2.4.0 + gimp_register_file_handler_mime@Base 2.4.0 + gimp_register_file_handler_priority@Base 2.10.6 + gimp_register_file_handler_raw@Base 2.10.0 + gimp_register_file_handler_uri@Base 2.10.0 + gimp_register_load_handler@Base 2.4.0 + gimp_register_magic_load_handler@Base 2.4.0 + gimp_register_save_handler@Base 2.4.0 + gimp_register_thumbnail_loader@Base 2.4.0 + gimp_rgn_iterate1@Base 2.4.0 + gimp_rgn_iterate2@Base 2.4.0 + gimp_rgn_iterator_dest@Base 2.4.0 + gimp_rgn_iterator_free@Base 2.4.0 + gimp_rgn_iterator_new@Base 2.4.0 + gimp_rgn_iterator_src@Base 2.4.0 + gimp_rgn_iterator_src_dest@Base 2.4.0 + gimp_rotate@Base 2.4.0 + gimp_round_rect_select@Base 2.4.0 + gimp_run_procedure2@Base 2.4.0 + gimp_run_procedure@Base 2.4.0 + gimp_scale@Base 2.4.0 + gimp_selection_all@Base 2.4.0 + gimp_selection_border@Base 2.4.0 + gimp_selection_bounds@Base 2.4.0 + gimp_selection_clear@Base 2.4.0 + gimp_selection_combine@Base 2.4.0 + gimp_selection_feather@Base 2.4.0 + gimp_selection_float@Base 2.4.0 + gimp_selection_flood@Base 2.10.0 + gimp_selection_grow@Base 2.4.0 + gimp_selection_invert@Base 2.4.0 + gimp_selection_is_empty@Base 2.4.0 + gimp_selection_layer_alpha@Base 2.4.0 + gimp_selection_load@Base 2.4.0 + gimp_selection_none@Base 2.4.0 + gimp_selection_save@Base 2.4.0 + gimp_selection_sharpen@Base 2.4.0 + gimp_selection_shrink@Base 2.4.0 + gimp_selection_translate@Base 2.4.0 + gimp_selection_value@Base 2.4.0 + gimp_shear@Base 2.4.0 + gimp_shm_ID@Base 2.4.0 + gimp_shm_addr@Base 2.4.0 + gimp_show_help_button@Base 2.4.0 + gimp_show_tool_tips@Base 2.4.0 + gimp_smudge@Base 2.4.0 + gimp_smudge_default@Base 2.4.0 + gimp_temp_name@Base 2.4.0 + gimp_text@Base 2.4.0 + gimp_text_fontname@Base 2.4.0 + gimp_text_get_extents@Base 2.4.0 + gimp_text_get_extents_fontname@Base 2.4.0 + gimp_text_layer_get_antialias@Base 2.6.0 + gimp_text_layer_get_base_direction@Base 2.6.0 + gimp_text_layer_get_color@Base 2.6.0 + gimp_text_layer_get_font@Base 2.6.0 + gimp_text_layer_get_font_size@Base 2.6.0 + gimp_text_layer_get_hint_style@Base 2.8.0 + gimp_text_layer_get_hinting@Base 2.6.0 + gimp_text_layer_get_indent@Base 2.6.0 + gimp_text_layer_get_justification@Base 2.6.0 + gimp_text_layer_get_kerning@Base 2.6.0 + gimp_text_layer_get_language@Base 2.6.0 + gimp_text_layer_get_letter_spacing@Base 2.6.0 + gimp_text_layer_get_line_spacing@Base 2.6.0 + gimp_text_layer_get_markup@Base 2.8.0 + gimp_text_layer_get_text@Base 2.6.0 + gimp_text_layer_new@Base 2.6.0 + gimp_text_layer_resize@Base 2.8.0 + gimp_text_layer_set_antialias@Base 2.6.0 + gimp_text_layer_set_base_direction@Base 2.6.0 + gimp_text_layer_set_color@Base 2.6.0 + gimp_text_layer_set_font@Base 2.6.0 + gimp_text_layer_set_font_size@Base 2.6.0 + gimp_text_layer_set_hint_style@Base 2.8.0 + gimp_text_layer_set_hinting@Base 2.6.0 + gimp_text_layer_set_indent@Base 2.6.0 + gimp_text_layer_set_justification@Base 2.6.0 + gimp_text_layer_set_kerning@Base 2.6.0 + gimp_text_layer_set_language@Base 2.6.0 + gimp_text_layer_set_letter_spacing@Base 2.6.0 + gimp_text_layer_set_line_spacing@Base 2.6.0 + gimp_text_layer_set_text@Base 2.6.0 + gimp_threshold@Base 2.4.0 + gimp_tile_cache_ntiles@Base 2.4.0 + gimp_tile_cache_size@Base 2.4.0 + gimp_tile_flush@Base 2.4.0 + gimp_tile_height@Base 2.4.0 + gimp_tile_ref@Base 2.4.0 + gimp_tile_ref_zero@Base 2.4.0 + gimp_tile_unref@Base 2.4.0 + gimp_tile_width@Base 2.4.0 + gimp_transform_2d@Base 2.4.0 + gimp_uninstall_temp_proc@Base 2.4.0 + gimp_user_time@Base 2.6.0 + gimp_vectors_bezier_stroke_conicto@Base 2.4.0 + gimp_vectors_bezier_stroke_cubicto@Base 2.4.0 + gimp_vectors_bezier_stroke_lineto@Base 2.4.0 + gimp_vectors_bezier_stroke_new_ellipse@Base 2.4.0 + gimp_vectors_bezier_stroke_new_moveto@Base 2.4.0 + gimp_vectors_copy@Base 2.6.0 + gimp_vectors_export_to_file@Base 2.6.0 + gimp_vectors_export_to_string@Base 2.6.0 + gimp_vectors_get_image@Base 2.4.0 + gimp_vectors_get_linked@Base 2.4.0 + gimp_vectors_get_name@Base 2.4.0 + gimp_vectors_get_strokes@Base 2.4.0 + gimp_vectors_get_tattoo@Base 2.4.0 + gimp_vectors_get_visible@Base 2.4.0 + gimp_vectors_import_from_file@Base 2.4.0 + gimp_vectors_import_from_string@Base 2.4.0 + gimp_vectors_is_valid@Base 2.4.0 + gimp_vectors_new@Base 2.4.0 + gimp_vectors_new_from_text_layer@Base 2.6.0 + gimp_vectors_parasite_attach@Base 2.4.0 + gimp_vectors_parasite_detach@Base 2.4.0 + gimp_vectors_parasite_find@Base 2.4.0 + gimp_vectors_parasite_list@Base 2.4.0 + gimp_vectors_remove_stroke@Base 2.4.0 + gimp_vectors_set_linked@Base 2.4.0 + gimp_vectors_set_name@Base 2.4.0 + gimp_vectors_set_tattoo@Base 2.4.0 + gimp_vectors_set_visible@Base 2.4.0 + gimp_vectors_stroke_close@Base 2.4.0 + gimp_vectors_stroke_flip@Base 2.4.0 + gimp_vectors_stroke_flip_free@Base 2.4.0 + gimp_vectors_stroke_get_length@Base 2.4.0 + gimp_vectors_stroke_get_point_at_dist@Base 2.4.0 + gimp_vectors_stroke_get_points@Base 2.4.0 + gimp_vectors_stroke_interpolate@Base 2.4.0 + gimp_vectors_stroke_new_from_points@Base 2.4.0 + gimp_vectors_stroke_rotate@Base 2.4.0 + gimp_vectors_stroke_scale@Base 2.4.0 + gimp_vectors_stroke_translate@Base 2.4.0 + gimp_vectors_to_selection@Base 2.4.0 + gimp_version@Base 2.4.0 + gimp_wm_class@Base 2.4.0 +libgimpbase-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + _gimp_unit_vtable@Base 2.4.0 + gimp_add_mask_type_compat_get_type@Base 2.10.0 + gimp_add_mask_type_get_type@Base 2.4.0 + gimp_any_to_utf8@Base 2.4.0 + gimp_base_compat_enums_init@Base 2.10.0 + gimp_base_init@Base 2.4.0 + gimp_blend_mode_compat_get_type@Base 2.10.0 + gimp_blend_mode_get_type@Base 2.4.0 + gimp_brush_generated_shape_get_type@Base 2.10.0 + gimp_bucket_fill_mode_compat_get_type@Base 2.10.0 + gimp_bucket_fill_mode_get_type@Base 2.4.0 + gimp_cache_directory@Base 2.10.12 + gimp_canonicalize_identifier@Base 2.4.0 + gimp_cap_style_get_type@Base 2.10.0 + gimp_channel_ops_get_type@Base 2.4.0 + gimp_channel_type_compat_get_type@Base 2.10.0 + gimp_channel_type_get_type@Base 2.4.0 + gimp_check_size_get_type@Base 2.4.0 + gimp_check_type_get_type@Base 2.4.0 + gimp_checks_get_shades@Base 2.4.0 + gimp_clone_type_compat_get_type@Base 2.10.0 + gimp_clone_type_get_type@Base 2.4.0 + gimp_color_tag_get_type@Base 2.10.0 + gimp_component_type_get_type@Base 2.10.0 + gimp_convert_dither_type_compat_get_type@Base 2.10.0 + gimp_convert_palette_type_compat_get_type@Base 2.10.0 + gimp_convert_palette_type_get_type@Base 2.10.0 + gimp_convolve_type_compat_get_type@Base 2.10.0 + gimp_convolve_type_get_type@Base 2.10.0 + gimp_cpu_accel_get_support@Base 2.4.0 + gimp_cpu_accel_set_use@Base 2.4.0 + gimp_data_directory@Base 2.4.0 + gimp_data_directory_file@Base 2.10.0 + gimp_datafiles_check_extension@Base 2.4.0 + gimp_datafiles_read_directories@Base 2.4.0 + gimp_desaturate_mode_compat_get_type@Base 2.10.0 + gimp_desaturate_mode_get_type@Base 2.4.0 + gimp_directory@Base 2.4.0 + gimp_directory_file@Base 2.10.0 + gimp_dodge_burn_type_compat_get_type@Base 2.10.0 + gimp_dodge_burn_type_get_type@Base 2.4.0 + gimp_enum_get_desc@Base 2.4.0 + gimp_enum_get_value@Base 2.4.0 + gimp_enum_get_value_descriptions@Base 2.4.0 + gimp_enum_set_value_descriptions@Base 2.4.0 + gimp_enum_value_get_abbrev@Base 2.10.0 + gimp_enum_value_get_desc@Base 2.4.0 + gimp_enum_value_get_help@Base 2.4.0 + gimp_env_init@Base 2.4.0 + gimp_escape_uline@Base 2.4.0 + gimp_file_get_utf8_name@Base 2.10.0 + gimp_file_has_extension@Base 2.10.0 + gimp_file_show_in_file_manager@Base 2.10.0 + gimp_filename_to_utf8@Base 2.4.0 + gimp_fill_type_compat_get_type@Base 2.10.0 + gimp_fill_type_get_type@Base 2.10.0 + gimp_flags_get_first_desc@Base 2.4.0 + gimp_flags_get_first_value@Base 2.4.0 + gimp_flags_get_value_descriptions@Base 2.4.0 + gimp_flags_set_value_descriptions@Base 2.4.0 + gimp_flags_value_get_abbrev@Base 2.10.0 + gimp_flags_value_get_desc@Base 2.4.0 + gimp_flags_value_get_help@Base 2.4.0 + gimp_foreground_extract_mode_get_type@Base 2.4.0 + gimp_gradient_blend_color_space_get_type@Base 2.10.0~RC2 + gimp_gradient_segment_color_get_type@Base 2.10.0 + gimp_gradient_segment_type_get_type@Base 2.10.0 + gimp_gradient_type_get_type@Base 2.4.0 + gimp_grid_style_get_type@Base 2.4.0 + gimp_gtkrc@Base 2.4.0 + gimp_hue_range_compat_get_type@Base 2.10.0 + gimp_hue_range_get_type@Base 2.10.0 + gimp_icon_type_compat_get_type@Base 2.10.0 + gimp_icon_type_get_type@Base 2.4.0 + gimp_image_base_type_get_type@Base 2.4.0 + gimp_image_type_get_type@Base 2.4.0 + gimp_ink_blob_type_get_type@Base 2.10.0 + gimp_installation_directory@Base 2.8.2 + gimp_installation_directory_file@Base 2.10.12 + gimp_interpolation_type_compat_get_type@Base 2.10.0 + gimp_interpolation_type_get_type@Base 2.4.0 + gimp_join_style_get_type@Base 2.10.0 + gimp_layer_mode_effects_get_type@Base 2.10.0 + gimp_locale_directory@Base 2.4.0 + gimp_locale_directory_file@Base 2.10.0 + gimp_major_version@Base 2.4.0 + gimp_mask_apply_mode_get_type@Base 2.10.0 + gimp_memsize_deserialize@Base 2.4.0 + gimp_memsize_get_type@Base 2.4.0 + gimp_memsize_serialize@Base 2.4.0 + gimp_memsize_to_string@Base 2.4.0 + gimp_merge_type_get_type@Base 2.10.0 + gimp_message_handler_type_get_type@Base 2.4.0 + gimp_metadata_add_xmp_history@Base 2.10.0 + gimp_metadata_deserialize@Base 2.10.0 + gimp_metadata_duplicate@Base 2.10.0 + gimp_metadata_get_colorspace@Base 2.10.0 + gimp_metadata_get_guid@Base 2.10.0 + gimp_metadata_get_resolution@Base 2.10.0 + gimp_metadata_get_type@Base 2.10.0 + gimp_metadata_is_tag_supported@Base 2.10.0 + gimp_metadata_load_from_file@Base 2.10.0 + gimp_metadata_new@Base 2.10.0 + gimp_metadata_save_to_file@Base 2.10.0 + gimp_metadata_serialize@Base 2.10.0 + gimp_metadata_set_bits_per_sample@Base 2.10.0 + gimp_metadata_set_colorspace@Base 2.10.0 + gimp_metadata_set_from_exif@Base 2.10.0 + gimp_metadata_set_from_iptc@Base 2.10.0 + gimp_metadata_set_from_xmp@Base 2.10.0 + gimp_metadata_set_pixel_size@Base 2.10.0 + gimp_metadata_set_resolution@Base 2.10.0 + gimp_micro_version@Base 2.4.0 + gimp_minor_version@Base 2.4.0 + gimp_offset_type_get_type@Base 2.10.0 + gimp_orientation_type_get_type@Base 2.10.0 + gimp_paint_application_mode_get_type@Base 2.4.0 + gimp_param_memsize_get_type@Base 2.4.0 + gimp_param_parasite_get_type@Base 2.4.0 + gimp_param_spec_memsize@Base 2.4.0 + gimp_param_spec_parasite@Base 2.4.0 + gimp_param_spec_unit@Base 2.4.0 + gimp_param_spec_value_array@Base 2.10.0 + gimp_param_unit_get_type@Base 2.4.0 + gimp_param_value_array_get_type@Base 2.10.0 + gimp_parasite_compare@Base 2.4.0 + gimp_parasite_copy@Base 2.4.0 + gimp_parasite_data@Base 2.4.0 + gimp_parasite_data_size@Base 2.4.0 + gimp_parasite_flags@Base 2.4.0 + gimp_parasite_free@Base 2.4.0 + gimp_parasite_get_type@Base 2.4.0 + gimp_parasite_has_flag@Base 2.4.0 + gimp_parasite_is_persistent@Base 2.4.0 + gimp_parasite_is_type@Base 2.4.0 + gimp_parasite_is_undoable@Base 2.4.0 + gimp_parasite_name@Base 2.4.0 + gimp_parasite_new@Base 2.4.0 + gimp_path_free@Base 2.4.0 + gimp_path_get_user_writable_dir@Base 2.4.0 + gimp_path_parse@Base 2.4.0 + gimp_path_to_str@Base 2.4.0 + gimp_pdb_arg_type_get_type@Base 2.4.0 + gimp_pdb_error_handler_get_type@Base 2.6.0 + gimp_pdb_proc_type_get_type@Base 2.4.0 + gimp_pdb_status_type_get_type@Base 2.4.0 + gimp_personal_rc_file@Base 2.4.0 + gimp_pixels_to_units@Base 2.8.0 + gimp_pixpipe_params_build@Base 2.4.0 + gimp_pixpipe_params_free@Base 2.10.6 + gimp_pixpipe_params_init@Base 2.4.0 + gimp_pixpipe_params_parse@Base 2.4.0 + gimp_plug_in_directory@Base 2.4.0 + gimp_plug_in_directory_file@Base 2.10.0 + gimp_precision_get_type@Base 2.10.0 + gimp_progress_command_get_type@Base 2.4.0 + gimp_rectangle_intersect@Base 2.4.0 + gimp_rectangle_union@Base 2.8.0 + gimp_repeat_mode_get_type@Base 2.4.0 + gimp_rotation_type_get_type@Base 2.10.0 + gimp_run_mode_get_type@Base 2.4.0 + gimp_select_criterion_get_type@Base 2.10.0 + gimp_signal_private@Base 2.4.0 + gimp_size_type_get_type@Base 2.4.0 + gimp_stack_trace_available@Base 2.10.0 + gimp_stack_trace_mode_get_type@Base 2.4.0 + gimp_stack_trace_print@Base 2.10.0 + gimp_stack_trace_query@Base 2.10.0 + gimp_strip_uline@Base 2.4.0 + gimp_stroke_method_get_type@Base 2.10.0 + gimp_sysconf_directory@Base 2.4.0 + gimp_sysconf_directory_file@Base 2.10.0 + gimp_temp_directory@Base 2.10.12 + gimp_text_direction_get_type@Base 2.6.0 + gimp_text_hint_style_get_type@Base 2.8.0 + gimp_text_justification_get_type@Base 2.6.0 + gimp_transfer_mode_compat_get_type@Base 2.10.0 + gimp_transfer_mode_get_type@Base 2.4.0 + gimp_transform_direction_get_type@Base 2.4.0 + gimp_transform_resize_get_type@Base 2.4.0 + gimp_type_get_translation_context@Base 2.8.0 + gimp_type_get_translation_domain@Base 2.4.0 + gimp_type_set_translation_context@Base 2.8.0 + gimp_type_set_translation_domain@Base 2.4.0 + gimp_unit_format_string@Base 2.8.0 + gimp_unit_get_abbreviation@Base 2.4.0 + gimp_unit_get_deletion_flag@Base 2.4.0 + gimp_unit_get_digits@Base 2.4.0 + gimp_unit_get_factor@Base 2.4.0 + gimp_unit_get_identifier@Base 2.4.0 + gimp_unit_get_number_of_built_in_units@Base 2.4.0 + gimp_unit_get_number_of_units@Base 2.4.0 + gimp_unit_get_plural@Base 2.4.0 + gimp_unit_get_scaled_digits@Base 2.10.0 + gimp_unit_get_singular@Base 2.4.0 + gimp_unit_get_symbol@Base 2.4.0 + gimp_unit_get_type@Base 2.4.0 + gimp_unit_is_metric@Base 2.10.0 + gimp_unit_new@Base 2.4.0 + gimp_unit_set_deletion_flag@Base 2.4.0 + gimp_units_to_pixels@Base 2.8.0 + gimp_units_to_points@Base 2.8.0 + gimp_user_directory@Base 2.4.0 + gimp_user_directory_get_type@Base 2.4.0 + gimp_utf8_strtrim@Base 2.4.0 + gimp_value_array_append@Base 2.10.0 + gimp_value_array_get_type@Base 2.10.0 + gimp_value_array_index@Base 2.10.0 + gimp_value_array_insert@Base 2.10.0 + gimp_value_array_length@Base 2.10.0 + gimp_value_array_new@Base 2.10.0 + gimp_value_array_prepend@Base 2.10.0 + gimp_value_array_ref@Base 2.10.0 + gimp_value_array_remove@Base 2.10.0 + gimp_value_array_truncate@Base 2.10.0 + gimp_value_array_unref@Base 2.10.0 + gimp_vectors_stroke_type_get_type@Base 2.4.0 + gimp_wire_clear_error@Base 2.4.0 + gimp_wire_destroy@Base 2.4.0 + gimp_wire_error@Base 2.4.0 + gimp_wire_flush@Base 2.4.0 + gimp_wire_read@Base 2.4.0 + gimp_wire_read_msg@Base 2.4.0 + gimp_wire_register@Base 2.4.0 + gimp_wire_set_flusher@Base 2.4.0 + gimp_wire_set_reader@Base 2.4.0 + gimp_wire_set_writer@Base 2.4.0 + gimp_wire_write@Base 2.4.0 + gimp_wire_write_msg@Base 2.4.0 + gp_config_write@Base 2.4.0 + gp_extension_ack_write@Base 2.4.0 + gp_has_init_write@Base 2.4.0 + gp_init@Base 2.4.0 + gp_params_destroy@Base 2.4.0 + gp_proc_install_write@Base 2.4.0 + gp_proc_return_write@Base 2.4.0 + gp_proc_run_write@Base 2.4.0 + gp_proc_uninstall_write@Base 2.4.0 + gp_quit_write@Base 2.4.0 + gp_temp_proc_return_write@Base 2.4.0 + gp_temp_proc_run_write@Base 2.4.0 + gp_tile_ack_write@Base 2.4.0 + gp_tile_data_write@Base 2.4.0 + gp_tile_req_write@Base 2.4.0 +libgimpcolor-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + gimp_adaptive_supersample_area@Base 2.4.0 + gimp_bilinear@Base 2.4.0 + gimp_bilinear_16@Base 2.4.0 + gimp_bilinear_32@Base 2.4.0 + gimp_bilinear_8@Base 2.4.0 + gimp_bilinear_pixels_8@Base 2.4.0 + gimp_bilinear_rgb@Base 2.4.0 + gimp_bilinear_rgba@Base 2.4.0 + gimp_cairo_checkerboard_create@Base 2.6.0 + gimp_cairo_set_source_rgb@Base 2.6.0 + gimp_cairo_set_source_rgba@Base 2.6.0 + gimp_cairo_surface_create_buffer@Base 2.10.0 + gimp_cairo_surface_get_format@Base 2.10.0 + gimp_cmyk_get_type@Base 2.4.0 + gimp_cmyk_get_uchar@Base 2.4.0 + gimp_cmyk_set@Base 2.4.0 + gimp_cmyk_set_uchar@Base 2.4.0 + gimp_cmyk_to_rgb@Base 2.4.0 + gimp_cmyk_to_rgb_int@Base 2.4.0 + gimp_cmyka_get_uchar@Base 2.4.0 + gimp_cmyka_set@Base 2.4.0 + gimp_cmyka_set_uchar@Base 2.4.0 + gimp_color_managed_get_color_profile@Base 2.10.0 + gimp_color_managed_get_icc_profile@Base 2.4.0 + gimp_color_managed_get_type@Base 2.10.6 + gimp_color_managed_interface_get_type@Base 2.4.0 + gimp_color_managed_profile_changed@Base 2.4.0 + gimp_color_profile_get_copyright@Base 2.10.0 + gimp_color_profile_get_description@Base 2.10.0 + gimp_color_profile_get_format@Base 2.10.0 + gimp_color_profile_get_icc_profile@Base 2.10.0 + gimp_color_profile_get_label@Base 2.10.0 + gimp_color_profile_get_lcms_format@Base 2.10.0 + gimp_color_profile_get_lcms_profile@Base 2.10.0 + gimp_color_profile_get_manufacturer@Base 2.10.0 + gimp_color_profile_get_model@Base 2.10.0 + gimp_color_profile_get_space@Base 2.10.6 + gimp_color_profile_get_summary@Base 2.10.0 + gimp_color_profile_get_type@Base 2.10.0 + gimp_color_profile_is_cmyk@Base 2.10.0 + gimp_color_profile_is_equal@Base 2.10.0 + gimp_color_profile_is_gray@Base 2.10.0 + gimp_color_profile_is_linear@Base 2.10.0 + gimp_color_profile_is_rgb@Base 2.10.0 + gimp_color_profile_new_d50_gray_lab_trc@Base 2.10.0 + gimp_color_profile_new_d65_gray_linear@Base 2.10.0 + gimp_color_profile_new_d65_gray_srgb_trc@Base 2.10.0 + gimp_color_profile_new_from_file@Base 2.10.0 + gimp_color_profile_new_from_icc_profile@Base 2.10.0 + gimp_color_profile_new_from_lcms_profile@Base 2.10.0 + gimp_color_profile_new_linear_from_color_profile@Base 2.10.0 + gimp_color_profile_new_rgb_adobe@Base 2.10.0 + gimp_color_profile_new_rgb_srgb@Base 2.10.0 + gimp_color_profile_new_rgb_srgb_linear@Base 2.10.0 + gimp_color_profile_new_srgb_trc_from_color_profile@Base 2.10.0 + gimp_color_profile_save_to_file@Base 2.10.0 + gimp_color_transform_can_gegl_copy@Base 2.10.0 + gimp_color_transform_get_type@Base 2.10.0 + gimp_color_transform_new@Base 2.10.0 + gimp_color_transform_new_proofing@Base 2.10.0 + gimp_color_transform_process_buffer@Base 2.10.0 + gimp_color_transform_process_pixels@Base 2.10.0 + gimp_hsl_get_type@Base 2.4.0 + gimp_hsl_set@Base 2.8.0 + gimp_hsl_set_alpha@Base 2.10.0 + gimp_hsl_to_rgb@Base 2.4.0 + gimp_hsl_to_rgb_int@Base 2.4.0 + gimp_hsv_clamp@Base 2.4.0 + gimp_hsv_get_type@Base 2.4.0 + gimp_hsv_set@Base 2.4.0 + gimp_hsv_to_rgb4@Base 2.4.0 + gimp_hsv_to_rgb@Base 2.4.0 + gimp_hsv_to_rgb_int@Base 2.4.0 + gimp_hsva_set@Base 2.4.0 + gimp_hwb_to_rgb@Base 2.4.0 + gimp_param_rgb_get_type@Base 2.4.0 + gimp_param_spec_rgb@Base 2.4.0 + gimp_param_spec_rgb_get_default@Base 2.10.14 + gimp_param_spec_rgb_has_alpha@Base 2.4.0 + gimp_pixbuf_create_buffer@Base 2.10.0 + gimp_pixbuf_get_format@Base 2.10.0 + gimp_pixbuf_get_icc_profile@Base 2.10.0 + gimp_rgb_add@Base 2.4.0 + gimp_rgb_clamp@Base 2.4.0 + gimp_rgb_composite@Base 2.4.0 + gimp_rgb_distance@Base 2.4.0 + gimp_rgb_gamma@Base 2.4.0 + gimp_rgb_get_pixel@Base 2.10.0 + gimp_rgb_get_type@Base 2.4.0 + gimp_rgb_get_uchar@Base 2.4.0 + gimp_rgb_intensity@Base 2.4.0 + gimp_rgb_intensity_uchar@Base 2.4.0 + gimp_rgb_list_names@Base 2.4.0 + gimp_rgb_luminance@Base 2.4.0 + gimp_rgb_luminance_uchar@Base 2.4.0 + gimp_rgb_max@Base 2.4.0 + gimp_rgb_min@Base 2.4.0 + gimp_rgb_multiply@Base 2.4.0 + gimp_rgb_parse_css@Base 2.4.0 + gimp_rgb_parse_hex@Base 2.4.0 + gimp_rgb_parse_name@Base 2.4.0 + gimp_rgb_set@Base 2.4.0 + gimp_rgb_set_alpha@Base 2.4.0 + gimp_rgb_set_pixel@Base 2.10.0 + gimp_rgb_set_uchar@Base 2.4.0 + gimp_rgb_subtract@Base 2.4.0 + gimp_rgb_to_cmyk@Base 2.4.0 + gimp_rgb_to_cmyk_int@Base 2.4.0 + gimp_rgb_to_hsl@Base 2.4.0 + gimp_rgb_to_hsl_int@Base 2.4.0 + gimp_rgb_to_hsv4@Base 2.4.0 + gimp_rgb_to_hsv@Base 2.4.0 + gimp_rgb_to_hsv_int@Base 2.4.0 + gimp_rgb_to_hwb@Base 2.4.0 + gimp_rgb_to_l_int@Base 2.4.0 + gimp_rgba_add@Base 2.4.0 + gimp_rgba_distance@Base 2.4.0 + gimp_rgba_get_pixel@Base 2.10.0 + gimp_rgba_get_uchar@Base 2.4.0 + gimp_rgba_multiply@Base 2.4.0 + gimp_rgba_parse_css@Base 2.4.0 + gimp_rgba_set@Base 2.4.0 + gimp_rgba_set_pixel@Base 2.10.0 + gimp_rgba_set_uchar@Base 2.4.0 + gimp_rgba_subtract@Base 2.4.0 + gimp_value_get_rgb@Base 2.4.0 + gimp_value_set_rgb@Base 2.4.0 +libgimpconfig-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + gimp_color_config_get_cmyk_color_profile@Base 2.10.0 + gimp_color_config_get_display_bpc@Base 2.10.0 + gimp_color_config_get_display_color_profile@Base 2.10.0 + gimp_color_config_get_display_intent@Base 2.10.0 + gimp_color_config_get_display_optimize@Base 2.10.0 + gimp_color_config_get_display_profile_from_gdk@Base 2.10.0 + gimp_color_config_get_gray_color_profile@Base 2.10.0 + gimp_color_config_get_mode@Base 2.10.0 + gimp_color_config_get_rgb_color_profile@Base 2.10.0 + gimp_color_config_get_simulation_bpc@Base 2.10.0 + gimp_color_config_get_simulation_color_profile@Base 2.10.0 + gimp_color_config_get_simulation_gamut_check@Base 2.10.0 + gimp_color_config_get_simulation_intent@Base 2.10.0 + gimp_color_config_get_simulation_optimize@Base 2.10.0 + gimp_color_config_get_type@Base 2.4.0 + gimp_color_management_mode_get_type@Base 2.4.0 + gimp_color_rendering_intent_get_type@Base 2.4.0 + gimp_config_build_data_path@Base 2.4.0 + gimp_config_build_plug_in_path@Base 2.4.0 + gimp_config_build_writable_path@Base 2.4.0 + gimp_config_copy@Base 2.6.0 + gimp_config_deserialize@Base 2.8.0 + gimp_config_deserialize_file@Base 2.4.0 + gimp_config_deserialize_gfile@Base 2.10.0 + gimp_config_deserialize_properties@Base 2.4.0 + gimp_config_deserialize_property@Base 2.4.0 + gimp_config_deserialize_return@Base 2.4.0 + gimp_config_deserialize_stream@Base 2.10.0 + gimp_config_deserialize_string@Base 2.4.0 + gimp_config_diff@Base 2.4.0 + gimp_config_duplicate@Base 2.4.0 + gimp_config_error_quark@Base 2.4.0 + gimp_config_get_type@Base 2.10.6 + gimp_config_interface_get_type@Base 2.4.0 + gimp_config_is_equal_to@Base 2.4.0 + gimp_config_path_expand@Base 2.4.0 + gimp_config_path_expand_to_files@Base 2.10.0 + gimp_config_path_get_type@Base 2.4.0 + gimp_config_path_unexpand@Base 2.10.0 + gimp_config_reset@Base 2.4.0 + gimp_config_reset_properties@Base 2.4.0 + gimp_config_reset_property@Base 2.4.0 + gimp_config_serialize@Base 2.8.0 + gimp_config_serialize_changed_properties@Base 2.4.0 + gimp_config_serialize_properties@Base 2.4.0 + gimp_config_serialize_property@Base 2.4.0 + gimp_config_serialize_property_by_name@Base 2.6.0 + gimp_config_serialize_to_fd@Base 2.4.0 + gimp_config_serialize_to_file@Base 2.4.0 + gimp_config_serialize_to_gfile@Base 2.10.0 + gimp_config_serialize_to_stream@Base 2.10.0 + gimp_config_serialize_to_string@Base 2.4.0 + gimp_config_serialize_value@Base 2.4.0 + gimp_config_string_append_escaped@Base 2.4.0 + gimp_config_sync@Base 2.4.0 + gimp_config_writer_close@Base 2.4.0 + gimp_config_writer_comment@Base 2.4.0 + gimp_config_writer_comment_mode@Base 2.4.0 + gimp_config_writer_data@Base 2.4.0 + gimp_config_writer_finish@Base 2.4.0 + gimp_config_writer_identifier@Base 2.4.0 + gimp_config_writer_linefeed@Base 2.4.0 + gimp_config_writer_new_fd@Base 2.4.0 + gimp_config_writer_new_file@Base 2.4.0 + gimp_config_writer_new_gfile@Base 2.10.0 + gimp_config_writer_new_stream@Base 2.10.0 + gimp_config_writer_new_string@Base 2.4.0 + gimp_config_writer_open@Base 2.4.0 + gimp_config_writer_print@Base 2.4.0 + gimp_config_writer_printf@Base 2.4.0 + gimp_config_writer_revert@Base 2.4.0 + gimp_config_writer_string@Base 2.4.0 + gimp_file_get_config_path@Base 2.10.0 + gimp_file_new_for_config_path@Base 2.10.0 + gimp_param_config_path_get_type@Base 2.4.0 + gimp_param_spec_config_path@Base 2.4.0 + gimp_param_spec_config_path_type@Base 2.4.0 + gimp_scanner_destroy@Base 2.4.0 + gimp_scanner_new_file@Base 2.4.0 + gimp_scanner_new_gfile@Base 2.10.0 + gimp_scanner_new_stream@Base 2.10.0 + gimp_scanner_new_string@Base 2.4.0 + gimp_scanner_parse_boolean@Base 2.8.0 + gimp_scanner_parse_color@Base 2.4.0 + gimp_scanner_parse_data@Base 2.4.0 + gimp_scanner_parse_float@Base 2.4.0 + gimp_scanner_parse_identifier@Base 2.4.0 + gimp_scanner_parse_int64@Base 2.10.0 + gimp_scanner_parse_int@Base 2.4.0 + gimp_scanner_parse_matrix2@Base 2.4.0 + gimp_scanner_parse_string@Base 2.4.0 + gimp_scanner_parse_string_no_validate@Base 2.4.0 + gimp_scanner_parse_token@Base 2.4.0 +libgimpmath-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + gimp_matrix2_determinant@Base 2.10.18 + gimp_matrix2_get_type@Base 2.4.0 + gimp_matrix2_identity@Base 2.4.0 + gimp_matrix2_invert@Base 2.10.18 + gimp_matrix2_mult@Base 2.4.0 + gimp_matrix2_transform_point@Base 2.10.18 + gimp_matrix3_affine@Base 2.4.0 + gimp_matrix3_determinant@Base 2.4.0 + gimp_matrix3_equal@Base 2.10.18 + gimp_matrix3_get_type@Base 2.8.0 + gimp_matrix3_identity@Base 2.4.0 + gimp_matrix3_invert@Base 2.4.0 + gimp_matrix3_is_affine@Base 2.4.0 + gimp_matrix3_is_diagonal@Base 2.4.0 + gimp_matrix3_is_identity@Base 2.4.0 + gimp_matrix3_is_simple@Base 2.4.0 + gimp_matrix3_mult@Base 2.4.0 + gimp_matrix3_rotate@Base 2.4.0 + gimp_matrix3_scale@Base 2.4.0 + gimp_matrix3_transform_point@Base 2.4.0 + gimp_matrix3_translate@Base 2.4.0 + gimp_matrix3_xshear@Base 2.4.0 + gimp_matrix3_yshear@Base 2.4.0 + gimp_matrix4_identity@Base 2.10.18 + gimp_matrix4_mult@Base 2.10.18 + gimp_matrix4_to_deg@Base 2.4.0 + gimp_matrix4_transform_point@Base 2.10.18 + gimp_md5_get_digest@Base 2.4.0 + gimp_param_matrix2_get_type@Base 2.4.0 + gimp_param_matrix3_get_type@Base 2.8.0 + gimp_param_spec_matrix2@Base 2.4.0 + gimp_param_spec_matrix3@Base 2.8.0 + gimp_vector2_add@Base 2.4.0 + gimp_vector2_add_val@Base 2.4.0 + gimp_vector2_cross_product@Base 2.4.0 + gimp_vector2_cross_product_val@Base 2.4.0 + gimp_vector2_inner_product@Base 2.4.0 + gimp_vector2_inner_product_val@Base 2.4.0 + gimp_vector2_length@Base 2.4.0 + gimp_vector2_length_val@Base 2.4.0 + gimp_vector2_mul@Base 2.4.0 + gimp_vector2_mul_val@Base 2.4.0 + gimp_vector2_neg@Base 2.4.0 + gimp_vector2_neg_val@Base 2.4.0 + gimp_vector2_new@Base 2.4.0 + gimp_vector2_normal@Base 2.8.0 + gimp_vector2_normal_val@Base 2.8.0 + gimp_vector2_normalize@Base 2.4.0 + gimp_vector2_normalize_val@Base 2.4.0 + gimp_vector2_rotate@Base 2.4.0 + gimp_vector2_rotate_val@Base 2.4.0 + gimp_vector2_set@Base 2.4.0 + gimp_vector2_sub@Base 2.4.0 + gimp_vector2_sub_val@Base 2.4.0 + gimp_vector3_add@Base 2.4.0 + gimp_vector3_add_val@Base 2.4.0 + gimp_vector3_cross_product@Base 2.4.0 + gimp_vector3_cross_product_val@Base 2.4.0 + gimp_vector3_inner_product@Base 2.4.0 + gimp_vector3_inner_product_val@Base 2.4.0 + gimp_vector3_length@Base 2.4.0 + gimp_vector3_length_val@Base 2.4.0 + gimp_vector3_mul@Base 2.4.0 + gimp_vector3_mul_val@Base 2.4.0 + gimp_vector3_neg@Base 2.4.0 + gimp_vector3_neg_val@Base 2.4.0 + gimp_vector3_new@Base 2.4.0 + gimp_vector3_normalize@Base 2.4.0 + gimp_vector3_normalize_val@Base 2.4.0 + gimp_vector3_rotate@Base 2.4.0 + gimp_vector3_rotate_val@Base 2.4.0 + gimp_vector3_set@Base 2.4.0 + gimp_vector3_sub@Base 2.4.0 + gimp_vector3_sub_val@Base 2.4.0 + gimp_vector_2d_to_3d@Base 2.4.0 + gimp_vector_2d_to_3d_val@Base 2.4.0 + gimp_vector_3d_to_2d@Base 2.4.0 +libgimpmodule-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + gimp_module_db_get_load_inhibit@Base 2.4.0 + gimp_module_db_get_type@Base 2.4.0 + gimp_module_db_load@Base 2.4.0 + gimp_module_db_new@Base 2.4.0 + gimp_module_db_refresh@Base 2.4.0 + gimp_module_db_set_load_inhibit@Base 2.4.0 + gimp_module_error_quark@Base 2.8.0 + gimp_module_get_type@Base 2.4.0 + gimp_module_info_copy@Base 2.4.0 + gimp_module_info_free@Base 2.4.0 + gimp_module_info_new@Base 2.4.0 + gimp_module_modified@Base 2.4.0 + gimp_module_new@Base 2.4.0 + gimp_module_query_module@Base 2.4.0 + gimp_module_register_enum@Base 2.4.0 + gimp_module_set_load_inhibit@Base 2.4.0 + gimp_module_state_name@Base 2.4.0 +libgimpthumb-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + gimp_thumb_ensure_thumb_dir@Base 2.4.0 + gimp_thumb_ensure_thumb_dir_local@Base 2.4.0 + gimp_thumb_error_quark@Base 2.4.0 + gimp_thumb_file_test@Base 2.4.0 + gimp_thumb_file_type_get_type@Base 2.4.0 + gimp_thumb_find_thumb@Base 2.4.0 + gimp_thumb_get_thumb_base_dir@Base 2.10.0 + gimp_thumb_get_thumb_dir@Base 2.4.0 + gimp_thumb_get_thumb_dir_local@Base 2.4.0 + gimp_thumb_init@Base 2.4.0 + gimp_thumb_name_from_uri@Base 2.4.0 + gimp_thumb_name_from_uri_local@Base 2.4.0 + gimp_thumb_size_get_type@Base 2.4.0 + gimp_thumb_state_get_type@Base 2.4.0 + gimp_thumbnail_check_thumb@Base 2.4.0 + gimp_thumbnail_delete_failure@Base 2.4.0 + gimp_thumbnail_delete_others@Base 2.4.0 + gimp_thumbnail_get_type@Base 2.4.0 + gimp_thumbnail_has_failed@Base 2.4.0 + gimp_thumbnail_load_thumb@Base 2.4.0 + gimp_thumbnail_new@Base 2.4.0 + gimp_thumbnail_peek_image@Base 2.4.0 + gimp_thumbnail_peek_thumb@Base 2.4.0 + gimp_thumbnail_save_failure@Base 2.4.0 + gimp_thumbnail_save_thumb@Base 2.4.0 + gimp_thumbnail_save_thumb_local@Base 2.4.0 + gimp_thumbnail_set_filename@Base 2.4.0 + gimp_thumbnail_set_from_thumb@Base 2.4.0 + gimp_thumbnail_set_uri@Base 2.4.0 + gimp_thumbs_delete_for_uri@Base 2.4.0 + gimp_thumbs_delete_for_uri_local@Base 2.4.0 +libgimpui-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + _gimpui_marshal_VOID__STRING_BOOLEAN@Base 2.4.0 + _gimpui_marshal_VOID__STRING_DOUBLE_INT_INT_INT_INT_POINTER_BOOLEAN@Base 2.4.0 + _gimpui_marshal_VOID__STRING_INT_INT_INT_POINTER_BOOLEAN@Base 2.4.0 + _gimpui_marshal_VOID__STRING_INT_POINTER_BOOLEAN@Base 2.4.0 + gimp_aspect_preview_get_type@Base 2.4.0 + gimp_aspect_preview_new@Base 2.4.0 + gimp_aspect_preview_new_from_drawable_id@Base 2.10.0 + gimp_brush_select_button_get_brush@Base 2.4.0 + gimp_brush_select_button_get_type@Base 2.4.0 + gimp_brush_select_button_new@Base 2.4.0 + gimp_brush_select_button_set_brush@Base 2.4.0 + gimp_brush_select_widget_close@Base 2.4.0 + gimp_brush_select_widget_new@Base 2.4.0 + gimp_brush_select_widget_set@Base 2.4.0 + gimp_channel_combo_box_get_type@Base 2.4.0 + gimp_channel_combo_box_new@Base 2.4.0 + gimp_channel_menu_new@Base 2.4.0 + gimp_drawable_combo_box_get_type@Base 2.4.0 + gimp_drawable_combo_box_new@Base 2.4.0 + gimp_drawable_menu_new@Base 2.4.0 + gimp_drawable_preview_draw_region@Base 2.4.0 + gimp_drawable_preview_get_drawable@Base 2.4.0 + gimp_drawable_preview_get_drawable_id@Base 2.10.0 + gimp_drawable_preview_get_type@Base 2.4.0 + gimp_drawable_preview_new@Base 2.4.0 + gimp_drawable_preview_new_from_drawable_id@Base 2.10.0 + gimp_export_dialog_get_content_area@Base 2.8.0 + gimp_export_dialog_new@Base 2.8.0 + gimp_export_image@Base 2.4.0 + gimp_font_select_button_get_font@Base 2.4.0 + gimp_font_select_button_get_type@Base 2.4.0 + gimp_font_select_button_new@Base 2.4.0 + gimp_font_select_button_set_font@Base 2.4.0 + gimp_font_select_widget_close@Base 2.4.0 + gimp_font_select_widget_new@Base 2.4.0 + gimp_font_select_widget_set@Base 2.4.0 + gimp_gradient_select_button_get_gradient@Base 2.4.0 + gimp_gradient_select_button_get_type@Base 2.4.0 + gimp_gradient_select_button_new@Base 2.4.0 + gimp_gradient_select_button_set_gradient@Base 2.4.0 + gimp_gradient_select_widget_close@Base 2.4.0 + gimp_gradient_select_widget_new@Base 2.4.0 + gimp_gradient_select_widget_set@Base 2.4.0 + gimp_image_combo_box_get_type@Base 2.4.0 + gimp_image_combo_box_new@Base 2.4.0 + gimp_image_menu_new@Base 2.4.0 + gimp_image_metadata_load_finish@Base 2.10.0 + gimp_image_metadata_load_prepare@Base 2.10.0 + gimp_image_metadata_load_thumbnail@Base 2.10.0 + gimp_image_metadata_save_finish@Base 2.10.0 + gimp_image_metadata_save_prepare@Base 2.10.0 + gimp_layer_combo_box_get_type@Base 2.4.0 + gimp_layer_combo_box_new@Base 2.4.0 + gimp_layer_menu_new@Base 2.4.0 + gimp_palette_select_button_get_palette@Base 2.4.0 + gimp_palette_select_button_get_type@Base 2.4.0 + gimp_palette_select_button_new@Base 2.4.0 + gimp_palette_select_button_set_palette@Base 2.4.0 + gimp_palette_select_widget_close@Base 2.4.0 + gimp_palette_select_widget_new@Base 2.4.0 + gimp_palette_select_widget_set@Base 2.4.0 + gimp_pattern_select_button_get_pattern@Base 2.4.0 + gimp_pattern_select_button_get_type@Base 2.4.0 + gimp_pattern_select_button_new@Base 2.4.0 + gimp_pattern_select_button_set_pattern@Base 2.4.0 + gimp_pattern_select_widget_close@Base 2.4.0 + gimp_pattern_select_widget_new@Base 2.4.0 + gimp_pattern_select_widget_set@Base 2.4.0 + gimp_proc_browser_dialog_get_selected@Base 2.4.0 + gimp_proc_browser_dialog_get_type@Base 2.4.0 + gimp_proc_browser_dialog_new@Base 2.4.0 + gimp_proc_view_new@Base 2.4.0 + gimp_progress_bar_get_type@Base 2.4.0 + gimp_progress_bar_new@Base 2.4.0 + gimp_select_button_close_popup@Base 2.4.0 + gimp_select_button_get_type@Base 2.4.0 + gimp_ui_get_display_window@Base 2.4.0 + gimp_ui_get_progress_window@Base 2.4.0 + gimp_ui_init@Base 2.4.0 + gimp_vectors_combo_box_get_type@Base 2.4.0 + gimp_vectors_combo_box_new@Base 2.4.0 + gimp_window_set_transient@Base 2.4.0 + gimp_window_set_transient_for_display@Base 2.4.0 + gimp_zoom_preview_get_drawable@Base 2.4.0 + gimp_zoom_preview_get_drawable_id@Base 2.10.0 + gimp_zoom_preview_get_factor@Base 2.4.0 + gimp_zoom_preview_get_model@Base 2.4.0 + gimp_zoom_preview_get_source@Base 2.4.0 + gimp_zoom_preview_get_type@Base 2.4.0 + gimp_zoom_preview_new@Base 2.4.0 + gimp_zoom_preview_new_from_drawable_id@Base 2.10.0 + gimp_zoom_preview_new_with_model@Base 2.4.0 + gimp_zoom_preview_new_with_model_from_drawable_id@Base 2.10.0 +libgimpwidgets-2.0.so.0 libgimp2.0 #MINVER# +* Build-Depends-Package: libgimp2.0-dev + _gimp_ensure_modules_func@Base 2.4.0 + _gimp_get_background_func@Base 2.4.0 + _gimp_get_foreground_func@Base 2.4.0 + _gimp_pick_button_default_pick@Base 2.10.0 + _gimp_pick_button_kwin_available@Base 2.10.0 + _gimp_pick_button_kwin_pick@Base 2.10.0 + _gimp_pick_button_xdg_available@Base 2.10.30 + _gimp_pick_button_xdg_pick@Base 2.10.30 + _gimp_standard_help_func@Base 2.4.0 + _gimp_unit_store_sync_units@Base 2.8.14 + _gimp_widgets_marshal_BOOLEAN__POINTER@Base 2.4.0 + _gimp_widgets_marshal_VOID__DOUBLE_DOUBLE@Base 2.4.0 + _gimp_widgets_marshal_VOID__ENUM_BOOLEAN@Base 2.10.0 + _gimp_widgets_marshal_VOID__INT_INT@Base 2.4.0 + _gimp_widgets_marshal_VOID__OBJECT_INT@Base 2.4.0 + _gimp_widgets_marshal_VOID__POINTER_POINTER@Base 2.4.0 + _gimp_widgets_marshal_VOID__STRING_FLAGS@Base 2.4.0 + _gimp_widgets_marshal_VOID__STRING_INT@Base 2.4.0 + gdk_cairo_get_clip_rectangle@Base 2.10.0 + gdk_event_triggers_context_menu@Base 2.8.0 + gdk_keymap_get_modifier_mask@Base 2.8.0 + gdk_screen_get_monitor_workarea@Base 2.10.0 + gimp_aspect_type_get_type@Base 2.4.0 + gimp_browser_add_search_types@Base 2.4.0 + gimp_browser_get_type@Base 2.4.0 + gimp_browser_new@Base 2.4.0 + gimp_browser_set_widget@Base 2.4.0 + gimp_browser_show_message@Base 2.4.0 + gimp_busy_box_get_message@Base 2.10.6 + gimp_busy_box_get_type@Base 2.10.6 + gimp_busy_box_new@Base 2.10.6 + gimp_busy_box_set_message@Base 2.10.6 + gimp_button_extended_clicked@Base 2.4.0 + gimp_button_get_type@Base 2.4.0 + gimp_button_new@Base 2.4.0 + gimp_cairo_set_focus_line_pattern@Base 2.6.0 + gimp_cairo_surface_create_from_pixbuf@Base 2.6.0 + gimp_cell_renderer_color_get_type@Base 2.4.0 + gimp_cell_renderer_color_new@Base 2.4.0 + gimp_cell_renderer_toggle_clicked@Base 2.4.0 + gimp_cell_renderer_toggle_get_type@Base 2.4.0 + gimp_cell_renderer_toggle_new@Base 2.4.0 + gimp_chain_button_get_active@Base 2.4.0 + gimp_chain_button_get_icon_size@Base 2.10.12 + gimp_chain_button_get_type@Base 2.4.0 + gimp_chain_button_new@Base 2.4.0 + gimp_chain_button_set_active@Base 2.4.0 + gimp_chain_button_set_icon_size@Base 2.10.12 + gimp_chain_position_get_type@Base 2.4.0 + gimp_color_area_get_color@Base 2.4.0 + gimp_color_area_get_type@Base 2.4.0 + gimp_color_area_has_alpha@Base 2.4.0 + gimp_color_area_new@Base 2.4.0 + gimp_color_area_set_color@Base 2.4.0 + gimp_color_area_set_color_config@Base 2.10.0 + gimp_color_area_set_draw_border@Base 2.4.0 + gimp_color_area_set_type@Base 2.4.0 + gimp_color_area_type_get_type@Base 2.4.0 + gimp_color_button_get_color@Base 2.4.0 + gimp_color_button_get_title@Base 2.10.0 + gimp_color_button_get_type@Base 2.4.0 + gimp_color_button_get_ui_manager@Base 2.10.0 + gimp_color_button_get_update@Base 2.4.0 + gimp_color_button_has_alpha@Base 2.4.0 + gimp_color_button_new@Base 2.4.0 + gimp_color_button_set_color@Base 2.4.0 + gimp_color_button_set_color_config@Base 2.10.0 + gimp_color_button_set_title@Base 2.10.0 + gimp_color_button_set_type@Base 2.4.0 + gimp_color_button_set_update@Base 2.4.0 + gimp_color_display_changed@Base 2.4.0 + gimp_color_display_clone@Base 2.4.0 + gimp_color_display_configure@Base 2.4.0 + gimp_color_display_configure_reset@Base 2.4.0 + gimp_color_display_convert@Base 2.4.0 + gimp_color_display_convert_buffer@Base 2.10.0 + gimp_color_display_convert_surface@Base 2.8.0 + gimp_color_display_get_config@Base 2.4.0 + gimp_color_display_get_enabled@Base 2.4.0 + gimp_color_display_get_managed@Base 2.4.0 + gimp_color_display_get_type@Base 2.4.0 + gimp_color_display_load_state@Base 2.4.0 + gimp_color_display_new@Base 2.4.0 + gimp_color_display_save_state@Base 2.4.0 + gimp_color_display_set_enabled@Base 2.4.0 + gimp_color_display_stack_add@Base 2.4.0 + gimp_color_display_stack_changed@Base 2.4.0 + gimp_color_display_stack_clone@Base 2.4.0 + gimp_color_display_stack_convert@Base 2.4.0 + gimp_color_display_stack_convert_buffer@Base 2.10.0 + gimp_color_display_stack_convert_surface@Base 2.8.0 + gimp_color_display_stack_get_type@Base 2.4.0 + gimp_color_display_stack_new@Base 2.4.0 + gimp_color_display_stack_remove@Base 2.4.0 + gimp_color_display_stack_reorder_down@Base 2.4.0 + gimp_color_display_stack_reorder_up@Base 2.4.0 + gimp_color_hex_entry_get_color@Base 2.4.0 + gimp_color_hex_entry_get_type@Base 2.4.0 + gimp_color_hex_entry_new@Base 2.4.0 + gimp_color_hex_entry_set_color@Base 2.4.0 + gimp_color_notebook_get_type@Base 2.4.0 + gimp_color_notebook_set_has_page@Base 2.4.0 + gimp_color_picker_cursors_get_resource@Base 2.10.0 + gimp_color_profile_chooser_dialog_get_type@Base 2.10.0 + gimp_color_profile_chooser_dialog_new@Base 2.10.0 + gimp_color_profile_combo_box_add@Base 2.4.0 + gimp_color_profile_combo_box_add_file@Base 2.10.0 + gimp_color_profile_combo_box_get_active@Base 2.4.0 + gimp_color_profile_combo_box_get_active_file@Base 2.10.0 + gimp_color_profile_combo_box_get_type@Base 2.4.0 + gimp_color_profile_combo_box_new@Base 2.4.0 + gimp_color_profile_combo_box_new_with_model@Base 2.4.0 + gimp_color_profile_combo_box_set_active@Base 2.4.0 + gimp_color_profile_combo_box_set_active_file@Base 2.10.0 + gimp_color_profile_store_add@Base 2.4.0 + gimp_color_profile_store_add_file@Base 2.10.0 + gimp_color_profile_store_get_type@Base 2.4.0 + gimp_color_profile_store_new@Base 2.4.0 + gimp_color_profile_view_get_type@Base 2.10.0 + gimp_color_profile_view_new@Base 2.10.0 + gimp_color_profile_view_set_error@Base 2.10.0 + gimp_color_profile_view_set_profile@Base 2.10.0 + gimp_color_scale_entry_new@Base 2.4.0 + gimp_color_scale_get_type@Base 2.4.0 + gimp_color_scale_new@Base 2.4.0 + gimp_color_scale_set_channel@Base 2.4.0 + gimp_color_scale_set_color@Base 2.4.0 + gimp_color_scale_set_color_config@Base 2.10.0 + gimp_color_scales_get_show_rgb_u8@Base 2.10.0 + gimp_color_scales_get_type@Base 2.4.0 + gimp_color_scales_set_show_rgb_u8@Base 2.10.0 + gimp_color_select_get_type@Base 2.4.0 + gimp_color_selection_color_changed@Base 2.4.0 + gimp_color_selection_get_color@Base 2.4.0 + gimp_color_selection_get_old_color@Base 2.4.0 + gimp_color_selection_get_show_alpha@Base 2.4.0 + gimp_color_selection_get_type@Base 2.4.0 + gimp_color_selection_new@Base 2.4.0 + gimp_color_selection_reset@Base 2.4.0 + gimp_color_selection_set_color@Base 2.4.0 + gimp_color_selection_set_config@Base 2.4.0 + gimp_color_selection_set_old_color@Base 2.4.0 + gimp_color_selection_set_show_alpha@Base 2.4.0 + gimp_color_selector_channel_changed@Base 2.4.0 + gimp_color_selector_channel_get_type@Base 2.4.0 + gimp_color_selector_color_changed@Base 2.4.0 + gimp_color_selector_get_channel@Base 2.10.0 + gimp_color_selector_get_color@Base 2.10.0 + gimp_color_selector_get_model_visible@Base 2.10.0 + gimp_color_selector_get_show_alpha@Base 2.10.0 + gimp_color_selector_get_toggles_sensitive@Base 2.10.0 + gimp_color_selector_get_toggles_visible@Base 2.10.0 + gimp_color_selector_get_type@Base 2.4.0 + gimp_color_selector_model_get_type@Base 2.10.0 + gimp_color_selector_model_visible_changed@Base 2.10.0 + gimp_color_selector_new@Base 2.4.0 + gimp_color_selector_set_channel@Base 2.4.0 + gimp_color_selector_set_color@Base 2.4.0 + gimp_color_selector_set_config@Base 2.4.0 + gimp_color_selector_set_model_visible@Base 2.10.0 + gimp_color_selector_set_show_alpha@Base 2.4.0 + gimp_color_selector_set_toggles_sensitive@Base 2.4.0 + gimp_color_selector_set_toggles_visible@Base 2.4.0 + gimp_context_help@Base 2.4.0 + gimp_controller_event@Base 2.4.0 + gimp_controller_get_event_blurb@Base 2.4.0 + gimp_controller_get_event_name@Base 2.4.0 + gimp_controller_get_n_events@Base 2.4.0 + gimp_controller_get_type@Base 2.4.0 + gimp_controller_new@Base 2.4.0 + gimp_coordinates_new@Base 2.4.0 + gimp_dialog_add_button@Base 2.4.0 + gimp_dialog_add_buttons@Base 2.4.0 + gimp_dialog_add_buttons_valist@Base 2.4.0 + gimp_dialog_get_type@Base 2.4.0 + gimp_dialog_new@Base 2.4.0 + gimp_dialog_new_valist@Base 2.4.0 + gimp_dialog_run@Base 2.4.0 + gimp_dialogs_show_help_button@Base 2.4.0 + gimp_double_adjustment_update@Base 2.4.0 + gimp_eevl_evaluate@Base 2.8.0 + gimp_enum_combo_box_get_type@Base 2.4.0 + gimp_enum_combo_box_new@Base 2.4.0 + gimp_enum_combo_box_new_with_model@Base 2.4.0 + gimp_enum_combo_box_set_icon_prefix@Base 2.10.0 + gimp_enum_combo_box_set_stock_prefix@Base 2.4.0 + gimp_enum_icon_box_new@Base 2.10.0 + gimp_enum_icon_box_new_with_range@Base 2.10.0 + gimp_enum_icon_box_set_child_padding@Base 2.10.0 + gimp_enum_label_get_type@Base 2.4.0 + gimp_enum_label_new@Base 2.4.0 + gimp_enum_label_set_value@Base 2.4.0 + gimp_enum_radio_box_new@Base 2.4.0 + gimp_enum_radio_box_new_with_range@Base 2.4.0 + gimp_enum_radio_frame_new@Base 2.4.0 + gimp_enum_radio_frame_new_with_range@Base 2.4.0 + gimp_enum_stock_box_new@Base 2.4.0 + gimp_enum_stock_box_new_with_range@Base 2.4.0 + gimp_enum_stock_box_set_child_padding@Base 2.4.0 + gimp_enum_store_get_type@Base 2.4.0 + gimp_enum_store_new@Base 2.4.0 + gimp_enum_store_new_with_range@Base 2.4.0 + gimp_enum_store_new_with_values@Base 2.4.0 + gimp_enum_store_new_with_values_valist@Base 2.4.0 + gimp_enum_store_set_icon_prefix@Base 2.10.0 + gimp_enum_store_set_stock_prefix@Base 2.4.0 + gimp_file_entry_get_filename@Base 2.4.0 + gimp_file_entry_get_type@Base 2.4.0 + gimp_file_entry_new@Base 2.4.0 + gimp_file_entry_set_filename@Base 2.4.0 + gimp_float_adjustment_update@Base 2.4.0 + gimp_frame_get_type@Base 2.4.0 + gimp_frame_new@Base 2.4.0 + gimp_get_monitor_at_pointer@Base 2.10.0 + gimp_help_connect@Base 2.4.0 + gimp_help_disable_tooltips@Base 2.4.0 + gimp_help_enable_tooltips@Base 2.4.0 + gimp_help_id_quark@Base 2.4.0 + gimp_help_set_help_data@Base 2.4.0 + gimp_help_set_help_data_with_markup@Base 2.6.0 + gimp_hint_box_get_type@Base 2.4.0 + gimp_hint_box_new@Base 2.4.0 + gimp_icon_pixbufs_get_resource@Base 2.10.0 + gimp_icons_init@Base 2.10.0 + gimp_icons_set_icon_theme@Base 2.10.0 + gimp_int_adjustment_update@Base 2.4.0 + gimp_int_combo_box_append@Base 2.4.0 + gimp_int_combo_box_connect@Base 2.4.0 + gimp_int_combo_box_get_active@Base 2.4.0 + gimp_int_combo_box_get_active_user_data@Base 2.10.0 + gimp_int_combo_box_get_label@Base 2.10.0 + gimp_int_combo_box_get_layout@Base 2.10.0 + gimp_int_combo_box_get_type@Base 2.4.0 + gimp_int_combo_box_layout_get_type@Base 2.10.0 + gimp_int_combo_box_new@Base 2.4.0 + gimp_int_combo_box_new_array@Base 2.4.0 + gimp_int_combo_box_new_valist@Base 2.4.0 + gimp_int_combo_box_prepend@Base 2.4.0 + gimp_int_combo_box_set_active@Base 2.4.0 + gimp_int_combo_box_set_active_by_user_data@Base 2.10.0 + gimp_int_combo_box_set_label@Base 2.10.0 + gimp_int_combo_box_set_layout@Base 2.10.0 + gimp_int_combo_box_set_sensitivity@Base 2.4.0 + gimp_int_option_menu_new@Base 2.4.0 + gimp_int_option_menu_set_history@Base 2.4.0 + gimp_int_option_menu_set_sensitive@Base 2.4.0 + gimp_int_radio_group_new@Base 2.4.0 + gimp_int_radio_group_set_active@Base 2.4.0 + gimp_int_store_get_type@Base 2.4.0 + gimp_int_store_lookup_by_user_data@Base 2.10.0 + gimp_int_store_lookup_by_value@Base 2.4.0 + gimp_int_store_new@Base 2.4.0 + gimp_label_set_attributes@Base 2.4.0 + gimp_memsize_entry_get_type@Base 2.4.0 + gimp_memsize_entry_get_value@Base 2.4.0 + gimp_memsize_entry_new@Base 2.4.0 + gimp_memsize_entry_set_value@Base 2.4.0 + gimp_menu_item_update@Base 2.4.0 + gimp_number_pair_entry_get_aspect@Base 2.4.0 + gimp_number_pair_entry_get_default_text@Base 2.4.0 + gimp_number_pair_entry_get_default_values@Base 2.4.0 + gimp_number_pair_entry_get_ratio@Base 2.4.0 + gimp_number_pair_entry_get_type@Base 2.4.0 + gimp_number_pair_entry_get_user_override@Base 2.4.0 + gimp_number_pair_entry_get_values@Base 2.4.0 + gimp_number_pair_entry_new@Base 2.4.0 + gimp_number_pair_entry_set_aspect@Base 2.4.0 + gimp_number_pair_entry_set_default_text@Base 2.4.0 + gimp_number_pair_entry_set_default_values@Base 2.4.0 + gimp_number_pair_entry_set_ratio@Base 2.4.0 + gimp_number_pair_entry_set_user_override@Base 2.4.0 + gimp_number_pair_entry_set_values@Base 2.4.0 + gimp_offset_area_get_type@Base 2.4.0 + gimp_offset_area_new@Base 2.4.0 + gimp_offset_area_set_offsets@Base 2.4.0 + gimp_offset_area_set_pixbuf@Base 2.4.0 + gimp_offset_area_set_size@Base 2.4.0 + gimp_option_menu_new2@Base 2.4.0 + gimp_option_menu_new@Base 2.4.0 + gimp_option_menu_set_history@Base 2.4.0 + gimp_option_menu_set_sensitive@Base 2.4.0 + gimp_page_selector_get_n_pages@Base 2.4.0 + gimp_page_selector_get_page_label@Base 2.4.0 + gimp_page_selector_get_page_thumbnail@Base 2.4.0 + gimp_page_selector_get_selected_pages@Base 2.4.0 + gimp_page_selector_get_selected_range@Base 2.4.0 + gimp_page_selector_get_target@Base 2.4.0 + gimp_page_selector_get_type@Base 2.4.0 + gimp_page_selector_new@Base 2.4.0 + gimp_page_selector_page_is_selected@Base 2.4.0 + gimp_page_selector_select_all@Base 2.4.0 + gimp_page_selector_select_page@Base 2.4.0 + gimp_page_selector_select_range@Base 2.4.0 + gimp_page_selector_set_n_pages@Base 2.4.0 + gimp_page_selector_set_page_label@Base 2.4.0 + gimp_page_selector_set_page_thumbnail@Base 2.4.0 + gimp_page_selector_set_target@Base 2.4.0 + gimp_page_selector_target_get_type@Base 2.4.0 + gimp_page_selector_unselect_all@Base 2.4.0 + gimp_page_selector_unselect_page@Base 2.4.0 + gimp_path_editor_get_dir_writable@Base 2.4.0 + gimp_path_editor_get_path@Base 2.4.0 + gimp_path_editor_get_type@Base 2.4.0 + gimp_path_editor_get_writable_path@Base 2.4.0 + gimp_path_editor_new@Base 2.4.0 + gimp_path_editor_set_dir_writable@Base 2.4.0 + gimp_path_editor_set_path@Base 2.4.0 + gimp_path_editor_set_writable_path@Base 2.4.0 + gimp_pick_button_get_type@Base 2.4.0 + gimp_pick_button_new@Base 2.4.0 + gimp_pixmap_button_new@Base 2.4.0 + gimp_pixmap_get_type@Base 2.4.0 + gimp_pixmap_new@Base 2.4.0 + gimp_pixmap_set@Base 2.4.0 + gimp_preview_area_blend@Base 2.4.0 + gimp_preview_area_draw@Base 2.4.0 + gimp_preview_area_fill@Base 2.4.0 + gimp_preview_area_get_type@Base 2.4.0 + gimp_preview_area_mask@Base 2.4.0 + gimp_preview_area_menu_popup@Base 2.4.0 + gimp_preview_area_new@Base 2.4.0 + gimp_preview_area_set_color_config@Base 2.10.0 + gimp_preview_area_set_colormap@Base 2.4.0 + gimp_preview_area_set_max_size@Base 2.4.0 + gimp_preview_area_set_offsets@Base 2.4.0 + gimp_preview_draw@Base 2.4.0 + gimp_preview_draw_buffer@Base 2.4.0 + gimp_preview_get_area@Base 2.4.0 + gimp_preview_get_controls@Base 2.4.0 + gimp_preview_get_position@Base 2.4.0 + gimp_preview_get_size@Base 2.4.0 + gimp_preview_get_type@Base 2.4.0 + gimp_preview_get_update@Base 2.4.0 + gimp_preview_invalidate@Base 2.4.0 + gimp_preview_set_bounds@Base 2.4.0 + gimp_preview_set_default_cursor@Base 2.4.0 + gimp_preview_set_update@Base 2.4.0 + gimp_preview_transform@Base 2.4.0 + gimp_preview_untransform@Base 2.4.0 + gimp_prop_boolean_combo_box_new@Base 2.4.0 + gimp_prop_boolean_radio_frame_new@Base 2.4.0 + gimp_prop_check_button_new@Base 2.4.0 + gimp_prop_color_area_new@Base 2.4.0 + gimp_prop_coordinates_connect@Base 2.4.0 + gimp_prop_coordinates_new@Base 2.4.0 + gimp_prop_entry_new@Base 2.4.0 + gimp_prop_enum_check_button_new@Base 2.4.0 + gimp_prop_enum_combo_box_new@Base 2.4.0 + gimp_prop_enum_icon_box_new@Base 2.10.0 + gimp_prop_enum_label_new@Base 2.4.0 + gimp_prop_enum_radio_box_new@Base 2.4.0 + gimp_prop_enum_radio_frame_new@Base 2.4.0 + gimp_prop_enum_stock_box_new@Base 2.4.0 + gimp_prop_expander_new@Base 2.4.0 + gimp_prop_file_chooser_button_new@Base 2.4.0 + gimp_prop_file_chooser_button_new_with_dialog@Base 2.4.0 + gimp_prop_hscale_new@Base 2.4.0 + gimp_prop_icon_image_new@Base 2.10.0 + gimp_prop_int_combo_box_new@Base 2.4.0 + gimp_prop_label_new@Base 2.4.0 + gimp_prop_memsize_entry_new@Base 2.4.0 + gimp_prop_opacity_entry_new@Base 2.4.0 + gimp_prop_path_editor_new@Base 2.4.0 + gimp_prop_pointer_combo_box_new@Base 2.10.0 + gimp_prop_scale_entry_new@Base 2.4.0 + gimp_prop_size_entry_new@Base 2.4.0 + gimp_prop_spin_button_new@Base 2.4.0 + gimp_prop_stock_image_new@Base 2.4.0 + gimp_prop_string_combo_box_new@Base 2.4.0 + gimp_prop_text_buffer_new@Base 2.4.0 + gimp_prop_unit_combo_box_new@Base 2.8.0 + gimp_prop_unit_menu_new@Base 2.4.0 + gimp_query_boolean_box@Base 2.4.0 + gimp_query_double_box@Base 2.4.0 + gimp_query_int_box@Base 2.4.0 + gimp_query_size_box@Base 2.4.0 + gimp_query_string_box@Base 2.4.0 + gimp_radio_button_update@Base 2.4.0 + gimp_radio_group_new2@Base 2.4.0 + gimp_radio_group_new@Base 2.4.0 + gimp_radio_group_set_active@Base 2.4.0 + gimp_random_seed_new@Base 2.4.0 + gimp_ruler_add_track_widget@Base 2.8.0 + gimp_ruler_get_position@Base 2.6.0 + gimp_ruler_get_range@Base 2.6.0 + gimp_ruler_get_type@Base 2.6.0 + gimp_ruler_get_unit@Base 2.6.0 + gimp_ruler_new@Base 2.6.0 + gimp_ruler_remove_track_widget@Base 2.8.0 + gimp_ruler_set_position@Base 2.6.0 + gimp_ruler_set_range@Base 2.6.0 + gimp_ruler_set_unit@Base 2.6.0 + gimp_scale_entry_get_logarithmic@Base 2.4.0 + gimp_scale_entry_new@Base 2.4.0 + gimp_scale_entry_set_logarithmic@Base 2.4.0 + gimp_scale_entry_set_sensitive@Base 2.4.0 + gimp_screen_get_color_profile@Base 2.10.0 + gimp_scrolled_preview_freeze@Base 2.4.0 + gimp_scrolled_preview_get_type@Base 2.4.0 + gimp_scrolled_preview_set_policy@Base 2.4.0 + gimp_scrolled_preview_set_position@Base 2.4.0 + gimp_scrolled_preview_thaw@Base 2.4.0 + gimp_size_entry_add_field@Base 2.4.0 + gimp_size_entry_attach_label@Base 2.4.0 + gimp_size_entry_get_help_widget@Base 2.4.0 + gimp_size_entry_get_refval@Base 2.4.0 + gimp_size_entry_get_type@Base 2.4.0 + gimp_size_entry_get_unit@Base 2.4.0 + gimp_size_entry_get_value@Base 2.4.0 + gimp_size_entry_grab_focus@Base 2.4.0 + gimp_size_entry_new@Base 2.4.0 + gimp_size_entry_set_activates_default@Base 2.4.0 + gimp_size_entry_set_pixel_digits@Base 2.4.0 + gimp_size_entry_set_refval@Base 2.4.0 + gimp_size_entry_set_refval_boundaries@Base 2.4.0 + gimp_size_entry_set_refval_digits@Base 2.4.0 + gimp_size_entry_set_resolution@Base 2.4.0 + gimp_size_entry_set_size@Base 2.4.0 + gimp_size_entry_set_unit@Base 2.4.0 + gimp_size_entry_set_value@Base 2.4.0 + gimp_size_entry_set_value_boundaries@Base 2.4.0 + gimp_size_entry_show_unit_menu@Base 2.4.0 + gimp_size_entry_update_policy_get_type@Base 2.4.0 + gimp_spin_button_get_type@Base 2.10.12 + gimp_spin_button_new@Base 2.4.0 + gimp_spin_button_new_@Base 2.10.12 + gimp_spin_button_new_with_range@Base 2.10.12 + gimp_standard_help_func@Base 2.4.0 + gimp_stock_init@Base 2.4.0 + gimp_string_combo_box_get_active@Base 2.4.0 + gimp_string_combo_box_get_type@Base 2.4.0 + gimp_string_combo_box_new@Base 2.4.0 + gimp_string_combo_box_set_active@Base 2.4.0 + gimp_table_attach_aligned@Base 2.4.0 + gimp_toggle_button_sensitive_update@Base 2.4.0 + gimp_toggle_button_update@Base 2.4.0 + gimp_uint_adjustment_update@Base 2.4.0 + gimp_unit_combo_box_get_active@Base 2.8.0 + gimp_unit_combo_box_get_type@Base 2.8.0 + gimp_unit_combo_box_new@Base 2.8.0 + gimp_unit_combo_box_new_with_model@Base 2.8.0 + gimp_unit_combo_box_set_active@Base 2.8.0 + gimp_unit_menu_get_pixel_digits@Base 2.4.0 + gimp_unit_menu_get_type@Base 2.4.0 + gimp_unit_menu_get_unit@Base 2.4.0 + gimp_unit_menu_new@Base 2.4.0 + gimp_unit_menu_set_pixel_digits@Base 2.4.0 + gimp_unit_menu_set_unit@Base 2.4.0 + gimp_unit_menu_update@Base 2.4.0 + gimp_unit_store_get_has_percent@Base 2.8.0 + gimp_unit_store_get_has_pixels@Base 2.8.0 + gimp_unit_store_get_type@Base 2.8.0 + gimp_unit_store_get_value@Base 2.8.0 + gimp_unit_store_get_values@Base 2.8.0 + gimp_unit_store_new@Base 2.8.0 + gimp_unit_store_set_has_percent@Base 2.8.0 + gimp_unit_store_set_has_pixels@Base 2.8.0 + gimp_unit_store_set_pixel_value@Base 2.8.0 + gimp_unit_store_set_pixel_values@Base 2.8.0 + gimp_unit_store_set_resolution@Base 2.8.0 + gimp_unit_store_set_resolutions@Base 2.8.0 + gimp_widget_get_color_profile@Base 2.10.0 + gimp_widget_get_color_transform@Base 2.10.0 + gimp_widget_get_monitor@Base 2.10.0 + gimp_widget_track_monitor@Base 2.10.0 + gimp_widgets_error_quark@Base 2.8.0 + gimp_widgets_init@Base 2.4.0 + gimp_zoom_button_new@Base 2.4.0 + gimp_zoom_model_get_factor@Base 2.4.0 + gimp_zoom_model_get_fraction@Base 2.4.0 + gimp_zoom_model_get_type@Base 2.4.0 + gimp_zoom_model_new@Base 2.4.0 + gimp_zoom_model_set_range@Base 2.4.0 + gimp_zoom_model_zoom@Base 2.4.0 + gimp_zoom_model_zoom_step@Base 2.4.0 + gimp_zoom_type_get_type@Base 2.4.0 + gtk_box_new@Base 2.8.0 + gtk_button_box_new@Base 2.8.0 + gtk_label_get_xalign@Base 2.10.0 + gtk_label_get_yalign@Base 2.10.0 + gtk_label_set_xalign@Base 2.10.0 + gtk_label_set_yalign@Base 2.10.0 + gtk_paned_new@Base 2.8.0 + gtk_scale_new@Base 2.8.0 + gtk_scrollbar_new@Base 2.8.0 + gtk_separator_new@Base 2.8.0 + gtk_widget_get_modifier_mask@Base 2.8.0 diff --git a/debian/patches/01_hurd_ftbfs.patch b/debian/patches/01_hurd_ftbfs.patch new file mode 100644 index 0000000..087cba2 --- /dev/null +++ b/debian/patches/01_hurd_ftbfs.patch @@ -0,0 +1,24 @@ +From: Svante Signell +Date: Sun, 1 Apr 2018 17:43:04 -0400 +Subject: Define PATH_MAX to fix build on the Hurd. + +Forwarded: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424 +Applied-upstream: no +--- + libgimpbase/gimpreloc.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/libgimpbase/gimpreloc.c b/libgimpbase/gimpreloc.c +index b9fa4df..8cd72f9 100644 +--- a/libgimpbase/gimpreloc.c ++++ b/libgimpbase/gimpreloc.c +@@ -27,6 +27,9 @@ + + #include "gimpreloc.h" + ++#ifndef PATH_MAX ++#define PATH_MAX 4096 ++#endif + + /* + * Find the canonical filename of the executable. Returns the filename diff --git a/debian/patches/02_hurd_ftbfs.patch b/debian/patches/02_hurd_ftbfs.patch new file mode 100644 index 0000000..f4c1fc7 --- /dev/null +++ b/debian/patches/02_hurd_ftbfs.patch @@ -0,0 +1,25 @@ +From: Svante Signell +Date: Tue, 6 Aug 2019 21:04:22 +0200 +Subject: qbist: Define PATH_MAX on Hurd + +Bug-Debian: https://bugs.debian.org/934077 +Forwarded: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424 +Applied-upstream: no +--- + plug-ins/common/qbist.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/plug-ins/common/qbist.c b/plug-ins/common/qbist.c +index f8f94d4..6f1b582 100644 +--- a/plug-ins/common/qbist.c ++++ b/plug-ins/common/qbist.c +@@ -38,6 +38,9 @@ + + #include "libgimp/stdplugins-intl.h" + ++#ifndef PATH_MAX ++#define PATH_MAX 4096 ++#endif + + /** qbist renderer ***********************************************************/ + diff --git a/debian/patches/plug-ins-Additional-fixes-for-DDS-Import.patch b/debian/patches/plug-ins-Additional-fixes-for-DDS-Import.patch new file mode 100644 index 0000000..b0b45cc --- /dev/null +++ b/debian/patches/plug-ins-Additional-fixes-for-DDS-Import.patch @@ -0,0 +1,53 @@ +From: Alx Sa +Date: Sat, 28 Oct 2023 21:44:51 +0000 +Subject: plug-ins: Additional fixes for DDS Import +Origin: https://gitlab.gnome.org/GNOME/gimp/-/commit/9dda8139e4d07e3a273436eda993fef32555edbe +Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2023-44441 +Bug-Debian: https://bugs.debian.org/1055984 + +@Wormnest noted remaining regressions after 8faad92e. +The second fread() only runs if the DDSD_PITCH flag is set, +so the error handling check should also be conditional. +Additionally, the ZDI-CAN-22093 exploit no longer runs but +still could cause a plug-in crash. This patch adds an additional +check to ensure the buffer size was within bounds. +--- + plug-ins/file-dds/ddsread.c | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) + +diff --git a/plug-ins/file-dds/ddsread.c b/plug-ins/file-dds/ddsread.c +index 74368d04e41a..dcb4449a9f97 100644 +--- a/plug-ins/file-dds/ddsread.c ++++ b/plug-ins/file-dds/ddsread.c +@@ -928,6 +928,7 @@ load_layer (FILE *fp, + current_position = ftell (fp); + fseek (fp, 0L, SEEK_END); + file_size = ftell (fp); ++ fseek (fp, 0, SEEK_SET); + fseek (fp, current_position, SEEK_SET); + + if (width < 1) width = 1; +@@ -1033,7 +1034,8 @@ load_layer (FILE *fp, + size *= 16; + } + +- if (size > (file_size - current_position)) ++ if (size > (file_size - current_position) || ++ size > hdr->pitch_or_linsize) + { + g_message ("Requested data exceeds size of file.\n"); + return 0; +@@ -1078,7 +1080,9 @@ load_layer (FILE *fp, + } + + current_position = ftell (fp); +- if ((width * d->bpp) > (file_size - current_position)) ++ if ((hdr->flags & DDSD_PITCH) && ++ ((width * d->bpp) > (file_size - current_position) || ++ (width * d->bpp) > hdr->pitch_or_linsize)) + { + g_message ("Requested data exceeds size of file.\n"); + return 0; +-- +2.42.0 + diff --git a/debian/patches/plug-ins-Fix-DDS-import-regression-from-7db71cd0.patch b/debian/patches/plug-ins-Fix-DDS-import-regression-from-7db71cd0.patch new file mode 100644 index 0000000..d6f2776 --- /dev/null +++ b/debian/patches/plug-ins-Fix-DDS-import-regression-from-7db71cd0.patch @@ -0,0 +1,99 @@ +From: Alx Sa +Date: Fri, 27 Oct 2023 22:04:48 +0000 +Subject: plug-ins: Fix DDS import regression from 7db71cd0 +Origin: https://gitlab.gnome.org/GNOME/gimp/-/commit/e92f279c97282a2b20dca0d923db7465f2057703 +Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2023-44441 +Bug-Debian: https://bugs.debian.org/1055984 + +@Wormnest pointed out that compressed files are likely smaller than +width * height * bps, so our check to prevent ZDI-CAN-22093 +also caught valid files. +The size check is removed from load_image () and moved to load_layer () +before the two fread() functions, as we know exactly how much we'll +try to read at that point. +(Backport of 8faad92e) +--- + plug-ins/file-dds/ddsread.c | 39 +++++++++++++++++++++++++++---------- + 1 file changed, 29 insertions(+), 10 deletions(-) + +diff --git a/plug-ins/file-dds/ddsread.c b/plug-ins/file-dds/ddsread.c +index 98e122de8aff..74368d04e41a 100644 +--- a/plug-ins/file-dds/ddsread.c ++++ b/plug-ins/file-dds/ddsread.c +@@ -191,16 +191,6 @@ read_dds (gchar *filename, + } + } + +- /* verify header information is accurate */ +- if (hdr.depth < 1 || +- (hdr.pitch_or_linsize > (file_size - sizeof (hdr))) || +- (((guint64) hdr.height * hdr.width * hdr.depth) > (file_size - sizeof (hdr)))) +- { +- fclose (fp); +- g_message ("Invalid or corrupted DDS header\n"); +- return GIMP_PDB_EXECUTION_ERROR; +- } +- + if (hdr.pixelfmt.flags & DDPF_FOURCC) + { + /* fourcc is dXt* or rXgb */ +@@ -310,6 +300,15 @@ read_dds (gchar *filename, + precision = GIMP_PRECISION_U8_GAMMA; + } + ++ /* verify header information is accurate */ ++ if (d.bpp < 1 || ++ (hdr.pitch_or_linsize > (file_size - sizeof (hdr)))) ++ { ++ fclose (fp); ++ g_message ("Invalid or corrupted DDS header\n"); ++ return GIMP_PDB_EXECUTION_ERROR; ++ } ++ + image = gimp_image_new_with_precision (hdr.width, hdr.height, type, precision); + + if (image == -1) +@@ -923,6 +922,13 @@ load_layer (FILE *fp, + unsigned int size = hdr->pitch_or_linsize >> (2 * level); + unsigned int layerw; + int format = DDS_COMPRESS_NONE; ++ gsize file_size; ++ gsize current_position; ++ ++ current_position = ftell (fp); ++ fseek (fp, 0L, SEEK_END); ++ file_size = ftell (fp); ++ fseek (fp, current_position, SEEK_SET); + + if (width < 1) width = 1; + if (height < 1) height = 1; +@@ -1027,6 +1033,12 @@ load_layer (FILE *fp, + size *= 16; + } + ++ if (size > (file_size - current_position)) ++ { ++ g_message ("Requested data exceeds size of file.\n"); ++ return 0; ++ } ++ + if ((hdr->flags & DDSD_LINEARSIZE) && + !fread (buf, size, 1, fp)) + { +@@ -1065,6 +1077,13 @@ load_layer (FILE *fp, + gimp_progress_update ((double)y / (double)hdr->height); + } + ++ current_position = ftell (fp); ++ if ((width * d->bpp) > (file_size - current_position)) ++ { ++ g_message ("Requested data exceeds size of file.\n"); ++ return 0; ++ } ++ + if ((hdr->flags & DDSD_PITCH) && + !fread (buf, width * d->bpp, 1, fp)) + { +-- +2.42.0 + diff --git a/debian/patches/plug-ins-Fix-DDS-vulnerability-ZDI-CAN-22093.patch b/debian/patches/plug-ins-Fix-DDS-vulnerability-ZDI-CAN-22093.patch new file mode 100644 index 0000000..c5ae876 --- /dev/null +++ b/debian/patches/plug-ins-Fix-DDS-vulnerability-ZDI-CAN-22093.patch @@ -0,0 +1,62 @@ +From: Alx Sa +Date: Sun, 1 Oct 2023 17:54:08 +0000 +Subject: plug-ins: Fix DDS vulnerability (ZDI-CAN-22093) +Origin: https://gitlab.gnome.org/GNOME/gimp/-/commit/7db71cd0b6e36c454aa0d2d3efeec7e636db4dbc +Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2023-44441 +Bug-Debian: https://bugs.debian.org/1055984 + +Resolves #10069 + +Currently, the DDS header information for the width, height, and bytes per scan line +are read in and assumed to be correct. As these values are used for memory allocation +and reading, it would be good to verify they do not exceed the file size. + +This patch adds a condition after the header is read in to verify those values. If they exceed +the file size (mins an offset), the file is not read in and an error message is shown. +--- + plug-ins/file-dds/ddsread.c | 15 +++++++++++++++ + 1 file changed, 15 insertions(+) + +diff --git a/plug-ins/file-dds/ddsread.c b/plug-ins/file-dds/ddsread.c +index a8eb8b8ad9f3..98e122de8aff 100644 +--- a/plug-ins/file-dds/ddsread.c ++++ b/plug-ins/file-dds/ddsread.c +@@ -109,6 +109,7 @@ read_dds (gchar *filename, + guchar *pixels; + gchar *tmp; + FILE *fp; ++ gsize file_size; + dds_header_t hdr; + dds_header_dx10_t dx10hdr; + dds_load_info_t d; +@@ -130,6 +131,10 @@ read_dds (gchar *filename, + return GIMP_PDB_EXECUTION_ERROR; + } + ++ fseek (fp, 0L, SEEK_END); ++ file_size = ftell (fp); ++ fseek (fp, 0, SEEK_SET); ++ + if (strrchr (filename, '/')) + tmp = g_strdup_printf ("Loading %s:", strrchr (filename, '/') + 1); + else +@@ -186,6 +191,16 @@ read_dds (gchar *filename, + } + } + ++ /* verify header information is accurate */ ++ if (hdr.depth < 1 || ++ (hdr.pitch_or_linsize > (file_size - sizeof (hdr))) || ++ (((guint64) hdr.height * hdr.width * hdr.depth) > (file_size - sizeof (hdr)))) ++ { ++ fclose (fp); ++ g_message ("Invalid or corrupted DDS header\n"); ++ return GIMP_PDB_EXECUTION_ERROR; ++ } ++ + if (hdr.pixelfmt.flags & DDPF_FOURCC) + { + /* fourcc is dXt* or rXgb */ +-- +2.42.0 + diff --git a/debian/patches/plug-ins-Fix-vulnerabilities-in-file-psp.patch b/debian/patches/plug-ins-Fix-vulnerabilities-in-file-psp.patch new file mode 100644 index 0000000..3f32a28 --- /dev/null +++ b/debian/patches/plug-ins-Fix-vulnerabilities-in-file-psp.patch @@ -0,0 +1,49 @@ +From: Alx Sa +Date: Sat, 23 Sep 2023 20:40:18 +0000 +Subject: plug-ins: Fix vulnerabilities in file-psp +Origin: https://gitlab.gnome.org/GNOME/gimp/-/commit/ef12c0a90752a06d4c465a768d052b07f5e8a8a0 +Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2023-44444 +Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2023-44443 +Bug-Debian: https://bugs.debian.org/1055984 + +Backports commits e1bfd871 and 96f536a3 +from master +--- + plug-ins/common/file-psp.c | 13 +++++++++++-- + 1 file changed, 11 insertions(+), 2 deletions(-) + +diff --git a/plug-ins/common/file-psp.c b/plug-ins/common/file-psp.c +index c0f3480641c2..6a6b93d0cde7 100644 +--- a/plug-ins/common/file-psp.c ++++ b/plug-ins/common/file-psp.c +@@ -1128,8 +1128,17 @@ read_color_block (FILE *f, + } + + color_palette_entries = GUINT32_FROM_LE (entry_count); ++ /* TODO: GIMP currently only supports a maximum of 256 colors ++ * in an indexed image. If this changes, we can change this check */ ++ if (color_palette_entries > 256) ++ { ++ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED, ++ _("Error: Unsupported palette size")); ++ return -1; ++ } ++ + /* psp color palette entries are stored as RGBA so 4 bytes per entry +- where the fourth bytes is always zero */ ++ * where the fourth bytes is always zero */ + pal_size = color_palette_entries * 4; + color_palette = g_malloc (pal_size); + if (fread (color_palette, pal_size, 1, f) < 1) +@@ -1498,7 +1507,7 @@ read_channel_data (FILE *f, + else + endq = q + line_width * height; + +- buf = g_malloc (127); ++ buf = g_malloc (128); + while (q < endq) + { + fread (&runcount, 1, 1, f); +-- +2.42.0 + diff --git a/debian/patches/plug-ins-Fix-vulnerability-in-file-psd.patch b/debian/patches/plug-ins-Fix-vulnerability-in-file-psd.patch new file mode 100644 index 0000000..a6ba842 --- /dev/null +++ b/debian/patches/plug-ins-Fix-vulnerability-in-file-psd.patch @@ -0,0 +1,29 @@ +From: Alx Sa +Date: Fri, 29 Sep 2023 20:39:29 +0000 +Subject: plug-ins: Fix vulnerability in file-psd +Origin: https://gitlab.gnome.org/GNOME/gimp/-/commit/985c0a20e18b5b3b8a48ee9cb12287b1d5732d3d +Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2023-44442 +Bug-Debian: https://bugs.debian.org/1055984 + +Resolves #10101. +This patch adds a missing break statement after an error condition +is detected to prevent the code from continuing afterwards. +--- + plug-ins/file-psd/psd-util.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/plug-ins/file-psd/psd-util.c b/plug-ins/file-psd/psd-util.c +index 1eccdd640e1c..34b442dc4966 100644 +--- a/plug-ins/file-psd/psd-util.c ++++ b/plug-ins/file-psd/psd-util.c +@@ -518,6 +518,7 @@ decode_packbits (const gchar *src, + { + IFDBG(2) g_debug ("Overrun in packbits replicate of %d chars", n - unpack_left); + error_code = 2; ++ break; + } + memset (dst, *src, n); + src++; +-- +2.42.0 + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..899cd95 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,7 @@ +01_hurd_ftbfs.patch +02_hurd_ftbfs.patch +plug-ins-Fix-vulnerabilities-in-file-psp.patch +plug-ins-Fix-vulnerability-in-file-psd.patch +plug-ins-Fix-DDS-vulnerability-ZDI-CAN-22093.patch +plug-ins-Fix-DDS-import-regression-from-7db71cd0.patch +plug-ins-Additional-fixes-for-DDS-Import.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1286b47 --- /dev/null +++ b/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 + +ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) + BUGTRACKER = https://bugs.launchpad.net/ubuntu/+source/gimp/+filebug?no-redirect +else + BUGTRACKER = https://www.debian.org/Bugs/Reporting +endif + +%: + dh $@ + +# Don't switch to Multi-Arch yet because of potential incompatibility with +# third-party add-ons +override_dh_auto_configure: + dh_auto_configure -- \ + --libdir=/usr/lib \ + --libexecdir=/usr/lib/gimp \ + --disable-static \ + --disable-python \ + --disable-check-update \ + --enable-default-binary \ + --enable-gtk-doc \ + --without-appdata-test \ + --without-webkit \ + --without-xvfb-run \ + --with-bug-report-url=$(BUGTRACKER) + +override_dh_autoreconf: + dh_autoreconf --as-needed + +# exclude since we manually add the Suggests in debian/control +override_dh_shlibdeps: + dh_shlibdeps -Xusr/lib/gimp/2.0/modules/libcontroller-midi.so \ + -Llibgimp2.0 -l$(CURDIR)/debian/libgimp2.0/usr/lib + +override_dh_makeshlibs: + dh_makeshlibs -X/usr/lib/gimp/2.0/modules -- -c4 + +execute_before_dh_install: + find debian/tmp -name '*.la' -print -delete diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..0b9ce64 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Tests: libgimp2.0-dev +Depends: build-essential, libgimp2.0-dev, xauth, xvfb +Restrictions: allow-stderr superficial diff --git a/debian/tests/libgimp2.0-dev b/debian/tests/libgimp2.0-dev new file mode 100755 index 0000000..812c806 --- /dev/null +++ b/debian/tests/libgimp2.0-dev @@ -0,0 +1,81 @@ +#!/bin/sh +# autopkgtest check: Build and run a program against libgimp, to verify +# that the headers and pkg-config file are installed correctly +# (C) 2012 Canonical Ltd. +# (C) 2018-2020 Simon McVittie +# Authors: Martin Pitt, Simon McVittie + +set -eux + +WORKDIR=$(mktemp -d) +export XDG_RUNTIME_DIR="$WORKDIR" +trap 'rm -rf "$WORKDIR"' 0 INT QUIT ABRT PIPE TERM +cd "$WORKDIR" + +if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then + CROSS_COMPILE="${DEB_HOST_GNU_TYPE}-" +else + CROSS_COMPILE= +fi + +cat <<'EOF' > gimp-2.0.c +#include + +#undef NDEBUG +#include + +int main(void) +{ + const char *dir = gimp_directory (); + assert(dir != NULL); + return 0; +} +EOF + +cat <<'EOF' > gimpthumb-2.0.c +/* TODO: shouldn't be necessary */ +#include +#include +#include + +#include + +#undef NDEBUG +#include + +int main(void) +{ + assert(GIMP_TYPE_THUMBNAIL != G_TYPE_INVALID); + return 0; +} +EOF + +cat <<'EOF' > gimpui-2.0.c +/* TODO: shouldn't be necessary */ +#include + +#include + +#undef NDEBUG +#include + +int main(void) +{ + assert(GIMP_TYPE_ASPECT_PREVIEW != G_TYPE_INVALID); + return 0; +} +EOF + +for lib in \ + gimp-2.0 \ + gimpthumb-2.0 \ + gimpui-2.0 \ +; do + # Deliberately word-splitting pkg-config's output: + # shellcheck disable=SC2046 + "${CROSS_COMPILE}gcc" -o "${lib}-test" "${lib}.c" $("${CROSS_COMPILE}pkg-config" --cflags --libs "${lib}") + echo "build ($lib): OK" + [ -x "${lib}-test" ] + xvfb-run -a "./${lib}-test" + echo "run ($lib): OK" +done diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f425044 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts=uversionmangle=s/-/~/ \ +https://download.gimp.org/pub/@PACKAGE@/(v[\d\.]+[02468])/ \ + @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ -- cgit v1.2.3