head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.22 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.20 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.18 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.16 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.14 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.12 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.10 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.8 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.6 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.4 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.2 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.6.0.2 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.5.0.4 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.2 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.3.0.4 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.2 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2; locks; strict; comment @# @; 1.7 date 2007.11.01.09.26.45; author adam; state dead; branches; next 1.6; 1.6 date 2007.07.31.21.01.16; author adam; state Exp; branches; next 1.5; 1.5 date 2007.03.11.20.50.28; author adam; state Exp; branches; next 1.4; 1.4 date 2007.02.05.19.49.06; author adam; state Exp; branches; next 1.3; 1.3 date 2006.09.10.22.59.16; author adam; state Exp; branches; next 1.2; 1.2 date 2006.06.08.15.39.38; author adam; state Exp; branches; next 1.1; 1.1 date 2006.04.23.18.29.39; author wiz; state Exp; branches; next ; desc @@ 1.7 log @Obsoleted by gimp-2.4.1 @ text @$NetBSD: patch-ae,v 1.6 2007/07/31 21:01:16 adam Exp $ --- plug-ins/common/png.c.orig 2007-07-24 20:45:44.000000000 +0200 +++ plug-ins/common/png.c @@@@ -1090,8 +1090,6 @@@@ load_image (const gchar *filename, g_free (pixel); g_free (pixels); - free (pp); - free (info); fclose (fp); @@@@ -1549,9 +1547,6 @@@@ save_image (const gchar *filename, g_free (text); } - free (pp); - free (info); - fclose (fp); return TRUE; @ 1.6 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.5 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 --- plug-ins/common/png.c.orig 2007-03-08 10:53:54.000000000 +0100 d5 1 a5 1 @@@@ -1094,8 +1094,6 @@@@ load_image (const gchar *filename, d14 1 a14 1 @@@@ -1553,9 +1551,6 @@@@ save_image (const gchar *filename, @ 1.4 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 --- plug-ins/common/png.c.orig 2007-01-23 11:16:01.000000000 +0100 d5 1 a5 1 @@@@ -1019,8 +1019,6 @@@@ load_image (const gchar *filename, d14 1 a14 1 @@@@ -1478,9 +1476,6 @@@@ save_image (const gchar *filename, @ 1.3 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 --- plug-ins/common/png.c.orig 2006-09-01 13:14:34.000000000 +0200 d5 1 a5 1 @@@@ -1017,8 +1017,6 @@@@ load_image (const gchar *filename, d14 1 a14 1 @@@@ -1476,9 +1474,6 @@@@ save_image (const gchar *filename, @ 1.2 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 --- plug-ins/common/png.c.orig 2006-06-05 16:51:24.000000000 +0200 d5 1 a5 1 @@@@ -1072,8 +1072,6 @@@@ load_image (const gchar *filename, d14 1 a14 1 @@@@ -1531,9 +1529,6 @@@@ save_image (const gchar *filename, @ 1.1 log @Fix build with png-1.2.9nb2. Bump PKGREVISION. @ text @d3 1 a3 1 --- plug-ins/common/png.c.orig 2005-11-04 21:19:00.000000000 +0100 d5 1 a5 6 @@@@ -1095,12 +1095,10 @@@@ load_image (const gchar *filename, * Done with the file... */ - png_read_destroy (pp, info, NULL); + png_destroy_read_struct (&pp, &info, NULL); d14 1 a14 10 @@@@ -1553,7 +1551,7 @@@@ save_image (const gchar *filename, } png_write_end (pp, info); - png_write_destroy (pp); + png_destroy_read_struct (&pp, &info, NULL); g_free (pixel); g_free (pixels); @@@@ -1568,9 +1566,6 @@@@ save_image (const gchar *filename, @