28fea4be66
===== New Features ===== * Selection event filter can select rests * Selection event filter can select either performance or notation duration * LilyPond export converts a ''(c)'' or a ''(C)'' in the copyright header to a proper symbol automatically * New interpretation toolbar for the notation editor streamlines the ''**Adjust -> Interpret**'' process * New option to allow LilyPond to export fingerings inside the staff (can improve collision resolution) * New option to instruct Rosegarden not to start JACK automatically at startup, allowing you to control this behavior without having to put garbage in your ~/.jackdrc file * Support LilyPond 2.14
34 lines
957 B
Makefile
34 lines
957 B
Makefile
# Created by: shanee@augusta.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rosegarden
|
|
PORTVERSION= 13.10
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
|
COMMENT= General purpose music editor and sequencer suite
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \
|
|
makedepend:${PORTSDIR}/devel/makedepend
|
|
LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \
|
|
liblirc_client.so:${PORTSDIR}/comms/lirc \
|
|
libfftw3.so:${PORTSDIR}/math/fftw3 \
|
|
libfftw3f.so:${PORTSDIR}/math/fftw3-float \
|
|
liblrdf.so:${PORTSDIR}/textproc/liblrdf
|
|
RUN_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \
|
|
lilypond:${PORTSDIR}/print/lilypond
|
|
|
|
USES= gmake pkgconfig
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= QTLIBDIR=${QT_LIBDIR}
|
|
USE_QT4= gui network xml rcc_build moc_build uic_build linguist_build
|
|
INSTALLS_ICONS= yes
|
|
|
|
CXXFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|