summaryrefslogtreecommitdiff
path: root/graphics/gimp
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-5/+5
Bump PKGREVISION.
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz2-5/+5
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-1/+2
2007-07-17Changes 2.2.17:adam3-27/+6
- fixed regression in PSD load plug-in - fixed crash when loading a corrupt PSD file - work around for Pango appending " Not-Rotated" to font names Changes 2.2.16: - improved input value validation in several file plug-ins - improved handling of corrupt or invalid XCF files - guard against integer overflows in several file plug-ins - fixed handling of background alpha channel in XCF files - improved forward compatibility of the config parser - fixed crash when previewing some animated brushes
2007-07-04Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION.lkundrak3-3/+23
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-3/+4
affected packages.
2007-05-28Changes 2.2.15:adam5-62/+17
- fixed parsing of GFig files with CRLF line endings - guard against a possible stack overflow in the Sunras loader - fixed definition of datarootdir in gimptool-2.0 - fixed Perspective tool crash on Mac OS X - fixed area resizing in the Image Map plug-in - added missing library in gimptool-2.0 --libs output - added new localizations: Occitan and Persian
2007-05-26Add patch from GIMP SVN repository to fix the vulnerability reportedtron3-2/+55
in CVE-2007-2356. Bump package revision.
2007-04-30Changes 2.2.14:adam5-22/+20
- avoid crashing on newer versions of the winicon format - fixed crash in Postscript plug-in - fixed handling of TABs in the text tool - fixed bug in Depth Merge plug-in - fixed bug in GimpDrawablePreview widget - fixed bug in Line Nove script - fixed bug in Ripple plug-in - save locale independent files from Fractal Explorer plug-in - fixed bug in Super Nova plug-in - be more robust against broken XCF files - fixed drawing issues in Image Map plug-in - fixed smoothing option in Fractal Explorer plug-in - load channels in the proper order when opening an XCF file - deal with floating selections in the Burn-In Animation script - fixed clipping in the GimpPreviewArea widget - fixed a potential crash in gimp-remote - work around a file-chooser problem on Windows - fixed markup of the gimp(1) manual page - fixed the fix for the right-to-left layout in layers dialog - fixed PSD save plug-in on 64bit architectures - added missing dependency in gimpui-2.0.pc file - fixed a crash in the PSD save plug-in - improved robustness of transform tool preview code - improved forward compatibility of XCF loader - don't crash in the Compressor plug-in if files can't be opened - fixed sensitivity of input fields in the Lighting plug-in
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz2-4/+4
2007-01-11libXmu is needed with modular Xorg for gimp-remote.joerg1-1/+2
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-10-12include tiff/buildlink directly instead relying on gtk to pull it indrochner1-1/+2
2006-09-17Fix PLIST (again)adam1-2/+1
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-3/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Fix PLISTadam1-1/+2
2006-08-26Changes 2.2.13:adam4-14/+17
* Bug fixes - avoid endless looping when loading a corrupt XCF file - fixed regression in file dialogs - fixed right-to-left layout in layers dialog - avoid a crash when loading a corrupt gradient file - fixed segfault in Warp plug-in on 64bit architectures - fixed crash in GimpDrawablePreview - fixed error in Winicon load plug-in - fixed errors in Autocrop plug-in - fixed compile errors in regression tests on OS X - fixed regression in Gaussian Blur plug-in - fixed crash when opening an RGB image in an indexed image - fixed a possible crash in the Save dialog - fixed Lighten Only layer mode on SSE2 platforms - work with newer versions of autoconf - protect against bogus values returned from GDK - fixed handling of indexed images in the Winicon save plug-in
2006-08-06add .fi mirrorjdolecek1-2/+3
2006-07-21Needs intltool.joerg1-2/+2
2006-07-21Remove pointless conflict entry.tron1-3/+1
2006-07-10Changes 2.2.12:adam11-147/+27
- fixed display problem in the Animation Playback plug-in - fixed misbehaviour of the user installation dialog - make sure that session-managed windows are mapped completely inside a monitor - don't use long deprecated libpng API - fixed possible segfault when closing image while saving it - halt tools when the image mode changes - fixed problem in Scale and Resize widgets - fixed wrong offset in transform PDB functions - fixed bugs in the Dicom load plug-in - make sure text widgets get all key events first - fixed problems with default values in the PNG save plug-in - fixed Save As dialog not displaying the filename - fixed compilation problem with gcc 4.1 - plugged a possible buffer overrun in the XCF parser - don't save image parasites twice in XCF files
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Add "twain" plug-in to package list under Mac OS X. Bump package revisiontron2-3/+12
because binary package changed.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-26Fix build with gcc4, mirroring changes in gimp-2.3.9.wiz5-1/+92
2006-04-18Complete rewrite of PNG plugin for new API to make this package buildtron3-3/+32
with the latest version of the "png" package. Bump package revision because of this fix.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-173/+173
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-14Changes 2.2.11:adam5-514/+507
- fixed handling of EXIF data in JPEG plug-in - let gimptool use pkg-config to determine compiler and linker flags at run-time - added GTK+ category in gimp.desktop file - fixed guides scripts to allow guides at the right and bottom - fixed icons in color picker buttons in Levels tool - fixed parameter check in Compressor plug-in - made the internal help browser the default for all platforms - fixed handling of alpha channel in Gaussian Blur plug-in - fixed incorrect bitshifts in Win Icon plug-in - fixed a potential crash in the Animation Playback plug-in - corrected tile cache size in Unsharp Mask plug-in - fixed the import of SVG circles - fixed rounding of resolution in BMP plug-in - fixed resolution handling in PSD load plug-in - store resolution when saving in the PSD file format - fixed crash in Revert function - flush the projection before reading from it - fixed MMX instructions on Pentium II machines - fixed possible crash on closing a dockable
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-6/+6
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-08Add missing dependency on graphics/xpm.itohy1-1/+2
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06Update to 2.2.10.wiz2-10/+9
Fix PKGCONFIG_OVERRIDE lines. Bugs fixed in GIMP 2.2.10 ========================= - fixed build error on Sun C compiler (bug #319811) - fixed issue with Guides scripts (bug #320933) - corrected selection display problem (bug #319029) - fixed potential wget issue (bug #322977) - fixed non-interactive use of gimp-edit-stroke (bug #322977) - fixed Script-Fu crash in some locales such as Chinese (bug #163212) - fixed build of librsvg plug-in (bug #314400) - fixed parameter type in "plug-in-unsharp-mask" procedure (bug #325007).
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-3/+4
Bump BUILDLINK_RECOMMENDED.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz2-4/+4
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-10-31Changes 2.2.9:adam3-8/+15
- fixed minor problem in JPEG plug-in - allow to disable build of gtkhtml2, svg, and lcms features - fixed bug in Imagemap plug-in - handle PSD files with untitled channels - fixed build of MMX/SSE assembly code on gcc 4.0 - fixed crash in image preview code - fixed redraw of previews in Rotate Colormap plug-in - fixed redraw of previews in Filterpack plug-in - cross-compilation fixes and build fixes for Cygwin - fixed character placement in Text Circle script - made GIMP more robust against strange characters in directory names - fixed minor issue in Dicom plug-in - deal with API change in librsvg >= 2.11.0 - fixed bug in ellipse selection - fixed build issue on Cygwin - fixed problem in ellipse selection - ease closing of iscissors outline - fixed handling of Tab key if NumLock is active - fixed problem with random number generator in QBist plug-in - raise palettes grid instead of creating a new one - fixed problem with environment maps in Lighting plug-in - fixed Gaussian Blur for small radii - fixed Select By Color tool on grayscale layers
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-02Unlimit the "datasize" to fix build problems under NetBSD-macppc.tron1-1/+3
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-18Fix misnamed configuration filei (which cuased it to not installreed1-2/+3
the configuration from examples to configuration directory). Bump PKGREVISION. graphics/gimp/Makefile CVS: ----------------------------------------------------------------------
2005-06-30Changes 2.2.8:adam4-17/+17
- fixed possible crash in plug-ins-query PDB function - fixes to Script-Fu server mode on Win32 - fixed possible crash in win32 gimptool variant - plugged a tiny memleak in the image display code - plugged a tiny memleak in libgimpwidgets - attempt to fix calling the web-browser on win32 - fixed loading of images in help-browser plug-in on win32 - fixed zoom offsets if dot-for-dot mode is disabled - fixes to Gfig parasite loading - disabled buggy gimprc option stingy-memory-use - don't try to create a preview for a non-existant image file - fixed bug in Retinex plug-in - fixed bug in Newsprint plug-in - fixed bug in Shift plug-in - fixed bug in Grid plug-in
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-23PLIST update to fix @dirrm conflict with gimp-docsadam1-3/+3