2019-05-16 09:26:03 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= traverso
|
|
|
|
DISTVERSION= 0.49.6
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 20:46:53 +00:00
|
|
|
PORTREVISION= 1
|
2019-05-16 09:26:03 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= https://traverso-daw.org/
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Digital audio workstation (DAW) with an innovative user interface
|
|
|
|
|
2020-01-05 10:26:04 +00:00
|
|
|
BROKEN= unfetchable
|
|
|
|
|
2019-05-16 09:26:03 +00:00
|
|
|
LICENSE= GPLv2 LGPL21
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
|
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
|
|
|
libFLAC.so:audio/flac \
|
|
|
|
libjack.so:audio/jack \
|
|
|
|
liblilv-0.so:audio/lilv \
|
|
|
|
libmad.so:audio/libmad \
|
|
|
|
libogg.so:audio/libogg \
|
|
|
|
libsamplerate.so:audio/libsamplerate \
|
|
|
|
libserd-0.so:devel/serd \
|
|
|
|
libsndfile.so:audio/libsndfile \
|
|
|
|
libsord-0.so:devel/sord \
|
|
|
|
libsratom-0.so:audio/sratom \
|
|
|
|
libvorbisfile.so:audio/libvorbis \
|
|
|
|
libwavpack.so:audio/wavpack
|
|
|
|
|
2019-06-12 18:50:00 +00:00
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils localbase:ldflags pkgconfig qt:5
|
2019-05-16 09:26:03 +00:00
|
|
|
USE_QT= core gui printsupport xml widgets buildtools_build qmake_build
|
|
|
|
|
|
|
|
CMAKE_OFF= WANT_ALSA
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/resources/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications
|
|
|
|
cd ${WRKSRC}/resources/freedesktop/icons && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/hicolor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|