pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edf5e79872f8
branches:  trunk
changeset: 415035:edf5e79872f8
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Oct 01 15:08:46 2019 +0000

description:
gource: Update to 0.50

0.50:
 * Right mouse button rotation now pivots around the camera.
 * Added --font-file option.
 * Added --enable-font-file option to configure.
 * Added --no-time-travel option (Lars Schmertmann).
 * Added --dir-name-position option (Lars Schmertmann).
 * Added --file-extension-fallback option (Lars Schmertmann).
 * Added --user-show-filter option (Victor Lopez).
 * Added --disable-input option (Joey Parrish).
 * Fixed a bug in the Mercurial log parser that caused changes to be missed.
 * Fixed file removal being cancelled by an action with an earlier timestamp.
 * Fixed a bug in the log file format detection that could result in the wrong
   first entry being displayed for a custom log.

0.49:
 * Fixed compatibility with GLM 0.9.9.0.

0.48:
 * Can now generate logs from git sub module directories.

0.47:
 * Fixed low mouse movement speed with some mice while repositioning camera.

0.46:
 * Added --screen option.

0.45:
 * Added --window-position XxY option.
 * Added --frameless option.
 * Added --file-show-filter REGEX option (swoogles).
 * Added --filename-time and filename-colour options (gh2k).
 * Improved handling of very low seconds-per-day values (malengrin).
 * Fixed crash when SVN log lacks author information (obarthel).
 * Additional git log command validation (cym13).
 * Allow lower case hex colours in custom logs (HSorensen).
 * Enabled STDOUT support with --output-stream '-' on Windows (circulosmeos).
 * Now requires SDL 2 to build (deprecated SDL 1.2 support removed).

0.44:
 * Fixed crash when taking a screenshot with an odd resolution.
 * Fixed type deduction compilation error with newer versions of GCC.
 * Documentation improvements.

0.43:
 * Updated boost autoconf macros to fix multi-arch detection.

0.42:
 * Fixed bzr log command when no start date was specified (chrisf).
 * Fixed hg log commit order when date range specified.
 * Fixed hg log command line on Windows.
 * Fixed parser bug in date range filtering code.

0.41:
 * Multi-monitor support using SDL 2.0 when available.
 * SDL 1.2 support is deprecated.
 * Full screen mode now uses desktop resolution by default.
 * Added --start-date, --stop-date 'YYYY-MM-DD hh:mm:ss' options.
 * Added --dir-name-depth option.
 * Changed --file-idle-time default value to 0.
 * Changed screenshot format to PNG.

diffstat:

 graphics/gource/Makefile                      |  16 +++++++++-------
 graphics/gource/distinfo                      |  10 +++++-----
 graphics/gource/patches/patch-src_dirnode.cpp |  15 ---------------
 3 files changed, 14 insertions(+), 27 deletions(-)

diffs (73 lines):

diff -r 16bbfa29b1bf -r edf5e79872f8 graphics/gource/Makefile
--- a/graphics/gource/Makefile  Tue Oct 01 14:56:44 2019 +0000
+++ b/graphics/gource/Makefile  Tue Oct 01 15:08:46 2019 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.34 2019/08/22 12:23:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2019/10/01 15:08:46 nia Exp $
 
-DISTNAME=      gource-0.40
-PKGREVISION=   17
+DISTNAME=      gource-0.49
 CATEGORIES=    graphics
-MASTER_SITES=  http://gource.googlecode.com/files/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=acaudwell/}
+GITHUB_PROJECT=        Gource
+GITHUB_RELEASE=        ${DISTNAME}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
-HOMEPAGE=      http://gource.io/
+HOMEPAGE=      https://gource.io/
 COMMENT=       Software version control visualization
 LICENSE=       gnu-gpl-v3
 
@@ -16,12 +17,13 @@
 
 CONFIGURE_ARGS=        --with-boost=${BUILDLINK_PREFIX.boost-libs}
 
-.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
-.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../graphics/SDL2_image/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"
 .include "../../graphics/glm/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 16bbfa29b1bf -r edf5e79872f8 graphics/gource/distinfo
--- a/graphics/gource/distinfo  Tue Oct 01 14:56:44 2019 +0000
+++ b/graphics/gource/distinfo  Tue Oct 01 15:08:46 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 21:34:01 agc Exp $
+$NetBSD: distinfo,v 1.9 2019/10/01 15:08:46 nia Exp $
 
-SHA1 (gource-0.40.tar.gz) = 7af594f84c0ec4c84278a8e9008f83a7a02e97fa
-RMD160 (gource-0.40.tar.gz) = b0f4aa96e838b5db2c6d93a6d10a398b4ff914d6
-SHA512 (gource-0.40.tar.gz) = f027a791674162a366ef30743508d841bc94b7b81c76041a8041d247420b76a9a82581793cb61e571da4805b2989a11e02dfd1246fe656115fef5568f283802a
-Size (gource-0.40.tar.gz) = 861731 bytes
+SHA1 (gource-0.49.tar.gz) = 39719a1ea72131b3bea03752a98a32647c29e70b
+RMD160 (gource-0.49.tar.gz) = 8a12f0731f201a1e49ea4ca2490dd2516f22e8da
+SHA512 (gource-0.49.tar.gz) = cb3482dd06cf38bd775f2ac4b8f3bee78e480dd51e37527024df6e59d6e613290297d65e167a21364aa6251eff78a50ecc8a5fd3772a6e9a4ad22ca21b4b615e
+Size (gource-0.49.tar.gz) = 874349 bytes
 SHA1 (patch-src_dirnode.cpp) = b692c7c3cf9a9cb8e47d32cf7864cbb0a293802c
diff -r 16bbfa29b1bf -r edf5e79872f8 graphics/gource/patches/patch-src_dirnode.cpp
--- a/graphics/gource/patches/patch-src_dirnode.cpp     Tue Oct 01 14:56:44 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_dirnode.cpp,v 1.2 2012/12/19 13:50:35 ryoon Exp $
-
-* Fix build failure with gcc 4.7 (and 5.4.4)
-
---- src/dirnode.cpp.orig       2012-04-20 01:52:29.000000000 +0000
-+++ src/dirnode.cpp
-@@ -577,7 +577,7 @@ void RDirNode::calcRadius() {
-     //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used
- 
- //    this->parent_radius = std::max(1.0, parent_circ / PI);
--    this->parent_radius = std::max(1.0, sqrt(total_file_area) * gGourceDirPadding);
-+    this->parent_radius = std::max(1.0f, (float) (sqrt(total_file_area) * gGourceDirPadding));
- }
- 
- float RDirNode::distanceToParent() const{



Home | Main Index | Thread Index | Old Index