2021-01-01 10:52:09 +01:00
|
|
|
# $NetBSD: Makefile,v 1.62 2021/01/01 09:52:15 ryoon Exp $
|
2005-11-25 00:19:51 +01:00
|
|
|
#
|
|
|
|
|
2014-11-21 13:22:46 +01:00
|
|
|
DISTNAME= gtick-0.5.4
|
2021-01-01 10:52:09 +01:00
|
|
|
PKGREVISION= 22
|
2005-11-25 00:19:51 +01:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.antcom.de/gtick/download/
|
|
|
|
|
2007-07-08 14:35:10 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2020-01-26 18:30:40 +01:00
|
|
|
HOMEPAGE= https://www.antcom.de/gtick/
|
2005-11-25 00:19:51 +01:00
|
|
|
COMMENT= Metronome application using GTK2+
|
Update to 0.5.2
* Set LICENSE.
Changelog:
2013-03-08: gtick-0.5.2 release: Translation updates, bugfixes
2012-03-26: gtick-0.5.1 release: Translation updates, MIN_BPM adjustment
2011-08-06: gtick-0.5.0 release: Pulseaudio support, bugfixes, translations
2008-05-22: gtick-0.4.2 release: Several new translations, minor code and packing adjustments
2007-08-18: gtick-0.4.1 release: Fixed segfault on using custom sound file
2007-08-14: GIT repository launched
2007-08-13: gtick-0.4.0 release: GPLv3 release, Updated Dutch, Finnish, Irish, Italian and Vietnamese translations
2007-05-05: gtick-0.3.15 release: Added Slovak translation, fixed automake link options (LDADD, see ChangeLog)
2007-04-29: gtick-0.3.14 release: Updated Russian, Ukrainian and Vietnamese translations
2007-02-12: gtick-0.3.13 release: Added Korean translation, fixed zombies after metronome start / stop
2013-07-01 16:40:18 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
2005-11-25 00:19:51 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2007-02-22 20:26:05 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2005-11-25 00:19:51 +01:00
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
|
|
|
LIBS+= ${LIBOSSAUDIO}
|
|
|
|
|
|
|
|
SUBST_CLASSES+= oss
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.oss= Fixing paths to OSS devices.
|
2005-11-25 00:19:51 +01:00
|
|
|
SUBST_STAGE.oss= pre-configure
|
|
|
|
SUBST_FILES.oss= src/globals.h
|
|
|
|
SUBST_SED.oss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
|
|
|
|
|
|
|
|
.include "../../audio/libsndfile/buildlink3.mk"
|
Update to 0.5.2
* Set LICENSE.
Changelog:
2013-03-08: gtick-0.5.2 release: Translation updates, bugfixes
2012-03-26: gtick-0.5.1 release: Translation updates, MIN_BPM adjustment
2011-08-06: gtick-0.5.0 release: Pulseaudio support, bugfixes, translations
2008-05-22: gtick-0.4.2 release: Several new translations, minor code and packing adjustments
2007-08-18: gtick-0.4.1 release: Fixed segfault on using custom sound file
2007-08-14: GIT repository launched
2007-08-13: gtick-0.4.0 release: GPLv3 release, Updated Dutch, Finnish, Irish, Italian and Vietnamese translations
2007-05-05: gtick-0.3.15 release: Added Slovak translation, fixed automake link options (LDADD, see ChangeLog)
2007-04-29: gtick-0.3.14 release: Updated Russian, Ukrainian and Vietnamese translations
2007-02-12: gtick-0.3.13 release: Added Korean translation, fixed zombies after metronome start / stop
2013-07-01 16:40:18 +02:00
|
|
|
.include "../../audio/pulseaudio/buildlink3.mk"
|
2007-01-26 21:05:53 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/oss.buildlink3.mk"
|
2014-11-21 13:22:46 +01:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
|
|
|
2005-11-25 00:19:51 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|