head 1.14; access; symbols pkgsrc-2013Q2:1.14.0.22 pkgsrc-2013Q2-base:1.14 pkgsrc-2012Q4:1.14.0.20 pkgsrc-2012Q4-base:1.14 pkgsrc-2011Q4:1.14.0.18 pkgsrc-2011Q4-base:1.14 pkgsrc-2011Q2:1.14.0.16 pkgsrc-2011Q2-base:1.14 pkgsrc-2009Q4:1.14.0.14 pkgsrc-2009Q4-base:1.14 pkgsrc-2008Q4:1.14.0.12 pkgsrc-2008Q4-base:1.14 pkgsrc-2008Q3:1.14.0.10 pkgsrc-2008Q3-base:1.14 cube-native-xorg:1.14.0.8 cube-native-xorg-base:1.14 pkgsrc-2008Q2:1.14.0.6 pkgsrc-2008Q2-base:1.14 pkgsrc-2008Q1:1.14.0.4 pkgsrc-2008Q1-base:1.14 pkgsrc-2007Q4:1.14.0.2 pkgsrc-2007Q4-base:1.14 pkgsrc-2007Q3:1.13.0.2 pkgsrc-2007Q3-base:1.13 pkgsrc-2007Q2:1.12.0.2 pkgsrc-2007Q2-base:1.12 pkgsrc-2007Q1:1.10.0.2 pkgsrc-2007Q1-base:1.10 pkgsrc-2006Q4:1.8.0.2 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.6.0.2 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.4.0.2 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.1.1.0.2 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.14 date 2007.11.01.09.26.45; author adam; state dead; branches; next 1.13; 1.13 date 2007.07.31.21.01.16; author adam; state Exp; branches; next 1.12; 1.12 date 2007.05.28.12.41.50; author adam; state Exp; branches; next 1.11; 1.11 date 2007.04.30.13.34.03; author adam; state Exp; branches; next 1.10; 1.10 date 2007.03.11.20.50.28; author adam; state Exp; branches; next 1.9; 1.9 date 2007.02.05.19.49.06; author adam; state Exp; branches; next 1.8; 1.8 date 2006.11.30.23.41.35; author adam; state Exp; branches; next 1.7; 1.7 date 2006.10.12.19.18.41; author adam; state Exp; branches; next 1.6; 1.6 date 2006.09.10.22.59.16; author adam; state Exp; branches; next 1.5; 1.5 date 2006.07.06.20.55.05; author adam; state Exp; branches; next 1.4; 1.4 date 2006.06.08.15.39.38; author adam; state Exp; branches; next 1.3; 1.3 date 2006.04.14.10.49.41; author adam; state Exp; branches; next 1.2; 1.2 date 2006.02.09.12.00.37; author adam; state Exp; branches; next 1.1; 1.1 date 2005.10.21.17.31.58; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.10.21.17.31.58; author drochner; state Exp; branches; next ; desc @@ 1.14 log @Obsoleted by gimp-2.4.1 @ text @$NetBSD: patch-ab,v 1.13 2007/07/31 21:01:16 adam Exp $ --- configure.orig 2007-07-24 20:49:49.000000000 +0200 +++ configure @@@@ -31212,6 +31212,7 @@@@ if (eval "$ac_cpp conftest.$ac_ext") 2>& gimp_ok=yes fi rm -f conftest* + fi if test $gimp_ok = yes; then @@@@ -31220,7 +31221,6 @@@@ cat >>confdefs.h <<\_ACEOF _ACEOF fi - fi { echo "$as_me:$LINENO: result: $gimp_ok" >&5 echo "${ECHO_T}$gimp_ok" >&6; } if test $gimp_ok = no; then @@@@ -33727,7 +33727,7 @@@@ if test "x$with_print" != xno; then fi -if test "x$enable_print" == xyes; then +if test "x$enable_print" = xyes; then BUILD_PRINT_TRUE= BUILD_PRINT_FALSE='#' else @@@@ -36652,7 +36652,7 @@@@ fi gimpdatadir="$datadir/$PACKAGE/2.0" gimpplugindir="$libdir/$PACKAGE/2.0" -gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" +gimpsysconfdir="$sysconfdir" @ 1.13 log @Changes 2.3.19: - support long layer names in PSD files - improved EXIF handling in the JPEG file plug-in - added control for the playback speed in the Animation Playback plug-in - avoid needless image preview invalidation - allow to edit the image comment in the Image Properties dialog - further improved rectangle tools - made JPEG save parameters user-configurable - avoid color conversions between identical ICC color profiles - improved Print plug-in - improved loading and saving of indexed TGA images - bug fixes and code cleanup @ text @d1 1 a1 1 $NetBSD$ @ 1.12 log @Changes 2.3.17: - improved import of multi-page TIFF files - reduced rounding errors in Blur routines (core and plug-ins) - further improved parameter checks in the PDB - added support for loading .abr v2 Photoshop brushes - improved border behavior of the Blur tool - show the brush outline at the Clone tool's source position - added libgimpbase API to retrieve the user's Pictures folder - add a shortcut to the user's Pictures folder to the file-chooser dialog - improved the quality of the Motion Blur filter - save paths in TIFF files - let the Screenshot plug-in name the new layer after the window - use memory slices to reduce memory fragmentation - some code cleanup - lots of bug fixes @ text @d3 1 a3 1 --- configure.orig 2007-05-21 10:58:46.000000000 +0200 d5 1 a5 1 @@@@ -30961,6 +30961,7 @@@@ if (eval "$ac_cpp conftest.$ac_ext") 2>& d13 1 a13 1 @@@@ -30969,7 +30970,6 @@@@ cat >>confdefs.h <<\_ACEOF d21 1 a21 1 @@@@ -33587,7 +33587,7 @@@@ if test "x$with_print" != xno; then d30 1 a30 1 @@@@ -36512,7 +36512,7 @@@@ fi @ 1.11 log @Changes 2.3.16: - make the XOR color configurable as a workaround for broken drivers - allow to assign keyboard shortcuts to procedures without menu entry - allow to configure the height of the preview area in data editors - improved file detection in TGA plug-in - improved brush scaling code, now also scales up - converted standard pixmap brushes to parametric ones - improved zoom tool behavior - D-Bus methods now have a return value indicating success or failure - added more menu tooltips - allow procedures to request the display ID they are being called from - depend on GTK+ >= 2.10.6 and use some of the new functions in GTK+ 2.10 - allow filename passed on the command-line to be opened as new images - various optimizations - bug fixes and code cleanup @ text @d3 1 a3 1 --- configure.orig 2007-04-24 17:14:24.000000000 +0200 d5 1 a5 1 @@@@ -30956,6 +30956,7 @@@@ if (eval "$ac_cpp conftest.$ac_ext") 2>& d13 1 a13 1 @@@@ -30964,7 +30965,6 @@@@ cat >>confdefs.h <<\_ACEOF d21 1 a21 10 @@@@ -32918,7 +32918,7 @@@@ echo $ECHO_N "checking if libexif is ver fi { echo "$as_me:$LINENO: result: $have_exif_0_6" >&5 echo "${ECHO_T}$have_exif_0_6" >&6; } - if test x$have_exif_0_6 == xyes; then + if test x$have_exif_0_6 = xyes; then cat >>confdefs.h <<\_ACEOF #define HAVE_EXIF_0_6 1 @@@@ -33597,7 +33597,7 @@@@ if test "x$with_print" != xno; then d30 1 a30 1 @@@@ -36466,7 +36466,7 @@@@ fi @ 1.10 log @Changes 2.3.15: - added keyboard control to rectangle tools and improved their tool options - improved console handling on Win32 - support large XCF files (> 2GB) on Win32 also - cleanup of the internal undo system - ask before overwriting files, not only for image files - added "Revert Zoom" functionality - added GimpStringComboBox widget to libgimpwidgets - added HAL support for hotplug of Linux Input devices - added support for shaped windows to the Screenshot plug-in - improved handling of incomplete PNG files - categorize contributors into active and inactive - added controller module for DirectInput controllers on Win32 - speed up transform tools - improved tool cancellation framework - fixed Select -> Border behaviour and added option for 'sticky image edges' - bug fixes and code cleanup @ text @d3 1 a3 1 --- configure.orig 2007-03-08 10:55:51.000000000 +0100 d5 1 a5 1 @@@@ -30978,6 +30978,7 @@@@ if (eval "$ac_cpp conftest.$ac_ext") 2>& d13 1 a13 1 @@@@ -30986,7 +30987,6 @@@@ cat >>confdefs.h <<\_ACEOF d21 1 a21 1 @@@@ -32940,7 +32940,7 @@@@ echo $ECHO_N "checking if libexif is ver d30 1 a30 1 @@@@ -33695,7 +33695,7 @@@@ else d39 1 a39 1 @@@@ -36523,7 +36523,7 @@@@ fi @ 1.9 log @Changes 2.3.14: - added actions to control brush spacing - polished appearance of image window - scale the brush's spacing when scaling the brush - save tool presets when they are changed - improved handling of vectors in the Python bindings - allow for auto-cropping the result of the transform tools - added GimpRatioEntry widget and use it in the rectangle tool options - added functions to transform between preview and image coordinates - added PDB functions to validate display, drawable, image and vectors IDs - added HSL color model to Decompose and Compose plug-ins - further improved status bar messages for tools - on systems with D-Bus build gimp-remote functionality into gimp executable - bug fixes and code cleanup @ text @d3 1 a3 1 --- configure.orig 2007-01-23 11:49:24.000000000 +0100 d5 1 a5 1 @@@@ -30969,6 +30969,7 @@@@ if (eval "$ac_cpp conftest.$ac_ext") 2>& d13 1 a13 1 @@@@ -30977,7 +30978,6 @@@@ cat >>confdefs.h <<\_ACEOF d21 1 a21 1 @@@@ -32806,7 +32806,7 @@@@ echo $ECHO_N "checking if libexif is ver d30 1 a30 1 @@@@ -33561,7 +33561,7 @@@@ else d39 1 a39 10 @@@@ -35639,7 +35639,7 @@@@ else fi -if test "x$have_script_fu" == "xyes"; then +if test "x$have_script_fu" = "xyes"; then BUILD_SCRIPT_FU_TRUE= BUILD_SCRIPT_FU_FALSE='#' else @@@@ -36042,7 +36042,7 @@@@ fi @ 1.8 log @Changes 2.3.13: - show information about embedded color profiles in Image Properties dialog - allow to apply color profiles on load (still work in progress) - new vectors PDB API to replace the old path API - added "Auntie Alias" plug-in for antialiasing on lineart - added Edit->Fade operation - added Rounded Corners option to Rectangle Select tool - improved WinIcon plug-in (now loads and saves 24 bit and Vista icons) - merged gimp-tiny-fu; replaces Script-Fu Scheme interpreter with TinyScheme - remember unit and interpolation type in scale and resize dialogs - changed default interpolation type to Cubic - show comment in Image Properties dialog - when loading in image as layers, don't merge the layers - added experimental palette color selector module - don't save thumbnails that don't match the image - increased tool handle sizes for better usability - implemented brush scaling from the tool options (only downscaling yet) - import paths embedded into TIFF files - support vectors in the Script-Fu and Python-Fu user interfaces - added PDB functions to retrieve position of layers/channels/vectors - added side pane with table of contents to the Help Browser - bug fixes and code cleanup @ text @d3 1 a3 1 --- configure.orig 2006-11-23 21:16:53.000000000 +0100 d5 1 a5 1 @@@@ -33110,6 +33110,7 @@@@ if (eval "$ac_cpp conftest.$ac_ext") 2>& d13 1 a13 1 @@@@ -33118,7 +33119,6 @@@@ cat >>confdefs.h <<\_ACEOF d21 1 a21 1 @@@@ -35211,7 +35211,7 @@@@ echo $ECHO_N "checking if libexif is ver d30 1 a30 1 @@@@ -36034,7 +36034,7 @@@@ else d39 1 a39 1 @@@@ -38106,7 +38106,7 @@@@ else d48 1 a48 1 @@@@ -38516,7 +38516,7 @@@@ fi @ 1.7 log @Changes 2.3.12: - merged the Perspective Clone tool - allow to pan the image view using the Space bar - show a thumbnail in the "Rotate JPEG?" query dialog - added file information to the Image Properties dialog - more work on the new selection tools - give immidiate feedback when tool modifier keys are pressed - added Lens Distortion plug-in - internationalize Python binding and Python plug-ins - improved internal message infrastructure, use the statusbar for warnings - added an URL loader backend based on libcurl - build a color-managed CMYK color selector if lcms is available - localize Script-Fu procedure descriptions - lots of user interface polishing - bug fixes and code cleanup @ text @d3 1 a3 1 --- configure.orig 2006-10-11 09:53:43.000000000 +0200 d5 1 a5 1 @@@@ -32608,6 +32608,7 @@@@ if (eval "$ac_cpp conftest.$ac_ext") 2>& d13 1 a13 1 @@@@ -32616,7 +32617,6 @@@@ cat >>confdefs.h <<\_ACEOF d21 1 a21 1 @@@@ -34698,7 +34698,7 @@@@ echo $ECHO_N "checking if libexif is ver d30 1 a30 1 @@@@ -35521,7 +35521,7 @@@@ else d39 1 a39 1 @@@@ -37590,7 +37590,7 @@@@ else d43 2 a44 2 -if test "x$enable_script_fu" == "xyes"; then +if test "x$enable_script_fu" = "xyes"; then d48 1 a48 1 @@@@ -37998,7 +37998,7 @@@@ fi @ 1.6 log @Changes 2.3.11: - depend on newer versions of glib, gtk+ and pango and use some of the new features in these libraries - made Ctrl-P the default shortcut for Print - show progress when loading/saving XCF files - added support for 16/32 bit bitmaps and alpha channel to the BMP plug-in - if possible, detect the number of CPUs - allow to disable the build of the Script-Fu extension - many improvements to the Python bindings and the pygimp user interface - made message dialogs transient for the progress window - added PDB API for creating a selection from vectors - further improved status bar messages for tools - derive ByColorSelect and FuzzySelect tools from a common base class - finer control over select-by-color functionality - minor optimizations in the drawing code - abstract brush outline drawing into the common base class GimpBrushTool - store sample points in XCF files - added extended PDB API for selection procedures - added convenience API to libgimp that creates a layer from a GdkPixbuf - added midpoint handles to Scale tool for scaling with fixed width or height - let color picker tools select a matching color in the Palette Editor - allow to use foreground and background color in gradients - added first draft of a new Healing Brush tool - abstract clone tool functionality into the common base class GimpSourceTool - improvements to the new selection tools - don't wake up the gimp every so often - added GimpHintBox widget to libgimpwidgets - bug fixes and code cleanup @ text @d3 1 a3 1 --- configure.orig 2006-09-07 14:25:34.000000000 +0200 d5 1 a5 1 @@@@ -32616,6 +32616,7 @@@@ if (eval "$ac_cpp conftest.$ac_ext") 2>& d13 1 a13 1 @@@@ -32624,7 +32625,6 @@@@ cat >>confdefs.h <<\_ACEOF d21 1 a21 1 @@@@ -34706,7 +34706,7 @@@@ echo $ECHO_N "checking if libexif is ver d30 1 a30 1 @@@@ -35529,7 +35529,7 @@@@ else d39 1 a39 1 @@@@ -37509,7 +37509,7 @@@@ else d48 1 a48 1 @@@@ -37917,7 +37917,7 @@@@ fi @ 1.5 log @Changes 2.3.10: - added support for a registration color in the Decompose plug-in - the Align tool now also aligns to guides - allow use CSS color notation in Script-Fu - more work on the new selection tools - let Fractal Explorer work on grayscale and give it a larger preview - speed up Value Invert plug-in - added strong undo/redo functions bound to Shift-Ctrl-[ZY] - use radio items for the image mode menu - applied Tango style on the default iconset - added plug-in for colormap manipulation - allow plug-ins to register in Layers, Channels, Vectors and Colormap dialog - added load plug-in to open desktop links - removed print plug-ins and started work on a replacement using the new GTK+ Print API - added replacements for gimp_foo_select widgets, akin to GimpFontSelectButton - introduced translation context to a number of colliding strings - bug fixes and code cleanup @ text @d3 1 a3 1 --- configure.orig 2006-06-28 10:29:03.000000000 +0200 d5 1 a5 1 @@@@ -32521,6 +32521,7 @@@@ if (eval "$ac_cpp conftest.$ac_ext") 2>& d13 1 a13 1 @@@@ -32529,7 +32530,6 @@@@ cat >>confdefs.h <<\_ACEOF d21 1 a21 1 @@@@ -34733,7 +34733,7 @@@@ echo $ECHO_N "checking if libexif is ver d30 19 a48 1 @@@@ -37905,7 +37905,7 @@@@ fi @ 1.4 log @Changes 2.3.9: - better interpolation for "smooth" curves in the Curve tool - added an Auto button to the Threshold tool that picks a suitable value - simplified user installation, only display a dialog in case of an error - added Red Eye Removal plug-in - added thumbnail loader to GIF load plug-in - declared even more data as const - refactoring of the PDB and plug-in management code - allow Merge to work on a single layer - added a way to remove all keyboard shortcuts from the Preferences dialog - added menu items for "Text to Path", "Text along Path" and "Text to Selection" - allow to initialize a new layer mask with any of the image's channels - added clipboard brush and clipboard pattern - added scripts to sort color palettes - swap meanings of "dilate" and "erode" which have been wrong for a long time - show Clone tool source location while painting - use GtkFileChooserButton in place of GimpFileEntry - added script to reverse the order of layers - added "Sample merged" and "Selected Pixels only" options to Palette import - added actions to select palette and colormap colors - new environment variable to control which batch interpreter to use - give plug-ins access to the CPU detection so that they can use MMX code - speed up Selective Gaussian Blur plug-in - improved tool cursors, added edge resizing cursors - improved behaviour of new selection tools - allow to reset all gimprc values from the Preferences dialog - optionally show guides in the Crop tool - bug fixes and code cleanup @ text @d3 1 a3 1 --- configure.orig 2006-06-05 17:18:01.000000000 +0200 d5 1 a5 1 @@@@ -30731,6 +30731,7 @@@@ if (eval "$ac_cpp conftest.$ac_ext") 2>& d13 1 a13 1 @@@@ -30739,7 +30740,6 @@@@ cat >>confdefs.h <<\_ACEOF d21 1 a21 1 @@@@ -32731,7 +32731,7 @@@@ echo $ECHO_N "checking if libexif is ver d30 1 a30 1 @@@@ -36100,7 +36100,7 @@@@ fi @ 1.3 log @Changes 2.3.8: - added new tile primitive Triangle to Mosaic plug-in - speed up Gaussian Blur plug-in - suppress redundant progress updates from plug-ins - changed some gimprc and sessionrc default values (window hints, fullscreen mode) - do not focus transform tool dialogs on map - renamed Magnify tool to Zoom tool and added some missing tool shortcuts - added a submenu with recently used plug-ins to the Filters menu - fixed look-up table used for Contrast adjustments - improved the user interface of the Animation Playback plug-in - added framework for describing menu entries in the statusbar - added lots of helpful blurbs to procedures and core actions - remove color from the Watercolor selector if Shift is being pressed - ported PDB internals to GParamSpec and GValue - speedup and UI improvements for the SIOX tool - added parasite getters and settors for vectors - made PSD load and save plug-ins 64bit clean - some string review - ported ellipse select tool to the new rectangle tool - added basic support for layer masks to the PSD save plug-in - avoid relocations by declaring more data as const - new application icons in more sizes and as a SVG - provide script-specific samples instead of hard-coding "Aa" for font preview - build the Screenshot plug-in on all platforms - allow to discard invisible layers when merging visible layers - nicer output from gimp-procedural-db-dump - bug fixes and code cleanup @ text @d3 1 a3 1 --- configure.orig 2006-04-06 12:21:08.000000000 +0200 d5 17 a21 1 @@@@ -32139,7 +32139,7 @@@@ echo $ECHO_N "checking if libexif is ver d23 2 a24 2 echo "$as_me:$LINENO: result: $have_exif_0_6" >&5 echo "${ECHO_T}$have_exif_0_6" >&6 d30 1 a30 1 @@@@ -35489,7 +35489,7 @@@@ fi; @ 1.2 log @Changes 2.3.7: - depend on GTK+ 2.8, use some of the new features - removed workarounds for problems in GTK+ 2.6 - moved Align Visible Layers to the Image menu - started to add a new vectors PDB API - make it more obvious that docks can be rearranged by drag and drop - modified the behaviour of the Tab key - added --license command-line option - improved dither matrix for RGB->Indexed conversion - added PDB API to stroke with any paint method - gave some plug-ins more sensible names - keep settings of brush/pattern/font/... button popups across sessions - reduced number of memory allocations by declaring some strings as static - some improvements to the plug-in preview widgets - added links to important topics in the user manual - let the configure script display a summary of options - bug fixes and code cleanup @ text @d3 1 a3 1 --- configure.orig 2006-02-07 11:20:18.000000000 +0100 d5 1 a5 1 @@@@ -32257,7 +32257,7 @@@@ echo $ECHO_N "checking if libexif is ver d14 1 a14 1 @@@@ -35601,7 +35601,7 @@@@ fi; @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- configure.orig 2005-07-01 15:46:25.000000000 +0200 d5 1 a5 1 @@@@ -32265,7 +32265,7 @@@@ echo $ECHO_N "checking if libexif is ver d14 1 a14 1 @@@@ -35294,7 +35294,7 @@@@ fi; @ 1.1.1.1 log @import the current development version of GIMP (2.3.4) for those who want to play with the new selection tool, color management or whatever @ text @@