summaryrefslogtreecommitdiff
path: root/graphics/gimp
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16GIMP 2.8.4adam6-184/+18
Core: - Move the OSX gimpdir to "~/Library/Application Support" GUI: - Better names for the default filters in save and export - Make tool drawing (esp. the brush outline) much more responsive - Remember the "maximized" state across sessions - Simplify the splash image code a lot, makes it appear immediately again - Allow the text tool to start on an image without layers - Various fixes for text style attribute handling - Set unconfigured input devices to eraser if GTK+ says they are erasers - Make language selectable in Preferences on OSX Libgimp: - Make libgimp drawable combo boxes aware of layer groups - Make sure plug-in windows appear on top on OSX - Fix item width in GimpPageSelector (used e.g. in PDF import) Plug-ins: - Better default values in the Drop Shadow script - Fix a whole bunch of bugs in the BMP plug-in - On OSX, use the system's screenshot utility Installer: - Add Brazilian-Portuguese translation to the Windows installer Source and build system: - Many improvements to the OSX bundle build system - Support automake 1.13 General: - Lots of bug fixes - Lots of translation updates
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-11-27note CVE #drochner2-3/+5
2012-11-23add patch from upstream to fix memory corruption when reading XWD filesdrochner3-3/+166
bump PKGREV
2012-10-28As promised a week ago, remove arts and aalib from default suggestedwiz2-4/+4
options. arts is obsolete and aalib only ever was a nice hack, not something to be enabled by default.
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam5-70/+24
2012-08-20Fix CVE-2012-3481 using Nils Philippsen's patch.wiz3-3/+43
Bump PKGREVISION.
2012-08-14Remove libcroco bl3.mk, I've added it back to librsvg/buildlink3.mkwiz1-2/+1
2012-08-14Fix build problem caused by recent changes to "librsvg" package.tron1-1/+2
No revision bump as the package didn't build before anyway.
2012-08-13Bump PKGREVISION for fix in librsvg/buildlink3.mk.wiz2-4/+4
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-3/+4
2012-05-09Explicitly disable TWAIN support for Mac OS X:tron1-5/+3
1.) It doesn't seem to get detected under Mac OS X Lion. 2.) It doesn't compile under Mac OS X Snow Leopard, see <https://bugzilla.gnome.org/show_bug.cgi?id=675510>. While here really remove the conditional package list handling related to TWAIN support. No package revision bump necessary as the binary package doesn't change on the one Mac OS X version where the package actually built.
2012-05-07Changes 2.8.0:adam12-168/+357
Core: - Add our own GimpOperationBrightnessContrast because GEGL one is different Plug-ins: - Fix some GFig rendering issues Source and build system: - Depend on Babl 0.1.10, GEGL 0.2.0 and some other new library versions General: - Bug fixes - Translation updates
2012-05-04Use -Wl for linker flags.joerg4-1/+67
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-04Changes 2.6.12:adam13-727/+43
Bug fixes: * GIMP 2.6.10 segfaults when CTRL-left click on a layer mask * GIMP fails to import a path from SVG * Crash or Gtk-CRITICAL on File->Open * [abrt] gimp-2:2.6.11-1.fc14: py-slice.py:172:slice:TypeError: integer argument expected, got float * gimp(1) manpage fixes * Sample Colorize does not function non-interactively * file-pdf-load: Don't use deprecated API * file-psp: fix for bogus input data * Fixes for some buffer overflow problems * Guard against crash due to quitting while DND is processed * fails to build with -Werror=format-security * script-fu: make server IPv6 aware
2011-11-07add patch from upstream to fix possible buffer overflow in LZW decoderdrochner3-3/+57
by invalid GIF file (CVE-2011-2896) bump PKGREV
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-04-19Fix palette cases, after bug report from Gentoo.wiz4-62/+81
Bump PKGREVISION.
2011-04-15add patches from upstream, via Debian/Ubuntu:drochner6-3/+151
-possible buffer overflows when parsing config files of plugins (CVE-2010-4540, CVE-2010-4541, CVE-2010-4542) -possible buffer overflow in PSP image parser plugin (CVE-2010-4543) bump PKGREV
2011-01-24Fix previous: Due to a png documentation bug, the arguments ofwiz3-6/+6
png_set_IHDR were swapped. Bug reported by drochner. Bump PKGREVISION.
2011-01-24Add upstream bug report URL.wiz3-5/+7
2011-01-15Fix build with png-1.5.wiz2-1/+354
2011-01-15Fix build of mng code with png-1.5. Still needed: fix for png.wiz2-1/+128
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-11-11Don't depend on libXpm when x11 option has been turned offadam2-4/+4
2010-10-25Fixed buildling on MacOSXadam4-3/+26
2010-10-16Changes 2.6.11:adam3-8/+9
* Bugs fixed: - Printing and Print preview broken with cairo 1.10 - Parasite handling had problems and can cause crashing - Error with string-append and gimp-drawable-get-name - (Paco) Recursive Gaussian Filter error - Fix incorrect "wrap mode" documentation values in Edge plug-in - Difference of Gaussians gives blank doc if "Invert" selected - Image type filter doesn't include .rgba SGI files - Console window opening on file-ps-load - Wood 1 and Wood 2 have bad alpha value - Image saved from google docs generates a 'gimp-image-set-resolution' error message * Updated translations: German (de) Spanish (es) Italian (it) Japanese (ja) Romanian (ro) Chinese (Hong Kong) (zh_HK) Chinese (Taiwan) (zh_HK)
2010-09-15kill the "gnome" option which is of no effect nowdrochner2-14/+5
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-3/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-29No need gtkdoc-rebase workaround anymore.obache1-5/+1
2010-07-16Changes 2.6.10:adam2-6/+6
* Bugs fixed: - TGA files saved with incorrect header yOrigin data - Save As... does not save Windows Bitmap as default in dialog - CMYK decompose broken - brush - color from gradient works wrong in greyscale - Error in gimp-hue-saturation PDB call - GIMP crashes when clicking any scroll bar from combo boxes - newly opened images are put into the background * Updated translations: German (de) Italian (it) Romanian (ro) Portuguese (pt)
2010-07-04Changes 2.6.9:adam7-59/+37
* Bugs fixed: - Font selection remains visible - gimp.desktop: image/x-psd in MimeTypes twice - Unportable test(1) construct in configure script - Description of "histogram" procedure is slightly inaccurate - Tool options not saved/loaded correctly? - Importing PDF files with long titles - blur-gauss-selective.exe crashes - Dialog of "Save as BMP" ignores changes which are not made with a mous - Text-Tool crashes when edit a 2.4.2 version xcf - Text-Tool crashes when edit a 2.4.2 version xcf - Layer preview suddenly stops getting updated - leaks shared memory - Exporting to Alias PIX format fails - a few strings in Save as... > Raw image data dialog are always in English - GEGL Operation "path" crashes GIMP - Crashes when using path tool - GIMP 2.7.0 fails to build against libpng 1.4.0 - Saving to .ppm fails on indexed colorspace - the "Antialiasing..." message in the progress bar does not show translated - gimp-layer-new-from-visible should work from updated projection * Updated and new translations
2010-06-20Set LICENSE.wiz1-1/+2
2010-06-20Add bug report URL.wiz3-5/+9
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz4-5/+27
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-04-09Add pt locale file to PLIST.wiz2-3/+4
This file was not created correctly because of problems in the msgfmt wrapper, which are now fixed. Bump PKGREVISION.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-3/+4
2009-12-16update to 2.6.8drochner3-41/+6
changes: -bugfixes -translation updates
2009-11-24afais there are no references to libexif in exported libraries,drochner1-2/+1
so don't propagate bl3