mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
eb4577797c
Release notes are at https://www.rosegardenmusic.com/wiki/dev:19.12 There's two handfuls of minor bugfixes and some new auto-scrolling features. I notice now that Rosegarden crashes (this version, also the version in ports, 18.12) if you double-click on a fragment, so it looks like there are very few heavy users of the application (or I'm doing it wrong). PR: 242957
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# Created by: shanee@augusta.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rosegarden
|
|
PORTVERSION= 19.12
|
|
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>
|