debian/0000775000000000000000000000000013230143747007174 5ustar debian/gimp-data.install0000664000000000000000000000106412265725623012436 0ustar # 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/locale/*/LC_MESSAGES/gimp??-tips.mo usr/share/man/man5/gimprc.5 usr/share/man/man5/gimprc-?.?.5 debian/libgimp2.0-doc.install0000664000000000000000000000003012265725623013171 0ustar /usr/share/gtk-doc/html debian/rules0000775000000000000000000000523512265726732010271 0ustar #!/usr/bin/make -f # PLEASE NOTE: when building a development version or a version where the minor # library version changes or has changed but the major so version stays the # same, make sure to Build-Conflict on libgimpX.X, Where libgimpX.X contains # a previous version of the same major version of the library. Otherwise, # libtool will stupidly relink against the system version of the library # when installing, and create a dependency on the old version of libgimp. # TODO: maybe set LD_LIBRARY_PATH instead? ## WARNING: compiling without -O2 (DEB_BUILD_OPTIONS=noopt) may produce ## undesired effects, especially when scaling JPEG images include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/gnome.mk #include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk # explicitly set PYTHON to be the versioned python binary, since dh_python2 # will just end up depending on the pythonX.X package, and we don't want a # version mismatch between the installed python binary and the private python # modules. DEB_CONFIGURE_EXTRA_FLAGS := --disable-static \ --enable-python \ --enable-default-binary \ --enable-gtk-doc PYTHON=/usr/bin/`pyversions -d` \ --with-lcms=lcms2 DEB_BUILDDIR := $(DEB_SRCDIR)/builddir DEB_DH_SHLIBDEPS_ARGS_ALL := -Llibgimp2.0 -l$(CURDIR)/debian/libgimp2.0/usr/lib # exclude this since we manually add the Recommends in debian/control DEB_DH_SHLIBDEPS_ARGS_gimp := -Xlibcontroller-midi.so DEB_DH_MAKESHLIBS_ARGS_gimp := -X/usr/lib/gimp/2.0/modules/ DEB_DH_MAKESHLIBS_ARGS_libgimp2.0 += -V -- -c4 clean:: rm -rf $(DEB_BUILDDIR) common-install-impl:: # Remove compiled python files from the distribution, they're compiled # in postrm by dh_python2 # TODO: is this still needed? find $(CURDIR)/debian/tmp -name "*.py[co]" -delete # Add translation domain to .desktop and .server files DOMAIN=$$(grep --max-count 1 '^GETTEXT_PACKAGE[[:space:]]*=' $(DEB_BUILDDIR)/po/Makefile | sed 's/^.*=[[:space:]]\([^[:space:]]\)/\1/'); \ for d in $$(find debian/tmp -type f -name "*.desktop" ); do \ echo "Adding translation domain $$DOMAIN to $$d..."; \ echo "X-Ubuntu-Gettext-Domain=$$DOMAIN" >> $$d; \ done; cd po; intltool-update -p cd po-libgimp; intltool-update -p cd po-plug-ins; intltool-update -p cd po-script-fu; intltool-update -p # Remove compiled python files from the distribution, they're compiled in # postrm by dh_python find $(CURDIR)/debian/tmp -name "*.py[co]" -exec rm '{}' ';' # Remove all libtool .la files find $(CURDIR)/debian/tmp/usr/lib -name "*.la" -delete binary-install/gimp:: dh_python2 -pgimp /usr/lib/gimp/2.0/python debian/source/0000775000000000000000000000000012265725623010502 5ustar debian/source/format0000664000000000000000000000001412265725623011710 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000016012265725623010230 0ustar version=3 opts="dversionmangle=s/~/-/" \ ftp://ftp.gimp.org/pub/gimp/v([\d.]+[02468])/gimp-([\d\.]+)\.tar\.bz2 debian/control0000664000000000000000000001334312265725623010611 0ustar Source: gimp Priority: optional Section: graphics Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Ari Pollak Uploaders: Jordi Mallach Standards-Version: 3.9.3 Build-Depends: debhelper (>= 8), cdbs (>= 0.4.97), autotools-dev, dh-autoreconf, gettext, gnome-pkg-tools, gtk-doc-tools (>= 1.0), intltool (>= 0.40.1), iso-codes, libaa1-dev, libart-2.0-dev, libasound2-dev (>= 1.0.0) [linux-any], libatk1.0-dev (>= 2.2.0), libbabl-dev (>= 0.1.10), libbz2-dev, libcairo2-dev (>= 1.10.2), libcurl4-gnutls-dev (>= 7.15.1), libdbus-glib-1-dev (>= 0.70), libexif-dev (>= 0.6.15), libfreetype6-dev (>= 2.2), libfontconfig1-dev (>= 2.2.0), libglib2.0-dev (>= 2.30.2), libglib2.0-doc, libgegl-dev (>= 0.2.0), libgtk2.0-dev (>= 2.24.10), libgtk2.0-doc, libgdk-pixbuf2.0-dev (>= 2.24.1), libgdk-pixbuf2.0-doc, libgs-dev, libgudev-1.0-dev (>= 167) [linux-any], libice-dev, libjasper-dev, libjpeg-dev, liblcms2-dev (>= 2.3) | liblcms-dev, libmng-dev, libpango1.0-dev (>= 1.29.4), libpng-dev, libpoppler-glib-dev (>= 0.12.4), librsvg2-dev (>= 2.14.0), libsm-dev, libtiff-dev, libwebkitgtk-dev (>= 1.6.1), libwmf-dev (>= 0.2.8), libx11-dev, libxcursor-dev, libxmu-dev, libxpm-dev, libxt-dev, zlib1g-dev, patchutils, python-dev (>= 2.6.6-3), python-gtk2-dev (>= 2.10.4), xsltproc #Build-Conflicts: libgimp2.0 Vcs-Git: git://anonscm.debian.org/collab-maint/gimp.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gimp.git Homepage: http://www.gimp.org/ Package: libgimp2.0 Architecture: any 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: gimp Architecture: any Provides: gimp-helpbrowser, gimp-python Depends: libgimp2.0 (>= ${source:Upstream-Version}), libgimp2.0 (<= ${source:Upstream-Version}-z), gimp-data (>= ${source:Upstream-Version}), gimp-data (<= ${source:Upstream-Version}-z), python-gtk2 (>= 2.8.0), libgdk-pixbuf2.0-0 (>= 2.24.1), ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} Recommends: ghostscript Suggests: gimp-help-en | gimp-help, gimp-data-extras, gvfs-backends, libasound2 Breaks: gimp-plugin-registry (<< 4.20120506) Replaces: gimp-plugin-registry (<< 4.20120506) Description: The 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 Recommends: gimp Depends: ${misc:Depends} Conflicts: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0) Replaces: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0) Description: Data files for GIMP This package contains architecture-independent supporting data files for use with GIMP. Package: libgimp2.0-dev Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, 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/ . Package: gimp-dbg Priority: extra Architecture: any Section: debug Depends: gimp (= ${binary:Version}) | libgimp2.0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Debugging symbols for GIMP This package includes the debugging symbols useful for debugging GIMP and its libraries, contained in the gimp and libgimp2.0 packages. The debugging symbols are used for execution tracing and core dump analysis. debian/libgimp2.0-dev.preinst0000664000000000000000000000036712265725623013235 0ustar #!/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# debian/README.Debian0000664000000000000000000000551212265725623011246 0ustar 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 debian/copyright0000664000000000000000000000555712265725623011151 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gimp Source: ftp://ftp.gimp.org/pub/gimp/ Files: * Copyright: 1995 Spencer Kimball 1995 Peter Mattis License: GPL-3+ Files: libgimp* Copyright: 1995 Spencer Kimball 1995 Peter Mattis License: LGPL-3+ Files: plug-ins/common/file-tiff-*.c Copyright: 1990 Sun Microsystems, Inc. Jef Poskanzer License: MIT Files: plug-ins/common/file-gif-*.c Copyright: 1990, 1991, 1993 David Koblas 2003 Adam D. Moss 2003 Peter Mattis 2003 Spencer Kimball License: GPL-3+ Comment: David Koblas has kindly granted permission to relicense. 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 . . 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-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. debian/gimp.dirs0000664000000000000000000000002212265725623011013 0ustar usr/share/pixmaps debian/gimp.install0000664000000000000000000000061512265725623011530 0ustar debian/gimp.xpm usr/share/pixmaps/ usr/bin/gimp usr/bin/gimp-?.? usr/bin/gimp-console usr/bin/gimp-console-?.? usr/lib/gimp/2.0/environ/ usr/lib/gimp/2.0/modules/ usr/lib/gimp/2.0/interpreters/ usr/lib/gimp/2.0/plug-ins/ usr/lib/gimp/2.0/python/ 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 debian/shlibs.local0000664000000000000000000000005012265725623011475 0ustar libbabl-0.1 0 libbabl-0.1-0 (>= 0.1.10) debian/gimp.xpm0000664000000000000000000001574412265725623010677 0ustar /* XPM */ static char * gimp_xpm[] = { "32 32 307 2", " c None", ". c #2F3335", "+ c #2E3436", "@ c #313537", "# c #474844", "$ c #2F3434", "% c #303436", "& c #54534D", "* c #514F49", "= c #2F3436", "- c #303537", "; c #303637", "> c #35393A", ", c #56554F", "' c #666257", ") c #525048", "! c #303536", "~ c #373B3B", "{ c #706D62", "] c #444848", "^ c #323737", "/ c #32393A", "( c #52534E", "_ c #6B665B", ": c #5D584B", "< c #595348", "[ c #545147", "} c #525653", "| c #8C8C85", "1 c #8C8E88", "2 c #888A85", "3 c #5C605E", "4 c #404444", "5 c #828581", "6 c #92938E", "7 c #9E9F9B", "8 c #8A8C87", "9 c #6E716C", "0 c #494B48", "a c #585952", "b c #726E61", "c c #696454", "d c #554F41", "e c #4F493B", "f c #5B574A", "g c #535048", "h c #303535", "i c #C9CAC7", "j c #D8D8D6", "k c #A2A2A1", "l c #8F918B", "m c #8A8C85", "n c #BBBCB7", "o c #EBEBE8", "p c #E8E8E7", "q c #D5D5D5", "r c #9E9E99", "s c #818075", "t c #6E6757", "u c #615B4A", "v c #595342", "w c #554F3F", "x c #514B3C", "y c #5E594C", "z c #504E45", "A c #010101", "B c #050606", "C c #1B1E1E", "D c #0C0D0D", "E c #6F716F", "F c #9D9F98", "G c #B1B1AE", "H c #ECECEC", "I c #838483", "J c #454644", "K c #93948F", "L c #DADAD5", "M c #A9A9A9", "N c #DEDEDE", "O c #4A4A4A", "P c #5F605E", "Q c #898A84", "R c #635C4A", "S c #5F5947", "T c #5B5544", "U c #575140", "V c #534D3D", "W c #615C4E", "X c #4E4C44", "Y c #303437", "Z c #020303", "` c #D7D8D9", " . c #F2F2F2", ".. c #707678", "+. c #2A2C2D", "@. c #0C0D0C", "#. c #8B8E88", "$. c #676765", "%. c #A7A8A8", "&. c #666A6B", "*. c #333332", "=. c #9A9C97", "-. c #D2D2CC", ";. c #747473", ">. c #FFFFFF", ",. c #7B7E7F", "'. c #060605", "). c #7E807B", "!. c #655E4C", "~. c #605A47", "{. c #5C5644", "]. c #585241", "^. c #544E3E", "/. c #635E51", "(. c #4A4942", "_. c #2F3437", ":. c #1E1F20", "<. c #FAFBFB", "[. c #747C7D", "}. c #51575A", "|. c #272929", "1. c #3A3A38", "2. c #979792", "3. c #090A0A", "4. c #0B0B0B", "5. c #40403D", "6. c #8C8D88", "7. c #C6C6BF", "8. c #2A2B2A", "9. c #2B2D2E", "0. c #1C1F20", "a. c #0F0F0F", "b. c #85867E", "c. c #655E4B", "d. c #615A48", "e. c #666255", "f. c #3E413E", "g. c #101111", "h. c #9CA0A1", "i. c #ACB0B2", "j. c #495356", "k. c #353D3F", "l. c #313435", "m. c #0B0B0A", "n. c #858681", "o. c #858680", "p. c #6E706B", "q. c #848275", "r. c #868579", "s. c #959790", "t. c #999993", "u. c #363735", "v. c #272827", "w. c #676863", "x. c #716D5D", "y. c #645D4A", "z. c #605947", "A. c #575141", "B. c #554F40", "C. c #696458", "D. c #434647", "E. c #3D4345", "F. c #373E41", "G. c #2C3234", "H. c #222627", "I. c #0D0D0C", "J. c #524C3C", "K. c #77715F", "L. c #756E58", "M. c #776E58", "N. c #776F59", "O. c #817F72", "P. c #888A84", "Q. c #888A83", "R. c #868881", "S. c #726E5E", "T. c #665F4C", "U. c #625B49", "V. c #5E5746", "W. c #5A5443", "X. c #565040", "Y. c #5C5749", "Z. c #5C594D", "`. c #131414", " + c #343738", ".+ c #262B2D", "++ c #1C2021", "@+ c #16191A", "#+ c #0A0B09", "$+ c #4C4638", "%+ c #6E6652", "&+ c #706853", "*+ c #716954", "=+ c #6E6752", "-+ c #6C6551", ";+ c #69624E", ">+ c #333026", ",+ c #595242", "'+ c #585141", ")+ c #686255", "!+ c #40423E", "~+ c #2D3032", "{+ c #080808", "]+ c #181A1B", "^+ c #151819", "/+ c #0D0F10", "(+ c #070606", "_+ c #625B4A", ":+ c #69614E", "<+ c #6A634F", "[+ c #6B644F", "}+ c #67604D", "|+ c #3D392E", "1+ c #0B0A08", "2+ c #070603", "3+ c #23201A", "4+ c #5E594B", "5+ c #5D5B4F", "6+ c #2E3435", "7+ c #000101", "8+ c #000000", "9+ c #434139", "0+ c #7C7666", "a+ c #756F5F", "b+ c #6A6352", "c+ c #595241", "d+ c #474235", "e+ c #302D24", "f+ c #171611", "g+ c #271F15", "h+ c #824B0E", "i+ c #74430E", "j+ c #634825", "k+ c #645D4E", "l+ c #363A38", "m+ c #242627", "n+ c #2E3234", "o+ c #393C3A", "p+ c #5E5B50", "q+ c #787263", "r+ c #767161", "s+ c #6A6554", "t+ c #645D4C", "u+ c #5F5847", "v+ c #5D5645", "w+ c #5A5342", "x+ c #575242", "y+ c #5D4C34", "z+ c #744817", "A+ c #BB670F", "B+ c #925412", "C+ c #543615", "D+ c #1E2123", "E+ c #2D3232", "F+ c #313636", "G+ c #515048", "H+ c #696658", "I+ c #716C5E", "J+ c #746F61", "K+ c #706A5D", "L+ c #6B6557", "M+ c #6E695B", "N+ c #6B6759", "O+ c #625E52", "P+ c #504E44", "Q+ c #47351F", "R+ c #663C0E", "S+ c #AC5F0D", "T+ c #9D611F", "U+ c #B9B9B6", "V+ c #777873", "W+ c #151719", "X+ c #292D2E", "Y+ c #2D3335", "Z+ c #2E3335", "`+ c #333735", " @ c #40413C", ".@ c #474741", "+@ c #383A38", "@@ c #2E3334", "#@ c #2B3031", "$@ c #151618", "%@ c #432305", "&@ c #7C6C57", "*@ c #B4B6B3", "=@ c #E9EAE9", "-@ c #BCBDBA", ";@ c #141717", ">@ c #1C2022", ",@ c #1F2325", "'@ c #191C1C", ")@ c #0E1012", "!@ c #747670", "~@ c #888B85", "{@ c #A5A7A4", "]@ c #929392", "^@ c #636363", "/@ c #727272", "(@ c #212121", "_@ c #575856", ":@ c #5C5C5C", "<@ c #4F4F4F", "[@ c #373737", "}@ c #515151", "|@ c #484848", "1@ c #2B2B2B", "2@ c #1A1A1A", " ", " ", " ", " ", " . ", " + . ", " + @ # $ ", " + % & * = ", " - ; = > , ' ) ! ", " ~ { ] ^ = / ( _ : < [ % ", " } | 1 2 3 4 5 6 7 8 9 0 a b c d e f g h ", " 2 i j k l m n o p q r s t u v w x y z h ", " A B C D A E F G H I J K L M N O P Q R S T U V W X Y ", " Z ` ...+.@.#.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._. ", " :.<.>.[.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.{.].^.e.f. ", " g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.T A.B.C.! ", " A D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.= ", " `. +.+++@+#+$+%+&+*+*+&+=+-+;+T.X.>+,+'+^.)+!+~+ ", " {+]+^+/+(+_+:+<+[+[+<+;+}+y.|+1+2+3+w 4+5+6+ ", " 7+8+B 9+0+a+b+c.y.d.c+d+e+f+g+h+i+j+k+l+m+ ", " n+o+p+q+r+s+t+u+v+w+,+x+y+z+A+B+C+ ", " D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+ ", " W+X+Y+Z+`+ @.@+@@@+ #@$@ %@&@*@=@-@ ", " ;@>@,@'@)@ !@~@{@]@^@/@(@ ", " _@:@<@[@ ", " }@|@1@ ", " 2@8+", " ", " ", " ", " ", " "}; debian/libgimp2.0-dev.install0000664000000000000000000000020212265725623013203 0ustar usr/lib/*.so usr/lib/pkgconfig/ usr/share/man/man1/gimptool-?.?.1 usr/share/aclocal/gimp-?.?.m4 usr/include/ usr/bin/gimptool-?.? debian/libgimp2.0.symbols0000664000000000000000000020201512265725623012457 0ustar libgimp-2.0.so.0 libgimp2.0 #MINVER# * Build-Depends-Package: libgimp2.0-dev _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_generated_shape_get_type@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_size@Base 2.8.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_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_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_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_size@Base 2.8.0 gimp_context_set_brush_size@Base 2.8.0 gimp_context_set_default_colors@Base 2.4.0 gimp_context_set_defaults@Base 2.8.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_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_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_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_convert_palette_type_get_type@Base 2.4.0 gimp_convolution_type_get_type@Base 2.4.0 gimp_convolve@Base 2.4.0 gimp_convolve_default@Base 2.4.0 gimp_convolve_type_get_type@Base 2.4.0 gimp_curves_explicit@Base 2.4.0 gimp_curves_spline@Base 2.4.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_delete@Base 2.4.0 gimp_drawable_detach@Base 2.4.0 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_color_uchar@Base 2.4.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_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_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_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_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_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_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_paste@Base 2.4.0 gimp_edit_paste_as_new@Base 2.4.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_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_fill_type_get_type@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_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_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_color_get_type@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_segment_type_get_type@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_range_get_type@Base 2.4.0 gimp_hue_saturation@Base 2.4.0 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_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_grayscale@Base 2.4.0 gimp_image_convert_indexed@Base 2.4.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_detach_parasite@Base 2.8.0 gimp_image_duplicate@Base 2.4.0 gimp_image_find_next_guide@Base 2.4.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_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_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_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_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_resolution@Base 2.4.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_visible_layers@Base 2.4.0 gimp_image_new@Base 2.4.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_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_resolution@Base 2.4.0 gimp_image_set_tattoo_state@Base 2.4.0 gimp_image_set_unit@Base 2.4.0 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_ink_blob_type_get_type@Base 2.8.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_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_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_linked@Base 2.8.0 gimp_item_set_lock_content@Base 2.8.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_layer_add_alpha@Base 2.4.0 gimp_layer_add_mask@Base 2.4.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_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_effects_get_type@Base 2.4.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_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_mask_apply_mode_get_type@Base 2.4.0 gimp_merge_type_get_type@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_offset_type_get_type@Base 2.4.0 gimp_orientation_type_get_type@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_plugin_domain_register@Base 2.4.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_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_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_rotation_type_get_type@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_select_criterion_get_type@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_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_get_type@Base 2.4.0 gimp_any_to_utf8@Base 2.4.0 gimp_base_init@Base 2.4.0 gimp_blend_mode_get_type@Base 2.4.0 gimp_bucket_fill_mode_get_type@Base 2.4.0 gimp_canonicalize_identifier@Base 2.4.0 gimp_channel_ops_get_type@Base 2.4.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_get_type@Base 2.4.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_datafiles_check_extension@Base 2.4.0 gimp_datafiles_read_directories@Base 2.4.0 gimp_desaturate_mode_get_type@Base 2.4.0 gimp_directory@Base 2.4.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_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_filename_to_utf8@Base 2.4.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_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_type_get_type@Base 2.4.0 gimp_grid_style_get_type@Base 2.4.0 gimp_gtkrc@Base 2.4.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_installation_directory@Base 2.8.2 gimp_interpolation_type_get_type@Base 2.4.0 gimp_locale_directory@Base 2.4.0 gimp_major_version@Base 2.4.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_message_handler_type_get_type@Base 2.4.0 gimp_micro_version@Base 2.4.0 gimp_minor_version@Base 2.4.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_unit_get_type@Base 2.4.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_init@Base 2.4.0 gimp_pixpipe_params_parse@Base 2.4.0 gimp_plug_in_directory@Base 2.4.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_run_mode_get_type@Base 2.4.0 gimp_signal_private@Base 2.4.0 gimp_size_type_get_type@Base 2.4.0 gimp_stack_trace_mode_get_type@Base 2.4.0 gimp_strip_uline@Base 2.4.0 gimp_sysconf_directory@Base 2.4.0 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_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_singular@Base 2.4.0 gimp_unit_get_symbol@Base 2.4.0 gimp_unit_get_type@Base 2.4.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_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_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_icc_profile@Base 2.4.0 gimp_color_managed_interface_get_type@Base 2.4.0 gimp_color_managed_profile_changed@Base 2.4.0 gimp_hsl_get_type@Base 2.4.0 gimp_hsl_set@Base 2.8.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_has_alpha@Base 2.4.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_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_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_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_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_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_properties@Base 2.4.0 gimp_config_deserialize_property@Base 2.4.0 gimp_config_deserialize_return@Base 2.4.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_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_get_type@Base 2.4.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_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_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_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_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_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_get_type@Base 2.4.0 gimp_matrix2_identity@Base 2.4.0 gimp_matrix2_mult@Base 2.4.0 gimp_matrix3_affine@Base 2.4.0 gimp_matrix3_determinant@Base 2.4.0 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_to_deg@Base 2.4.0 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_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_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_type@Base 2.4.0 gimp_drawable_preview_new@Base 2.4.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_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_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_with_model@Base 2.4.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_standard_help_func@Base 2.4.0 _gimp_widgets_marshal_BOOLEAN__POINTER@Base 2.4.0 _gimp_widgets_marshal_VOID__DOUBLE_DOUBLE@Base 2.4.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_event_triggers_context_menu@Base 2.8.0 gdk_keymap_get_modifier_mask@Base 2.8.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_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_type@Base 2.4.0 gimp_chain_button_new@Base 2.4.0 gimp_chain_button_set_active@Base 2.4.0 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_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_type@Base 2.4.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_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_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_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_profile_combo_box_add@Base 2.4.0 gimp_color_profile_combo_box_get_active@Base 2.4.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_store_add@Base 2.4.0 gimp_color_profile_store_get_type@Base 2.4.0 gimp_color_profile_store_new@Base 2.4.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_scales_get_type@Base 2.4.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_type@Base 2.4.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_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_stock_prefix@Base 2.4.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_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_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_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_type@Base 2.4.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_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_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_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_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_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_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_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_new@Base 2.4.0 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_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_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 debian/compat0000664000000000000000000000000212265725623010400 0ustar 8 debian/TODO0000664000000000000000000000010412265725623007665 0ustar - Merge libgimp into main gimp package? - clean up lintian warnings debian/gbp.conf0000664000000000000000000000144012265725623010620 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] # use pristine-tar: pristine-tar = True # Don't check if debian-branch == current branch #ignore-branch = True # the default branch for upstream sources: #upstream-branch = upstream # the default branch for the debian patch: debian-branch = master # the default tag formats used: #upstream-tag = upstream/%(version)s #debian-tag = debian/%(version)s # Options only affecting git-buildpackage [git-buildpackage] # uncomment this to automatically GPG sign tags sign-tags = True # push to a remote repository after a successful tag: #posttag = git-push git.example.com # let package generate upstream changelog before build: #prebuild = GIT_DIR=$GBP_GIT_DIR debian/autogen.sh [git-dch] # include information from meta tags: meta = True debian/libgimp2.0.install0000664000000000000000000000007612265725623012440 0ustar usr/lib/lib*.so.* usr/share/locale/*/LC_MESSAGES/*-libgimp.mo debian/gimp.menu0000664000000000000000000000025212265725623011023 0ustar ?package(gimp):command="/usr/bin/gimp" icon="/usr/share/pixmaps/gimp.xpm" needs="X11" \ section="Applications/Graphics" title="The GIMP" hints="Bitmap" \ hotkey="Gimp" debian/patches/0000775000000000000000000000000013230144263010615 5ustar debian/patches/CVE-2017-17785.patch0000664000000000000000000001152613230142046013335 0ustar From: Tobias Stoeckmann Date: Sun, 29 Oct 2017 15:19:41 +0100 Subject: Bug 739133 - (CVE-2017-17785) Heap overflow while parsing FLI files. Origin: https://git.gnome.org/browse/GIMP/commit/?id=1882bac996a20ab5c15c42b0c5e8f49033a1af54 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-17785 Bug-Debian: https://bugs.debian.org/884836 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=739133 It is possible to trigger a heap overflow while parsing FLI files. The RLE decoder is vulnerable to out of boundary writes due to lack of boundary checks. The variable "framebuf" points to a memory area which was allocated with fli_header->width * fli_header->height bytes. The RLE decoder therefore must never write beyond that limit. If an illegal frame is detected, the parser won't stop, which means that the next valid sequence is properly parsed again. This should allow GIMP to parse FLI files as good as possible even if they are broken by an attacker or by accident. While at it, I changed the variable xc to be of type size_t, because the multiplication of width and height could overflow a 16 bit type. Signed-off-by: Tobias Stoeckmann (cherry picked from commit edb251a7ef1602d20a5afcbf23f24afb163de63b) --- plug-ins/file-fli/fli.c | 50 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 15 deletions(-) diff --git a/plug-ins/file-fli/fli.c b/plug-ins/file-fli/fli.c index 313efeb977..ffb651e2af 100644 --- a/plug-ins/file-fli/fli.c +++ b/plug-ins/file-fli/fli.c @@ -25,6 +25,8 @@ #include "config.h" +#include + #include #include @@ -461,23 +463,27 @@ void fli_read_brun(FILE *f, s_fli_header *fli_header, unsigned char *framebuf) unsigned short yc; unsigned char *pos; for (yc=0; yc < fli_header->height; yc++) { - unsigned short xc, pc, pcnt; + unsigned short pc, pcnt; + size_t n, xc; pc=fli_read_char(f); xc=0; pos=framebuf+(fli_header->width * yc); + n=(size_t)fli_header->width * (fli_header->height-yc); for (pcnt=pc; pcnt>0; pcnt--) { unsigned short ps; ps=fli_read_char(f); if (ps & 0x80) { unsigned short len; - for (len=-(signed char)ps; len>0; len--) { + for (len=-(signed char)ps; len>0 && xcwidth * fli_header->height); firstline = fli_read_short(f); numline = fli_read_short(f); + if (numline > fli_header->height || fli_header->height-numline < firstline) + return; + for (yc=0; yc < numline; yc++) { - unsigned short xc, pc, pcnt; + unsigned short pc, pcnt; + size_t n, xc; pc=fli_read_char(f); xc=0; pos=framebuf+(fli_header->width * (firstline+yc)); + n=(size_t)fli_header->width * (fli_header->height-firstline-yc); for (pcnt=pc; pcnt>0; pcnt--) { unsigned short ps,skip; skip=fli_read_char(f); ps=fli_read_char(f); - xc+=skip; + xc+=MIN(n-xc,skip); if (ps & 0x80) { unsigned char val; + size_t len; ps=-(signed char)ps; val=fli_read_char(f); - memset(&(pos[xc]), val, ps); - xc+=ps; + len=MIN(n-xc,ps); + memset(&(pos[xc]), val, len); + xc+=len; } else { - fread(&(pos[xc]), ps, 1, f); - xc+=ps; + size_t len; + len=MIN(n-xc,ps); + fread(&(pos[xc]), len, 1, f); + xc+=len; } } } @@ -689,7 +704,8 @@ void fli_read_lc_2(FILE *f, s_fli_header *fli_header, unsigned char *old_framebu yc=0; numline = fli_read_short(f); for (lc=0; lc < numline; lc++) { - unsigned short xc, pc, pcnt, lpf, lpn; + unsigned short pc, pcnt, lpf, lpn; + size_t n, xc; pc=fli_read_short(f); lpf=0; lpn=0; while (pc & 0x8000) { @@ -700,26 +716,30 @@ void fli_read_lc_2(FILE *f, s_fli_header *fli_header, unsigned char *old_framebu } pc=fli_read_short(f); } + yc=MIN(yc, fli_header->height); xc=0; pos=framebuf+(fli_header->width * yc); + n=(size_t)fli_header->width * (fli_header->height-yc); for (pcnt=pc; pcnt>0; pcnt--) { unsigned short ps,skip; skip=fli_read_char(f); ps=fli_read_char(f); - xc+=skip; + xc+=MIN(n-xc,skip); if (ps & 0x80) { unsigned char v1,v2; ps=-(signed char)ps; v1=fli_read_char(f); v2=fli_read_char(f); - while (ps>0) { + while (ps>0 && xc+1 Date: Wed, 20 Dec 2017 13:02:38 +0100 Subject: Bug 739134 - (CVE-2017-17786) Out of bounds read / heap overflow in... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Origin: https://git.gnome.org/browse/GIMP/commit/?id=ef9c821fff8b637a2178eab1c78cae6764c50e12 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-17786 Bug-Debian: https://bugs.debian.org/884862 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=739134 ... TGA importer. Be more thorough on valid TGA RGB and RGBA images. In particular current TGA plug-in can import RGBA as 32 bits (8 bits per channel) and 16 bits (5 bits per color channel and 1 bit for alpha), and RGB as 15 and 24 bits. Maybe there exist more variants, but if they do exist, we simply don't support them yet. Thanks to Hanno Böck for the report and a first patch attempt. (cherry picked from commit 674b62ad45b6579ec6d7923dc3cb1ef4e8b5498b) --- plug-ins/common/file-tga.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/plug-ins/common/file-tga.c b/plug-ins/common/file-tga.c index aef98702d4..426acc2925 100644 --- a/plug-ins/common/file-tga.c +++ b/plug-ins/common/file-tga.c @@ -564,12 +564,16 @@ load_image (const gchar *filename, } break; case TGA_TYPE_COLOR: - if (info.bpp != 15 && info.bpp != 16 && - info.bpp != 24 && info.bpp != 32) + if ((info.bpp != 15 && info.bpp != 16 && + info.bpp != 24 && info.bpp != 32) || + ((info.bpp == 15 || info.bpp == 24) && + info.alphaBits != 0) || + (info.bpp == 16 && info.alphaBits != 1) || + (info.bpp == 32 && info.alphaBits != 8)) { - g_message ("Unhandled sub-format in '%s' (type = %u, bpp = %u)", + g_message ("Unhandled sub-format in '%s' (type = %u, bpp = %u, alpha = %u)", gimp_filename_to_utf8 (filename), - info.imageType, info.bpp); + info.imageType, info.bpp, info.alphaBits); return -1; } break; -- 2.15.1 debian/patches/series0000664000000000000000000000042313230142272012027 0ustar 01_hurd_ftbfs.patch 02_help-message.patch 03_gimp.desktop.in.in.patch CVE-2013-1913.patch CVE-2013-1978.patch freetype-251.patch CVE-2016-4994.patch CVE-2017-17784.patch CVE-2017-17785.patch CVE-2017-17786.patch CVE-2017-17787.patch CVE-2017-17788.patch CVE-2017-17789.patch debian/patches/03_gimp.desktop.in.in.patch0000664000000000000000000000103512265725623015571 0ustar # # Description: change the menu item label # diff -Nur -x '*.orig' -x '*~' gimp-2.6.1/desktop/gimp.desktop.in.in gimp-2.6.1.new/desktop/gimp.desktop.in.in --- gimp-2.6.1/desktop/gimp.desktop.in.in 2008-08-21 13:34:07.000000000 +0200 +++ gimp-2.6.1.new/desktop/gimp.desktop.in.in 2008-10-06 13:39:59.000000000 +0200 @@ -1,7 +1,7 @@ [Desktop Entry] Version=1.0 Type=Application -_Name=GNU Image Manipulation Program +_Name=GIMP Image Editor _GenericName=Image Editor _Comment=Create images and edit photographs Exec=@GIMP_COMMAND@ %U debian/patches/CVE-2017-17784.patch0000664000000000000000000000245713230141770013342 0ustar From: Jehan Date: Thu, 21 Dec 2017 12:25:32 +0100 Subject: Bug 790784 - (CVE-2017-17784) heap overread in gbr parser / load_image. Origin: https://git.gnome.org/browse/GIMP/commit/?id=c57f9dcf1934a9ab0cd67650f2dea18cb0902270 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-17784 Bug-Debian: https://bugs.debian.org/884925 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=790784 We were assuming the input name was well formed, hence was nul-terminated. As any data coming from external input, this has to be thorougly checked. Similar to commit 06d24a79af94837d615d0024916bb95a01bf3c59 but adapted to older gimp-2-8 code. --- plug-ins/common/file-gbr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plug-ins/common/file-gbr.c b/plug-ins/common/file-gbr.c index b028100bef..d3f01d9c56 100644 --- a/plug-ins/common/file-gbr.c +++ b/plug-ins/common/file-gbr.c @@ -443,7 +443,8 @@ load_image (const gchar *filename, { gchar *temp = g_new (gchar, bn_size); - if ((read (fd, temp, bn_size)) < bn_size) + if ((read (fd, temp, bn_size)) < bn_size || + temp[bn_size - 1] != '\0') { g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED, _("Error in GIMP brush file '%s'"), -- 2.15.1 debian/patches/02_help-message.patch0000664000000000000000000000160212265725623014524 0ustar diff -Nur -x '*.orig' -x '*~' gimp-2.6.1/plug-ins/help/gimphelpdomain.c gimp-2.6.1.new/plug-ins/help/gimphelpdomain.c --- gimp-2.6.1/plug-ins/help/gimphelpdomain.c 2008-08-21 13:35:16.000000000 +0200 +++ gimp-2.6.1.new/plug-ins/help/gimphelpdomain.c 2008-10-06 13:35:46.000000000 +0200 @@ -185,9 +185,9 @@ { g_message ("%s\n\n%s", _("The GIMP user manual is not available."), - _("Please install the additional help package " - "or use the online user manual at " - "http://docs.gimp.org/.")); + _("Please make sure gimp-help-en is installed, or " + "the appropriate gimp-help package for your " + "language.")); } break; debian/patches/CVE-2017-17789.patch0000664000000000000000000000267613230142253013347 0ustar From: Jehan Date: Wed, 20 Dec 2017 16:44:20 +0100 Subject: Bug 790849 - (CVE-2017-17789) CVE-2017-17789 Heap buffer overflow... Origin: https://git.gnome.org/browse/GIMP/commit/?id=01898f10f87a094665a7fdcf7153990f4e511d3f Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-17789 Bug-Debian: https://bugs.debian.org/884837 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=790849 ... in PSP importer. Check if declared block length is valid (i.e. within the actual file) before going further. Consider the file as broken otherwise and fail loading it. (cherry picked from commit 28e95fbeb5720e6005a088fa811f5bf3c1af48b8) --- plug-ins/common/file-psp.c | 9 +++++++++ 1 file changed, 9 insertions(+) Index: gimp-2.8.10/plug-ins/common/file-psp.c =================================================================== --- gimp-2.8.10.orig/plug-ins/common/file-psp.c +++ gimp-2.8.10/plug-ins/common/file-psp.c @@ -1777,6 +1777,15 @@ load_image (const gchar *filename, { block_start = ftell (f); + if (block_start + block_total_len > st.st_size) + { + g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED, + _("Could not open '%s' for reading: %s"), + gimp_filename_to_utf8 (filename), + _("invalid block size")); + goto error; + } + if (id == PSP_IMAGE_BLOCK) { if (block_number != 0) debian/patches/CVE-2013-1978.patch0000664000000000000000000001013012265726210013244 0ustar From 23f685931e5f000dd033a45c60c1e60d7f78caf4 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 26 Nov 2013 09:49:42 +0000 Subject: file-xwd: sanity check # of colors and map entries (CVE-2013-1978) The number of colors in an image shouldn't be higher than the number of colormap entries. Additionally, consolidate post error cleanup in load_image(). --- Index: gimp-2.8.10/plug-ins/common/file-xwd.c =================================================================== --- gimp-2.8.10.orig/plug-ins/common/file-xwd.c 2014-01-16 10:55:14.046341703 +0100 +++ gimp-2.8.10/plug-ins/common/file-xwd.c 2014-01-16 10:55:14.042341703 +0100 @@ -424,9 +424,9 @@ load_image (const gchar *filename, GError **error) { - FILE *ifp; + FILE *ifp = NULL; gint depth, bpp; - gint32 image_ID; + gint32 image_ID = -1; L_XWDFILEHEADER xwdhdr; L_XWDCOLOR *xwdcolmap = NULL; @@ -436,7 +436,7 @@ g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (errno), _("Could not open '%s' for reading: %s"), gimp_filename_to_utf8 (filename), g_strerror (errno)); - return -1; + goto out; } read_xwd_header (ifp, &xwdhdr); @@ -445,8 +445,7 @@ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED, _("Could not read XWD header from '%s'"), gimp_filename_to_utf8 (filename)); - fclose (ifp); - return -1; + goto out; } #ifdef XWD_COL_WAIT_DEBUG @@ -468,12 +467,18 @@ g_message (_("'%s':\nIllegal number of colormap entries: %ld"), gimp_filename_to_utf8 (filename), (long)xwdhdr.l_colormap_entries); - fclose (ifp); - return -1; + goto out; } if (xwdhdr.l_colormap_entries > 0) { + if (xwdhdr.l_colormap_entries < xwdhdr.l_ncolors) + { + g_message (_("'%s':\nNumber of colormap entries < number of colors"), + gimp_filename_to_utf8 (filename)); + goto out; + } + xwdcolmap = g_new (L_XWDCOLOR, xwdhdr.l_colormap_entries); read_xwd_cols (ifp, &xwdhdr, xwdcolmap); @@ -493,9 +498,7 @@ if (xwdhdr.l_file_version != 7) { g_message (_("Can't read color entries")); - g_free (xwdcolmap); - fclose (ifp); - return (-1); + goto out; } } @@ -503,9 +506,7 @@ { g_message (_("'%s':\nNo image width specified"), gimp_filename_to_utf8 (filename)); - g_free (xwdcolmap); - fclose (ifp); - return (-1); + goto out; } if (xwdhdr.l_pixmap_width > GIMP_MAX_IMAGE_SIZE @@ -513,27 +514,21 @@ { g_message (_("'%s':\nImage width is larger than GIMP can handle"), gimp_filename_to_utf8 (filename)); - g_free (xwdcolmap); - fclose (ifp); - return (-1); + goto out; } if (xwdhdr.l_pixmap_height <= 0) { g_message (_("'%s':\nNo image height specified"), gimp_filename_to_utf8 (filename)); - g_free (xwdcolmap); - fclose (ifp); - return (-1); + goto out; } if (xwdhdr.l_pixmap_height > GIMP_MAX_IMAGE_SIZE) { g_message (_("'%s':\nImage height is larger than GIMP can handle"), gimp_filename_to_utf8 (filename)); - g_free (xwdcolmap); - fclose (ifp); - return (-1); + goto out; } gimp_progress_init_printf (_("Opening '%s'"), @@ -582,11 +577,6 @@ } gimp_progress_update (1.0); - fclose (ifp); - - if (xwdcolmap) - g_free (xwdcolmap); - if (image_ID == -1 && ! (error && *error)) g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED, _("XWD-file %s has format %d, depth %d and bits per pixel %d. " @@ -594,6 +584,17 @@ gimp_filename_to_utf8 (filename), (gint) xwdhdr.l_pixmap_format, depth, bpp); +out: + if (ifp) + { + fclose (ifp); + } + + if (xwdcolmap) + { + g_free (xwdcolmap); + } + return image_ID; } debian/patches/CVE-2017-17787.patch0000664000000000000000000000235513230142171013336 0ustar From: Jehan Date: Thu, 21 Dec 2017 12:49:41 +0100 Subject: Bug 790853 - (CVE-2017-17787) heap overread in psp importer. Origin: https://git.gnome.org/browse/GIMP/commit/?id=87ba505fff85989af795f4ab6a047713f4d9381d Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-17787 Bug-Debian: https://bugs.debian.org/884927 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=790853 As any external data, we have to check that strings being read at fixed length are properly nul-terminated. (cherry picked from commit eb2980683e6472aff35a3117587c4f814515c74d) --- plug-ins/common/file-psp.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plug-ins/common/file-psp.c b/plug-ins/common/file-psp.c index 4cbafe37b1..e350e4d88d 100644 --- a/plug-ins/common/file-psp.c +++ b/plug-ins/common/file-psp.c @@ -890,6 +890,12 @@ read_creator_block (FILE *f, g_free (string); return -1; } + if (string[length - 1] != '\0') + { + g_message ("Creator keyword data not nul-terminated"); + g_free (string); + return -1; + } switch (keyword) { case PSP_CRTR_FLD_TITLE: -- 2.15.1 debian/patches/fix-python-multiarch-includes.patch0000664000000000000000000000233312265725623017552 0ustar Description: fix multi-arch python include issues . gimp (2.8.2-1ubuntu3) raring; urgency=low . * Fix multi-arch python includes issues. Author: Chris J Arges --- a/m4macros/pythondev.m4 +++ b/m4macros/pythondev.m4 @@ -16,10 +16,7 @@ fi dnl deduce PYTHON_INCLUDES py_prefix=`$PYTHON -c "import sys; print sys.prefix"` py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` -PYTHON_INCLUDES="-I${py_prefix}/include${py_versiondir}" -if test "$py_prefix" != "$py_exec_prefix"; then - PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include${py_versiondir}" -fi +PYTHON_INCLUDES="`$PYTHON-config --includes`" AC_SUBST(PYTHON_INCLUDES) dnl check if the headers exist: save_CPPFLAGS="$CPPFLAGS" --- a/configure +++ b/configure @@ -22353,10 +22353,7 @@ else fi py_prefix=`$PYTHON -c "import sys; print sys.prefix"` py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` -PYTHON_INCLUDES="-I${py_prefix}/include${py_versiondir}" -if test "$py_prefix" != "$py_exec_prefix"; then - PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include${py_versiondir}" -fi +PYTHON_INCLUDES="`$PYTHON-config --includes`" save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES" debian/patches/CVE-2017-17788.patch0000664000000000000000000000216213230141617013337 0ustar From: Hanno Boeck Date: Mon, 27 Nov 2017 00:37:29 +0100 Subject: 790783 - buffer overread in XCF parser if version field... Origin: https://git.gnome.org/browse/GIMP/commit/?id=702c4227e8b6169f781e4bb5ae4b5733f51ab126 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-17788 Bug-Debian: https://bugs.debian.org/885347 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=790783 ...has no null terminator Check for the presence of '\0' before using atoi() on the version string. Patch slightly modified (mitch). [carnil: backport to gimp-2-8: affected code in xcf_load_invoker] --- app/xcf/xcf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: gimp-2.8.10/app/xcf/xcf.c =================================================================== --- gimp-2.8.10.orig/app/xcf/xcf.c +++ gimp-2.8.10/app/xcf/xcf.c @@ -288,7 +288,8 @@ xcf_load_invoker (GimpProcedure *pr { info.file_version = 0; } - else if (id[9] == 'v') + else if (id[9] == 'v' && + id[13] == '\0') { info.file_version = atoi (id + 10); } debian/patches/01_hurd_ftbfs.patch0000664000000000000000000000070612265725623014303 0ustar Author: Svante Signell Description: Define PATH_MAX to fix build on the Hurd. Forwarded: no --- gimp-2.6.11/libgimpbase/gimpreloc.c 2010-07-03 00:51:56.000000000 +0200 +++ gimp-2.6.11.modified/libgimpbase/gimpreloc.c 2011-09-09 08:12:09.000000000 +0200 @@ -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 debian/patches/CVE-2013-1913.patch0000664000000000000000000000215612265726224013247 0ustar From 32ae0f83e5748299641cceaabe3f80f1b3afd03e Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 14 Nov 2013 13:29:01 +0000 Subject: file-xwd: sanity check colormap size (CVE-2013-1913) --- Index: gimp-2.8.10/plug-ins/common/file-xwd.c =================================================================== --- gimp-2.8.10.orig/plug-ins/common/file-xwd.c 2014-01-16 10:53:10.802337992 +0100 +++ gimp-2.8.10/plug-ins/common/file-xwd.c 2014-01-16 10:55:31.000000000 +0100 @@ -461,6 +461,17 @@ /* Position to start of XWDColor structures */ fseek (ifp, (long)xwdhdr.l_header_size, SEEK_SET); + /* Guard against insanely huge color maps -- gimp_image_set_colormap() only + * accepts colormaps with 0..256 colors anyway. */ + if (xwdhdr.l_colormap_entries > 256) + { + g_message (_("'%s':\nIllegal number of colormap entries: %ld"), + gimp_filename_to_utf8 (filename), + (long)xwdhdr.l_colormap_entries); + fclose (ifp); + return -1; + } + if (xwdhdr.l_colormap_entries > 0) { xwdcolmap = g_new (L_XWDCOLOR, xwdhdr.l_colormap_entries); debian/patches/CVE-2016-4994.patch0000664000000000000000000000605412735245664013275 0ustar From e82aaa4b4ee0703c879e35ea9321fff6be3e9b6f Mon Sep 17 00:00:00 2001 From: Shmuel H Date: Mon, 20 Jun 2016 17:14:41 +0300 Subject: Bug 767873 - (CVE-2016-4994) Multiple Use-After-Free when parsing... ...XCF channel and layer properties The properties PROP_ACTIVE_LAYER, PROP_FLOATING_SELECTION, PROP_ACTIVE_CHANNEL saves the current object pointer the @info structure. Others like PROP_SELECTION (for channel) and PROP_GROUP_ITEM (for layer) will delete the current object and create a new object, leaving the pointers in @info invalid (dangling). Therefore, if a property from the first type will come before the second, the result will be an UaF in the last lines of xcf_load_image (when it actually using the pointers from @info). I wasn't able to exploit this bug because that g_object_instance->c_class gets cleared by the last g_object_unref and GIMP_IS_{LAYER,CHANNEL} detects that and return FALSE. (cherry picked from commit 6d804bf9ae77bc86a0a97f9b944a129844df9395) --- app/xcf/xcf-load.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Index: gimp-2.8.10/app/xcf/xcf-load.c =================================================================== --- gimp-2.8.10.orig/app/xcf/xcf-load.c 2016-06-30 12:41:19.674722992 -0400 +++ gimp-2.8.10/app/xcf/xcf-load.c 2016-06-30 12:41:19.674722992 -0400 @@ -850,6 +850,18 @@ case PROP_GROUP_ITEM: { GimpLayer *group; + gboolean is_active_layer; + + /* We're going to delete *layer, Don't leave its pointers + * in @info. After that, we'll restore them back with the + * new pointer. See bug #767873. + */ + is_active_layer = (*layer == info->active_layer); + if (is_active_layer) + info->active_layer = NULL; + + if (*layer == info->floating_sel) + info->floating_sel = NULL; group = gimp_group_layer_new (image); @@ -862,6 +874,13 @@ g_object_ref_sink (*layer); g_object_unref (*layer); *layer = group; + + if (is_active_layer) + info->active_layer = *layer; + + /* Don't restore info->floating_sel because group layers + * can't be floating selections + */ } break; @@ -927,6 +946,12 @@ { GimpChannel *mask; + /* We're going to delete *channel, Don't leave its pointer + * in @info. See bug #767873. + */ + if (*channel == info->active_channel) + info->active_channel = NULL; + mask = gimp_selection_new (image, gimp_item_get_width (GIMP_ITEM (*channel)), @@ -941,6 +966,10 @@ *channel = mask; (*channel)->boundary_known = FALSE; (*channel)->bounds_known = FALSE; + + /* Don't restore info->active_channel because the + * selection can't be the active channel + */ } break; debian/patches/freetype-251.patch0000664000000000000000000000141412265725623014002 0ustar From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 29 Nov 2013 20:57:46 +0000 Subject: Bug 719560 - Build failure with freetype 2.5.1 Apply patch from su-v that fixes the freetype include to the madness devised and recommended by freetype. --- Index: gimp-2.8.6/app/text/gimpfont.c =================================================================== --- gimp-2.8.6.orig/app/text/gimpfont.c 2013-12-06 14:19:07.837388350 -0500 +++ gimp-2.8.6/app/text/gimpfont.c 2013-12-06 14:19:07.813388231 -0500 @@ -27,7 +27,9 @@ #define PANGO_ENABLE_ENGINE 1 /* Argh */ #include -#include + +#include +#include FT_TRUETYPE_TABLES_H #include "text-types.h" debian/changelog0000664000000000000000000025754613230143747011071 0ustar gimp (2.8.10-0ubuntu1.2) trusty-security; urgency=medium * SECURITY UPDATE: Heap-buffer over-read in load_image file-gbr.c - debian/patches/CVE-2017-17784.patch: fix in plug-ins/common/file-gbr.c. - CVE-2017-17784 * SECURITY UPDATE: Heap-based buffer overflow in fli_read_brun function - debian/patches/CVE-2017-17785.patch: fix in plug-ins/file-fli/fli.c. - CVE-2017-17785 * SECURITY UPDATE: Out of bounds read - debian/patches/CVE-2017-17786.patch: fix in plug-ins/common/file-tga.c. - CVE-2017-17786 * SECURITY UPDATE: Heap-based buffer over-read in read_creator_block - debian/patches/CVE-2017-17787.patch: fix in plug-ins/common/file-psp.c. - CVE-2017-17787 * SECURITY UPDATE: Stack-based buffer over-read in xcf_load_stream - debian/patches/CVE-2017-17788.patch: fix in app/xcf/xcf.c. - CVE-2017-17788 * SECURITY UPDATE: Heap-based buffer overflow in read_channel_data - debian/patches/CVE-2017-17789.patch: fix in plug-ins/common/file-psp.c. - CVE-2017-17789 -- Leonidas S. Barbosa Thu, 18 Jan 2018 13:03:13 -0300 gimp (2.8.10-0ubuntu1.1) trusty-security; urgency=medium * SECURITY UPDATE: multiple issues in XCF channel and layer properties - debian/patches/CVE-2016-4994.patch: properly clear pointers in app/xcf/xcf-load.c. - CVE-2016-4994 -- Marc Deslauriers Thu, 30 Jun 2016 12:41:29 -0400 gimp (2.8.10-0ubuntu1) trusty; urgency=medium * New upstream version * debian/patches/lcms2.patch: - dropped, the new version has support for the new lcms * debian/rules: - use --with-lcms=lcms2 -- Sebastien Bacher Thu, 16 Jan 2014 10:52:27 +0100 gimp (2.8.6-1ubuntu3) trusty; urgency=medium * Build using lcms2. * Build using dh-autoreconf. -- Matthias Klose Mon, 16 Dec 2013 15:51:04 +0100 gimp (2.8.6-1ubuntu2) trusty; urgency=low * SECURITY UPDATE: denial of service and possible code execution via huge color maps in xwd plugin - debian/patches/CVE-2013-1913.patch: limit number of color map entries in plug-ins/common/file-xwd.c. - CVE-2013-1913 * SECURITY UPDATE: denial of service and possible code execution via large number of color map entries in xwd plugin - debian/patches/CVE-2013-1978.patch: validate number of color map entries in plug-ins/common/file-xwd.c - CVE-2013-1978 * debian/patches/freetype-251.patch: fix FTBFS with newer freetype. -- Marc Deslauriers Fri, 06 Dec 2013 13:17:01 -0500 gimp (2.8.6-1ubuntu1) saucy; urgency=low * Synchronize with Debian (LP: #1207734). Remaining changes: - debian/patches/02_help-message.patch, debian/patches/03_gimp.desktop.in.in.patch: + Update some strings for Ubuntu - debian/control: + Update description - debian/rules: + Set gettext domain and update translation templates -- Sebastien Bacher Thu, 29 Aug 2013 12:48:19 +0200 gimp (2.8.6-1) unstable; urgency=low * Imported Upstream version 2.8.6 - Fixes some single window closing behavior (Closes: #686345) * 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 debian/README.MIDI0000664000000000000000000000574712265725623010620 0ustar ---------------------------------------------------------------------- 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. debian/gimp.docs0000664000000000000000000000011412265725623011004 0ustar NEWS README debian/README.Debian debian/README.MIDI docs/*.txt docs/Wilber*