af05769c7d
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.
29 lines
894 B
Makefile
29 lines
894 B
Makefile
# $NetBSD: Makefile,v 1.38 2020/03/23 19:02:46 nia Exp $
|
|
|
|
DISTNAME= gource-0.51
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=acaudwell/}
|
|
GITHUB_PROJECT= Gource
|
|
GITHUB_RELEASE= ${DISTNAME}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://gource.io/
|
|
COMMENT= Software version control visualization
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ARGS= --with-boost=${BUILDLINK_PREFIX.boost-libs}
|
|
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../devel/pcre/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"
|