freebsd-ports/audio/rosegarden/Makefile
Adriaan de Groot 52f2da1449 audio/rosegarden, update to latest upstream release
Release notes at
	https://rosegardenmusic.com/wiki/dev:20.06
various bugfixes.

On FreeBSD, with Qt 5.15, the "double-click-in-empty-space crash"
persists, mentioned in PR 242957. I haven't had time to debug
that (nor has the other participant in that thread).

Reported by:	portscout
2020-06-07 14:42:17 +00:00

44 lines
1.1 KiB
Makefile

# Created by: shanee@augusta.de
# $FreeBSD$
PORTNAME= rosegarden
PORTVERSION= 20.06
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= adridg@FreeBSD.org
COMMENT= General purpose music editor and sequencer suite
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= dssi_osc_update:audio/dssi \
${LOCALBASE}/include/fftw3.h:math/fftw3
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libfftw3f.so:math/fftw3-float \
liblrdf.so:textproc/liblrdf \
liblo.so:audio/liblo \
libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile \
libjack.so:audio/jack
RUN_DEPENDS= dssi_osc_update:audio/dssi \
flac:audio/flac \
wavpack:audio/wavpack \
xdg-open:devel/xdg-utils \
lilypond:print/lilypond
USES= alias cmake compiler:c++11-lib desktop-file-utils \
localbase:ldflags pkgconfig shared-mime-info tar:bzip2 \
qt:5 xorg
USE_QT= core gui network printsupport testlib widgets xml \
buildtools_build linguisttools_build qmake_build
USE_XORG= ice sm x11 xext
OPTIONS_DEFINE= LIRC
LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc
LIRC_CMAKE_ON= -DENABLE_LIRC:BOOL=ON
CMAKE_ON= USE_QT5
.include <bsd.port.mk>