pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gource Update to 0.38



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c08a599d4f22
branches:  trunk
changeset: 603425:c08a599d4f22
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun May 06 08:29:38 2012 +0000

description:
Update to 0.38

* New dependencies to boost and glm

Changelog:
0.38:
 * New high quality sprites.
 * Fullscreen toggle with alt + enter.
 * Window is now resizable. -WIDTHxHEIGHT! creates a non-resizable window.
 * Lowered minimum zoom distance.
 * Use AM_CPPFLAGS in Makefile.am to allow passing custom CPPFLAGS.
 * Don't add files that match the path of a known directory.
 * Fixed divide by zero in text shader causing artifacts on some video cards.
 * Recursively search for repository directory when log-format not specified
   (thanks to Jorg Bachmann for original concept / prototype).
 * New dependency on Boost Filesystem.
 * Doubled the maximum zoom out distance.
 * Allow negative timestamps before 1970 in custom log (artzub).
 * Fix for UTF8-CPP checked.h compilation issue (vszakats).
 * Fixed bug causing missing characters in text.
 * Fixed --highlight-users option not using highlight-colour.
 * highlight-colour default changed to white.
 * Added --selection-colour option (applied to selected users and files).
 * Added --dir-colour option (applied to directories).

diffstat:

 graphics/gource/Makefile |  14 +++++++++-----
 graphics/gource/PLIST    |   5 ++---
 graphics/gource/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 12 deletions(-)

diffs (68 lines):

diff -r 2dbc9039fb45 -r c08a599d4f22 graphics/gource/Makefile
--- a/graphics/gource/Makefile  Sun May 06 08:25:38 2012 +0000
+++ b/graphics/gource/Makefile  Sun May 06 08:29:38 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2012/03/03 00:13:14 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2012/05/06 08:29:38 ryoon Exp $
 #
 
-DISTNAME=      gource-0.37
-PKGREVISION=   3
+DISTNAME=      gource-0.38
 CATEGORIES=    graphics
 MASTER_SITES=  http://gource.googlecode.com/files/
 
@@ -16,9 +15,14 @@
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 
+CONFIGURE_ARGS=        --with-boost=${BUILDLINK_PREFIX.boost-libs}
+
 .include "../../devel/SDL/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
 .include "../../graphics/SDL_image/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"
+.include "../../graphics/glm/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2dbc9039fb45 -r c08a599d4f22 graphics/gource/PLIST
--- a/graphics/gource/PLIST     Sun May 06 08:25:38 2012 +0000
+++ b/graphics/gource/PLIST     Sun May 06 08:29:38 2012 +0000
@@ -1,18 +1,17 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/06 22:03:53 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/05/06 08:29:38 ryoon Exp $
 bin/gource
 man/man1/gource.1
 share/gource/beam.png
 share/gource/bloom.tga
 share/gource/bloom_alpha.tga
-share/gource/cursor.png
 share/gource/file.png
 share/gource/fonts/FreeSans.ttf
 share/gource/fonts/README
 share/gource/gource.style
-share/gource/no_photo.png
 share/gource/shaders/bloom.frag
 share/gource/shaders/bloom.vert
 share/gource/shaders/shadow.frag
 share/gource/shaders/shadow.vert
 share/gource/shaders/text.frag
 share/gource/shaders/text.vert
+share/gource/user.png
diff -r 2dbc9039fb45 -r c08a599d4f22 graphics/gource/distinfo
--- a/graphics/gource/distinfo  Sun May 06 08:25:38 2012 +0000
+++ b/graphics/gource/distinfo  Sun May 06 08:29:38 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/10/03 15:25:14 ryoon Exp $
+$NetBSD: distinfo,v 1.3 2012/05/06 08:29:38 ryoon Exp $
 
-SHA1 (gource-0.37.tar.gz) = 87d88b5cbf312e160e55582f8e187c87b3df097d
-RMD160 (gource-0.37.tar.gz) = 76bbe62693566c61d5bc8324494079b07a07cb02
-Size (gource-0.37.tar.gz) = 667053 bytes
+SHA1 (gource-0.38.tar.gz) = 78f8c2064114313851f53b657d12db28abb89fae
+RMD160 (gource-0.38.tar.gz) = bfeb1de7d1d71dd8cb4d2f9e3fa4ecfc43a00191
+Size (gource-0.38.tar.gz) = 850811 bytes



Home | Main Index | Thread Index | Old Index