Up to [NetBSD + pkgsrc-wip] / pkgsrc / graphics / gimp
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Explicitly disable TWAIN support for Mac OS X:
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.
Changes 2.8.0: 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
Recursive bump for pcre-8.30* (shlib major change)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Changes 2.6.12: 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
add patch from upstream to fix possible buffer overflow in LZW decoder by invalid GIF file (CVE-2011-2896) bump PKGREV
Recursive bump for graphics/freetype2 buildlink addition.
recursive bump from gettext-lib shlib bump.
Pullup ticket #3417 - requested by drochner
graphics/gimp: security patch
Revisions pulled up:
- graphics/gimp/Makefile 1.204
- graphics/gimp/distinfo 1.62
- graphics/gimp/patches/patch-ba 1.1
- graphics/gimp/patches/patch-bb 1.1
- graphics/gimp/patches/patch-bc 1.1
- graphics/gimp/patches/patch-bd 1.1
---
Module Name: pkgsrc
Committed By: drochner
Date: Fri Apr 15 16:39:10 UTC 2011
Modified Files:
pkgsrc/graphics/gimp: Makefile distinfo
Added Files:
pkgsrc/graphics/gimp/patches: patch-ba patch-bb patch-bc patch-bd
Log Message:
add patches from upstream, via Debian/Ubuntu:
-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
Fix palette cases, after bug report from Gentoo. Bump PKGREVISION.
add patches from upstream, via Debian/Ubuntu: -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
Fix previous: Due to a png documentation bug, the arguments of png_set_IHDR were swapped. Bug reported by drochner. Bump PKGREVISION.
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Mechanically replace references to graphics/jpeg with the suitable
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
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Don't depend on libXpm when x11 option has been turned off
Fixed buildling on MacOSX
Changes 2.6.11: * 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)
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that version, and bump all depends. Per discussion on pkgsrc-changes.
No need gtkdoc-rebase workaround anymore.
Changes 2.6.10: * 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)
Changes 2.6.9: * 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
Set LICENSE.
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Add pt locale file to PLIST. This file was not created correctly because of problems in the msgfmt wrapper, which are now fixed. Bump PKGREVISION.
Second try at jpeg-8 recursive PKGREVISION bump.
update to 2.6.8 changes: -bugfixes -translation updates
add patch from upstream CVS to fix possible integer overflow in BMP plugin (CVE-2009-1570) bump PKGREVISION
let configure ignore <linux/input.h>, otherwise we'd need another PLIST conditional
bump revision because of graphics/jpeg update
Changes 2.6.7: * Tablet pan is not working as fast as it should * Crashes when using any colors tool/function on Windows * GIMP crashes when clicking GEGL Operation on Windows * file-jpeg-save erroneous with small quality values * Changing palettes from list to grid view loses "locked to dock" status * "Send by Email" does not update "Filename" * Transparent BMP files fail to load * help-browser uses deprecated (and sometimes broken) webkit call * 'Sphere Designer' does not reset correctly... * first time open of .svg file ignores the requested units * Export to MNG animation fails * Dithering with transparency is broken for "positioned" method * metadata plug-in crashes on some images * PNG comment not found if more than 1 tEXt chunks * Exporting to PSD with a blank text layer creates a corrupt file * Levels tool does not adjust output levels correctly if input levels are changed * Import from PDF throws errors when entering resolution in pixels per millimetre * Black pixels appear in "Spread" filter preview * Path Dialog: Path preview pics not to see constantly * gimp_gradient_get_color_at() may return out-of-bounds values * Rectangle select tool size shrinks to 0 if size is larger than the image and the up or down arrow is pressed * crash when invoking certain actions by keyboard shortcut * Closing maximized image doesn't restore document window size * Perspective transformation on a layer with a mask causes crash * GIMP crashes when right-click canceling a drawing action initiated outside layer boundaries * when printing, the number of copies should be reset to 1 * Alpha to Logo * Rotate with clipping crops the whole layer * transform tool fills underlying extracted area wrongly * Image display is wrong after undoing canvas size * help-browser plugin crashes when used with webkit 1.1.3 * Action GEGL box widgets weirdness
Remove USE_DIRS from pkgsrc. Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Need workaround for Upstream Bug#562310, as noticed in PR 41475.
Remove msgfmtstrip scripts and targets using them, now that the infrastructure supports this properly (thanks joerg!).
Changes 2.6.6: * Bugs fixed: - lcms plug-in crashes on broken profile - changing the help browser preference may not work - blur plugin: bug in the first line - gimp-2.6 crashed with SIGSEGV in IA__g_object_get() - 1-bit white background saved as PBM becomes all black - Small bug in Filter>Distorts>Ripple - top left pixel position/coordinate is not 0,0 but 1,1 - Rotate with clipping crops the whole layer * Updated translations.
Changes 2.6.5: * Bugs fixed: Scaling image to 25% turn background from white to grey GIMP's GtkScaleButton conflicts with GTK's GEGL tool - missing Operation Settings for all sub-tools don't rely on GtkAction implementation details wrong RGB values for color names in libgimpcolor/gimprgb-parse.c wrong hex RGB value for the color names slategrey and slategray Brushes dragged to the image window look strange Rectangle Select Tool does not allow 1:1 fixed ratio Black pullout parameter of plug-in-newsprint has no effect First image opened in GIMP offset Align Tool doesn't work properly if it is the active tool at startup
deal with desktopdb
Changes 2.6.4: * Bugs fixed: Perspective transformation jagged edges / comb effect jpg save dialog: "cancel" is treated like "commit" for settings Using clone tool on a layer with a part out of canvas causes crashes crash when the drawable is changed while a color tool is active GIMP crashes on selecting Tools->GEGL operation python-fu-foggify does not check if image is in rgb mode Hue selection mode does not cross the 0-360 degrees line Scrollbars not resized when we extend the canvas size PF_PALETTE: 'TypeError' when used in a plugin that is registered in <Image> Compilation with --as-needed PF_SLIDER and PF_SPINNER 'Step' values do not change consistently... Default image dimensions are not correctly transferred in the file/new dialog box GIMP can't save to mounted filesystem if file exists * Updated translations
Changes 2.4.7: - fixed issue in GIF load plug-in - fixed event handling in MIDI controller - fixed handling of the 'Highlight' tool option in Crop and Rectangle Select tools - various fixes to the Python bindings: - fixed crash with Python 2.5 on 64 bit systems - added missing validity checks - allow to pass None for PDB_DISPLAY - plugged a memory leak in gimp-text-get-extents-fontname PDB call - fixed potential timeout issues in org.gimp.GIMP.UI D-Bus service - fixed endianness issue in the ICO save plug-in - translation fixes and updates (be, it, lt, nn, vi)
Changes 2.4.6: - fixed handling of the "antialias" tool option - when loading a TIFF image, always set a filename on it - fixed initial state of curve type in Curves tool - fixed potential crash in the Dicom load plug-in - respect the brush mask in the Heal tool - plugged some minor memory leaks - fixed a glitch in the DND code - gimp-image-convert() must not accept palettes with > 256 colors - fixed parameter description in the Map Object plug-in - fixed compilation of unit tests on Mac OS X - fixed handling of "argc-lower-val-y" PDB parameter in Curve Bend plug-in - fixed overlap problem in Hue-Saturation tool - fixed asymmetry in Unsharp Mask plug-in - don't show non-existant color profiles in the selector - fixed issues with default aspect ratio in the Crop tool - fixed compilation of the PDF import plug-in with libpoppler 0.8 - fixed bug in clipboard brush code - corrected layer mask flag in PSD save plug-in - fixed an issue with tablets and newer X.Org releases - keep the JPEG save plug-in from writing an empty EXIF tag - fixed crash in Selective Gaussion Blur plug-in - added new translations (Belarusian, Catalan, Norwegian Nynorsk) - translation fixes and updates
Convert to use PLIST_VARS instead of manually passing "@comment " through PLIST_SUBST to the plist module.
Changes 2.4.5: - fixed a regression introduced by the brush cursor optimization - fixed bug in transform tool preview - fixed PSD export of images with layer masks - fixed base64 encoding routine of the Mail plug-in - use the correct background color when creating a new image - explicitly link libgimpthumb with GLib - improved selection of the font sample string - unified handling of "Enter" and "Space" keysyms - fixed bug in the Glossy script when used with a pattern - correctly record dimensions in Exif data when saving as JPEG - fixed sensitivity of plug-in menu items - fixed potential crashes in Wind, Warp, Small Tiles and Apply Canvas plug-ins - added default keyboard shortcut for "Paste As New Image" (Ctrl-Shift-V) - added default keyboard shortcut for "Copy Visible" (Ctrl-Shift-C) - fixed missing preview update in Curves tool - fixed a bug in the Frosty Logo script - fixed backward transformations using the PDB - translation fixes and updates (de, eu, eo, fr, he, hu, it, ja, ko)
Changes 2.4.4: - fixed typo in stock icon name - fixed handling of PSD files with empty layer names - merged TinyScheme bug-fixes - removed duplicate entry from Tango palette - corrected parameter range in Chip Away script - reduced redraw priority and speed of the marching ants - fixed out-of-bounds array access in Convolution Matrix plug-in - reduced rounding errors in Convolution Matrix plug-in - fixed potential crash on missing CMYK color profile - fixed crash in Bumpmap plug-in when called from some scripts - Equalize should not equalise the alpha channel - increased the number of points the ImageMap plug-in can handle - adjusted the priority of the projection renderer - smooth the brush mask to get a simpler cursor boundary - show the selection even if the image window is invisible - allow to commit a pending rectangular selection using Enter - fixed bug in image dirty state logic - improved GIMPressionist preformance and reduced startup time - fixed a crash in the Convert to Color Profile plug-in - merged some other minor fixes from trunk - translation updates (de, it, lt, ru, sv, uk)
Don't set "USE_BUILTIN.fontconfig" to "no". The "builtin.mk" contains a proper version check and X.org includes a recent enough version of the library.
Changes 2.4.3: - avoid filename encoding problems in the WMF import plug-in - fixed horizontal flipping of linked layers - raised the priority of the display idle renderer to improve performance on Win32 - fixed a missing update in the Lighting plug-in UI - fixed a potential crash in the projection code - fixed a minor Makefile issue - removed some pointless warnings from the JPEG and TIFF load plug-ins - fixed size calculation for the image size warning dialog - fixed loading of tool options for the rectangle tools - push/pop a context in the Fog filter - fixed potential crashes in the Python binding - corrected grid drawing with non-integer spacing - fixed grid snapping for coordinates less than the grid offset - made the healing brush work properly when dragged - update tool state when a device change happens - improved validation of strings sent over the wire - fixed integer check in Script-Fu - fixed potential out-of-memory problem in Script-Fu - fixed compilation on msys/mingw - fixed localisation of Python plug-ins on Win32 - translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
Remove gimp-print support. As of 2.4, gimp no longer uses gimp-print in the print plugin. gimp-print 4.2 is itself obsolete, replaced by gutenprint 5, and gutenprint provides a gimp print plugin that links against gimp's libraries.
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
This package needs "Perl::XML-Parser" to build. Add the "p5-XML-Parser" as a build dependence to provide this module.
Changes 2.4.2: - removed broken and useless HSV Graph script - update the histogram when a color correction tool is cancelled - fixed a crash with certain plug-in or script descriptions - corrected a tooltip - fixed a crash when GIMP is run without any modules - fixed error handling in the TIFF plug-in - fixed a problem with Sample points - fixed a crash when merging layers in indexed image - update the histogram when painting - fixed another problem with merge operations on indexed images - fixed crash in TIFF plug-in when saving indexed images - changed defaults so that a system monitor profile is only used when the user explicitely enabled this feature - fixed endless loop when running equalize on transparent areas - fixed heap corruption in GimpColorScale widget that caused a crash in the Compose plug-in - fixed use of background color in Particle Trace script - set the image menu insensitive when there's no image opened - translation updates (ca, et, it, lt, pt, pt_BR, sr, sv)
Changes 2.4.1: * Bug fixes
gimp 2.4 now supports DESTDIR out of the box.
options-ify svg and mng; the former pulls in a whole lot of gnome infrastructure, the latter ain't very commonly used. Both default to being active.
Changes 2.4.0: * Refreshed Look * Scalable Brushes * Selection Tools * Foreground Select Tool * Align Tool * Changes in menus * Improved display when zooming in or out
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. Bump PKGREVISION.
Adapt for librsvg rename. Bump PKGREVISION.
Bump PKGREVISION for gnome-vfs rename.
Pullup ticket 2136 - requested by lkundrak security fix for gimp - pkgsrc/graphics/gimp/Makefile 1.157 - pkgsrc/graphics/gimp/distinfo 1.35 - pkgsrc/graphics/gimp/patches/patch-ae 1.7 - pkgsrc/graphics/gimp24/Makefile 1.45 - pkgsrc/graphics/gimp24/distinfo 1.18 - pkgsrc/graphics/gimp24/patches/patch-af 1.1 Module Name: pkgsrc Committed By: lkundrak Date: Wed Jul 4 13:34:36 UTC 2007 Modified Files: pkgsrc/graphics/gimp: Makefile distinfo Added Files: pkgsrc/graphics/gimp/patches: patch-ae Log Message: Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: lkundrak Date: Wed Jul 4 15:19:52 UTC 2007 Modified Files: pkgsrc/graphics/gimp24: Makefile distinfo Added Files: pkgsrc/graphics/gimp24/patches: patch-af Log Message: Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION.
Changes 2.2.17: - 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
Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION.
Reverted last commit. It should have been commited into HEAD instead.
Fix for CVE-2007-2949 heap overflow in PSD code. Bump PKGREVISION.
opencdk shlib major changed; bump ABI depends and PKGREVISIONs of affected packages.
Changes 2.2.15: - 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
Pullup ticket 2098 - requested by tron security fix for gimp - pkgsrc/graphics/gimp/Makefile patch - pkgsrc/graphics/gimp/distinfo 1.33 via patch - pkgsrc/graphics/gimp/patches/patch-ac 1.14 Module Name: pkgsrc Committed By: tron Date: Sat May 26 15:00:23 UTC 2007 Modified Files: pkgsrc/graphics/gimp: Makefile distinfo Added Files: pkgsrc/graphics/gimp/patches: patch-ac Log Message: Add patch from GIMP SVN repository to fix the vulnerability reported in CVE-2007-2356. Bump package revision.
Add patch from GIMP SVN repository to fix the vulnerability reported in CVE-2007-2356. Bump package revision.
Changes 2.2.14: - 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
Bump PKGREVISION for gnome-keyring ABI bump.
libXmu is needed with modular Xorg for gimp-remote.
Mechanically replace all includes of buildlink3.mk of the following 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
include tiff/buildlink directly instead relying on gtk to pull it in
Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency. This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
Changes 2.2.13: * 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
add .fi mirror
Pullup ticket 1768 - requested by ghen
security update for gimp
Revisions pulled up:
- pkgsrc/graphics/gimp/Makefile 1.143
- pkgsrc/graphics/gimp/PLIST 1.25
- pkgsrc/graphics/gimp/buildlink3.mk 1.13
- pkgsrc/graphics/gimp/distinfo 1.30
- pkgsrc/graphics/gimp/patches/patch-aa 1.16
- pkgsrc/graphics/gimp/patches/patch-ab 1.17
- pkgsrc/graphics/gimp/patches/patch-ac removed
- pkgsrc/graphics/gimp/patches/patch-ae removed
- pkgsrc/graphics/gimp/patches/patch-af removed
- pkgsrc/graphics/gimp/patches/patch-ag removed
- pkgsrc/graphics/gimp/patches/patch-ah removed
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 10 22:06:32 UTC 2006
Modified Files:
pkgsrc/graphics/gimp: Makefile PLIST buildlink3.mk distinfo
pkgsrc/graphics/gimp/patches: patch-aa patch-ab
Removed Files:
pkgsrc/graphics/gimp/patches: patch-ae patch-ac patch-af
patch-ag patch-ah
Log Message:
Changes 2.2.12:
- 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
Needs intltool.
Remove pointless conflict entry.
Changes 2.2.12: - 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
Add "twain" plug-in to package list under Mac OS X. Bump package revision because binary package changed.
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
Complete rewrite of PNG plugin for new API to make this package build with the latest version of the "png" package. Bump package revision because of this fix.
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Changes 2.2.11: - 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
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt.
Over 1200 files touched but no revisions bumped :) 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).
Add missing dependency on graphics/xpm.
Belatedly bump PKGREVISION for all libtasn1 dependencies, since libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
Recursive revision bump / recommended bump for gettext ABI change.
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Update to 2.2.10. 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).
Recursive PKGREVISION bump for gnutls shlib major bump. Bump BUILDLINK_RECOMMENDED.
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
Changes 2.2.9: - 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
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 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.
Unlimit the "datasize" to fix build problems under NetBSD-macppc.
Change path from devel/pkgconfig to devel/pkg-config. No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Fix misnamed configuration filei (which cuased it to not install the configuration from examples to configuration directory). Bump PKGREVISION. graphics/gimp/Makefile CVS: ----------------------------------------------------------------------
Changes 2.2.8: - 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
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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.
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
update to 2.2.7 bugfixes only
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Changes 2.2.6: - reverted change to the print plug-in Changes 2.2.5: - fixed double-click behaviour of GimpButton - properly handle 302 redirect output from wget in URL plug-in - fixed loading of layer masks in PSD plug-in - fixed bugs in PSD save plug-in - fixed Reset in Scale and Resize dialogs - fixed filename encoding issues when loading Script-Fu scripts - fixed i18n build quirks - improve autoscrolling with tablets in Windows - fixed setup of size entries in tool-options - when opening images as layers, do it interactively - fixed precondition checks in gimp_drawable_transform_scale - fixed handling of resolution unit in Print Size dialog - disable "gtk-alternative-button-order" setting because our code doesn't honor it - fixed behaviour of selection tool when dragging from top-right - speed up conversion of grayscale images to indexed colors - fixed bug in grayscale to indexed color conversion - don't offer empty palettes for conversion to indexed color - disable search in container tree-views since it interferes with global accelerators - corrected mousewheel section of default controllerrc - fixed build on amd64/gcc-4.0 - unset Keep Transparency from Color to Alpha plug-in. - fixed crash caused by Histogram dockable in RGB mode - fixed statusbar display for negative moves - fixed a couple of problems in the BMP plug-in - fixed bug in Resize dialog if previews are turned off - fixed disappearing previews in Rotate Colormap plug-in - fixed deletion of fractals in Fractal Explorer plug-in - fixed preview in Deinterlace plug-in - fixed crashes on exit in some locales - fixed installation directories for message catalogs - handle deletion of layers and channels that have a floating selection attached - plugged some smaller memory leaks - fixed preview in Gaussian Blur plug-in for zero radii - fixed a couple of problems in the Winicon plug-in - fixed bug in GIF loader that was triggered with a broken GIF - fixed crash in Ink tool - let the text tool remember the last-used font - quote the print command used in the Print plug-in
Depend on glib2 and pango (used directly).
Changes 2.2.4: - fixed an out-of-bounds read access in the Edge plug-in (bug #164963) - limit aspect ratio in crop tool to sane values (bug #164827) - fixed indexed conversion on floating selections (bug #165342) - fixed button order in resize and scale dialogs - improved handling of UNC paths on Windows - fixed crash in winicon save plug-in (bug #162742) - fixed image types registration for some python plug-ins (bug #1666650) - workaround problems with font names ending in numbers (bug #166540) - show clone source when cloning from a different image (bug #167002) - corrected coordinate limits in New Guide script (bug #167529) - fixed crash in gradient editor (bug #167604) - don't give keyboard focus to combo boxes in image window (bug #167809) - fixed saving of MNG files with negative layer offsets (bug #166059) - fixed use of the text tool on floating selections (bug #166829) - don't create duplicate templates when migrating user settings (bug #167893) - let the py-slice script ignore out-of-bounds guides (bug #167843) - store thumbnails in temporary folder if no valid home directory exists (bug #167973) - fixed Emboss plug-in for small images (bug #168022) - avoid crashes in toolbox size allocation code (bug #162500) - switch from display-wide grab to application-wide grab while tool actions are being performed (bug #162823) - update filesize in JPEG dialog if size of EXIF data changes (bug #164914)
Bumped PKGREVISION due to change in libwmf.
Changes 2.2.3: - fixed build problem in MIDI input controller (bug #163593) - remember last used directory in file open and save dialogs (bug #162385) - fixed crashed in DND of indexed drawables (bug #163879) - removed bumpmap artifacts in Lighting Effects plug-in (bug #163877) - fixed non-interactive mode of Retinex plug-in - fixed undo of ink strokes (bug #163670) - fixed expose event handling in Curve Bend plug-in (bug #164207) - added a missing pressure sensitivity toggle to Airbrush tool (bug #164237) - fixed loading of XJT images files from read-only folders (bug #164116) - fixed bug in the Info dialog that crashed the Crop tool (bug #163617) - fixed yet another entry problem in the Scale Image dialog (bug #163951) - fixed serialization of binary parasites (bug #163131) - correctly initialize the preview in the Bumpmap plug-in (bug #162285) - give visual feedback if a dialog is already opened (bug #164156) - fixed saving of JPEG images with large quality settings (bug #164087) - update the menus when selecting a component in the Channels dialog (bug #164195) - fixed issues with the save dialog in the Imagemap plug-in (bug #164864) - update filesize in JPEG dialog if size of EXIF data changes (bug #164914)
Changes 2.2.2: - let Decompose plug-in create layers with alpha channel - fixed crash in save dialog (bug #162443) - fixed misbehaviour in Scale and Resize dialogs (bug #162387) - fixed preview in Imagemap plug-in (bug #162592) - fixed handling of broken menu path translations (bug #162590) - fixed bugs in the Sparkle plug-in and the Frosty Logo script (bug #132145) - fixed two broken Python scripts (bug #162707) - changed default response in Close dialog (bug #162872) - flush the display when plug-in dialogs are disposed (bug #163084) - fixed build problem on amd64 with gcc-4.0 (bug #163041) - fixed problem in locales that are rendered right-to-left (bug #162663) - fixed bug in Frosty Logo Script-Fu (bug #132145) - raise the toolbox when it is selected from the Tools menu (bug #163381) - improved usability of Keyboard Shortcuts editor (bug #163385) - fixed gradient selection widget in libgimpui (bug #163427) - workaround a problem in the MMX code (bug #162778)
Changes 2.2.1: - added python logo to EXTRA_DIST so it shows up in the tarball (bug #161716) - fixed mempory corruption in FracalExplorer plug-in (bug #161729) - fixed crash in gradient editor (bug #161411) - fixed crash in unsharp mask plug-in preview code (bug #157910) - fixed bug in unsharp mask plug-in that caused artefacts when a large blur radius was being used on a small drawable; minor optimizations - removed broken asc2img Script-Fu - fixed channel drag-n-drop (bug #161877) - fixed misbehaviour of entries in Scale and Resize dialogs (bug #161756) - speed up preview in several plug-ins - fixed bug in Despeckle plug-in that caused it to run very slowly (bug #162129) - fixed a crash in the error dialog (bug #162147) - fixed parameter value range in Weave script (bug #162182) - fixed crash in brush preview (bug #162232) - minor improvements to the API docs
Bump PKGREVISIONs due to libtiff update. Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
This package requires intltool to build. Noted by Cesar Catrian C. in PR pkg/28330.
Changes 2.0.6: - fixed gimp_file_load_thumbnail() - fixed gimp_displays_reconnect() (#154638) - initialize tool options with default values before deserializiation (#120832) - let the BMP loader deal better with broken BMP files (#15540) - fixed help-browser crashes on missing images (#138275) - fixed opacity handling in grid plug-in (#156750) - fixed text tool crashes with Pango 1.2 (#154144)
Bump BUILDLINK_DEPENDS.libexif in libexif/buildlink3.mk and PKGREVISIONs of packages including it, because the recent update of libexif changed the major version number of libexif. Noted by dieter and Jeremy C. Reed on tech-pkg@.
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Changes 2.0.5 - added sanity checks for misconfigured filesystem encodings - don't expose unnecessary information in Postscript files we generate - improved behaviour of Shear tool - fixed labels in CMYK color-picker - removed non-functional button from Device Status dialog - fixed parsing of SVG transform attributes - guard against bogus logical screen dimensions in GIF images - fixed use of global context for stroke operations - avoid stack overflows when bucket-filling complex regions - fixes to the composite code - fixed run-with-last-vals mode for vpropagate plug-in - respect the global-brush setting when stroking - fixed popup menu positioning - fixed handling of QuickMask color - fixed bounding box problems when opening Postscript files - fixed undo memory calculation for paint operations - work around file-descriptor leak in Pango - made menu entry translatable - use the global gradient for the airbrush and pencil tools - fixed PDB call gimp-curves-spline - fixed projection when undoing floating_sel_to_layer
Changes 2.0.4: * several build fixes * fixed bug in Polarize plug-in * fixed out-of-bounds access in Ink tool code * improved antialiasing of elliptical selections * fixed typo in gradient editor * really remove all associated items from the ID hash table when an image is being closed * work around integer overflows when transforming large drawables * fixed wrong EXIF handling in JPEG plug-in, a bug that has been introduced in 2.0.3 * fixed bug in Script-Fu extension * fixed crash in container grid views * handle changes to URI handling in newer glib releases
Changes 2.0.3: * several build fixes (#144632, #144780) * documentation fixes (#144267) * avoid use of uninitialized values in GimpColorArea widget (#144786) * fixed Levels tool on grayscale images with alpha channel (#141930) * fixed Save/Load functionality in channel-mixer plug-in (#145380) * fixed brokeness in GimpContext that caused tool options and device settings to be saved incorrectly * fixed bug in Colorize tool * fixed undo stack corruption that occured with some undo settings (#145379) * fixed long-standing bug that caused the tablet pointer to change inadvertently (#115774) * allow to undo script 'Round Corners' (#146344) * implemented gimp-path-get-point-at-dist PDB function (#138754) * don't crash while loading JPEG files with corrupt EXIF data (#145212) * fixed loading of CMYK TIFF images on big-endian hosts (#147328) * fixed palette handling in MNG plug-in (#139947) * fixed bug in Script-Fu console (#139200) * fixed corruption when saving RLE-encoded BMPs on big-endian hosts (#147759)
The german mirror is on "ftp.gwdg.de" not "ftp.gwdb.de".
Changes 2.0.2: - several build fixes (#140115, #142907, #143069) - allow plug-ins to register menu entries from within init() (#139969) - fixed focus issues with tool dialogs (#139349) - allow to load grayscale TGA files - a couple of string and i18n fixes (#140296, #140039, #137036, #142996) - fixed crash in template editor (#140315) - fixed crash in IWarp plug-in (#140554) - fixed snap to guides (#140649) - made the PNG plug-in handle empty colormaps (#142029) - fixed bug in text editor dialog (#141792) - fixed Old Photo script-fu (#142326) - fixed glitch in the Curves tool dialog (#142506) - don't allow tablet pressure to become negative (#123811) - improved range of tablet pressure values (#142808) - better defaults for tablet pressure (#143626) - fixed use of screen color picker with XInput devices (#143166) - actually return values from the run function of Python scripts (#141338) - documentation fixes (#142618) - fixed bug in the save routine of the TIFF plug-in (#143522) - don't let Curve Bend silently apply the layer mask (#134748) - fixed bug in Blur plug-in (#142318) - fixed mask offsets after crop operations (#143860) - let extensions run synchronously when called via PDB (#140112) - updated (and some new) translations
gimp needs cmsCreate_sRGBProfile to provide the libcdisplay_proof library. So require lcms>=1.12. (wiz@ suggested that this should just be done for gimp and this was okayed by maintainer, adam@.)
Fix multiple gimp-print installation problem (e.g. Darwin/MacOSX)
Use PKGNAME_NOREV instead of PKGNAME in directory names to match with PLIST.
Bump PKGREVISION due to libcroco's update (major version bump in library name).
gimp2 isn't supported by print/gimp-print yet, so enable the builtin print widget (skip PKGREVISION bump because this pkg was just updated)
Bugs fixed in GIMP 2.0.1 - don't leak file descriptor for the POSIX shm implementation (Yosh) - fixed path tool undo (#138086, Mitch) - don't transform drawables away (#138117, Mitch) - fixed issues with guillotine plug-in (#138314, Joao, Mitch) - fixed Slide script-fu (#138310, Nils Philippsen) - don't allow removed items to be accessed thru the PDB (#138311, Mitch) - skip fonts with invalid names (workaround for #132366, Sven) - fixed Spinning Globe script-fu (#138253, Sven) - fixed a bug in the IFSCompose plug-in (#138212, David Necas) - fixed undo corruption with floating selections (Pedro, Mitch) - fixed gimprc man-page (Sven) - align JPEG setjump buffer on 16-byte boundary for ia64 (#138357, Yosh) - fixed Alien Glow Arrow script-fu (#138524, Sven) - fixed code that suppresses the transform tool grid (Simon) - push an undo for changing the text layer modification flag (#137767, Mitch) - make the user installation work with pixmap themes (#138379, Sven) - register .jpe as extension for JPEG images (#138776, Bolsh) - fixed issues with the Lighting Effects plug-in (#138788, William Skaggs) - don't crash on color corrections on empty selections (#138973, Sven) - made gimptool-2.0 create missing directories (#138980, Yosh) - made undo names translatable (#139000, Sven) - optimized grid drawing (#138081, Sven) - don't create a gimptool link to gimptool-2.0 (#139024, Sven) - sanitize rectangle and ellipse selection (#138237, #138103, Pedro) - fixed problems with Copy-Visible and Drop-Shadow scripts (#138662, Pedro) - fixed X server authentification problems with gimp-remote (#139158, Sven) - let Script-Fu PDB marshallers handle NULL strings (#139386, Kevin Cozens) - fixed rounding error in transformation code (#120490, William Skaggs) - fixed winclipboard plug-in (Hans Breuer) - fixed Python Slice script (Yosh) - fixed configure check for Xmu (#139803, Sven) - fixed crash when scaling up a floating selection (#138356, Mitch) - use LC_MESSAGE for help localization (#139917, Sven) - fixed imagemap file parsers (#139894)
gimp always installs under LOCALBASE, so get rid of code that creates a symlink for gimp.m4 between X11BASE and LOCALBASE if needed.
There isn't any XFree86 version that comes with fontconfig>=2.2.0, so don't check for fontconfig's builtin via USE_BUILTIN.fontconfig=no.
Get rid of the GIMP_VER variable.
Honour PKG_SYSCONFDIR properly. Bump PKGREVISION to 1.
Add build dependency on pkgconfig, because configure uses pkg-config.
Update gimp to 2.0.0 This release is a major event, marking the end of a three year development cycle by a group of volunteers and enthusiasts who have made this the most professional release of the GIMP ever. It is the first stable release that is officially supported not only on Unix-based operating systems, but also on Microsoft Windows and Macintosh OS X.
s/netbsd.org/NetBSD.org/
update to 1.2.5 This is a bugfix release.
Updated to 1.2.4. Changes: - DESCR has 80 columns - better COMMENT - sync buildlink2.mk with reality - style nits 1.2.4: ====== - numerous bugfixes, too many to mention. see ChangeLog for details - print plug-in now depends on libgimpprint
Line up PKGREVISION whitespace.
Dependency bumps, needed because of devel/pth's major bump, and related dependency bumps.
gimp-base-1.2.3nb1 -> gimp-base>=1.2.3nb1
Give all packages which depend on "png" a version bump, and update all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
turn gimp into a meta-pkg
update to 1.2.3 I didn't find a useful changelog - seems to be a bugfix and documentation update release
Undo PKGREVISION increase for undone change.
Backed out pkg/15487 as tiff, jpeg, and png are already dependencies (pointed by Thomas Klausner)
- Added support for tiff, jpeg and png by making this depend on those pkgs - Set PKGREVISION=1 Fixes pkg/15487 by Chris Richards
I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
x11.buildlink.mk needs to be included before any buildlink.mk files that use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
* Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. We now
avoid a hidden dependency on libiconv.so if it's installed in ${LOCALBASE}.
It's also possible now to build gimp without accidentally pulling in older
gimp headers from an installed gimp package. Also allow
gnome-libs/buildlink.mk to pull in much of the dependencies.
* Remove patch to pass $(INTLDEPS) to the compiler in modules/Makefile as
the gettext headers are found in ${BUILDLINK_DIR}/include which is already
passed through in CFLAGS.
* Remove GNOME_CONFIG=no from CONFIGURE_ENV. This was a leftover from when
there was a separate gimp-helpbrowser package that depended on gnome-libs
while the main gimp package only needed GTK+ and graphics libs. Since
there is only one consolidated gimp package now, we need the gnome-libs
dependency (more specifically, libgtkxhtml.so) to be correctly found for
the helpbrowser plugin to be built.
* Add settings for MPEG, LIBMPEG, and GAP_DECODE_MPEG to properly support
the MPEG library from graphics/mpeg-lib that changed it's name.
* Change -Wl,-E (conditionalized on ELF) to -Wl,--export-dynamic which works
across both the ELF and a.out linkers.
Remove duplicate dependence on "mpeg" package which is now added by the buildlink glue file.
Include buildlink glue for "mpeg-lib" so that detection of MPEG Library works on system where "kdemultimedia" version 2.x is installed.
Update gimp to 1.2.2: This release fixes a large number of bugs, adds a couple of new translations, and features a complete rewrite of the help pages
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
Update dependency on png to >=1.0.11 because of the shlib major bump. Noted by Frederick Bruckman.
Add BUILD_USES_MSGFMT=yes as this wants msgfmt - build breaks if it's not installed (I wonder why this wasn't catched in bulk builds...)
Because the minor number of the PNG library was increased packages compiled using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Update to gimp-1.2.1 Patches from Martti Kuparinen in pkg/12223 Too many changes to list and no obvious URL for the ChangeLog file
This works really fine without $DISPLAY set!
Add missing depende on "gnome-libs" package.
Build gimp-extra-data after gimp was installed. It wants gimptool installed.
Update to 1.2.0. Changes: many bugfixes, new plugins, etc.
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
USE_PKGLIBTOOL -> USE_LIBTOOL
Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
The previous method of using a make target for finding a prerequisite package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
Make the determination of the pre-req package's installed directory be
a bit more user-friendly.
Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
Hardcoding X11PREFIX into package Makefiles forces the user to install
xpkgwedge once, before any other packages have been installed, and
never to delete it. This change finds the prefix of the installed
pre-req package using pkg_info(1), and allows packages to be found in
${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from
Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
Make this package xpkgwedge-safe by using the new X11PREFIX definition in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
s/USE_LIBTOOL/USE_PKGLIBTOOL/ Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
Need a ./ before ${CONFIGURE_SCRIPT}.
Adapt to new handling of "${CONFIGURE}".
Because the minor of "libpng" was bumped we must sure that packages compiled for the update "png" package depend on it.
Use "ftp.fu-berlin.de" instead of dead mirror on "infosoc.uni-koeln.de".
Only add "-Wl,-E" to "LDFLAGS" on ELF systems because the a.out "ld" doesn't recognize this option.
Fix for i386/ELF by passing -Wl,-E, avoiding the following error initially reported by Lennart Augusson <lennart@augustsson.net> on tech-pkg: > opus% gimp > Message: Passed serialization test > > /usr/X11R6/lib/gimp/1.1/modules/libcolorsel_gtk.so: Undefined PLT symbol "gim > p_color_selector_register" (reloc type = 7, symnum = 6) > > ** opus% WARNING **: wire_read: unexpected EOF (plug-in crashed?)
Use "png>=1.0.3" instead of "png-*" in dependence list.
Use wildcard dependence for "png" package.
Use wildcard dependence for "gtk+" package and create a link for
"libart.m4" in "${LOCALBASE}/share/aclocal" if "${LOCALBASE}" is not
identical with "${X11BASE}". Fixes PR pkg/7649 by Wolfgang Rupprecht.
Change to use wildcard dependency on tiff.
Update dependency on gtk+-1.2.4
Fix check for running X11 required to build this package.
Add a C version of pdb_self_doc so that this does not require Emacs in order to build with docs.
Due to a variable expansion bug in the "Makefile" the texinfo documenation was neither built nor installed.
Update dependence for "gtk+" package to version 1.2.2.
Update dependence for "gtk+" package to version 1.2.1.
Update "gimp" package to version 1.0.4.
Update "gimp" package to version 1.0.3 and libtoolize it properly. "gimp" now uses "gtk+" version 1.2.x.
Update dependence for "png" package.
Adapt to work together with new gtk10 package Remove deprecated CONFLICTS with prior versions
Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
emacs, not xemacs.
pkglint: move NOT_FOR_ARCHS out of the way.
The docs build requires emacs, so make it a build dependency.
1.0.2 The docs build uses the script-fu plug-in, so do it in the post-install target, after the rest of the package is installed.
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail on alpha. There may be more, but I haven't seen them yet.
Make these packages depend on gtk10, the 1.0 version of the gtk package.
The Grand Homepagification: - New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
Update libpng to 1.0.2. Works with all dependent pkgs I have tested (everything but ImageMagick, gs5, and xemacs20). The API hasn't changed much, say the install instructions, but it isn't binary compatible--bump shlib version to 1.0.
Update xpm to 3.4k.
Update libjpeg to v6b.
Remove unnecessary "USE_GTEXINFO= yes".
Update gimp to version 1.0.0 using changes supplied by Bernd Sieker. Also add dependence for "emacs" package to fix PR pkg/5615.
Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
explicitly in the commands before ${MAKEFILE}; modify package
Makefiles to conform to this rationalisation. This was used
inconsistently in many packages, some including it, some not.
Mostly cosmetic changes to shut up portlint. Little bugfix for apache.
Only set "IS_INTERACTIVE= yes" if we are not running under X11.
Because "gimp" uses its own binary to create a database it can't be built without running X11. Add "IS_INTERACTIVE= yes" and a check for "$DISPLAY" to handle that properly.
Commit gimp update to 0.99.28 done by Bernd 'pink' Sieker.
Enable installation of info files and man page, fixes pr 5320.
Remove the old deprecated DEPENDS definition from bsd.pkg.mk. Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Update to "gimp-0.99.26" using changes supplied by Bernd Sieker.
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. Remove redundant (and sometimes erroneous) comments.
portlint: pkg->${PKGDIR}.
Add "xpm" to "LIB_DEPENDS".
s/pre-fetch/pre-extract/
Add a pre-install stage which ensures that there's a valid info dir file
in ${X11BASE}/info at installation time.
Modify PLIST to do the same if installing a binary package.
Pre-process the PLIST to expand LOCALBASE, so that the info dir file
source can be found in the correct directory.
"gimp" should be installed in "/usr/X11R6", pointed out by Mario Kemper.
No need to use "gmake", our "make" works fine.
Initial import of gimp-0.99.18 package made by Bernd Sieker.