diff options
author | wiz <wiz@pkgsrc.org> | 2003-10-05 12:34:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-10-05 12:34:04 +0000 |
commit | 4d8411f631ebfdedd4ca16f841e3fb243a22d633 (patch) | |
tree | 27ab9692956720a56d04cfbc7c1606f3fd96db06 /graphics/tuxpaint/Makefile | |
parent | 99d486a208ec023da2dd9503ca0cb21baebec788 (diff) | |
download | pkgsrc-4d8411f631ebfdedd4ca16f841e3fb243a22d633.tar.gz |
Update to 0.9.12:
2003.Aug.18 (0.9.12)
* Replaced "efont-serif" fonts with those from the 'ttf-freefont' package,
for better support of ISO8859-13 symbols (e.g., for Lithuanian).
Fonts copyright the Free Software Foundation.
Thanks to Mantas Kriauciunas for the tip.
* Made main event loop ignore motion events if the loop has spun too long.
(Fixes problems where shape or stamp tools take forver to 'catch up' with
the mouse; especially noticable on slow machines over remote X display.)
* Walloon translation.
Pablo Saratxaga
* Translated to Russian
Dmitriy Ivanov
* Translated to Malay
Muhammad Najmi Ahmad Zabidi
* French translation update.
Jacques Chion
* Chinese translation update.
Wang Jian
* If gnome-config is not found, it doesn't necessarily mean Gnome isn't being
used! Makefile will now fall-back and assume $GNOME_PREFIX should be /usr,
so that the launcher icon gets installed into the Gnome menu.
* Added some "#error" directives to give verbose output regarding missing
library header files. (Typical cause of this symptom is forgetting to
install dev. packages; e.g., installed "SDL.rpm", but not "SDL-dev.rpm")
* Fixed Mac OS X #include typo.
Darrell Walisser
* Fixed bug where non-translated stamp description text would get drawn
right-to-left after the kudos text (e.g., "Great!") goes away.
Thanks to Itai
* Added call to close iconv when quitting.
John Popplewell
Darrell Walisser
* Removed static "MAX_FILES" limit; now mallocs space for file info.
structures. (Should fix large stack crash on OS X, which is good.)
* Fixed bug where translated text would revert to English in 'uppercase' mode.
* Fixed UTF-8 related bug where Lithuanian wouldn't display if using
'TTF_RenderText...', but Spanish wouldn't display if using
'TTF_RenderUTF8...'. Thanks to Mantas Kriauciunas, Robert Glowczynski,
John Popplewell and Karl Ove Hufthammer.
* Simplified CFLAGS variable in Makefile.
Ben Armstrong
* Fixed bug where ".thumbs" dir wouldn't get generated if it wasn't there
and you went to the 'Open' dialog.
* Fixed prompt bug for larger window sizes
TOYAMA Shin-ichi
Diffstat (limited to 'graphics/tuxpaint/Makefile')
-rw-r--r-- | graphics/tuxpaint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tuxpaint/Makefile b/graphics/tuxpaint/Makefile index 1929876fbc8..1ce46faa0dc 100644 --- a/graphics/tuxpaint/Makefile +++ b/graphics/tuxpaint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2003/08/05 08:54:20 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2003/10/05 12:34:04 wiz Exp $ # -DISTNAME= tuxpaint-0.9.11 +DISTNAME= tuxpaint-0.9.12 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/} |