summaryrefslogtreecommitdiff
path: root/graphics/tuxpaint/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-10-07 14:52:57 +0000
committerwiz <wiz@pkgsrc.org>2004-10-07 14:52:57 +0000
commitcffadae9d6ef49ef21b86bd62a95aa6079d885c1 (patch)
tree46392429622c4c889230cb42f120744938fbf5c7 /graphics/tuxpaint/patches
parent2ea31a8769f03c9c947a9afce3a360f737ceb6a0 (diff)
downloadpkgsrc-cffadae9d6ef49ef21b86bd62a95aa6079d885c1.tar.gz
Update to 0.9.14:
2004.September.28 (0.9.14) * New Features: ------------- * Added support for immutable "starter" images, which are installed globally with Tux Paint, and provide a starting canvas for images. A PNG file with alpha is continuously drawn over whatever changes are made to the current drawing. For example, a black outline of a cartoon character could be made, to simulate a coloring book. (See 'jetplane.png') A second PNG file can be supplied which will be drawn on the normal part of the canvas (where a new picture would normally be all-white), allowing for simulated depth. Drawing and magic tools all mutilate the background, as it's part of the normal canvas. However, when editing a picture based on a 'starter' with a background layer, the eraser will bring back the background image. In a sense, it's like having a photo on the bottom, a clear sheet to draw on in the middle, and a clear sheet with some more photo (which you can't draw on) on top. (See 'reef.png' and 'reef-back.jpg') * Added lockfile support, to prevent Tux Paint from being launched more than once every 30 seconds. (Disable with "--nolockfile" command-line argument.) Thanks to Darci Lindgren for suggestion the feature, and Mark K. Kim for suggesting it be time-based. (Lockfile is "lockfile.dat" in "~/.tuxpaint/" on Linux/Unix, and "userdata\" on Windows.) * Added "--nosave" option (suggested by Adam Moore). * Updated Features: ----------------- * Added some more brushes. Jeremie Zimmermann <txptdv@tofz.org> * Multiple sizes of erasers are present. (Compile-time #defines can be used to determine how many sizes are available, and their minimum and (approx.) maximum sizes.) Note: Erasers are still square. Sorry! * Fixed tinting of low-saturation stamps. Addded 'notintgray' option. Karl Ove Hufthammer <karl@huftis.org> * Made sure shape tool never made a tiny shape. (Should hint users that they should click-and-drag.) * Made some colors more unique, so that they affected stamps better. (e.g., purple and magenta used to look the same when used to tint a stamp) Karl Ove Hufthammer <karl@huftis.org> * Made current image the selected image on Open screen, if applicable. * Now prompts to confirm before printing. * New translations: ----------------- * Afrikaans translation created. Petri Jooste <rkwjpj@puk.ac.za> * Belarusian translation created. Eugene Zelenko <greendeath@mail.ru> * Breton translation created. Korvigellou An Drouizig (Philippe) <drouizig@drouizig.org> * Bulgarian translation created. Martin Zhekov <mjekov@bginfo.net> * Croatian translation created. Nedjeljko Jedvaj <jedvaj.nedeljko@lexunit.com> * Hindi translation created. Ankit Malik <greatestankit@yahoo.co.in> * Italian documentation translation. Flavio Pastor <flavio.pastore@zonaitalia.it> * Klingon (Romanized) translation started. Bill Kendrick <bill@newbreedsoftware.com> * Korean README.txt documentation added, in both EUC-KR and UTF-8 formats. Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org> * Serbian translation created. Aleksandar Jelenak <jelenak@netlinkplus.net> * Slovenian translation created. Urska Colner <urska.colner@agenda.si>, Ines Kovacevic <ines@agenda.si> * Traditional Chinese translation created. Song Huang <Song@ossacc.org> * Vietnamese translation created. (Simple version) Le Quang Phan <lqphan@hn.vnn.vn> * Welsh translation created. Kevin Donnelly <kevin@dotmon.com> * Updated translations: --------------------- * Updated Basque translation. Juan Irigoien <juanirigoien@irakasle.net> * Updated Brazilian Portuguese translation. Daniel Jose Viana <danjovic@vespanet.com.br> * Updated British English translation. Gareth Owen <gowen72@yahoo.com> * Updated Catalan translation. Pere Pujal Carabantes <ppujal@airtel.net> * Updated Danish translation. Mogens Jæger <mogensjaeger@get2net.dk> * Updated Dutch translation. Geert Stams <geertstams@wanadoo.nl> * Updated Finnish translation. Tarmo Toikkanen <tarmo.toikkanen@iki.fi> * Updated French translation. Jacques Chion <Jacques.Chion@wanadoo.fr> * Updated German translation. Roland Illig <roland.illig@gmx.de> * Updated Hungarian translation. Török Gábor <gabo@linuxportal.hu> * Updated Icelandic translation. Pjetur G. Hjaltason <pjetur@pjetur.net> * Updated Indonesian translation. Tedi Heriyanto <tedi_h@gmx.net> * Updated Italian translation. Flavio Pastor <flavio.pastore@zonaitalia.it> * Updated Japanese translation. TOYAMA Shin-ichi <shin1@wmail.plala.or.jp> * Updated Korean translation. Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org> * Updated Malay translation. Muhammad Najmi Ahmad Zabidi <mnajem@linuxmail.org> * Updated Norwegian Bokmal translation. Karl Ove Hufthammer <karl@huftis.org> * Updated Norwegian Nynorsk translation. Karl Ove Hufthammer <karl@huftis.org> * Updated Portuguese (Portugal) translation. Ricardo Cruz <rick2@aeiu.pt> * Updated Simplified Chinese translation. Wang Jian <lark@linux.net.cn> * Updated Slovakian translation. Andrej Kacian <andrej@kacian.sk> * Updated Spanish translation. Gabriel Gazzán <ggabriel@internet.com.uy> * Updated Tamil translation. Muguntharaj <mugunth@thamizha.com> * Updated Turkish translation. Doruk Fisek <dfisek@fisek.com.tr> * Updated Walloon language translation. Pablo Saratxaga <pablo@walon.org> * Localization clean-ups: ----------------------- * Removed all non-UTF-8 related character handling code, including HTML character entity reference support. (All stamps are now in UTF-8, with scripts to convert to and from PO files.) Karl Ove Hufthammer <karl@huftis.org> * Updated punctuation in many text strings. Karl Ove Hufthammer <karl@huftis.org> * Added "--lang simplified-chinese" option (same as "--lang chinese"). Simplified also now looks for "zh_cn.ttf" font, as "zh.ttf" was too ambiguous. (For backwards-compatibility, it checks for "zh.ttf" if "zh_cn.ttf" is missing, though.) Bill Kendrick <bill@newbreedsoftware.com>, John Popplewell <john@johnnypops.demon.co.uk> * Cleaned up translation and font code. Karl Ove Hufthammer <karl@huftis.org> * Language option now sets "LANGUAGE" environment variable (along with LC_ALL and LANG). * Initial work to get proper uppercase support in languages other than English. * Added reference to "--lang help" to documentation. * Documentation updates: ---------------------- * README (docs/html/README.html and docs/README.txt) has been pared down and made more friendly. Mention of other doc. files are now hyperlinked. * Documentation regarding configuration file and command-line options have been moved into a separate OPTIONS document (docs/html/OPTIONS.html and docs/OPTIONS.txt), since Tux Paint Config. now exists to simplify changing settings. * Porting and packaging updates: ------------------------------ * Added startup display mode and resolution options to the Windows installer. John Popplewell <john@johnnypops.demon.co.uk> * Visual Studio build system included in CVS and source release ('visualc' folder) John Popplewell <john@johnnypops.demon.co.uk> * Updated Makefile for easier install. Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org> * Cleaned up desktop entry file. Karl Ove Hufthammer <karl@huftis.org> * Made sure KDE icon directories exist before trying to copy files to them. * Created 16x16 mouse pointer shapes; use "MOUSEDIR" and "CURSOR_SHAPES" Makefile variables to use them. * Application icon updates: ------------------------- * SVG (Scalable Vector Graphics) icon created. Karl Ove Hufthammer <karl@huftis.org> * Added 22x22, 64x64, 96x96, 128x128 and 192x192 icons, based on SVG icon. Karl Ove Hufthammer <karl@huftis.org> * Improved Windows icon, based on SVG icon. Karl Ove Hufthammer <karl@huftis.org> * Bug fixes: ---------- * Fixed "--noprint=yes" not working under Windows and BeOS. Thanks to Adam Moore for pointing out this bug! Bill Kendrick & Mark K. Kim * Fixed crash bug when translated text ends in a space. Mark K. Kim & John Popplewell * Fixed security issue with permissions to Tux Paint docs directory. Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org> * Fixed 'savedir' bug. (Was dropping filenames) * Removed redundant '--wheelmouse...' listing from "--usage" output. * Fixed crash bug when switching from different tools with scrolling collections, and then scrolling. Thanks to Kevin Jarrett for the report, and John Popplewell for a replicable way of crashing it. * Misc. Updates: -------------- * Keywords ("Title" and "Software") now written into PNGs. * Changed default UI font to "FreeSans.ttf"
Diffstat (limited to 'graphics/tuxpaint/patches')
-rw-r--r--graphics/tuxpaint/patches/patch-aa31
1 files changed, 17 insertions, 14 deletions
diff --git a/graphics/tuxpaint/patches/patch-aa b/graphics/tuxpaint/patches/patch-aa
index 4981abba131..b1b51f6a76f 100644
--- a/graphics/tuxpaint/patches/patch-aa
+++ b/graphics/tuxpaint/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.7 2004/03/07 02:01:00 snj Exp $
+$NetBSD: patch-aa,v 1.8 2004/10/07 14:52:57 wiz Exp $
---- Makefile.orig 2003-12-23 17:46:04.000000000 -0800
-+++ Makefile 2004-03-06 16:51:48.000000000 -0800
+--- Makefile.orig 2004-10-04 00:32:26.000000000 +0200
++++ Makefile
@@ -11,7 +11,7 @@
# Where to install things:
@@ -29,26 +29,29 @@ $NetBSD: patch-aa,v 1.7 2004/03/07 02:01:00 snj Exp $
# Commands useful to other arch's (e.g., BeOS)
-@@ -74,7 +67,7 @@ SDL_CFLAGS=$(shell sdl-config --cflags)
+@@ -88,7 +81,7 @@ SDL_CFLAGS=$(shell sdl-config --cflags)
# The entire set of CFLAGS:
--CFLAGS=-O2 -Wall
-+CFLAGS+=-Wall
+-CFLAGS=-O2 -Wall -Isrc/$(MOUSEDIR) -D$(CURSOR_SHAPES)_CURSOR_SHAPES
++CFLAGS+=-Wall -Isrc/$(MOUSEDIR) -D$(CURSOR_SHAPES)_CURSOR_SHAPES
DEFS=-DDATA_PREFIX=\"$(DATA_PREFIX)\" \
-D$(NOSOUNDFLAG) -DDOC_PREFIX=\"$(DOC_PREFIX)\" \
-DLOCALEDIR=\"$(LOCALE_PREFIX)\" -DCONFDIR=\"$(CONFDIR)\"
-@@ -129,8 +122,7 @@ beos:
+@@ -143,10 +136,9 @@ beos:
# to do this as superuser ("root"))
install: install-bin install-data install-man install-doc \
-- install-gnome install-kde install-kde-icons \
- install-icon install-gettext install-importscript \
+ install-gettext install-importscript \
- install-default-config install-example-stamps
+ install-default-config install-example-stamps \
+- install-example-starters \
+- install-gnome install-kde install-kde-icons
++ install-example-starters
@echo
@echo "--------------------------------------------------------------"
-@@ -247,9 +239,9 @@ uninstall:
+ @echo
+@@ -288,9 +280,9 @@ uninstall:
install-default-config:
@echo
@echo "...Installing default config file..."
@@ -61,12 +64,12 @@ $NetBSD: patch-aa,v 1.7 2004/03/07 02:01:00 snj Exp $
# Install example stamps
-@@ -554,7 +546,7 @@ install-man:
- tuxpaint: obj/tuxpaint.o obj/hqxx.o obj/hq4x.o $(ARCH_LIBS)
+@@ -698,7 +690,7 @@ install-man:
+ tuxpaint: obj/tuxpaint.o $(HQXX_O) $(ARCH_LIBS)
@echo
@echo "...Linking Tux Paint..."
- @$(CC) $(CFLAGS) $(SDL_CFLAGS) $(DEFS) \
-+ @$(CC) $(CFLAGS) $(LDFLAGS) $(SDL_CFLAGS) $(DEFS) \
- -o tuxpaint obj/tuxpaint.o obj/hqxx.o obj/hq4x.o \
++ @$(CC) $(CFLAGS) $(LD_FLAGS) $(SDL_CFLAGS) $(DEFS) \
+ -o tuxpaint obj/tuxpaint.o $(HQXX_O) \
$(ARCH_LIBS) $(SDL_LIBS) \
-lm $(ARCH_LINKS)