Index: branches/2017Q3/audio/dssi/Makefile =================================================================== --- branches/2017Q3/audio/dssi/Makefile (revision 448193) +++ branches/2017Q3/audio/dssi/Makefile (revision 448194) @@ -1,84 +1,71 @@ # Created by: trasz # $FreeBSD$ PORTNAME= dssi PORTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= API for audio processing plugins LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \ liblo.so:audio/liblo \ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile \ libjack.so:audio/jack RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa -USES= gmake pathfix pkgconfig libtool +USES= gmake pathfix pkgconfig localbase libtool GNU_CONFIGURE= yes +USE_XORG= x11 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= ChangeLog README PORTEXAMPLES= * +EXAMPLESSRCDIR= ${WRKSRC}/examples +EXAMPLES_FILES1=dssi_analyse_plugin dssi_list_plugins \ + dssi_osc_send dssi_osc_update +EXAMPLES_FILES2=LTS_qt trivial_sampler_qt -EXAMPLESSRCDIR= ${WRKSRC}/examples - -EXAMPLES_FILES1= dssi_analyse_plugin dssi_list_plugins \ - dssi_osc_send dssi_osc_update - -EXAMPLES_FILES2= LTS_qt trivial_sampler_qt - OPTIONS_DEFINE= DOCS EXAMPLES QT4 -OPTIONS_DEFAULT= QT4 - +OPTIONS_DEFAULT=QT4 OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MQT4} -USE_QT4= corelib gui moc_build +QT4_USE= QT4=corelib,gui,moc_build QT_NONSTANDARD= yes -.endif post-patch: @${REINPLACE_CMD} -e \ '/^lts_uidir/s|^|@HAVE_QT_TRUE@|; \ /^trivial_sampler_uidir/s|^|@HAVE_QT_TRUE@|; \ s|-ldl$$||' ${WRKSRC}/examples/Makefile.in @${REINPLACE_CMD} -e \ 's|-ldl$$||' ${WRKSRC}/jack-dssi-host/Makefile.in @${REINPLACE_CMD} -e \ '/alsa >=/s|$$PKG_CONFIG|${FALSE}|' ${WRKSRC}/configure -.if ! ${PORT_OPTIONS:MQT4} +post-patch-QT4-off: @${REINPLACE_CMD} -e \ '/QtCore >=/s|$$PKG_CONFIG|${FALSE}|' ${WRKSRC}/configure -.endif post-install: .for l in trivial_synth less_trivial_synth trivial_sampler karplong ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dssi/${l}.so .endfor - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_PROGRAM} ${EXAMPLES_FILES1:S|^|${EXAMPLESSRCDIR}/|} \ ${STAGEDIR}${EXAMPLESDIR} -.if ${PORT_OPTIONS:MQT4} +post-install-QT4-on: ${INSTALL_PROGRAM} ${EXAMPLES_FILES2:S|^|${EXAMPLESSRCDIR}/|} \ ${STAGEDIR}${EXAMPLESDIR} -.endif .include Index: branches/2017Q3 =================================================================== --- branches/2017Q3 (revision 448193) +++ branches/2017Q3 (revision 448194) Property changes on: branches/2017Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r447920