<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/graphics/gimp, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-11-16T16:16:31Z</updated>
<entry>
<title>This package requires intltool to build.  Noted by Cesar Catrian C.</title>
<updated>2004-11-16T16:16:31Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-11-16T16:16:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=09ad5c1f546c8915171c548320c975fd64996ffb'/>
<id>urn:sha1:09ad5c1f546c8915171c548320c975fd64996ffb</id>
<content type='text'>
in PR pkg/28330.
</content>
</entry>
<entry>
<title>Changes 2.0.6:</title>
<updated>2004-11-03T13:29:46Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-11-03T13:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=735ec7ffb11c6b73642dbc2e4eb9b7f977f2c302'/>
<id>urn:sha1:735ec7ffb11c6b73642dbc2e4eb9b7f977f2c302</id>
<content type='text'>
- 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)
</content>
</entry>
<entry>
<title>Bump BUILDLINK_DEPENDS.libexif in libexif/buildlink3.mk and</title>
<updated>2004-10-30T00:59:01Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-10-30T00:59:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bcfb3e1501c94ea97683a3974115c307e2edec8c'/>
<id>urn:sha1:bcfb3e1501c94ea97683a3974115c307e2edec8c</id>
<content type='text'>
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@.
</content>
</entry>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Changes 2.0.5</title>
<updated>2004-09-27T11:19:57Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-09-27T11:19:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0a56f6792cfcfbbacbc7b53bdacf7856186b5f34'/>
<id>urn:sha1:0a56f6792cfcfbbacbc7b53bdacf7856186b5f34</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Changes 2.0.4:</title>
<updated>2004-08-06T10:35:57Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-08-06T10:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e871619e32b1ab913e31f3b884605379e9217d7d'/>
<id>urn:sha1:e871619e32b1ab913e31f3b884605379e9217d7d</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Remove patch-ae. I added this patch to correct problem compiling release</title>
<updated>2004-08-02T09:54:29Z</updated>
<author>
<name>shannonjr</name>
<email>shannonjr</email>
</author>
<published>2004-08-02T09:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1000675e1c3f7eeccbc869d541a1754cd0f635c9'/>
<id>urn:sha1:1000675e1c3f7eeccbc869d541a1754cd0f635c9</id>
<content type='text'>
2.0 with gcc 3.4. The patch is no longer required with 2.0.3.
</content>
</entry>
<entry>
<title>Changes 2.0.3:</title>
<updated>2004-07-19T08:32:21Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-07-19T08:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=790566916b82225fad506dc742ed3fd039da6e0d'/>
<id>urn:sha1:790566916b82225fad506dc742ed3fd039da6e0d</id>
<content type='text'>
* 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)
</content>
</entry>
<entry>
<title>lib/gimp shared with gimp1.</title>
<updated>2004-07-04T19:23:18Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-07-04T19:23:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e19d965a135538baea57988bfcb11f2bd0426e48'/>
<id>urn:sha1:e19d965a135538baea57988bfcb11f2bd0426e48</id>
<content type='text'>
</content>
</entry>
</feed>
