0.6.3 2020-07-31 A Summer'20 Release. - Left-clicking on the system-tray icon now simply toggles the main widget visibility, disregarding if already hidden undercover to other windows. - Early fixing to build for Qt >= 5.15.0.
22 lines
656 B
Makefile
22 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.64 2020/11/24 17:39:57 nia Exp $
|
|
|
|
DISTNAME= qsynth-0.6.3
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qsynth/}
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://qsynth.sourceforge.io/qsynth-index.html
|
|
COMMENT= Qt GUI Interface to FluidSynth
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../audio/fluidsynth/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|