summaryrefslogtreecommitdiff
path: root/graphics/gource
diff options
context:
space:
mode:
authorryoon <ryoon>2012-05-06 08:29:38 +0000
committerryoon <ryoon>2012-05-06 08:29:38 +0000
commit13555560b8e1b2bc531090fd930a01e4cdeef2c4 (patch)
tree707c4ebc3769777461fa751d92b5014816f041d5 /graphics/gource
parent2eb9484b37a4ef732ee3992d1b50ad95dd034fe4 (diff)
downloadpkgsrc-13555560b8e1b2bc531090fd930a01e4cdeef2c4.tar.gz
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 (limited to 'graphics/gource')
-rw-r--r--graphics/gource/Makefile14
-rw-r--r--graphics/gource/PLIST5
-rw-r--r--graphics/gource/distinfo8
3 files changed, 15 insertions, 12 deletions
diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile
index b5818a5a0c4..a6bd48c6f20 100644
--- a/graphics/gource/Makefile
+++ b/graphics/gource/Makefile
@@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir
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 "../../graphics/SDL_image/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
+.include "../../graphics/SDL_image/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 --git a/graphics/gource/PLIST b/graphics/gource/PLIST
index 422b1d4b3c6..667331fc093 100644
--- a/graphics/gource/PLIST
+++ b/graphics/gource/PLIST
@@ -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 --git a/graphics/gource/distinfo b/graphics/gource/distinfo
index 156fd686e9d..920bf9b022c 100644
--- a/graphics/gource/distinfo
+++ b/graphics/gource/distinfo
@@ -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