pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gource



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 23 19:02:46 UTC 2020

Modified Files:
        pkgsrc/graphics/gource: Makefile distinfo

Log Message:
gource: Update to 0.51

0.51:
 * Fixed --font-file relative path handling.
 * Fixed a bug in resolving the repository root directory from a relative path.

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).
 * Added --loop-delay-seconds option (Joey Parrish).
 * Added --font-scale option.
 * Added filename, dirname and user font size options (Carl Colena).
 * Added workaround for FFMpeg error parsing Gource PPM video output.
 * 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.
 * Fixed a bug where automatically cycling through a config with multiple
   repositories reset settings to their defaults.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gource/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/gource/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gource/Makefile
diff -u pkgsrc/graphics/gource/Makefile:1.37 pkgsrc/graphics/gource/Makefile:1.38
--- pkgsrc/graphics/gource/Makefile:1.37        Sun Mar  8 16:49:59 2020
+++ pkgsrc/graphics/gource/Makefile     Mon Mar 23 19:02:46 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2020/03/08 16:49:59 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2020/03/23 19:02:46 nia Exp $
 
-DISTNAME=      gource-0.49
-PKGREVISION=   2
+DISTNAME=      gource-0.51
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=acaudwell/}
 GITHUB_PROJECT=        Gource

Index: pkgsrc/graphics/gource/distinfo
diff -u pkgsrc/graphics/gource/distinfo:1.9 pkgsrc/graphics/gource/distinfo:1.10
--- pkgsrc/graphics/gource/distinfo:1.9 Tue Oct  1 15:08:46 2019
+++ pkgsrc/graphics/gource/distinfo     Mon Mar 23 19:02:46 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2019/10/01 15:08:46 nia Exp $
+$NetBSD: distinfo,v 1.10 2020/03/23 19:02:46 nia Exp $
 
-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 (gource-0.51.tar.gz) = ab51953026510f7fd139787800cc06392469f7d6
+RMD160 (gource-0.51.tar.gz) = e59c61c6f2b6da5a2a358df2a033c1d9a33d42e4
+SHA512 (gource-0.51.tar.gz) = f29326ffb2aa6f645fb941e08e41f0cbf8dd894d5a4d607b782caeb12a24e6446198027060b880e0ad14a36efbed19023620dd8c890cfc0c027fc90ac2d5be24
+Size (gource-0.51.tar.gz) = 882783 bytes
 SHA1 (patch-src_dirnode.cpp) = b692c7c3cf9a9cb8e47d32cf7864cbb0a293802c



Home | Main Index | Thread Index | Old Index