Bumped version # to 0.9.22.
Updated INSTALL doc to mention FriBiDi (should've done that in 0.9.21). Updated EXTENDING doc to mention that non-transparent Starters are ok (ditto).
This commit is contained in:
parent
68b3a00f53
commit
c9e88a08f8
18 changed files with 73 additions and 57 deletions
4
Makefile
4
Makefile
|
|
@ -4,12 +4,12 @@
|
||||||
# bill@newbreedsoftware.com
|
# bill@newbreedsoftware.com
|
||||||
# http://www.tuxpaint.org/
|
# http://www.tuxpaint.org/
|
||||||
|
|
||||||
# June 14, 2002 - April 28, 2009
|
# June 14, 2002 - July 1, 2009
|
||||||
|
|
||||||
|
|
||||||
# The version number, for release:
|
# The version number, for release:
|
||||||
|
|
||||||
VER_VERSION:=0.9.21
|
VER_VERSION:=0.9.22
|
||||||
VER_DATE:=$(shell date +"%Y-%m-%d")
|
VER_DATE:=$(shell date +"%Y-%m-%d")
|
||||||
MAGIC_API_VERSION:=0x00000002
|
MAGIC_API_VERSION:=0x00000002
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.21
|
version 0.9.22
|
||||||
Advanced Stamps HOWTO
|
Advanced Stamps HOWTO
|
||||||
|
|
||||||
Copyright 2006-2008 by Albert Cahalan for the Tux Paint project
|
Copyright 2006-2008 by Albert Cahalan for the Tux Paint project
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
albert@users.sf.net
|
albert@users.sf.net
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
March 8, 2006 - July 7, 2008
|
March 8, 2006 - July 1, 2009
|
||||||
|
|
||||||
About this HOWTO
|
About this HOWTO
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,10 @@ http://www.tuxpaint.org/
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
2009.July.1 (0.9.22)
|
||||||
|
* TBD
|
||||||
|
|
||||||
|
|
||||||
2009.June.28 (0.9.21)
|
2009.June.28 (0.9.21)
|
||||||
* New Starters:
|
* New Starters:
|
||||||
-------------
|
-------------
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.21
|
version 0.9.22
|
||||||
Extending Tux Paint
|
Extending Tux Paint
|
||||||
|
|
||||||
Copyright 2002-2008 by Bill Kendrick and others
|
Copyright 2002-2009 by Bill Kendrick and others
|
||||||
New Breed Software
|
New Breed Software
|
||||||
|
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
June 14, 2002 - July 10, 2008
|
June 14, 2002 - July 1, 2009
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -48,8 +48,8 @@ Where Files Go
|
||||||
Mac OS X
|
Mac OS X
|
||||||
|
|
||||||
Tux Paint stores its data files inside the "Tux Paint" application
|
Tux Paint stores its data files inside the "Tux Paint" application
|
||||||
(which is actually a special kind of folder on Mac OS X). The following
|
(which is actually a special kind of folder on Mac OS X). The
|
||||||
steps explain how to get to the folders within:
|
following steps explain how to get to the folders within:
|
||||||
|
|
||||||
1. Bring up a 'context' menu by holding the [Control] key and
|
1. Bring up a 'context' menu by holding the [Control] key and
|
||||||
clicking the Tux Paint icon the in Finder. (If you have a mouse
|
clicking the Tux Paint icon the in Finder. (If you have a mouse
|
||||||
|
|
@ -63,9 +63,10 @@ Where Files Go
|
||||||
content available to any user that launches this copy (icon) of
|
content available to any user that launches this copy (icon) of
|
||||||
Tux Paint.
|
Tux Paint.
|
||||||
|
|
||||||
If you install a newer version of Tux Paint and replace or discard
|
Note: If you install a newer version of Tux Paint and replace or
|
||||||
the old version, you will lose changes made by following the instructions
|
discard the old version, you will lose changes made by following the
|
||||||
above, so keep backups of your new content (stamps, brushes, etc.).
|
instructions above, so keep backups of your new content (stamps,
|
||||||
|
brushes, etc.).
|
||||||
|
|
||||||
Tux Paint also looks for files in a "TuxPaint" folder that you can
|
Tux Paint also looks for files in a "TuxPaint" folder that you can
|
||||||
place in your system's "Application Support" folder (found under
|
place in your system's "Application Support" folder (found under
|
||||||
|
|
@ -77,9 +78,10 @@ Where Files Go
|
||||||
|
|
||||||
/Users/(user name)/Library/Application Support/TuxPaint/
|
/Users/(user name)/Library/Application Support/TuxPaint/
|
||||||
|
|
||||||
When you upgrade to a newer version of Tux Paint, the contents of this
|
When you upgrade to a newer version of Tux Paint, the contents of
|
||||||
TuxPaint folder will stay the same and remain accessible by all users
|
this TuxPaint folder will stay the same and remain accessible by all
|
||||||
of Tux Paint.
|
users of Tux Paint.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Personal Files
|
Personal Files
|
||||||
|
|
@ -96,10 +98,10 @@ Where Files Go
|
||||||
|
|
||||||
Mac OS X
|
Mac OS X
|
||||||
|
|
||||||
Your personal Tux Paint folder is stored in your "Application Support"
|
Your personal Tux Paint folder is stored in your "Application
|
||||||
folder:
|
Support" folder:
|
||||||
|
|
||||||
/Users/(user name)/Library/Application Support/TuxPaint/
|
/Users/(user name)/Library/Application Support/ TuxPaint/
|
||||||
|
|
||||||
Linux and Unix
|
Linux and Unix
|
||||||
|
|
||||||
|
|
@ -494,10 +496,10 @@ Fonts
|
||||||
(that will come out as white in Tux Paint), and save it as a PNG
|
(that will come out as white in Tux Paint), and save it as a PNG
|
||||||
format file.
|
format file.
|
||||||
|
|
||||||
Note: A common mistake is to make the image black and white, rather
|
Note: Previous to Tux Paint 0.9.21, images needed to be black and
|
||||||
than black and transparent. Unless there are transparent zones in the
|
transparent. As of 0.9.21, if a Starter is black and white, with no
|
||||||
'starter' image, all drawing done by the user in Tux Paint will be
|
transparency, white will be converted to transparent when the Starter
|
||||||
covered up by the 'starter'.
|
is opened.
|
||||||
|
|
||||||
Scene-Style
|
Scene-Style
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.21
|
version 0.9.22
|
||||||
Frequently Asked Questions
|
Frequently Asked Questions
|
||||||
|
|
||||||
Copyright 2002-2008 by Bill Kendrick and others
|
Copyright 2002-2009 by Bill Kendrick and others
|
||||||
New Breed Software
|
New Breed Software
|
||||||
|
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
September 14, 2002 - September 18, 2008
|
September 14, 2002 - July 1, 2009
|
||||||
|
|
||||||
Drawing-related
|
Drawing-related
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,13 @@ Requirements:
|
||||||
|
|
||||||
http://www.debian.org/
|
http://www.debian.org/
|
||||||
|
|
||||||
|
FriBiDi
|
||||||
|
-------
|
||||||
|
As of Tux Paint 0.9.21, Tux Paint's "Text" tool supports bidirectional
|
||||||
|
languages, thanks to the FriBiDi library:
|
||||||
|
|
||||||
|
http://fribidi.org/
|
||||||
|
|
||||||
SVG graphics support
|
SVG graphics support
|
||||||
--------------------
|
--------------------
|
||||||
As of Tux Paint 0.9.17, Tux Paint can load SVG
|
As of Tux Paint 0.9.17, Tux Paint can load SVG
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.21
|
version 0.9.22
|
||||||
|
|
||||||
Options Documentation
|
Options Documentation
|
||||||
|
|
||||||
|
|
@ -9,7 +9,7 @@ Options Documentation
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
May 31, 2009
|
July 1, 2009
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.21
|
version 0.9.22
|
||||||
|
|
||||||
A simple drawing program for children
|
A simple drawing program for children
|
||||||
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
June 14, 2002 - April 28, 2009
|
June 14, 2002 - July 1, 2009
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ alink="#FF00FF">
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version
|
version
|
||||||
|
|
||||||
0.9.21
|
0.9.22
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
Advanced Stamps HOWTO</h1>
|
Advanced Stamps HOWTO</h1>
|
||||||
|
|
@ -21,7 +21,7 @@ New Breed Software</p>
|
||||||
<p><a href="mailto:albert@users.sf.net">albert@users.sf.net</a><br>
|
<p><a href="mailto:albert@users.sf.net">albert@users.sf.net</a><br>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||||
|
|
||||||
<p>March 8, 2006 - July 7, 2008</p>
|
<p>March 8, 2006 - July 1, 2009</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,18 +12,18 @@ alt="Tux Paint"><br>
|
||||||
|
|
||||||
version
|
version
|
||||||
|
|
||||||
0.9.21
|
0.9.22
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
Extending Tux Paint</h1>
|
Extending Tux Paint</h1>
|
||||||
|
|
||||||
<p>Copyright 2002-2008 by Bill Kendrick and others<br>
|
<p>Copyright 2002-2009 by Bill Kendrick and others<br>
|
||||||
New Breed Software</p>
|
New Breed Software</p>
|
||||||
|
|
||||||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||||
|
|
||||||
<p>June 14, 2002 - July 10, 2008</p>
|
<p>June 14, 2002 - July 1, 2009</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size=2 noshade>
|
<hr size=2 noshade>
|
||||||
|
|
@ -643,10 +643,10 @@ effect.</p>
|
||||||
(that will come out as white in Tux Paint), and save it as a
|
(that will come out as white in Tux Paint), and save it as a
|
||||||
PNG format file.</p>
|
PNG format file.</p>
|
||||||
|
|
||||||
<p><b>Note:</b> A common mistake is to make the image black and white,
|
<p><b>Note:</b> Previous to Tux Paint 0.9.21, images needed to be
|
||||||
rather than black and transparent. Unless there are transparent zones
|
black and transparent. As of 0.9.21, if a Starter is black and white,
|
||||||
in the 'starter' image, <i>all</i> drawing done by the user in
|
with no transparency, white will be converted to transparent when the
|
||||||
Tux Paint will be covered up by the 'starter'.</p>
|
Starter is opened.</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<b>Scene-Style</b>
|
<b>Scene-Style</b>
|
||||||
|
|
|
||||||
|
|
@ -11,18 +11,18 @@ alink="#FF00FF">
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version
|
version
|
||||||
|
|
||||||
0.9.21
|
0.9.22
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
Frequently Asked Questions</h1>
|
Frequently Asked Questions</h1>
|
||||||
|
|
||||||
<p>Copyright 2002-2008 by Bill Kendrick and others<br>
|
<p>Copyright 2002-2009 by Bill Kendrick and others<br>
|
||||||
New Breed Software</p>
|
New Breed Software</p>
|
||||||
|
|
||||||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||||
|
|
||||||
<p>September 14, 2002 - September 18, 2008</p>
|
<p>September 14, 2002 - July 1, 2009</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<h2>Drawing-related</h2>
|
<h2>Drawing-related</h2>
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ alink="#FF00FF">
|
||||||
|
|
||||||
version
|
version
|
||||||
|
|
||||||
0.9.21
|
0.9.22
|
||||||
|
|
||||||
</h1>
|
</h1>
|
||||||
<h2>Options Documentation</h2>
|
<h2>Options Documentation</h2>
|
||||||
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||||
|
|
||||||
|
|
||||||
<p>May 31, 2009</p>
|
<p>July 1, 2009</p>
|
||||||
|
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ alt="Tux Paint"><br>
|
||||||
|
|
||||||
version
|
version
|
||||||
|
|
||||||
0.9.21
|
0.9.22
|
||||||
|
|
||||||
</h1>
|
</h1>
|
||||||
<h3>A simple drawing program for children</h3>
|
<h3>A simple drawing program for children</h3>
|
||||||
|
|
@ -26,7 +26,7 @@ version
|
||||||
|
|
||||||
<p>June 14, 2002 -
|
<p>June 14, 2002 -
|
||||||
|
|
||||||
April 28, 2009</p>
|
July 1, 2009</p>
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Tux Paint</string>
|
<string>Tux Paint</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>0.9.21, Copyright 2009, Tux Paint Development Team</string>
|
<string>0.9.22, Copyright 2009, Tux Paint Development Team</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>tuxpaint.icns</string>
|
<string>tuxpaint.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.9.21</string>
|
<string>0.9.22</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>TXPT</string>
|
<string>TXPT</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
|
|
||||||
|
|
@ -3754,7 +3754,7 @@
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/TuxPaint/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/TuxPaint/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.21\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.22\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_7 = "MAGIC_PREFIX=\\\"Tux\\ Paint.app/Contents/Resources/plugins/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_7 = "MAGIC_PREFIX=\\\"Tux\\ Paint.app/Contents/Resources/plugins/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_8 = "IMDIR=\\\"Tux\\ Paint.app/Contents/Resources/im/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_8 = "IMDIR=\\\"Tux\\ Paint.app/Contents/Resources/im/\\\"";
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
|
|
@ -3826,7 +3826,7 @@
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/TuxPaint/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/TuxPaint/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.21\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.22\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_7 = "MAGIC_PREFIX=\\\"Tux\\ Paint.app/Contents/Resources/plugins/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_7 = "MAGIC_PREFIX=\\\"Tux\\ Paint.app/Contents/Resources/plugins/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_8 = "IMDIR=\\\"Tux\\ Paint.app/Contents/Resources/im/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_8 = "IMDIR=\\\"Tux\\ Paint.app/Contents/Resources/im/\\\"";
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
|
|
@ -3897,7 +3897,7 @@
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/TuxPaint/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/TuxPaint/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.21\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.22\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_7 = "MAGIC_PREFIX=\\\"Tux\\ Paint.app/Contents/Resources/plugins/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_7 = "MAGIC_PREFIX=\\\"Tux\\ Paint.app/Contents/Resources/plugins/\\\"";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_8 = "IMDIR=\\\"Tux\\ Paint.app/Contents/Resources/im/\\\"";
|
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_8 = "IMDIR=\\\"Tux\\ Paint.app/Contents/Resources/im/\\\"";
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" tuxpaint.1 - 2009.06.02
|
.\" tuxpaint.1 - 2009.07.01
|
||||||
.TH TUXPAINT 1 "2 June 2009" "0.9.21" "Tux Paint"
|
.TH TUXPAINT 1 "1 July 2009" "0.9.22" "Tux Paint"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: A drawing program for young children
|
Summary: A drawing program for young children
|
||||||
Name: tuxpaint
|
Name: tuxpaint
|
||||||
Version: 0.9.21
|
Version: 0.9.22
|
||||||
Release: 1
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_prefix}/bin/tp-magic-config
|
%{_prefix}/bin/tp-magic-config
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 1 2009 <nbs@sonic.net> -
|
||||||
|
- Set version number 0.9.22
|
||||||
|
|
||||||
* Sun May 24 2009 <shin1@wmail.plala.or.jp> -
|
* Sun May 24 2009 <shin1@wmail.plala.or.jp> -
|
||||||
- For 0.9.21
|
- For 0.9.21
|
||||||
- Added dependency for fribidi
|
- Added dependency for fribidi
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 0,9,21,0
|
FILEVERSION 0,9,22,0
|
||||||
PRODUCTVERSION 0,9,21,0
|
PRODUCTVERSION 0,9,22,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x21L
|
FILEFLAGS 0x21L
|
||||||
|
|
@ -45,14 +45,14 @@ BEGIN
|
||||||
VALUE "Comments", "\0"
|
VALUE "Comments", "\0"
|
||||||
VALUE "CompanyName", "New Breed Software\0"
|
VALUE "CompanyName", "New Breed Software\0"
|
||||||
VALUE "FileDescription", "Tux Paint - Interactive Paint Program.\0"
|
VALUE "FileDescription", "Tux Paint - Interactive Paint Program.\0"
|
||||||
VALUE "FileVersion", "0.9.21\0"
|
VALUE "FileVersion", "0.9.22\0"
|
||||||
VALUE "InternalName", "Tux Paint\0"
|
VALUE "InternalName", "Tux Paint\0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2008 by Bill Kendrick\0"
|
VALUE "LegalCopyright", "Copyright (C) 2008 by Bill Kendrick\0"
|
||||||
VALUE "LegalTrademarks", "\0"
|
VALUE "LegalTrademarks", "\0"
|
||||||
VALUE "OriginalFilename", "TuxPaint.exe\0"
|
VALUE "OriginalFilename", "TuxPaint.exe\0"
|
||||||
VALUE "PrivateBuild", "\0"
|
VALUE "PrivateBuild", "\0"
|
||||||
VALUE "ProductName", "Tux Paint\0"
|
VALUE "ProductName", "Tux Paint\0"
|
||||||
VALUE "ProductVersion", "0.9.21\0"
|
VALUE "ProductVersion", "0.9.22\0"
|
||||||
VALUE "SpecialBuild", "win32 build by John Popplewell\0"
|
VALUE "SpecialBuild", "win32 build by John Popplewell\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue