View Git repositories

The Gimp hosts its code at https://gitlab.gnome.org/GNOME/gimp.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:gimp

See all merge proposals.

The Gimp has 4 active branches owned by 2 people and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:gimp
Series: master
1 Development 2016-04-18 23:21:15 UTC
34815. plug-ins: add new plug-in file-darkta...

Author: houz
Revision Date: 2016-04-18 23:21:15 UTC

plug-ins: add new plug-in file-darktable

Which loads raw files by having them developed in darktable.
Also disable NEF support in file-gegl.

lp:~ubuntu-desktop/gimp/ubuntu bug 1 Development 2014-11-12 13:26:16 UTC
32. * Merge from Debian unstable. (LP: #1...

Author: Daniel Holbach
Revision Date: 2014-11-12 13:26:07 UTC

* Merge from Debian unstable. (LP: #1366560) Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu.
  - debian/rules:
    + Set gettext domain and update translation templates.
* Drop following patches, fixed upstream:
  - CVE-2013-1913.patch
  - CVE-2013-1978.patch
  - freetype-251.patch
* Imported Upstream version 2.8.14
  * Fixes segfault when removing tag from palette (Closes: #736625)
* Bump standards version to 3.9.6
* Fix missing backslash in debian/rules (Closes: #743596)
* Always build with lcms2 even if lcms1 is present (Closes: #743596)
* Enable parallel building (Closes: #750654)
* Add dh-autoreconf (Closes: #746713)
* Upgrade to lcms2 (Closes: #743596)
* Remove helpbrowser plugin; gimp will fall back to an external web
  browser if present (Closes: #639761)
* Imported Upstream version 2.8.10
* Build-depend on libtiff-dev instead of libtiff4-dev (Closes: #736006)
* debian/patches
  - add adjust_freetype_header.patch to fix FTBFS (Closes: #732010)
  - add CVE-2013-1913_and_gimp_CVE-2013-1978.patch to fix xwd security
    vulnerabilities CVE-2013-1913 and CVE-2013-1978
    (Closes: #731305)
* New upstream version
* debian/patches/lcms2.patch:
  - dropped, the new version has support for the new lcms
* debian/rules:
  - use --with-lcms=lcms2
* Build using lcms2.
* Build using dh-autoreconf.
* 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.
* Synchronize with Debian (LP: #1207734). Remaining changes:
* Imported Upstream version 2.8.6
  - Fixes some single window closing behavior (Closes: #686345)
  - Fixes build error (Closes: #713674)
* Tighten dependency on gdk-pixbuf (Closes: #712616)
* Imported Upstream version 2.8.4
* xwd-corruption.patch:
  - Fix memory corruption bug when reading XWD files (Closes: #693977)
* 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
* 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).
* Add Breaks/Replaces on old gimp-plugin-registry because of conflicting
  file-xmc plugin.
* 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.
* 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
* Really add the patch this time (Closes: #651387)
* poppler0.18.patch: Port file-pdf plugin to poppler 0.18 API. Patch taken
  from Fedora via Ubuntu.
  (Closes: #651387)
* libpng_compile.patch:
    - Apply patch from upstream to fix compilation with libpng 1.5
      (Closes: #649972)
* Improve gimp package description (Closes: #178293, #588898)

lp:~laney/gimp/gimp-2.6.11-2-merge (Has a merge proposal) 1 Development 2011-05-17 16:20:36 UTC
25. Add forgotten 07_binutils-gold.patch

Author: Iain Lane
Revision Date: 2011-05-17 16:20:36 UTC

Add forgotten 07_binutils-gold.patch

lp:~predragsvk/gimp/gimpp 1 Development 2008-12-09 18:24:33 UTC This branch has not been pushed to yet.
14 of 4 results
You can't create new branches for The Gimp.