pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/tuxpaint Update to 0.9.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e7b2f5a9ca8
branches:  trunk
changeset: 459711:4e7b2f5a9ca8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 05 08:54:20 2003 +0000

description:
Update to 0.9.11.
  * Hebrew translation!
  * Right-to-left language support (for Hebrew, for example).
  * Updated Korean translations.
  * UTF-8 support in the Text Tool!
  * Added 'The Gimp' to docs/PNG.txt
  * Lithuanian translation.
  * Fixed bug that would cause some translated stamp sounds to not load.
  * Added Dutch translation of (older version of) HTML documentation.
  * Updated Polish translations.
  * Added Polish version of manpage.
  * Fixed a few typos in the manpage.
  * Fixed UTF-8 word-wrapping bug when there were no spaces
  * When a locale requiring its own font can't be used because the font
    is missing, Tux Paint STILL didn't work right.  Fixed.  (Set $LC_ALL=C)
  * Added a set of square brushes (similar to the various round ones).
  * Added "--nostamps" option to disable stamp tool.
    (When it's not needed, they just take time to load, and RAM to store.)
  * Added missing "--nosysconfig" to "--help" usage output.
  * Increased MAX_FILES from 256 to 2048.  Users with more than 128 images
    saved were unable to load the newest images!  (Hopefully 1024 saved
    files is sufficient.)
  * Thumbnails now saved to a ".thumbs" subdirectory under "saved".
    (Old thumbnails will still be loaded, if found.  Currently, the old
    thumbnails will still be saved in the old location, not under .thumbs)
  * Updated tuxpaint-import to create .thumbs subdirectory, and put new
    thumbnails there.
  * "Thick" and "Thin" Magic Tools made 'stronger.'

diffstat:

 graphics/tuxpaint/Makefile         |  11 ++++++++---
 graphics/tuxpaint/PLIST            |  13 ++++++++++++-
 graphics/tuxpaint/distinfo         |   8 ++++----
 graphics/tuxpaint/patches/patch-aa |  11 ++++++++++-
 4 files changed, 34 insertions(+), 9 deletions(-)

diffs (125 lines):

diff -r 70858b646091 -r 4e7b2f5a9ca8 graphics/tuxpaint/Makefile
--- a/graphics/tuxpaint/Makefile        Tue Aug 05 07:34:36 2003 +0000
+++ b/graphics/tuxpaint/Makefile        Tue Aug 05 08:54:20 2003 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2003/07/26 21:41:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2003/08/05 08:54:20 wiz Exp $
 #
 
-DISTNAME=      tuxpaint-0.9.10
-PKGREVISION=   4
+DISTNAME=      tuxpaint-0.9.11
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
 
@@ -16,11 +15,17 @@
 USE_GMAKE=             YES
 MANCOMPRESSED=         YES
 
+LDFLAGS+=              ${_BLNK_ICONV_LDFLAGS}
 MAKE_ENV+=             CONFDIR="${PKG_SYSCONFDIR}"
 EGDIR=                 ${PREFIX}/share/examples/tuxpaint
 CONF_FILES=            ${EGDIR}/tuxpaint.conf ${PKG_SYSCONFDIR}/tuxpaint.conf
 
+post-install:
+       -find ${PREFIX}/share/doc/tuxpaint -name CVS -exec ${RM} -r {} \; 2>/dev/null
+       -find ${PREFIX}/share/tuxpaint -name CVS -exec ${RM} -r {} \; 2>/dev/null
+
 .include "../../audio/SDL_mixer/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
 .include "../../devel/SDL/buildlink2.mk"
 .include "../../devel/SDL_ttf/buildlink2.mk"
 .include "../../graphics/SDL_image/buildlink2.mk"
diff -r 70858b646091 -r 4e7b2f5a9ca8 graphics/tuxpaint/PLIST
--- a/graphics/tuxpaint/PLIST   Tue Aug 05 07:34:36 2003 +0000
+++ b/graphics/tuxpaint/PLIST   Tue Aug 05 08:54:20 2003 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.6 2003/03/07 11:40:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2003/08/05 08:54:21 wiz Exp $
 bin/tuxpaint
 bin/tuxpaint-import
 man/man1/tuxpaint-import.1
 man/man1/tuxpaint.1
+man/pl/man1/tuxpaint.1
 share/doc/tuxpaint/AUTHORS.txt
 share/doc/tuxpaint/CHANGES.txt
 share/doc/tuxpaint/COPYING.txt
@@ -124,6 +125,7 @@
 share/doc/tuxpaint/nl/INSTALL.txt
 share/doc/tuxpaint/nl/PNG.txt
 share/doc/tuxpaint/nl/README.txt
+share/doc/tuxpaint/nl/html/README.html
 share/doc/tuxpaint/nn/AUTHORS.txt
 share/doc/tuxpaint/nn/COPYING.txt
 share/doc/tuxpaint/nn/FAQ.txt
@@ -158,12 +160,14 @@
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/tuxpaint.mo
+${PKGLOCALEDIR}/locale/he/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/id/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/is/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/tuxpaint.mo
+${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/tuxpaint.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/tuxpaint.mo
@@ -187,6 +191,12 @@
 share/tuxpaint/brushes/slash_20_lt.png
 share/tuxpaint/brushes/slash_20_rt.png
 share/tuxpaint/brushes/spray.png
+share/tuxpaint/brushes/square_seethru.png
+share/tuxpaint/brushes/square_24.png
+share/tuxpaint/brushes/square_06.png
+share/tuxpaint/brushes/square_36.png
+share/tuxpaint/brushes/square_12.png
+share/tuxpaint/brushes/square_fuzz.png
 share/tuxpaint/brushes/x.png
 share/tuxpaint/fonts/default_font.ttf
 share/tuxpaint/fonts/efont_serif.ttf
@@ -320,6 +330,7 @@
 @dirrm share/doc/tuxpaint/sv
 @dirrm share/doc/tuxpaint/pt_br
 @dirrm share/doc/tuxpaint/nn
+@dirrm share/doc/tuxpaint/nl/html
 @dirrm share/doc/tuxpaint/nl
 @dirrm share/doc/tuxpaint/ko
 @dirrm share/doc/tuxpaint/it
diff -r 70858b646091 -r 4e7b2f5a9ca8 graphics/tuxpaint/distinfo
--- a/graphics/tuxpaint/distinfo        Tue Aug 05 07:34:36 2003 +0000
+++ b/graphics/tuxpaint/distinfo        Tue Aug 05 08:54:20 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2003/03/07 11:40:58 wiz Exp $
+$NetBSD: distinfo,v 1.8 2003/08/05 08:54:22 wiz Exp $
 
-SHA1 (tuxpaint-0.9.10.tar.gz) = 862324420144150bb2fb892912ce23ef4ddbf0e1
-Size (tuxpaint-0.9.10.tar.gz) = 1260841 bytes
-SHA1 (patch-aa) = a85b6f9ab421d35a0c2f158de779fbacc59caddf
+SHA1 (tuxpaint-0.9.11.tar.gz) = f54c9e349e826b4bbd81a084c05b474f3dff6285
+Size (tuxpaint-0.9.11.tar.gz) = 1317288 bytes
+SHA1 (patch-aa) = 7d389b2e71643f326601038456417b0553b0a5f0
diff -r 70858b646091 -r 4e7b2f5a9ca8 graphics/tuxpaint/patches/patch-aa
--- a/graphics/tuxpaint/patches/patch-aa        Tue Aug 05 07:34:36 2003 +0000
+++ b/graphics/tuxpaint/patches/patch-aa        Tue Aug 05 08:54:20 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2003/03/07 11:40:58 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2003/08/05 08:54:23 wiz Exp $
 
 --- Makefile.orig      Wed Feb 19 08:27:22 2003
 +++ Makefile
@@ -61,3 +61,12 @@
  
  
  # Install a launcher icon in the Gnome menu, under "Graphics"
+@@ -510,7 +502,7 @@ install-man:
+ tuxpaint:     obj/tuxpaint.o $(ARCH_LIBS)
+       @echo
+       @echo "...Linking Tux Paint..."
+-      @$(CC) $(CFLAGS) -o tuxpaint obj/tuxpaint.o $(ARCH_LIBS) $(SDL_LIBS) \
++      @$(CC) $(CFLAGS) ${LDFLAGS} -o tuxpaint obj/tuxpaint.o $(ARCH_LIBS) $(SDL_LIBS) \
+               -lm $(ARCH_LINKS)
+       @$(RSRC_CMD)
+       @$(MIMESET_CMD)



Home | Main Index | Thread Index | Old Index