diff --git a/audio/afsp/Makefile b/audio/afsp/Makefile index ce1a4a9017d4..917b40f48f85 100644 --- a/audio/afsp/Makefile +++ b/audio/afsp/Makefile @@ -1,18 +1,19 @@ PORTNAME= afsp PORTVERSION= 8.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www-mmsp.ece.mcgill.ca/Documents/Downloads/AFsp/ DISTNAME= AFsp-v8r2 MAINTAINER= ginga-freebsd@ginganet.org COMMENT= Audio file conversion utilities and library USES= gmake MAKE_JOBS_UNSAFE= yes MAKE_ARGS= COPTS="${CFLAGS}" post-extract: @${CP} -f ${FILESDIR}/Makefile ${WRKSRC} .include diff --git a/audio/afsp/files/Makefile b/audio/afsp/files/Makefile index 5e3bf4d971cd..8d2864e13d8a 100644 --- a/audio/afsp/files/Makefile +++ b/audio/afsp/files/Makefile @@ -1,126 +1,126 @@ LIBRARIES = lib/libAO.a \ lib/libtsp.a BINARIES = bin/CompAudio \ bin/CopyAudio \ bin/FiltAudio \ bin/GenNoise \ bin/GenTone \ bin/InfoAudio \ bin/LPanal \ bin/LPsyn \ bin/PQevalAudio \ bin/ResampAudio MAINHEADERS = include/AO.h \ include/AObase.h \ include/libtsp.h SUBHEADERS = include/libtsp/AFdataio.h \ include/libtsp/AFheader.h \ include/libtsp/AFmsg.h \ include/libtsp/AFpar.h \ include/libtsp/AIpar.h \ include/libtsp/AUpar.h \ include/libtsp/ESpar.h \ include/libtsp/FImsg.h \ include/libtsp/FIpar.h \ include/libtsp/FLmsg.h \ include/libtsp/FNmsg.h \ include/libtsp/MSmsg.h \ include/libtsp/SPmsg.h \ include/libtsp/STmsg.h \ include/libtsp/UTmsg.h \ include/libtsp/UTpar.h \ include/libtsp/UTtypes.h \ include/libtsp/VRmsg.h \ include/libtsp/WVpar.h \ include/libtsp/nucleus.h \ include/libtsp/sysOS.h MAN3FILES = man/libtsp/AF/AFclose.3tsp \ man/libtsp/AF/AFdReadData.3tsp \ man/libtsp/AF/AFdWriteData.3tsp \ man/libtsp/AF/AFfReadData.3tsp \ man/libtsp/AF/AFfWriteData.3tsp \ man/libtsp/AF/AFopnRead.3tsp \ man/libtsp/AF/AFopnWrite.3tsp \ man/libtsp/AF/AFsetFileType.3tsp \ man/libtsp/AF/AFsetInfo.3tsp \ man/libtsp/AF/AFsetNHpar.3tsp \ man/libtsp/AF/AFsetSpeaker.3tsp MAN1FILES = man/audio/AFsp.1audio \ man/audio/CompAudio.1audio \ man/audio/CopyAudio.1audio \ man/audio/FiltAudio.1audio \ man/audio/GenNoise.1audio \ man/audio/GenTone.1audio \ man/audio/InfoAudio.1audio \ man/audio/LPanal.1audio \ man/audio/LPsyn.1audio \ man/audio/PQevalAudio.1audio \ man/audio/ResampAudio.1audio HTMLFILES1 = html/audio/AFsp.html \ html/audio/CompAudio.html \ html/audio/CopyAudio.html \ html/audio/FiltAudio.html \ html/audio/GenNoise.html \ html/audio/GenTone.html \ html/audio/InfoAudio.html \ html/audio/LPanal.html \ html/audio/LPsyn.html \ html/audio/PQevalAudio.html \ html/audio/ResampAudio.html HTMLFILES3 = html/libtsp/AF/AFclose.html \ html/libtsp/AF/AFdReadData.html \ html/libtsp/AF/AFdWriteData.html \ html/libtsp/AF/AFfReadData.html \ html/libtsp/AF/AFfWriteData.html \ html/libtsp/AF/AFopnRead.html \ html/libtsp/AF/AFopnWrite.html \ html/libtsp/AF/AFsetFileType.html \ html/libtsp/AF/AFsetInfo.html \ html/libtsp/AF/AFsetNHpar.html \ html/libtsp/AF/AFsetSpeaker.html FILTERFILES = filters/STL_BPF100x5k_FIR_16k.cof \ filters/STL_BPF50x14k_FIR_32k.cof \ filters/STL_BPF50x5k_FIR_16k.cof \ filters/STL_BPF_FIR_16k.cof \ filters/STL_G712_IIR_16k.cof \ filters/STL_G712_IIR_8k.cof \ filters/STL_IRS_FIR_16k.cof \ filters/STL_IRS_FIR_8k.cof \ filters/STL_IRS_IIR_8k.cof \ filters/STL_LP10k_FIR_48k.cof \ filters/STL_LP3p5k_FIR_48k.cof \ filters/STL_LP7k_FIR_48k.cof \ filters/STL_LPx2_FIR.cof \ filters/STL_LPx3_FIR.cof \ filters/STL_LPx3_IIR.cof \ filters/STL_MSin_FIR_16k.cof \ filters/STL_P341S_FIR_16k.cof \ filters/STL_dc_IIR_8k.cof \ filters/STL_dsm_FIR_16k.cof \ filters/STL_hIRS_FIR_16k.cof \ filters/STL_mIRSR_FIR_16k.cof \ filters/STL_mIRSR_FIR_8k.cof \ filters/STL_mIRSS_FIR_16k.cof \ filters/STL_mIRSS_FIR_48k.cof \ filters/STL_pso_FIR_8k.cof \ filters/TIA_IRS_FIR_8k.cof all: for dirs in libtsp libAO audio; do \ (cd $$dirs; $(MAKE)); \ done install: ${LIBRARIES} ${BINARIES} ${BSD_INSTALL_DATA} ${LIBRARIES} ${DESTDIR}${PREFIX}/lib/ ${BSD_INSTALL_PROGRAM} ${BINARIES} ${DESTDIR}${PREFIX}/bin/ ${BSD_INSTALL_DATA} ${MAINHEADERS} ${DESTDIR}${PREFIX}/include/ mkdir -p ${DESTDIR}${PREFIX}/include/libtsp/ ${BSD_INSTALL_DATA} ${SUBHEADERS} ${DESTDIR}${PREFIX}/include/libtsp/ - ${BSD_INSTALL_MAN} ${MAN1FILES} ${DESTDIR}${PREFIX}/man/man1/ - ${BSD_INSTALL_MAN} ${MAN3FILES} ${DESTDIR}${PREFIX}/man/man3/ + ${BSD_INSTALL_MAN} ${MAN1FILES} ${DESTDIR}${PREFIX}/share/man/man1/ + ${BSD_INSTALL_MAN} ${MAN3FILES} ${DESTDIR}${PREFIX}/share/man/man3/ mkdir -p ${DESTDIR}${PREFIX}/share/doc/afsp/audio/ ${BSD_INSTALL_DATA} ${HTMLFILES1} ${DESTDIR}${PREFIX}/share/doc/afsp/audio/ mkdir -p ${DESTDIR}${PREFIX}/share/doc/afsp/libtsp/AF/ ${BSD_INSTALL_DATA} ${HTMLFILES3} ${DESTDIR}${PREFIX}/share/doc/afsp/libtsp/AF/ mkdir -p ${DESTDIR}${PREFIX}/share/afsp/filters/ ${BSD_INSTALL_DATA} ${FILTERFILES} ${DESTDIR}${PREFIX}/share/afsp/filters/ diff --git a/audio/afsp/pkg-plist b/audio/afsp/pkg-plist index adc266b408a6..302944331a47 100644 --- a/audio/afsp/pkg-plist +++ b/audio/afsp/pkg-plist @@ -1,106 +1,106 @@ bin/CompAudio bin/CopyAudio bin/FiltAudio bin/GenNoise bin/GenTone bin/InfoAudio bin/LPanal bin/LPsyn bin/PQevalAudio bin/ResampAudio include/AO.h include/AObase.h include/libtsp.h include/libtsp/AFdataio.h include/libtsp/AFheader.h include/libtsp/AFmsg.h include/libtsp/AFpar.h include/libtsp/AIpar.h include/libtsp/AUpar.h include/libtsp/ESpar.h include/libtsp/FImsg.h include/libtsp/FIpar.h include/libtsp/FLmsg.h include/libtsp/FNmsg.h include/libtsp/MSmsg.h include/libtsp/SPmsg.h include/libtsp/STmsg.h include/libtsp/UTmsg.h include/libtsp/UTpar.h include/libtsp/UTtypes.h include/libtsp/VRmsg.h include/libtsp/WVpar.h include/libtsp/nucleus.h include/libtsp/sysOS.h lib/libAO.a lib/libtsp.a -man/man1/AFsp.1audio.gz -man/man1/CompAudio.1audio.gz -man/man1/CopyAudio.1audio.gz -man/man1/FiltAudio.1audio.gz -man/man1/GenNoise.1audio.gz -man/man1/GenTone.1audio.gz -man/man1/InfoAudio.1audio.gz -man/man1/LPanal.1audio.gz -man/man1/LPsyn.1audio.gz -man/man1/PQevalAudio.1audio.gz -man/man1/ResampAudio.1audio.gz -man/man3/AFclose.3tsp.gz -man/man3/AFdReadData.3tsp.gz -man/man3/AFdWriteData.3tsp.gz -man/man3/AFfReadData.3tsp.gz -man/man3/AFfWriteData.3tsp.gz -man/man3/AFopnRead.3tsp.gz -man/man3/AFopnWrite.3tsp.gz -man/man3/AFsetFileType.3tsp.gz -man/man3/AFsetInfo.3tsp.gz -man/man3/AFsetNHpar.3tsp.gz -man/man3/AFsetSpeaker.3tsp.gz +share/man/man1/AFsp.1audio.gz +share/man/man1/CompAudio.1audio.gz +share/man/man1/CopyAudio.1audio.gz +share/man/man1/FiltAudio.1audio.gz +share/man/man1/GenNoise.1audio.gz +share/man/man1/GenTone.1audio.gz +share/man/man1/InfoAudio.1audio.gz +share/man/man1/LPanal.1audio.gz +share/man/man1/LPsyn.1audio.gz +share/man/man1/PQevalAudio.1audio.gz +share/man/man1/ResampAudio.1audio.gz +share/man/man3/AFclose.3tsp.gz +share/man/man3/AFdReadData.3tsp.gz +share/man/man3/AFdWriteData.3tsp.gz +share/man/man3/AFfReadData.3tsp.gz +share/man/man3/AFfWriteData.3tsp.gz +share/man/man3/AFopnRead.3tsp.gz +share/man/man3/AFopnWrite.3tsp.gz +share/man/man3/AFsetFileType.3tsp.gz +share/man/man3/AFsetInfo.3tsp.gz +share/man/man3/AFsetNHpar.3tsp.gz +share/man/man3/AFsetSpeaker.3tsp.gz %%DATADIR%%/filters/STL_BPF100x5k_FIR_16k.cof %%DATADIR%%/filters/STL_BPF50x14k_FIR_32k.cof %%DATADIR%%/filters/STL_BPF50x5k_FIR_16k.cof %%DATADIR%%/filters/STL_BPF_FIR_16k.cof %%DATADIR%%/filters/STL_G712_IIR_16k.cof %%DATADIR%%/filters/STL_G712_IIR_8k.cof %%DATADIR%%/filters/STL_IRS_FIR_16k.cof %%DATADIR%%/filters/STL_IRS_FIR_8k.cof %%DATADIR%%/filters/STL_IRS_IIR_8k.cof %%DATADIR%%/filters/STL_LP10k_FIR_48k.cof %%DATADIR%%/filters/STL_LP3p5k_FIR_48k.cof %%DATADIR%%/filters/STL_LP7k_FIR_48k.cof %%DATADIR%%/filters/STL_LPx2_FIR.cof %%DATADIR%%/filters/STL_LPx3_FIR.cof %%DATADIR%%/filters/STL_LPx3_IIR.cof %%DATADIR%%/filters/STL_MSin_FIR_16k.cof %%DATADIR%%/filters/STL_P341S_FIR_16k.cof %%DATADIR%%/filters/STL_dc_IIR_8k.cof %%DATADIR%%/filters/STL_dsm_FIR_16k.cof %%DATADIR%%/filters/STL_hIRS_FIR_16k.cof %%DATADIR%%/filters/STL_mIRSR_FIR_16k.cof %%DATADIR%%/filters/STL_mIRSR_FIR_8k.cof %%DATADIR%%/filters/STL_mIRSS_FIR_16k.cof %%DATADIR%%/filters/STL_mIRSS_FIR_48k.cof %%DATADIR%%/filters/STL_pso_FIR_8k.cof %%DATADIR%%/filters/TIA_IRS_FIR_8k.cof %%DOCSDIR%%/audio/AFsp.html %%DOCSDIR%%/audio/CompAudio.html %%DOCSDIR%%/audio/CopyAudio.html %%DOCSDIR%%/audio/FiltAudio.html %%DOCSDIR%%/audio/GenNoise.html %%DOCSDIR%%/audio/GenTone.html %%DOCSDIR%%/audio/InfoAudio.html %%DOCSDIR%%/audio/LPanal.html %%DOCSDIR%%/audio/LPsyn.html %%DOCSDIR%%/audio/PQevalAudio.html %%DOCSDIR%%/audio/ResampAudio.html %%DOCSDIR%%/libtsp/AF/AFclose.html %%DOCSDIR%%/libtsp/AF/AFdReadData.html %%DOCSDIR%%/libtsp/AF/AFdWriteData.html %%DOCSDIR%%/libtsp/AF/AFfReadData.html %%DOCSDIR%%/libtsp/AF/AFfWriteData.html %%DOCSDIR%%/libtsp/AF/AFopnRead.html %%DOCSDIR%%/libtsp/AF/AFopnWrite.html %%DOCSDIR%%/libtsp/AF/AFsetFileType.html %%DOCSDIR%%/libtsp/AF/AFsetInfo.html %%DOCSDIR%%/libtsp/AF/AFsetNHpar.html %%DOCSDIR%%/libtsp/AF/AFsetSpeaker.html diff --git a/audio/autocd/Makefile b/audio/autocd/Makefile index a80236ce11fc..8c9da0990314 100644 --- a/audio/autocd/Makefile +++ b/audio/autocd/Makefile @@ -1,35 +1,35 @@ PORTNAME= autocd PORTVERSION= 3.02.12b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio sysutils MASTER_SITES= ftp://kot.spb.ru/pub/src/projects/autocd/ MAINTAINER= KOT@MATPOCKuH.Ru COMMENT= Compact disc control utility WWW= http://kot.spb.ru/projects/autocd/ # in Russian USES= libedit ncurses GNU_CONFIGURE= yes PORTDOCS= README.rus.html USE_RC_SUBR= autocd OPTIONS_DEFINE= DOCS do-install: @(cd ${WRKSRC} && ${INSTALL_PROGRAM} acdplay cdctl \ ${STAGEDIR}${PREFIX}/bin/) ${INSTALL_PROGRAM} ${WRKSRC}/autocd ${STAGEDIR}${PREFIX}/sbin @(cd ${STAGEDIR}${PREFIX}/bin && \ ln -s cdctl pause && \ ln -s cdctl eject) @(cd ${WRKSRC} && ${INSTALL_MAN} acdplay.1 cdctl.1 \ - ${STAGEDIR}${PREFIX}/man/man1/) - ${INSTALL_MAN} ${WRKSRC}/autocd.8 ${STAGEDIR}${PREFIX}/man/man8/ + ${STAGEDIR}${PREFIX}/share/man/man1/) + ${INSTALL_MAN} ${WRKSRC}/autocd.8 ${STAGEDIR}${PREFIX}/share/man/man8/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/audio/autocd/pkg-plist b/audio/autocd/pkg-plist index 9b343a716db3..01683dbc9834 100644 --- a/audio/autocd/pkg-plist +++ b/audio/autocd/pkg-plist @@ -1,8 +1,8 @@ bin/acdplay bin/cdctl bin/eject bin/pause sbin/autocd -man/man1/acdplay.1.gz -man/man1/cdctl.1.gz -man/man8/autocd.8.gz +share/man/man1/acdplay.1.gz +share/man/man1/cdctl.1.gz +share/man/man8/autocd.8.gz diff --git a/audio/bristol/Makefile b/audio/bristol/Makefile index e565b36e1bcd..92684a715bd3 100644 --- a/audio/bristol/Makefile +++ b/audio/bristol/Makefile @@ -1,38 +1,39 @@ PORTNAME= bristol PORTVERSION= 0.60.10 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.60 MAINTAINER= pierrejacques.mimifir@gmail.com COMMENT= Vintage synthesizers emulation for electric pianos and organs WWW= https://bristol.sourceforge.net/ LICENSE= GPLv2 LIB_DEPENDS= libjack.so:audio/jack \ libfluidsynth.so:audio/fluidsynth USES= cpe libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip CPE_VENDOR= nick_copeland CONFIGURE_ARGS+= --disable-alsa --enable-oss \ --enable-jack-default-audio \ --enable-jack-default-midi \ --disable-version-check # Fix build on recent current (would require a handful of patches) CFLAGS+= -fcommon PORTDATA= * post-patch: @${REINPLACE_CMD} -e 's|-march=core2 -msse -msse2 -mfpmath=sse||; s|-O3||' \ ${WRKSRC}/libbristol/Makefile.in @${REINPLACE_CMD} -e 's|-msse -mfpmath=sse||; s|-O2||' \ ${WRKSRC}/bristol/Makefile.in .include diff --git a/audio/bristol/pkg-plist b/audio/bristol/pkg-plist index f5a6da53c8d9..49c485485fc3 100644 --- a/audio/bristol/pkg-plist +++ b/audio/bristol/pkg-plist @@ -1,37 +1,37 @@ bin/startBristol bin/bristoljackstats bin/bristol bin/brighton lib/libbristolaudio.so.0.0.610 lib/libbristolaudio.so.0 lib/libbristolaudio.so lib/libbristolaudio.a lib/libbvg.so.0.0.610 lib/libbvg.so.0 lib/libbvg.so lib/libbvg.a lib/libbristolmidi.so.0.0.610 lib/libbristolmidi.so.0 lib/libbristolmidi.so lib/libbristolmidi.a lib/libbristolic.so.0.0.610 lib/libbristolic.so.0 lib/libbristolic.so lib/libbristolic.a lib/libbristol.so.0.0.610 lib/libbristol.so.0 lib/libbristol.so lib/libbristol.a lib/libbrighton.so.0.0.610 lib/libbrighton.so.0 lib/libbrighton.so lib/libbrighton.a lib/libC11.so.0.0.610 lib/libC11.so.0 lib/libC11.so lib/libC11.a -man/man1/brighton.1.gz -man/man1/bristol.1.gz -man/man1/bristoljackstats.1.gz -man/man1/startBristol.1.gz +share/man/man1/brighton.1.gz +share/man/man1/bristol.1.gz +share/man/man1/bristoljackstats.1.gz +share/man/man1/startBristol.1.gz @dir %%DATADIR%%/memory/granular diff --git a/audio/calf-lv2/Makefile b/audio/calf-lv2/Makefile index b742d65f5df2..e7d3a3676a35 100644 --- a/audio/calf-lv2/Makefile +++ b/audio/calf-lv2/Makefile @@ -1,69 +1,70 @@ PORTNAME= calf DISTVERSION= 0.90.3.20210427 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio #MASTER_SITES= http://calf-studio-gear.org/files/ PKGNAMESUFFIX= -lv2 MAINTAINER= yuri@FreeBSD.org COMMENT= Calf Studio Gear: audio plug-in pack for LV2 and JACK WWW= https://calf-studio-gear.org/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BUILD_DEPENDS= lv2>=1.14.0_1:audio/lv2 LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libjack.so:audio/jack \ libexpat.so:textproc/expat2 USES= autoreconf desktop-file-utils gmake gnome libtool localbase pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk20 USE_CXXSTD= c++11 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-lv2 --disable-static USE_GITHUB= yes GH_ACCOUNT= calf-studio-gear GH_TAGNAME= 648f05e85287cf08af198bdd9e52baba95b502ec # this revision has clang compilation issues fixed INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS LASH OPTIONS_DEFAULT= LASH OPTIONS_DEFINE_amd64= SSE OPTIONS_DEFINE_i386= SSE OPTIONS_DEFAULT_amd64= SSE OPTIONS_DEFAULT_i386= SSE LASH_LIB_DEPENDS= liblash.so:audio/lash LASH_CONFIGURE_WITH= lash SSE_CONFIGURE_ENABLE= sse PORTDOCS= * PORTSCOUT= limit:^[0-9\.]*$$ # prevet tags like 'works' .include .if ${ARCH} == powerpc64le USES+= compiler:gcc-c++11-lib .else USES+= compiler:c++11-lang .endif .include post-install: # fix absolute symbolic link to be relative @${RM} ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2/calf.so @${RLN} ${STAGEDIR}${PREFIX}/lib/calf/libcalf.so ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2/calf.so @${RLN} ${STAGEDIR}${PREFIX}/lib/calf/libcalflv2gui.so ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2/calflv2gui.so .include diff --git a/audio/calf-lv2/pkg-plist b/audio/calf-lv2/pkg-plist index c0c56b9a50af..04048a21db73 100644 --- a/audio/calf-lv2/pkg-plist +++ b/audio/calf-lv2/pkg-plist @@ -1,708 +1,708 @@ bin/calfjackhost lib/calf/libcalf.so lib/calf/libcalflv2gui.so lib/lv2/calf.lv2/Analyzer.ttl lib/lv2/calf.lv2/BassEnhancer.ttl lib/lv2/calf.lv2/CompensationDelay.ttl lib/lv2/calf.lv2/Compressor.ttl lib/lv2/calf.lv2/Crusher.ttl lib/lv2/calf.lv2/Deesser.ttl lib/lv2/calf.lv2/Emphasis.ttl lib/lv2/calf.lv2/EnvelopeFilter.ttl lib/lv2/calf.lv2/Equalizer12Band.ttl lib/lv2/calf.lv2/Equalizer30Band.ttl lib/lv2/calf.lv2/Equalizer5Band.ttl lib/lv2/calf.lv2/Equalizer8Band.ttl lib/lv2/calf.lv2/Exciter.ttl lib/lv2/calf.lv2/Filter.ttl lib/lv2/calf.lv2/Filterclavier.ttl lib/lv2/calf.lv2/Flanger.ttl lib/lv2/calf.lv2/Gate.ttl lib/lv2/calf.lv2/HaasEnhancer.ttl lib/lv2/calf.lv2/Limiter.ttl lib/lv2/calf.lv2/MonoCompressor.ttl lib/lv2/calf.lv2/MonoInput.ttl lib/lv2/calf.lv2/Monosynth.ttl lib/lv2/calf.lv2/MultiChorus.ttl lib/lv2/calf.lv2/MultiSpread.ttl lib/lv2/calf.lv2/MultibandCompressor.ttl lib/lv2/calf.lv2/MultibandEnhancer.ttl lib/lv2/calf.lv2/MultibandGate.ttl lib/lv2/calf.lv2/MultibandLimiter.ttl lib/lv2/calf.lv2/Organ.ttl lib/lv2/calf.lv2/Phaser.ttl lib/lv2/calf.lv2/Pulsator.ttl lib/lv2/calf.lv2/Reverb.ttl lib/lv2/calf.lv2/ReverseDelay.ttl lib/lv2/calf.lv2/RingModulator.ttl lib/lv2/calf.lv2/RotarySpeaker.ttl lib/lv2/calf.lv2/Saturator.ttl lib/lv2/calf.lv2/SidechainCompressor.ttl lib/lv2/calf.lv2/SidechainGate.ttl lib/lv2/calf.lv2/SidechainLimiter.ttl lib/lv2/calf.lv2/StereoTools.ttl lib/lv2/calf.lv2/TapeSimulator.ttl lib/lv2/calf.lv2/TransientDesigner.ttl lib/lv2/calf.lv2/VintageDelay.ttl lib/lv2/calf.lv2/Vinyl.ttl lib/lv2/calf.lv2/Vocoder.ttl lib/lv2/calf.lv2/XOver2Band.ttl lib/lv2/calf.lv2/XOver3Band.ttl lib/lv2/calf.lv2/XOver4Band.ttl lib/lv2/calf.lv2/calf.so lib/lv2/calf.lv2/calflv2gui.so lib/lv2/calf.lv2/manifest.ttl lib/lv2/calf.lv2/presets-Filter.ttl lib/lv2/calf.lv2/presets-Flanger.ttl lib/lv2/calf.lv2/presets-MonoCompressor.ttl lib/lv2/calf.lv2/presets-Monosynth.ttl lib/lv2/calf.lv2/presets-Organ.ttl lib/lv2/calf.lv2/presets-Reverb.ttl -man/man1/calfjackhost.1.gz -man/man7/calf.7.gz share/applications/calf.desktop share/bash-completion/completions/calf %%DATADIR%%/calf-gui.xml %%DATADIR%%/gui-analyzer.xml %%DATADIR%%/gui-bassenhancer.xml %%DATADIR%%/gui-compdelay.xml %%DATADIR%%/gui-compressor.xml %%DATADIR%%/gui-crusher.xml %%DATADIR%%/gui-deesser.xml %%DATADIR%%/gui-emphasis.xml %%DATADIR%%/gui-envelopefilter.xml %%DATADIR%%/gui-eq12.xml %%DATADIR%%/gui-eq30.xml %%DATADIR%%/gui-eq5.xml %%DATADIR%%/gui-eq8.xml %%DATADIR%%/gui-exciter.xml %%DATADIR%%/gui-filter.xml %%DATADIR%%/gui-filterclavier.xml %%DATADIR%%/gui-flanger.xml %%DATADIR%%/gui-gate.xml %%DATADIR%%/gui-haasenhancer.xml %%DATADIR%%/gui-limiter.xml %%DATADIR%%/gui-mono.xml %%DATADIR%%/gui-monocompressor.xml %%DATADIR%%/gui-monosynth.xml %%DATADIR%%/gui-multibandcompressor.xml %%DATADIR%%/gui-multibandenhancer.xml %%DATADIR%%/gui-multibandgate.xml %%DATADIR%%/gui-multibandlimiter.xml %%DATADIR%%/gui-multichorus.xml %%DATADIR%%/gui-multispread.xml %%DATADIR%%/gui-organ.xml %%DATADIR%%/gui-phaser.xml %%DATADIR%%/gui-pulsator.xml %%DATADIR%%/gui-reverb.xml %%DATADIR%%/gui-reversedelay.xml %%DATADIR%%/gui-ringmodulator.xml %%DATADIR%%/gui-rotaryspeaker.xml %%DATADIR%%/gui-saturator.xml %%DATADIR%%/gui-sidechaincompressor.xml %%DATADIR%%/gui-sidechaingate.xml %%DATADIR%%/gui-sidechainlimiter.xml %%DATADIR%%/gui-stereo.xml %%DATADIR%%/gui-tapesimulator.xml %%DATADIR%%/gui-transientdesigner.xml %%DATADIR%%/gui-vintagedelay.xml %%DATADIR%%/gui-vinyl.xml %%DATADIR%%/gui-vocoder.xml %%DATADIR%%/gui-xover2.xml %%DATADIR%%/gui-xover3.xml %%DATADIR%%/gui-xover4.xml %%DATADIR%%/gui/analyzer.xml %%DATADIR%%/gui/bassenhancer.xml %%DATADIR%%/gui/compdelay.xml %%DATADIR%%/gui/compressor.xml %%DATADIR%%/gui/crusher.xml %%DATADIR%%/gui/deesser.xml %%DATADIR%%/gui/emphasis.xml %%DATADIR%%/gui/envelopefilter.xml %%DATADIR%%/gui/eq12.xml %%DATADIR%%/gui/eq30.xml %%DATADIR%%/gui/eq5.xml %%DATADIR%%/gui/eq8.xml %%DATADIR%%/gui/exciter.xml %%DATADIR%%/gui/filter.xml %%DATADIR%%/gui/filterclavier.xml %%DATADIR%%/gui/flanger.xml %%DATADIR%%/gui/fluidsynth.xml %%DATADIR%%/gui/gate.xml %%DATADIR%%/gui/haasenhancer.xml %%DATADIR%%/gui/limiter.xml %%DATADIR%%/gui/mono.xml %%DATADIR%%/gui/monocompressor.xml %%DATADIR%%/gui/monosynth.xml %%DATADIR%%/gui/multibandcompressor.xml %%DATADIR%%/gui/multibandenhancer.xml %%DATADIR%%/gui/multibandgate.xml %%DATADIR%%/gui/multibandlimiter.xml %%DATADIR%%/gui/multichorus.xml %%DATADIR%%/gui/multispread.xml %%DATADIR%%/gui/organ.xml %%DATADIR%%/gui/phaser.xml %%DATADIR%%/gui/pitch.xml %%DATADIR%%/gui/pulsator.xml %%DATADIR%%/gui/reverb.xml %%DATADIR%%/gui/reversedelay.xml %%DATADIR%%/gui/ringmodulator.xml %%DATADIR%%/gui/rotaryspeaker.xml %%DATADIR%%/gui/saturator.xml %%DATADIR%%/gui/sidechaincompressor.xml %%DATADIR%%/gui/sidechaingate.xml %%DATADIR%%/gui/sidechainlimiter.xml %%DATADIR%%/gui/stereo.xml %%DATADIR%%/gui/tapesimulator.xml %%DATADIR%%/gui/transientdesigner.xml %%DATADIR%%/gui/vintagedelay.xml %%DATADIR%%/gui/vinyl.xml %%DATADIR%%/gui/vocoder.xml %%DATADIR%%/gui/wavetable.xml %%DATADIR%%/gui/xover2.xml %%DATADIR%%/gui/xover3.xml %%DATADIR%%/gui/xover4.xml %%DATADIR%%/icons/LV2/Allpass.svg %%DATADIR%%/icons/LV2/Amplifier.svg %%DATADIR%%/icons/LV2/Analyser.svg %%DATADIR%%/icons/LV2/Bandpass.svg %%DATADIR%%/icons/LV2/Chorus.svg %%DATADIR%%/icons/LV2/Comb.svg %%DATADIR%%/icons/LV2/Compressor.svg %%DATADIR%%/icons/LV2/Constant.svg %%DATADIR%%/icons/LV2/Converter.svg %%DATADIR%%/icons/LV2/Delay.svg %%DATADIR%%/icons/LV2/Distortion.svg %%DATADIR%%/icons/LV2/Dynamics.svg %%DATADIR%%/icons/LV2/EQ.svg %%DATADIR%%/icons/LV2/Envelope.svg %%DATADIR%%/icons/LV2/Expander.svg %%DATADIR%%/icons/LV2/Filter.svg %%DATADIR%%/icons/LV2/Flanger.svg %%DATADIR%%/icons/LV2/Function.svg %%DATADIR%%/icons/LV2/Gate.svg %%DATADIR%%/icons/LV2/Generator.svg %%DATADIR%%/icons/LV2/Highpass.svg %%DATADIR%%/icons/LV2/Instrument.svg %%DATADIR%%/icons/LV2/Limiter.svg %%DATADIR%%/icons/LV2/Mixer.svg %%DATADIR%%/icons/LV2/Modulator.svg %%DATADIR%%/icons/LV2/MultiEQ.svg %%DATADIR%%/icons/LV2/Oscillator.svg %%DATADIR%%/icons/LV2/ParaEQ.svg %%DATADIR%%/icons/LV2/Phaser.svg %%DATADIR%%/icons/LV2/Pitch.svg %%DATADIR%%/icons/LV2/Reverb.svg %%DATADIR%%/icons/LV2/Simulator.svg %%DATADIR%%/icons/LV2/Spatial.svg %%DATADIR%%/icons/LV2/Spectral.svg %%DATADIR%%/icons/LV2/Utility.svg %%DATADIR%%/icons/LV2/Waveshaper.svg %%DATADIR%%/presets.xml %%DATADIR%%/sf2/Crackle.sf2 %%DATADIR%%/sf2/Crinkle.sf2 %%DATADIR%%/sf2/Hum.sf2 %%DATADIR%%/sf2/Motor.sf2 %%DATADIR%%/sf2/Noise.sf2 %%DATADIR%%/sf2/Rumble.sf2 %%DATADIR%%/sf2/Static.sf2 %%DATADIR%%/strips/bassenhancer.xml %%DATADIR%%/strips/compdelay.xml %%DATADIR%%/strips/compressor.xml %%DATADIR%%/strips/crusher.xml %%DATADIR%%/strips/deesser.xml %%DATADIR%%/strips/emphasis.xml %%DATADIR%%/strips/envelopefilter.xml %%DATADIR%%/strips/eq12.xml %%DATADIR%%/strips/eq30.xml %%DATADIR%%/strips/eq5.xml %%DATADIR%%/strips/eq8.xml %%DATADIR%%/strips/exciter.xml %%DATADIR%%/strips/filter.xml %%DATADIR%%/strips/filterclavier.xml %%DATADIR%%/strips/flanger.xml %%DATADIR%%/strips/fluidsynth.xml %%DATADIR%%/strips/gate.xml %%DATADIR%%/strips/haasenhancer.xml %%DATADIR%%/strips/limiter.xml %%DATADIR%%/strips/mono.xml %%DATADIR%%/strips/monocompressor.xml %%DATADIR%%/strips/monosynth.xml %%DATADIR%%/strips/multibandcompressor.xml %%DATADIR%%/strips/multibandenhancer.xml %%DATADIR%%/strips/multibandgate.xml %%DATADIR%%/strips/multibandlimiter.xml %%DATADIR%%/strips/multichorus.xml %%DATADIR%%/strips/multispread.xml %%DATADIR%%/strips/organ.xml %%DATADIR%%/strips/phaser.xml %%DATADIR%%/strips/pulsator.xml %%DATADIR%%/strips/reverb.xml %%DATADIR%%/strips/reversedelay.xml %%DATADIR%%/strips/ringmodulator.xml %%DATADIR%%/strips/rotaryspeaker.xml %%DATADIR%%/strips/saturator.xml %%DATADIR%%/strips/sidechaincompressor.xml %%DATADIR%%/strips/sidechaingate.xml %%DATADIR%%/strips/sidechainlimiter.xml %%DATADIR%%/strips/stereo.xml %%DATADIR%%/strips/tapesimulator.xml %%DATADIR%%/strips/transientdesigner.xml %%DATADIR%%/strips/vintagedelay.xml %%DATADIR%%/strips/vinyl.xml %%DATADIR%%/strips/vocoder.xml %%DATADIR%%/strips/wavetable.xml %%DATADIR%%/strips/xover2.xml %%DATADIR%%/strips/xover3.xml %%DATADIR%%/strips/xover4.xml %%DATADIR%%/styles/Calf_0.0.19/background_menu.png %%DATADIR%%/styles/Calf_0.0.19/background_plugin.png %%DATADIR%%/styles/Calf_0.0.19/background_rack.png %%DATADIR%%/styles/Calf_0.0.19/combo_arrow.png %%DATADIR%%/styles/Calf_0.0.19/gtk.rc %%DATADIR%%/styles/Calf_0.0.19/knob_1.png %%DATADIR%%/styles/Calf_0.0.19/knob_2.png %%DATADIR%%/styles/Calf_0.0.19/knob_3.png %%DATADIR%%/styles/Calf_0.0.19/knob_4.png %%DATADIR%%/styles/Calf_0.0.19/knob_5.png %%DATADIR%%/styles/Calf_0.0.19/light_bottom.png %%DATADIR%%/styles/Calf_0.0.19/light_top.png %%DATADIR%%/styles/Calf_0.0.19/notebook_screw.png %%DATADIR%%/styles/Calf_0.0.19/side_d_e.png %%DATADIR%%/styles/Calf_0.0.19/side_d_ne.png %%DATADIR%%/styles/Calf_0.0.19/side_d_nw.png %%DATADIR%%/styles/Calf_0.0.19/side_d_se.png %%DATADIR%%/styles/Calf_0.0.19/side_d_sw.png %%DATADIR%%/styles/Calf_0.0.19/side_d_w.png %%DATADIR%%/styles/Calf_0.0.19/side_e.png %%DATADIR%%/styles/Calf_0.0.19/side_ne.png %%DATADIR%%/styles/Calf_0.0.19/side_nw.png %%DATADIR%%/styles/Calf_0.0.19/side_se.png %%DATADIR%%/styles/Calf_0.0.19/side_sw.png %%DATADIR%%/styles/Calf_0.0.19/side_w.png %%DATADIR%%/styles/Calf_0.0.19/slider_1_horiz.png %%DATADIR%%/styles/Calf_0.0.19/slider_1_vert.png %%DATADIR%%/styles/Calf_0.0.19/slider_2_horiz.png %%DATADIR%%/styles/Calf_0.0.19/slider_2_vert.png %%DATADIR%%/styles/Calf_0.0.19/tap_active.png %%DATADIR%%/styles/Calf_0.0.19/tap_inactive.png %%DATADIR%%/styles/Calf_0.0.19/tap_prelight.png %%DATADIR%%/styles/Calf_0.0.19/toggle_0.png %%DATADIR%%/styles/Calf_0.0.19/toggle_1.png %%DATADIR%%/styles/Calf_0.0.19/toggle_2.png %%DATADIR%%/styles/Calf_0.0.19/tubeH1.png %%DATADIR%%/styles/Calf_0.0.19/tubeH2.png %%DATADIR%%/styles/Calf_0.0.19/tubeV1.png %%DATADIR%%/styles/Calf_0.0.19/tubeV2.png %%DATADIR%%/styles/Calf_Default/background_menu.png %%DATADIR%%/styles/Calf_Default/background_plugin.png %%DATADIR%%/styles/Calf_Default/background_rack.png %%DATADIR%%/styles/Calf_Default/combo_arrow.png %%DATADIR%%/styles/Calf_Default/gtk.rc %%DATADIR%%/styles/Calf_Default/knob_1.png %%DATADIR%%/styles/Calf_Default/knob_2.png %%DATADIR%%/styles/Calf_Default/knob_3.png %%DATADIR%%/styles/Calf_Default/knob_4.png %%DATADIR%%/styles/Calf_Default/knob_5.png %%DATADIR%%/styles/Calf_Default/light_bottom.png %%DATADIR%%/styles/Calf_Default/light_top.png %%DATADIR%%/styles/Calf_Default/notebook_screw.png %%DATADIR%%/styles/Calf_Default/side_d_e.png %%DATADIR%%/styles/Calf_Default/side_d_ne.png %%DATADIR%%/styles/Calf_Default/side_d_nw.png %%DATADIR%%/styles/Calf_Default/side_d_se.png %%DATADIR%%/styles/Calf_Default/side_d_sw.png %%DATADIR%%/styles/Calf_Default/side_d_w.png %%DATADIR%%/styles/Calf_Default/side_e.png %%DATADIR%%/styles/Calf_Default/side_ne.png %%DATADIR%%/styles/Calf_Default/side_nw.png %%DATADIR%%/styles/Calf_Default/side_se.png %%DATADIR%%/styles/Calf_Default/side_sw.png %%DATADIR%%/styles/Calf_Default/side_w.png %%DATADIR%%/styles/Calf_Default/slider_1_horiz.png %%DATADIR%%/styles/Calf_Default/slider_1_vert.png %%DATADIR%%/styles/Calf_Default/slider_2_horiz.png %%DATADIR%%/styles/Calf_Default/slider_2_vert.png %%DATADIR%%/styles/Calf_Default/tap_active.png %%DATADIR%%/styles/Calf_Default/tap_inactive.png %%DATADIR%%/styles/Calf_Default/tap_prelight.png %%DATADIR%%/styles/Calf_Default/toggle_0.png %%DATADIR%%/styles/Calf_Default/toggle_1.png %%DATADIR%%/styles/Calf_Default/toggle_2.png %%DATADIR%%/styles/Calf_Default/toggle_2_block.png %%DATADIR%%/styles/Calf_Default/toggle_2_bypass.png %%DATADIR%%/styles/Calf_Default/toggle_2_bypass2.png %%DATADIR%%/styles/Calf_Default/toggle_2_connect.png %%DATADIR%%/styles/Calf_Default/toggle_2_fast.png %%DATADIR%%/styles/Calf_Default/toggle_2_gui.png %%DATADIR%%/styles/Calf_Default/toggle_2_listen.png %%DATADIR%%/styles/Calf_Default/toggle_2_logarithmic.png %%DATADIR%%/styles/Calf_Default/toggle_2_magnetical.png %%DATADIR%%/styles/Calf_Default/toggle_2_mono.png %%DATADIR%%/styles/Calf_Default/toggle_2_muffle.png %%DATADIR%%/styles/Calf_Default/toggle_2_mute.png %%DATADIR%%/styles/Calf_Default/toggle_2_pauseplay.png %%DATADIR%%/styles/Calf_Default/toggle_2_phase.png %%DATADIR%%/styles/Calf_Default/toggle_2_sc_comp.png %%DATADIR%%/styles/Calf_Default/toggle_2_sc_filter.png %%DATADIR%%/styles/Calf_Default/toggle_2_softclip.png %%DATADIR%%/styles/Calf_Default/toggle_2_solo.png %%DATADIR%%/styles/Calf_Default/toggle_2_sync.png %%DATADIR%%/styles/Calf_Default/toggle_2_void.png %%DATADIR%%/styles/Calf_Default/tubeH1.png %%DATADIR%%/styles/Calf_Default/tubeH2.png %%DATADIR%%/styles/Calf_Default/tubeV1.png %%DATADIR%%/styles/Calf_Default/tubeV2.png %%DATADIR%%/styles/Calf_Flat_Default/background_menu.png %%DATADIR%%/styles/Calf_Flat_Default/background_plugin.png %%DATADIR%%/styles/Calf_Flat_Default/background_rack.png %%DATADIR%%/styles/Calf_Flat_Default/combo_arrow.png %%DATADIR%%/styles/Calf_Flat_Default/gtk.rc %%DATADIR%%/styles/Calf_Flat_Default/knob_1.png %%DATADIR%%/styles/Calf_Flat_Default/knob_2.png %%DATADIR%%/styles/Calf_Flat_Default/knob_3.png %%DATADIR%%/styles/Calf_Flat_Default/knob_4.png %%DATADIR%%/styles/Calf_Flat_Default/knob_5.png %%DATADIR%%/styles/Calf_Flat_Default/light_bottom.png %%DATADIR%%/styles/Calf_Flat_Default/light_top.png %%DATADIR%%/styles/Calf_Flat_Default/notebook_screw.png %%DATADIR%%/styles/Calf_Flat_Default/side_d_e.png %%DATADIR%%/styles/Calf_Flat_Default/side_d_ne.png %%DATADIR%%/styles/Calf_Flat_Default/side_d_nw.png %%DATADIR%%/styles/Calf_Flat_Default/side_d_se.png %%DATADIR%%/styles/Calf_Flat_Default/side_d_sw.png %%DATADIR%%/styles/Calf_Flat_Default/side_d_w.png %%DATADIR%%/styles/Calf_Flat_Default/side_e.png %%DATADIR%%/styles/Calf_Flat_Default/side_ne.png %%DATADIR%%/styles/Calf_Flat_Default/side_nw.png %%DATADIR%%/styles/Calf_Flat_Default/side_se.png %%DATADIR%%/styles/Calf_Flat_Default/side_sw.png %%DATADIR%%/styles/Calf_Flat_Default/side_w.png %%DATADIR%%/styles/Calf_Flat_Default/slider_1_horiz.png %%DATADIR%%/styles/Calf_Flat_Default/slider_1_vert.png %%DATADIR%%/styles/Calf_Flat_Default/slider_2_horiz.png %%DATADIR%%/styles/Calf_Flat_Default/slider_2_vert.png %%DATADIR%%/styles/Calf_Flat_Default/tap_active.png %%DATADIR%%/styles/Calf_Flat_Default/tap_inactive.png %%DATADIR%%/styles/Calf_Flat_Default/tap_prelight.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_0.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_1.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_block.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_bypass.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_bypass2.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_connect.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_fast.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_gui.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_listen.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_logarithmic.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_magnetical.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_mono.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_muffle.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_mute.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_pauseplay.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_phase.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_sc_comp.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_sc_filter.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_softclip.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_solo.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_sync.png %%DATADIR%%/styles/Calf_Flat_Default/toggle_2_void.png %%DATADIR%%/styles/Calf_Flat_Default/tubeH1.png %%DATADIR%%/styles/Calf_Flat_Default/tubeH2.png %%DATADIR%%/styles/Calf_Flat_Default/tubeV1.png %%DATADIR%%/styles/Calf_Flat_Default/tubeV2.png %%DATADIR%%/styles/Calf_Hybreed/background_menu.png %%DATADIR%%/styles/Calf_Hybreed/background_plugin.png %%DATADIR%%/styles/Calf_Hybreed/combo_arrow.png %%DATADIR%%/styles/Calf_Hybreed/gtk.rc %%DATADIR%%/styles/Calf_Hybreed/knob_1.png %%DATADIR%%/styles/Calf_Hybreed/knob_2.png %%DATADIR%%/styles/Calf_Hybreed/knob_3.png %%DATADIR%%/styles/Calf_Hybreed/knob_4.png %%DATADIR%%/styles/Calf_Hybreed/knob_5.png %%DATADIR%%/styles/Calf_Hybreed/notebook_screw.png %%DATADIR%%/styles/Calf_Hybreed/side_d_e.png %%DATADIR%%/styles/Calf_Hybreed/side_d_ne.png %%DATADIR%%/styles/Calf_Hybreed/side_d_nw.png %%DATADIR%%/styles/Calf_Hybreed/side_d_se.png %%DATADIR%%/styles/Calf_Hybreed/side_d_sw.png %%DATADIR%%/styles/Calf_Hybreed/side_d_w.png %%DATADIR%%/styles/Calf_Hybreed/side_e.png %%DATADIR%%/styles/Calf_Hybreed/side_ne.png %%DATADIR%%/styles/Calf_Hybreed/side_nw.png %%DATADIR%%/styles/Calf_Hybreed/side_se.png %%DATADIR%%/styles/Calf_Hybreed/side_sw.png %%DATADIR%%/styles/Calf_Hybreed/side_w.png %%DATADIR%%/styles/Calf_Hybreed/slider_1_horiz.png %%DATADIR%%/styles/Calf_Hybreed/slider_1_vert.png %%DATADIR%%/styles/Calf_Hybreed/slider_2_horiz.png %%DATADIR%%/styles/Calf_Hybreed/slider_2_vert.png %%DATADIR%%/styles/Calf_Hybreed/tap_active.png %%DATADIR%%/styles/Calf_Hybreed/tap_inactive.png %%DATADIR%%/styles/Calf_Hybreed/tap_prelight.png %%DATADIR%%/styles/Calf_Hybreed/toggle_0.png %%DATADIR%%/styles/Calf_Hybreed/toggle_1.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_block.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_bypass.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_bypass2.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_fast.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_listen.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_logarithmic.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_magnetical.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_mono.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_muffle.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_mute.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_pauseplay.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_phase.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_sc_comp.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_sc_filter.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_softclip.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_solo.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_sync.png %%DATADIR%%/styles/Calf_Hybreed/toggle_2_void.png %%DATADIR%%/styles/Calf_Hybreed/tubeH1.png %%DATADIR%%/styles/Calf_Hybreed/tubeH2.png %%DATADIR%%/styles/Calf_Hybreed/tubeV1.png %%DATADIR%%/styles/Calf_Hybreed/tubeV2.png %%DATADIR%%/styles/Calf_Lost_Wages/background_menu.png %%DATADIR%%/styles/Calf_Lost_Wages/background_plugin.png %%DATADIR%%/styles/Calf_Lost_Wages/combo_arrow.png %%DATADIR%%/styles/Calf_Lost_Wages/gtk.rc %%DATADIR%%/styles/Calf_Lost_Wages/knob_1.png %%DATADIR%%/styles/Calf_Lost_Wages/knob_2.png %%DATADIR%%/styles/Calf_Lost_Wages/knob_3.png %%DATADIR%%/styles/Calf_Lost_Wages/knob_4.png %%DATADIR%%/styles/Calf_Lost_Wages/knob_5.png %%DATADIR%%/styles/Calf_Lost_Wages/light_bottom.png %%DATADIR%%/styles/Calf_Lost_Wages/light_top.png %%DATADIR%%/styles/Calf_Lost_Wages/notebook_screw.png %%DATADIR%%/styles/Calf_Lost_Wages/side_d_e.png %%DATADIR%%/styles/Calf_Lost_Wages/side_d_ne.png %%DATADIR%%/styles/Calf_Lost_Wages/side_d_nw.png %%DATADIR%%/styles/Calf_Lost_Wages/side_d_se.png %%DATADIR%%/styles/Calf_Lost_Wages/side_d_sw.png %%DATADIR%%/styles/Calf_Lost_Wages/side_d_w.png %%DATADIR%%/styles/Calf_Lost_Wages/side_e.png %%DATADIR%%/styles/Calf_Lost_Wages/side_ne.png %%DATADIR%%/styles/Calf_Lost_Wages/side_nw.png %%DATADIR%%/styles/Calf_Lost_Wages/side_se.png %%DATADIR%%/styles/Calf_Lost_Wages/side_sw.png %%DATADIR%%/styles/Calf_Lost_Wages/side_w.png %%DATADIR%%/styles/Calf_Lost_Wages/slider_1_horiz.png %%DATADIR%%/styles/Calf_Lost_Wages/slider_1_vert.png %%DATADIR%%/styles/Calf_Lost_Wages/slider_2_horiz.png %%DATADIR%%/styles/Calf_Lost_Wages/slider_2_vert.png %%DATADIR%%/styles/Calf_Lost_Wages/tap_active.png %%DATADIR%%/styles/Calf_Lost_Wages/tap_inactive.png %%DATADIR%%/styles/Calf_Lost_Wages/tap_prelight.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_0.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_1.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_block.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_bypass.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_bypass2.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_fast.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_listen.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_logarithmic.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_magnetical.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_mono.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_muffle.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_mute.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_pauseplay.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_phase.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_sc_comp.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_sc_filter.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_softclip.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_solo.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_sync.png %%DATADIR%%/styles/Calf_Lost_Wages/toggle_2_void.png %%DATADIR%%/styles/Calf_Lost_Wages/tubeH1.png %%DATADIR%%/styles/Calf_Lost_Wages/tubeH2.png %%DATADIR%%/styles/Calf_Lost_Wages/tubeV1.png %%DATADIR%%/styles/Calf_Lost_Wages/tubeV2.png %%DATADIR%%/styles/Calf_Midnight/background.png %%DATADIR%%/styles/Calf_Midnight/background_menu.png %%DATADIR%%/styles/Calf_Midnight/combo_arrow.png %%DATADIR%%/styles/Calf_Midnight/gtk.rc %%DATADIR%%/styles/Calf_Midnight/knob_1.png %%DATADIR%%/styles/Calf_Midnight/knob_2.png %%DATADIR%%/styles/Calf_Midnight/knob_3.png %%DATADIR%%/styles/Calf_Midnight/knob_4.png %%DATADIR%%/styles/Calf_Midnight/knob_5.png %%DATADIR%%/styles/Calf_Midnight/light_bottom.png %%DATADIR%%/styles/Calf_Midnight/light_top.png %%DATADIR%%/styles/Calf_Midnight/notebook_screw.png %%DATADIR%%/styles/Calf_Midnight/side_d_e.png %%DATADIR%%/styles/Calf_Midnight/side_d_ne.png %%DATADIR%%/styles/Calf_Midnight/side_d_nw.png %%DATADIR%%/styles/Calf_Midnight/side_d_se.png %%DATADIR%%/styles/Calf_Midnight/side_d_sw.png %%DATADIR%%/styles/Calf_Midnight/side_d_w.png %%DATADIR%%/styles/Calf_Midnight/side_e.png %%DATADIR%%/styles/Calf_Midnight/side_ne.png %%DATADIR%%/styles/Calf_Midnight/side_nw.png %%DATADIR%%/styles/Calf_Midnight/side_se.png %%DATADIR%%/styles/Calf_Midnight/side_sw.png %%DATADIR%%/styles/Calf_Midnight/side_w.png %%DATADIR%%/styles/Calf_Midnight/slider_1_horiz.png %%DATADIR%%/styles/Calf_Midnight/slider_1_vert.png %%DATADIR%%/styles/Calf_Midnight/slider_2_horiz.png %%DATADIR%%/styles/Calf_Midnight/slider_2_vert.png %%DATADIR%%/styles/Calf_Midnight/tap_active.png %%DATADIR%%/styles/Calf_Midnight/tap_inactive.png %%DATADIR%%/styles/Calf_Midnight/tap_prelight.png %%DATADIR%%/styles/Calf_Midnight/toggle_0.png %%DATADIR%%/styles/Calf_Midnight/toggle_1.png %%DATADIR%%/styles/Calf_Midnight/toggle_2.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_block.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_bypass.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_bypass2.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_fast.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_listen.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_logarithmic.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_magnetical.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_mono.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_muffle.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_mute.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_pauseplay.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_phase.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_sc_comp.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_sc_filter.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_softclip.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_solo.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_sync.png %%DATADIR%%/styles/Calf_Midnight/toggle_2_void.png %%DATADIR%%/styles/Calf_Midnight/tubeH1.png %%DATADIR%%/styles/Calf_Midnight/tubeH2.png %%DATADIR%%/styles/Calf_Midnight/tubeV1.png %%DATADIR%%/styles/Calf_Midnight/tubeV2.png %%DATADIR%%/styles/Calf_Orange/background_menu.png %%DATADIR%%/styles/Calf_Orange/background_plugin.png %%DATADIR%%/styles/Calf_Orange/combo_arrow.png %%DATADIR%%/styles/Calf_Orange/gtk.rc %%DATADIR%%/styles/Calf_Orange/knob_1.png %%DATADIR%%/styles/Calf_Orange/knob_2.png %%DATADIR%%/styles/Calf_Orange/knob_3.png %%DATADIR%%/styles/Calf_Orange/knob_4.png %%DATADIR%%/styles/Calf_Orange/knob_5.png %%DATADIR%%/styles/Calf_Orange/light_bottom.png %%DATADIR%%/styles/Calf_Orange/light_top.png %%DATADIR%%/styles/Calf_Orange/notebook_screw.png %%DATADIR%%/styles/Calf_Orange/side_d_e.png %%DATADIR%%/styles/Calf_Orange/side_d_ne.png %%DATADIR%%/styles/Calf_Orange/side_d_nw.png %%DATADIR%%/styles/Calf_Orange/side_d_se.png %%DATADIR%%/styles/Calf_Orange/side_d_sw.png %%DATADIR%%/styles/Calf_Orange/side_d_w.png %%DATADIR%%/styles/Calf_Orange/side_e.png %%DATADIR%%/styles/Calf_Orange/side_ne.png %%DATADIR%%/styles/Calf_Orange/side_nw.png %%DATADIR%%/styles/Calf_Orange/side_se.png %%DATADIR%%/styles/Calf_Orange/side_sw.png %%DATADIR%%/styles/Calf_Orange/side_w.png %%DATADIR%%/styles/Calf_Orange/slider_1_horiz.png %%DATADIR%%/styles/Calf_Orange/slider_1_vert.png %%DATADIR%%/styles/Calf_Orange/slider_2_horiz.png %%DATADIR%%/styles/Calf_Orange/slider_2_vert.png %%DATADIR%%/styles/Calf_Orange/tap_active.png %%DATADIR%%/styles/Calf_Orange/tap_inactive.png %%DATADIR%%/styles/Calf_Orange/tap_prelight.png %%DATADIR%%/styles/Calf_Orange/toggle_0.png %%DATADIR%%/styles/Calf_Orange/toggle_1.png %%DATADIR%%/styles/Calf_Orange/toggle_2.png %%DATADIR%%/styles/Calf_Orange/toggle_2_block.png %%DATADIR%%/styles/Calf_Orange/toggle_2_bypass.png %%DATADIR%%/styles/Calf_Orange/toggle_2_bypass2.png %%DATADIR%%/styles/Calf_Orange/toggle_2_fast.png %%DATADIR%%/styles/Calf_Orange/toggle_2_listen.png %%DATADIR%%/styles/Calf_Orange/toggle_2_logarithmic.png %%DATADIR%%/styles/Calf_Orange/toggle_2_magnetical.png %%DATADIR%%/styles/Calf_Orange/toggle_2_mono.png %%DATADIR%%/styles/Calf_Orange/toggle_2_muffle.png %%DATADIR%%/styles/Calf_Orange/toggle_2_mute.png %%DATADIR%%/styles/Calf_Orange/toggle_2_pauseplay.png %%DATADIR%%/styles/Calf_Orange/toggle_2_phase.png %%DATADIR%%/styles/Calf_Orange/toggle_2_sc_comp.png %%DATADIR%%/styles/Calf_Orange/toggle_2_sc_filter.png %%DATADIR%%/styles/Calf_Orange/toggle_2_softclip.png %%DATADIR%%/styles/Calf_Orange/toggle_2_solo.png %%DATADIR%%/styles/Calf_Orange/toggle_2_sync.png %%DATADIR%%/styles/Calf_Orange/toggle_2_void.png %%DATADIR%%/styles/Calf_Orange/tubeH1.png %%DATADIR%%/styles/Calf_Orange/tubeH2.png %%DATADIR%%/styles/Calf_Orange/tubeV1.png %%DATADIR%%/styles/Calf_Orange/tubeV2.png %%DATADIR%%/styles/Calf_Wood/background_menu.png %%DATADIR%%/styles/Calf_Wood/background_plugin.png %%DATADIR%%/styles/Calf_Wood/combo_arrow.png %%DATADIR%%/styles/Calf_Wood/gtk.rc %%DATADIR%%/styles/Calf_Wood/knob_1.png %%DATADIR%%/styles/Calf_Wood/knob_2.png %%DATADIR%%/styles/Calf_Wood/knob_3.png %%DATADIR%%/styles/Calf_Wood/knob_4.png %%DATADIR%%/styles/Calf_Wood/knob_5.png %%DATADIR%%/styles/Calf_Wood/notebook_screw.png %%DATADIR%%/styles/Calf_Wood/side_d_e.png %%DATADIR%%/styles/Calf_Wood/side_d_ne.png %%DATADIR%%/styles/Calf_Wood/side_d_nw.png %%DATADIR%%/styles/Calf_Wood/side_d_se.png %%DATADIR%%/styles/Calf_Wood/side_d_sw.png %%DATADIR%%/styles/Calf_Wood/side_d_w.png %%DATADIR%%/styles/Calf_Wood/side_e.png %%DATADIR%%/styles/Calf_Wood/side_ne.png %%DATADIR%%/styles/Calf_Wood/side_nw.png %%DATADIR%%/styles/Calf_Wood/side_se.png %%DATADIR%%/styles/Calf_Wood/side_sw.png %%DATADIR%%/styles/Calf_Wood/side_w.png %%DATADIR%%/styles/Calf_Wood/slider_1_horiz.png %%DATADIR%%/styles/Calf_Wood/slider_1_vert.png %%DATADIR%%/styles/Calf_Wood/slider_2_horiz.png %%DATADIR%%/styles/Calf_Wood/slider_2_vert.png %%DATADIR%%/styles/Calf_Wood/tap_active.png %%DATADIR%%/styles/Calf_Wood/tap_inactive.png %%DATADIR%%/styles/Calf_Wood/tap_prelight.png %%DATADIR%%/styles/Calf_Wood/toggle_0.png %%DATADIR%%/styles/Calf_Wood/toggle_1.png %%DATADIR%%/styles/Calf_Wood/toggle_2.png %%DATADIR%%/styles/Calf_Wood/toggle_2_block.png %%DATADIR%%/styles/Calf_Wood/toggle_2_bypass.png %%DATADIR%%/styles/Calf_Wood/toggle_2_bypass2.png %%DATADIR%%/styles/Calf_Wood/toggle_2_fast.png %%DATADIR%%/styles/Calf_Wood/toggle_2_listen.png %%DATADIR%%/styles/Calf_Wood/toggle_2_logarithmic.png %%DATADIR%%/styles/Calf_Wood/toggle_2_magnetical.png %%DATADIR%%/styles/Calf_Wood/toggle_2_mono.png %%DATADIR%%/styles/Calf_Wood/toggle_2_muffle.png %%DATADIR%%/styles/Calf_Wood/toggle_2_mute.png %%DATADIR%%/styles/Calf_Wood/toggle_2_pauseplay.png %%DATADIR%%/styles/Calf_Wood/toggle_2_phase.png %%DATADIR%%/styles/Calf_Wood/toggle_2_sc_comp.png %%DATADIR%%/styles/Calf_Wood/toggle_2_sc_filter.png %%DATADIR%%/styles/Calf_Wood/toggle_2_softclip.png %%DATADIR%%/styles/Calf_Wood/toggle_2_solo.png %%DATADIR%%/styles/Calf_Wood/toggle_2_sync.png %%DATADIR%%/styles/Calf_Wood/toggle_2_void.png %%DATADIR%%/styles/Calf_Wood/tubeH1.png %%DATADIR%%/styles/Calf_Wood/tubeH2.png %%DATADIR%%/styles/Calf_Wood/tubeV1.png %%DATADIR%%/styles/Calf_Wood/tubeV2.png share/icons/hicolor/128x128/apps/calf.png share/icons/hicolor/128x128/apps/calf_plugin.png share/icons/hicolor/16x16/apps/calf.png share/icons/hicolor/16x16/apps/calf_plugin.png share/icons/hicolor/22x22/apps/calf.png share/icons/hicolor/22x22/apps/calf_plugin.png share/icons/hicolor/24x24/apps/calf.png share/icons/hicolor/24x24/apps/calf_plugin.png share/icons/hicolor/256x256/apps/calf.png share/icons/hicolor/256x256/apps/calf_plugin.png share/icons/hicolor/32x32/apps/calf.png share/icons/hicolor/32x32/apps/calf_plugin.png share/icons/hicolor/48x48/apps/calf.png share/icons/hicolor/48x48/apps/calf_plugin.png share/icons/hicolor/64x64/apps/calf.png share/icons/hicolor/64x64/apps/calf_plugin.png share/icons/hicolor/scalable/apps/calf.svg share/icons/hicolor/scalable/apps/calf_plugin.svg +share/man/man1/calfjackhost.1.gz +share/man/man7/calf.7.gz diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile index 6c46ac61cba9..1b1ebe58e106 100644 --- a/audio/cuetools/Makefile +++ b/audio/cuetools/Makefile @@ -1,26 +1,28 @@ PORTNAME= cuetools DISTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= novel@FreeBSD.org COMMENT= Utilities for working with CUE and TOC files WWW= https://github.com/svend/cuetools LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= svend PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/audio/cuetools/pkg-plist b/audio/cuetools/pkg-plist index 5b28f949b51d..dcb6ebad68e6 100644 --- a/audio/cuetools/pkg-plist +++ b/audio/cuetools/pkg-plist @@ -1,7 +1,7 @@ bin/cuebreakpoints bin/cueconvert bin/cueprint bin/cuetag.sh -man/man1/cuebreakpoints.1.gz -man/man1/cueconvert.1.gz -man/man1/cueprint.1.gz +share/man/man1/cuebreakpoints.1.gz +share/man/man1/cueconvert.1.gz +share/man/man1/cueprint.1.gz diff --git a/audio/drumgizmo/Makefile b/audio/drumgizmo/Makefile index 23533d191bd7..b0a4c8f62247 100644 --- a/audio/drumgizmo/Makefile +++ b/audio/drumgizmo/Makefile @@ -1,39 +1,40 @@ PORTNAME= drumgizmo PORTVERSION= 0.9.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.drumgizmo.org/releases/${PORTNAME}-${PORTVERSION}/ MAINTAINER= meka@tilda.center COMMENT= Multichannel drum sampler WWW= https://www.drumgizmo.org/ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 LIB_DEPENDS= libsmf.so:audio/libsmf \ libzita-resampler.so:audio/zita-resampler \ libjack.so:audio/jack \ libsndfile.so:audio/libsndfile \ libexpat.so:textproc/expat2 USES= compiler:c++11-lang gnome libtool pkgconfig xorg USE_GNOME= glib20 USE_XORG= x11 xext GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-output-alsa --enable-lv2 CONFIGURE_ENV= EXPAT_CFLAGS=-isystem${LOCALBASE}/include EXPAT_LDFLAGS=-L${LOCALBASE}/lib \ ZITA_CPPFLAGS=-isystem${LOCALBASE}/include ZITA_LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS+= -I../include -I../../include -I../src -I../../src -I${LOCALBASE}/include OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime gettext-tools post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/drumgizmo.lv2/drumgizmo.so .include diff --git a/audio/drumgizmo/pkg-plist b/audio/drumgizmo/pkg-plist index dab754d6567a..d1808a2f5100 100644 --- a/audio/drumgizmo/pkg-plist +++ b/audio/drumgizmo/pkg-plist @@ -1,8 +1,8 @@ bin/dgvalidator bin/drumgizmo lib/lv2/drumgizmo.lv2/drumgizmo.so lib/lv2/drumgizmo.lv2/manifest.ttl -man/man1/dgvalidator.1.gz -man/man1/dgvalidator.fr.1.gz -man/man1/drumgizmo.1.gz -man/man1/drumgizmo.fr.1.gz +share/man/man1/dgvalidator.1.gz +share/man/man1/dgvalidator.fr.1.gz +share/man/man1/drumgizmo.1.gz +share/man/man1/drumgizmo.fr.1.gz diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index b7b1fde3bf16..6a545c17d95e 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,62 +1,63 @@ PORTNAME= easytag PORTVERSION= 2.4.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= GNOME MAINTAINER= novel@FreeBSD.org COMMENT= GTK Tag editor for audio files WWW= http://easytag.sourceforge.net LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.4/catalog.xml:textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/html/refentry.xsl:textproc/docbook-xsl \ itstool:textproc/itstool \ xsltproc:textproc/libxslt LIB_DEPENDS= libid3.so:audio/id3lib \ libid3tag.so:audio/libid3tag \ libvorbis.so:audio/libvorbis \ libFLAC.so:audio/flac \ libtag.so:audio/taglib \ libogg.so:audio/libogg USES= compiler:c++11-lang desktop-file-utils gettext-tools gmake \ gnome localbase pkgconfig tar:xz USE_GNOME= cairo dconf:run gtk30 intlhack libxslt GLIB_SCHEMAS= org.gnome.EasyTAG.gschema.xml org.gnome.EasyTAG.enums.xml GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CPPFLAGS+= -DHAVE_GTK CONFIGURE_ARGS= --disable-appdata-validate \ --without-help-dir \ --with-xml-catalog=${LOCALBASE}/share/xml/catalog PORTDOCS= HACKING THANKS TODO OPTIONS_DEFINE= WAVPACK NLS OPUS SPEEX DOCS OPTIONS_DEFAULT= WAVPACK OPUS SPEEX OPTIONS_SUB= yes WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack WAVPACK_CONFIGURE_ENABLE= wavpack NLS_CONFIGURE_ENABLE= nls OPUS_LIB_DEPENDS= libopusfile.so:audio/opusfile \ libopus.so:audio/opus OPUS_CONFIGURE_ENABLE= opus SPEEX_LIB_DEPENDS= libspeex.so:audio/speex SPEEX_CONFIGURE_ENABLE= speex NLS_USES= gettext-runtime post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor pre-configure: @${REINPLACE_CMD} -e 's,^DATADIRNAME = @DATADIRNAME@,DATADIRNAME = share,' \ ${WRKSRC}/po/Makefile.in.in .include diff --git a/audio/easytag/pkg-plist b/audio/easytag/pkg-plist index 98ffbb17283d..0ad39f5780c3 100644 --- a/audio/easytag/pkg-plist +++ b/audio/easytag/pkg-plist @@ -1,48 +1,48 @@ bin/easytag -man/man1/easytag.1.gz share/applications/easytag.desktop share/icons/hicolor/128x128/apps/easytag.png share/icons/hicolor/16x16/apps/easytag.png share/icons/hicolor/22x22/apps/easytag.png share/icons/hicolor/24x24/apps/easytag.png share/icons/hicolor/256x256/apps/easytag.png share/icons/hicolor/32x32/apps/easytag.png share/icons/hicolor/48x48/apps/easytag.png share/icons/hicolor/64x64/apps/easytag.png share/icons/hicolor/scalable/apps/easytag.svg share/icons/hicolor/symbolic/apps/easytag-symbolic.svg %%NLS%%share/locale/bg/LC_MESSAGES/easytag.mo %%NLS%%share/locale/bs/LC_MESSAGES/easytag.mo %%NLS%%share/locale/ca/LC_MESSAGES/easytag.mo %%NLS%%share/locale/cs/LC_MESSAGES/easytag.mo %%NLS%%share/locale/da/LC_MESSAGES/easytag.mo %%NLS%%share/locale/de/LC_MESSAGES/easytag.mo %%NLS%%share/locale/el/LC_MESSAGES/easytag.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/easytag.mo %%NLS%%share/locale/es/LC_MESSAGES/easytag.mo %%NLS%%share/locale/fr/LC_MESSAGES/easytag.mo %%NLS%%share/locale/he/LC_MESSAGES/easytag.mo %%NLS%%share/locale/hr/LC_MESSAGES/easytag.mo %%NLS%%share/locale/hu/LC_MESSAGES/easytag.mo %%NLS%%share/locale/id/LC_MESSAGES/easytag.mo %%NLS%%share/locale/it/LC_MESSAGES/easytag.mo %%NLS%%share/locale/ja/LC_MESSAGES/easytag.mo %%NLS%%share/locale/ko/LC_MESSAGES/easytag.mo %%NLS%%share/locale/lt/LC_MESSAGES/easytag.mo %%NLS%%share/locale/nb/LC_MESSAGES/easytag.mo %%NLS%%share/locale/nl/LC_MESSAGES/easytag.mo %%NLS%%share/locale/oc/LC_MESSAGES/easytag.mo %%NLS%%share/locale/pl/LC_MESSAGES/easytag.mo %%NLS%%share/locale/pt/LC_MESSAGES/easytag.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/easytag.mo %%NLS%%share/locale/ro/LC_MESSAGES/easytag.mo %%NLS%%share/locale/ru/LC_MESSAGES/easytag.mo %%NLS%%share/locale/sl/LC_MESSAGES/easytag.mo %%NLS%%share/locale/sr/LC_MESSAGES/easytag.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/easytag.mo %%NLS%%share/locale/sv/LC_MESSAGES/easytag.mo %%NLS%%share/locale/te/LC_MESSAGES/easytag.mo %%NLS%%share/locale/tr/LC_MESSAGES/easytag.mo %%NLS%%share/locale/uk/LC_MESSAGES/easytag.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/easytag.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/easytag.mo +share/man/man1/easytag.1.gz diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index a54f3131a3ea..40c482edb6a6 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -1,57 +1,58 @@ PORTNAME= gnupod PORTVERSION= 0.99.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio perl5 MASTER_SITES= SAVANNAH \ http://www.blinkenlights.ch/gnupod-dist/stable/ MAINTAINER= steve.roome@gmail.com COMMENT= Set of Perl scripts for using an Apple iPod WWW= https://www.gnu.org/software/gnupod/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-MP3-Info>=0:audio/p5-MP3-Info \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-TimeDate>=0:devel/p5-TimeDate \ p5-Unicode-String>=0:converters/p5-Unicode-String \ p5-libwww>=0:www/p5-libwww \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} INFO= gnupod USES= makeinfo perl5 tar:tgz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share NO_BUILD= yes NO_ARCH= yes CONFIGURE_ARGS= --prefix=${PREFIX} CONFIGURE_ENV= ac_cv_path_PERL=${PERL} OPTIONS_DEFINE= FLAC VORBIS DOCS FLAC_BUILD_DEPENDS= p5-Audio-FLAC-Header>=0:audio/p5-Audio-FLAC-Header FLAC_RUN_DEPENDS= p5-Audio-FLAC-Header>=0:audio/p5-Audio-FLAC-Header VORBIS_BUILD_DEPENDS= p5-Ogg-Vorbis-Header-PurePerl>=0:audio/p5-Ogg-Vorbis-Header-PurePerl \ oggdec:audio/vorbis-tools VORBIS_RUN_DEPENDS= p5-Ogg-Vorbis-Header-PurePerl>=0:audio/p5-Ogg-Vorbis-Header-PurePerl \ oggdec:audio/vorbis-tools post-install: # It tries to guess where it should install it's Perl modules, gets it # wrong, and put them in BSDPAN, so move stuff at the right place. @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} ${MV} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/GNUpod ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} @${RMDIR} -p ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL} 2>/dev/null || : post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} .for file in gnupodrc.example gnutunesdb.example gnupod.html mkspl.html \ gnupod.texi fdl.texi version.texi ipod.svg ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/audio/gnupod/pkg-plist b/audio/gnupod/pkg-plist index e10ffe5982fc..284b362b8c2f 100644 --- a/audio/gnupod/pkg-plist +++ b/audio/gnupod/pkg-plist @@ -1,37 +1,37 @@ bin/gnupod_INIT.pl bin/gnupod_addsong.pl bin/gnupod_check.pl bin/gnupod_convert_APE.pl bin/gnupod_convert_FLAC.pl bin/gnupod_convert_MIDI.pl bin/gnupod_convert_OGG.pl bin/gnupod_convert_RIFF.pl bin/gnupod_otgsync.pl bin/gnupod_search.pl bin/mktunes.pl bin/tunes2pod.pl %%SITE_PERL%%/GNUpod/ArtworkDB.pm %%SITE_PERL%%/GNUpod/FileMagic.pm %%SITE_PERL%%/GNUpod/FooBar.pm %%SITE_PERL%%/GNUpod/Hash58.pm %%SITE_PERL%%/GNUpod/Mktunes.pm %%SITE_PERL%%/GNUpod/iTunesDB.pm %%SITE_PERL%%/GNUpod/QTfile.pm %%SITE_PERL%%/GNUpod/SysInfo.pm %%SITE_PERL%%/GNUpod/XMLhelper.pm -man/man1/gnupod_INIT.pl.1.gz -man/man1/gnupod_addsong.pl.1.gz -man/man1/gnupod_check.pl.1.gz -man/man1/gnupod_otgsync.pl.1.gz -man/man1/gnupod_search.pl.1.gz -man/man1/mktunes.pl.1.gz -man/man1/tunes2pod.pl.1.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/fdl.texi %%PORTDOCS%%%%DOCSDIR%%/gnupod.html %%PORTDOCS%%%%DOCSDIR%%/gnupod.texi %%PORTDOCS%%%%DOCSDIR%%/gnupodrc.example %%PORTDOCS%%%%DOCSDIR%%/gnutunesdb.example %%PORTDOCS%%%%DOCSDIR%%/ipod.svg %%PORTDOCS%%%%DOCSDIR%%/mkspl.html %%PORTDOCS%%%%DOCSDIR%%/version.texi +share/man/man1/gnupod_INIT.pl.1.gz +share/man/man1/gnupod_addsong.pl.1.gz +share/man/man1/gnupod_check.pl.1.gz +share/man/man1/gnupod_otgsync.pl.1.gz +share/man/man1/gnupod_search.pl.1.gz +share/man/man1/mktunes.pl.1.gz +share/man/man1/tunes2pod.pl.1.gz diff --git a/audio/grip/Makefile b/audio/grip/Makefile index b5bda360aed3..b5d8da43b850 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -1,64 +1,65 @@ PORTNAME= grip DISTVERSION= 4.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/grip/${DISTVERSION} MAINTAINER= freebsd-ports@jan0sch.de COMMENT= GTK front-end to external cd rippers and audio encoders WWW= https://sourceforge.net/projects/grip/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libid3.so:audio/id3lib USES= compiler:c++11-lang gmake gnome libtool localbase pathfix \ pkgconfig xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= ice sm x11 xext GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+= --disable-werror CONFLICTS_INSTALL= py*-grip # bin/grip OPTIONS_DEFINE= CDDA2WAV CDPARANOIA FAAC FLAC LAME NLS VORBIS OPTIONS_DEFAULT= CDPARANOIA FLAC VORBIS .if !defined(PACKAGE_BUILDING) OPTIONS_DEFAULT+= LAME .endif OPTIONS_SUB= yes CDDA2WAV_RUN_DEPENDS= cdda2wav:sysutils/cdrtools CDPARANOIA_LIB_DEPENDS= libcdda_paranoia.so:audio/cdparanoia CDPARANOIA_CONFIGURE_ENABLE= cdpar FAAC_RUN_DEPENDS= faac:audio/faac FLAC_RUN_DEPENDS= flac:audio/flac LAME_RUN_DEPENDS= lame:audio/lame VORBIS_RUN_DEPENDS= ogg123:audio/vorbis-tools NLS_USES= gettext .if defined(WITH_CDROM_DEVICE) DEFAULT_CDROM_DEVICE= ${WITH_CDROM_DEVICE} .else DEFAULT_CDROM_DEVICE= /dev/cd0 .endif pre-everything:: .if !defined(WITH_CDROM_DEVICE) @${ECHO_MSG} "===> The default CDROM device is ${DEFAULT_CDROM_DEVICE}" @${ECHO_MSG} "===> Define WITH_CDROM_DEVICE if you want to change the default" @${ECHO_MSG} "===> For example, 'make WITH_CDROM_DEVICE=\"/dev/somedevice\"'" .endif post-patch: @${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \ ${WRKSRC}/src/grip.c .include diff --git a/audio/grip/pkg-plist b/audio/grip/pkg-plist index d520ac794c19..ed9477655878 100644 --- a/audio/grip/pkg-plist +++ b/audio/grip/pkg-plist @@ -1,88 +1,88 @@ bin/grip -man/man1/grip.1.gz share/applications/grip.desktop share/apps/solid/actions/grip-audiocd.desktop share/gnome/help/grip/C/cdconfig.png share/gnome/help/grip/C/cdplayer.png share/gnome/help/grip/C/cdplayersmall.png share/gnome/help/grip/C/cdscan.png share/gnome/help/grip/C/discdb.png share/gnome/help/grip/C/discdbconfig.png share/gnome/help/grip/C/editing.png share/gnome/help/grip/C/eject.png share/gnome/help/grip/C/encprog.png share/gnome/help/grip/C/ffwd.png share/gnome/help/grip/C/grip-logo.png share/gnome/help/grip/C/grip.xml share/gnome/help/grip/C/id3config.png share/gnome/help/grip/C/minmax.png share/gnome/help/grip/C/miscconfig.png share/gnome/help/grip/C/modeinterface.png share/gnome/help/grip/C/mp3config.png share/gnome/help/grip/C/mp3config2.png share/gnome/help/grip/C/multiartist.png share/gnome/help/grip/C/nexttrk.png share/gnome/help/grip/C/playloop.png share/gnome/help/grip/C/playnormal.png share/gnome/help/grip/C/playonce.png share/gnome/help/grip/C/playpause.png share/gnome/help/grip/C/playplaylist.png share/gnome/help/grip/C/playrandom.png share/gnome/help/grip/C/prevtrk.png share/gnome/help/grip/C/progtrack.png share/gnome/help/grip/C/proxyconfig.png share/gnome/help/grip/C/quit.png share/gnome/help/grip/C/rewind.png share/gnome/help/grip/C/ripconfig.png share/gnome/help/grip/C/ripconfig2.png share/gnome/help/grip/C/ripconfig3.png share/gnome/help/grip/C/ripping.png share/gnome/help/grip/C/ripprog.png share/gnome/help/grip/C/ripsmall.png share/gnome/help/grip/C/smile1.png share/gnome/help/grip/C/smile2.png share/gnome/help/grip/C/smile3.png share/gnome/help/grip/C/smile4.png share/gnome/help/grip/C/smile5.png share/gnome/help/grip/C/smile6.png share/gnome/help/grip/C/smile7.png share/gnome/help/grip/C/smile8.png share/gnome/help/grip/C/stop.png share/gnome/help/grip/C/trkedit.png share/gnome/help/grip/C/volume.png share/icons/hicolor/16x16/apps/grip.png share/icons/hicolor/22x22/apps/grip.png share/icons/hicolor/24x24/apps/grip.png share/icons/hicolor/32x32/apps/grip.png share/icons/hicolor/48x48/apps/grip.png share/icons/hicolor/64x64/apps/grip.png share/icons/hicolor/72x72/apps/grip.png share/icons/hicolor/scalable/apps/grip.svg %%NLS%%share/locale/be/LC_MESSAGES/grip.mo %%NLS%%share/locale/bg/LC_MESSAGES/grip.mo %%NLS%%share/locale/ca/LC_MESSAGES/grip.mo %%NLS%%share/locale/da/LC_MESSAGES/grip.mo %%NLS%%share/locale/de/LC_MESSAGES/grip.mo %%NLS%%share/locale/es/LC_MESSAGES/grip.mo %%NLS%%share/locale/fi/LC_MESSAGES/grip.mo %%NLS%%share/locale/fr/LC_MESSAGES/grip.mo %%NLS%%share/locale/fur/LC_MESSAGES/grip.mo %%NLS%%share/locale/hu/LC_MESSAGES/grip.mo %%NLS%%share/locale/it/LC_MESSAGES/grip.mo %%NLS%%share/locale/ja/LC_MESSAGES/grip.mo %%NLS%%share/locale/ko/LC_MESSAGES/grip.mo %%NLS%%share/locale/nb/LC_MESSAGES/grip.mo %%NLS%%share/locale/nl/LC_MESSAGES/grip.mo %%NLS%%share/locale/pl/LC_MESSAGES/grip.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/grip.mo %%NLS%%share/locale/ro/LC_MESSAGES/grip.mo %%NLS%%share/locale/ru/LC_MESSAGES/grip.mo %%NLS%%share/locale/sr/LC_MESSAGES/grip.mo %%NLS%%share/locale/uk/LC_MESSAGES/grip.mo %%NLS%%share/locale/vi/LC_MESSAGES/grip.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/grip.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/grip.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/grip.mo +share/man/man1/grip.1.gz share/pixmaps/grip.png share/pixmaps/griptray.png share/solid/actions/grip-audiocd.desktop diff --git a/audio/gsequencer/Makefile b/audio/gsequencer/Makefile index 30c3bdc464c2..2717af3ddeed 100644 --- a/audio/gsequencer/Makefile +++ b/audio/gsequencer/Makefile @@ -1,65 +1,67 @@ PORTNAME= gsequencer DISTVERSION= 6.5.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SAVANNAH/gsequencer/${DISTVERSION:R}.x MAINTAINER= yuri@FreeBSD.org COMMENT= Advanced Gtk+ sequencer WWW= https://nongnu.org/gsequencer/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= dssi>0:audio/dssi \ lv2>0:audio/lv2 LIB_DEPENDS= libasound.so:audio/alsa-lib \ libfftw3.so:math/fftw3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgraphene-1.0.so:graphics/graphene \ libharfbuzz.so:print/harfbuzz \ libinstpatch-1.0.so:audio/libinstpatch \ libjson-glib-1.0.so:devel/json-glib \ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile \ libsoup-3.0.so:devel/libsoup3 \ libuuid.so:misc/e2fsprogs-libuuid \ libvulkan.so:graphics/vulkan-loader \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 RUN_DEPENDS= dssi>0:audio/dssi USES= desktop-file-utils gettext-runtime gettext-tools gmake gnome gstreamer libtool localbase pkgconfig shared-mime-info xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk40 libxml2 pango USE_XORG= x11 USE_GCC= yes # the project uses gnu99 extensions, clang fails even with USE_CSTD=gnu99. Suggestions how to build with clang are welcome. USE_CSTD= gnu99 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-alsa --enable-oss --disable-introspection --disable-rt CPPFLAGS+= -DAGS_LICENSE_FILENAME=\\\"${LOCALBASE}/share/licenses/${PKGNAME}/${LICENSE}\\\" \ -DAGS_LOGO_FILENAME=\\\"${DATADIR}/images/ags.png\\\" # there should be no need to supply AGS_LOGO_FILENAME here since the app knows its location LDFLAGS+= -luuid INSTALL_TARGET= install-strip PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= DOCS JACK PULSEAUDIO DOCS_CONFIGURE_ON= HTMLHELP_XSL=${LOCALBASE}/share/xsl/docbook/htmlhelp/htmlhelp.xsl --docdir=${DOCSDIR} --enable-single-docdir DOCS_BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl DOCS_USE= GNOME=libxslt:build DOCS_ALL_TARGET= html DOCS_INSTALL_TARGET= install-html JACK_CONFIGURE_ENABLE= jack JACK_LIB_DEPENDS= libjack.so:audio/jack PULSEAUDIO_CONFIGURE_ENABLE= pulse PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PORTDOCS= * .include diff --git a/audio/gsequencer/pkg-plist b/audio/gsequencer/pkg-plist index 7aaf1d8e17f8..e6fb3bf289fb 100644 --- a/audio/gsequencer/pkg-plist +++ b/audio/gsequencer/pkg-plist @@ -1,545 +1,545 @@ bin/gsequencer bin/midi2xml include/ags/ags_api_config.h include/ags/audio/ags_acceleration.h include/ags/audio/ags_audio.h include/ags/audio/ags_audio_application_context.h include/ags/audio/ags_audio_buffer_util.h include/ags/audio/ags_audio_signal.h include/ags/audio/ags_automation.h include/ags/audio/ags_automation_control_name_key_manager.h include/ags/audio/ags_buffer.h include/ags/audio/ags_channel.h include/ags/audio/ags_char_buffer_util.h include/ags/audio/ags_chorus_util.h include/ags/audio/ags_common_pitch_util.h include/ags/audio/ags_diatonic_scale.h include/ags/audio/ags_envelope_util.h include/ags/audio/ags_fast_pitch_util.h include/ags/audio/ags_fifoout.h include/ags/audio/ags_fluid_iir_filter_util.h include/ags/audio/ags_fluid_interpolate_4th_order_util.h include/ags/audio/ags_fluid_interpolate_7th_order_util.h include/ags/audio/ags_fluid_interpolate_linear_util.h include/ags/audio/ags_fluid_interpolate_none_util.h include/ags/audio/ags_fluid_util.h include/ags/audio/ags_fm_synth_util.h include/ags/audio/ags_fourier_transform_util.h include/ags/audio/ags_frequency_aliase_util.h include/ags/audio/ags_frequency_map.h include/ags/audio/ags_frequency_map_manager.h include/ags/audio/ags_fx_factory.h include/ags/audio/ags_generic_recall_channel_run.h include/ags/audio/ags_generic_recall_recycling.h include/ags/audio/ags_hq_pitch_util.h include/ags/audio/ags_input.h include/ags/audio/ags_lfo_synth_util.h include/ags/audio/ags_linear_interpolate_util.h include/ags/audio/ags_marker.h include/ags/audio/ags_midi.h include/ags/audio/ags_noise_util.h include/ags/audio/ags_notation.h include/ags/audio/ags_note.h include/ags/audio/ags_output.h include/ags/audio/ags_pattern.h include/ags/audio/ags_peak_util.h include/ags/audio/ags_phase_shift_util.h include/ags/audio/ags_playback.h include/ags/audio/ags_playback_domain.h include/ags/audio/ags_port.h include/ags/audio/ags_port_util.h include/ags/audio/ags_preset.h include/ags/audio/ags_program.h include/ags/audio/ags_program_control_name_key_manager.h include/ags/audio/ags_recall.h include/ags/audio/ags_recall_audio.h include/ags/audio/ags_recall_audio_run.h include/ags/audio/ags_recall_audio_signal.h include/ags/audio/ags_recall_channel.h include/ags/audio/ags_recall_channel_run.h include/ags/audio/ags_recall_container.h include/ags/audio/ags_recall_dependency.h include/ags/audio/ags_recall_id.h include/ags/audio/ags_recall_recycling.h include/ags/audio/ags_recycling.h include/ags/audio/ags_recycling_context.h include/ags/audio/ags_resample_util.h include/ags/audio/ags_sequencer_util.h include/ags/audio/ags_sf2_synth_generator.h include/ags/audio/ags_sf2_synth_util.h include/ags/audio/ags_sfz_synth_generator.h include/ags/audio/ags_sfz_synth_util.h include/ags/audio/ags_sound_enums.h include/ags/audio/ags_sound_provider.h include/ags/audio/ags_soundcard_util.h include/ags/audio/ags_synth_enums.h include/ags/audio/ags_synth_generator.h include/ags/audio/ags_synth_util.h include/ags/audio/ags_time_stretch_util.h include/ags/audio/ags_track.h include/ags/audio/ags_tremolo_util.h include/ags/audio/ags_volume_util.h include/ags/audio/ags_wah_wah_util.h include/ags/audio/ags_wave.h include/ags/audio/alsa/ags_alsa_devin.h include/ags/audio/alsa/ags_alsa_devout.h include/ags/audio/alsa/ags_alsa_midiin.h include/ags/audio/audio-unit/ags_audio_unit_client.h include/ags/audio/audio-unit/ags_audio_unit_devin.h include/ags/audio/audio-unit/ags_audio_unit_devout.h include/ags/audio/audio-unit/ags_audio_unit_port.h include/ags/audio/audio-unit/ags_audio_unit_server.h include/ags/audio/core-audio/ags_core_audio_client.h include/ags/audio/core-audio/ags_core_audio_devin.h include/ags/audio/core-audio/ags_core_audio_devout.h include/ags/audio/core-audio/ags_core_audio_midiin.h include/ags/audio/core-audio/ags_core_audio_port.h include/ags/audio/core-audio/ags_core_audio_server.h include/ags/audio/file/ags_audio_container.h include/ags/audio/file/ags_audio_container_manager.h include/ags/audio/file/ags_audio_file.h include/ags/audio/file/ags_audio_file_link.h include/ags/audio/file/ags_audio_file_manager.h include/ags/audio/file/ags_gstreamer_file.h include/ags/audio/file/ags_ipatch.h include/ags/audio/file/ags_ipatch_dls2_reader.h include/ags/audio/file/ags_ipatch_gig_reader.h include/ags/audio/file/ags_ipatch_sample.h include/ags/audio/file/ags_ipatch_sf2_reader.h include/ags/audio/file/ags_sfz_file.h include/ags/audio/file/ags_sfz_group.h include/ags/audio/file/ags_sfz_region.h include/ags/audio/file/ags_sfz_sample.h include/ags/audio/file/ags_sndfile.h include/ags/audio/file/ags_sound_container.h include/ags/audio/file/ags_sound_resource.h include/ags/audio/fx/ags_fx_analyse_audio.h include/ags/audio/fx/ags_fx_analyse_audio_processor.h include/ags/audio/fx/ags_fx_analyse_audio_signal.h include/ags/audio/fx/ags_fx_analyse_channel.h include/ags/audio/fx/ags_fx_analyse_channel_processor.h include/ags/audio/fx/ags_fx_analyse_recycling.h include/ags/audio/fx/ags_fx_buffer_audio.h include/ags/audio/fx/ags_fx_buffer_audio_processor.h include/ags/audio/fx/ags_fx_buffer_audio_signal.h include/ags/audio/fx/ags_fx_buffer_channel.h include/ags/audio/fx/ags_fx_buffer_channel_processor.h include/ags/audio/fx/ags_fx_buffer_recycling.h include/ags/audio/fx/ags_fx_dssi_audio.h include/ags/audio/fx/ags_fx_dssi_audio_processor.h include/ags/audio/fx/ags_fx_dssi_audio_signal.h include/ags/audio/fx/ags_fx_dssi_channel.h include/ags/audio/fx/ags_fx_dssi_channel_processor.h include/ags/audio/fx/ags_fx_dssi_recycling.h include/ags/audio/fx/ags_fx_envelope_audio.h include/ags/audio/fx/ags_fx_envelope_audio_processor.h include/ags/audio/fx/ags_fx_envelope_audio_signal.h include/ags/audio/fx/ags_fx_envelope_channel.h include/ags/audio/fx/ags_fx_envelope_channel_processor.h include/ags/audio/fx/ags_fx_envelope_recycling.h include/ags/audio/fx/ags_fx_eq10_audio.h include/ags/audio/fx/ags_fx_eq10_audio_processor.h include/ags/audio/fx/ags_fx_eq10_audio_signal.h include/ags/audio/fx/ags_fx_eq10_channel.h include/ags/audio/fx/ags_fx_eq10_channel_processor.h include/ags/audio/fx/ags_fx_eq10_recycling.h include/ags/audio/fx/ags_fx_fm_synth_audio.h include/ags/audio/fx/ags_fx_fm_synth_audio_processor.h include/ags/audio/fx/ags_fx_fm_synth_audio_signal.h include/ags/audio/fx/ags_fx_fm_synth_channel.h include/ags/audio/fx/ags_fx_fm_synth_channel_processor.h include/ags/audio/fx/ags_fx_fm_synth_recycling.h include/ags/audio/fx/ags_fx_high_pass_audio.h include/ags/audio/fx/ags_fx_high_pass_audio_processor.h include/ags/audio/fx/ags_fx_high_pass_audio_signal.h include/ags/audio/fx/ags_fx_high_pass_channel.h include/ags/audio/fx/ags_fx_high_pass_channel_processor.h include/ags/audio/fx/ags_fx_high_pass_recycling.h include/ags/audio/fx/ags_fx_ladspa_audio.h include/ags/audio/fx/ags_fx_ladspa_audio_processor.h include/ags/audio/fx/ags_fx_ladspa_audio_signal.h include/ags/audio/fx/ags_fx_ladspa_channel.h include/ags/audio/fx/ags_fx_ladspa_channel_processor.h include/ags/audio/fx/ags_fx_ladspa_recycling.h include/ags/audio/fx/ags_fx_lfo_audio.h include/ags/audio/fx/ags_fx_lfo_audio_processor.h include/ags/audio/fx/ags_fx_lfo_audio_signal.h include/ags/audio/fx/ags_fx_lfo_channel.h include/ags/audio/fx/ags_fx_lfo_channel_processor.h include/ags/audio/fx/ags_fx_lfo_recycling.h include/ags/audio/fx/ags_fx_low_pass_audio.h include/ags/audio/fx/ags_fx_low_pass_audio_processor.h include/ags/audio/fx/ags_fx_low_pass_audio_signal.h include/ags/audio/fx/ags_fx_low_pass_channel.h include/ags/audio/fx/ags_fx_low_pass_channel_processor.h include/ags/audio/fx/ags_fx_low_pass_recycling.h include/ags/audio/fx/ags_fx_lv2_audio.h include/ags/audio/fx/ags_fx_lv2_audio_processor.h include/ags/audio/fx/ags_fx_lv2_audio_signal.h include/ags/audio/fx/ags_fx_lv2_channel.h include/ags/audio/fx/ags_fx_lv2_channel_processor.h include/ags/audio/fx/ags_fx_lv2_recycling.h include/ags/audio/fx/ags_fx_notation_audio.h include/ags/audio/fx/ags_fx_notation_audio_processor.h include/ags/audio/fx/ags_fx_notation_audio_signal.h include/ags/audio/fx/ags_fx_notation_channel.h include/ags/audio/fx/ags_fx_notation_channel_processor.h include/ags/audio/fx/ags_fx_notation_recycling.h include/ags/audio/fx/ags_fx_pattern_audio.h include/ags/audio/fx/ags_fx_pattern_audio_processor.h include/ags/audio/fx/ags_fx_pattern_audio_signal.h include/ags/audio/fx/ags_fx_pattern_channel.h include/ags/audio/fx/ags_fx_pattern_channel_processor.h include/ags/audio/fx/ags_fx_pattern_recycling.h include/ags/audio/fx/ags_fx_peak_audio.h include/ags/audio/fx/ags_fx_peak_audio_processor.h include/ags/audio/fx/ags_fx_peak_audio_signal.h include/ags/audio/fx/ags_fx_peak_channel.h include/ags/audio/fx/ags_fx_peak_channel_processor.h include/ags/audio/fx/ags_fx_peak_recycling.h include/ags/audio/fx/ags_fx_playback_audio.h include/ags/audio/fx/ags_fx_playback_audio_processor.h include/ags/audio/fx/ags_fx_playback_audio_signal.h include/ags/audio/fx/ags_fx_playback_channel.h include/ags/audio/fx/ags_fx_playback_channel_processor.h include/ags/audio/fx/ags_fx_playback_recycling.h include/ags/audio/fx/ags_fx_sf2_synth_audio.h include/ags/audio/fx/ags_fx_sf2_synth_audio_processor.h include/ags/audio/fx/ags_fx_sf2_synth_audio_signal.h include/ags/audio/fx/ags_fx_sf2_synth_channel.h include/ags/audio/fx/ags_fx_sf2_synth_channel_processor.h include/ags/audio/fx/ags_fx_sf2_synth_recycling.h include/ags/audio/fx/ags_fx_sfz_synth_audio.h include/ags/audio/fx/ags_fx_sfz_synth_audio_processor.h include/ags/audio/fx/ags_fx_sfz_synth_audio_signal.h include/ags/audio/fx/ags_fx_sfz_synth_channel.h include/ags/audio/fx/ags_fx_sfz_synth_channel_processor.h include/ags/audio/fx/ags_fx_sfz_synth_recycling.h include/ags/audio/fx/ags_fx_synth_audio.h include/ags/audio/fx/ags_fx_synth_audio_processor.h include/ags/audio/fx/ags_fx_synth_audio_signal.h include/ags/audio/fx/ags_fx_synth_channel.h include/ags/audio/fx/ags_fx_synth_channel_processor.h include/ags/audio/fx/ags_fx_synth_recycling.h include/ags/audio/fx/ags_fx_tremolo_audio.h include/ags/audio/fx/ags_fx_tremolo_audio_processor.h include/ags/audio/fx/ags_fx_tremolo_audio_signal.h include/ags/audio/fx/ags_fx_tremolo_channel.h include/ags/audio/fx/ags_fx_tremolo_channel_processor.h include/ags/audio/fx/ags_fx_tremolo_recycling.h include/ags/audio/fx/ags_fx_two_pass_aliase_audio.h include/ags/audio/fx/ags_fx_two_pass_aliase_audio_processor.h include/ags/audio/fx/ags_fx_two_pass_aliase_audio_signal.h include/ags/audio/fx/ags_fx_two_pass_aliase_channel.h include/ags/audio/fx/ags_fx_two_pass_aliase_channel_processor.h include/ags/audio/fx/ags_fx_two_pass_aliase_recycling.h include/ags/audio/fx/ags_fx_volume_audio.h include/ags/audio/fx/ags_fx_volume_audio_processor.h include/ags/audio/fx/ags_fx_volume_audio_signal.h include/ags/audio/fx/ags_fx_volume_channel.h include/ags/audio/fx/ags_fx_volume_channel_processor.h include/ags/audio/fx/ags_fx_volume_recycling.h include/ags/audio/fx/ags_fx_wah_wah_audio.h include/ags/audio/fx/ags_fx_wah_wah_audio_processor.h include/ags/audio/fx/ags_fx_wah_wah_audio_signal.h include/ags/audio/fx/ags_fx_wah_wah_channel.h include/ags/audio/fx/ags_fx_wah_wah_channel_processor.h include/ags/audio/fx/ags_fx_wah_wah_recycling.h include/ags/audio/gstreamer/ags_gstreamer_client.h include/ags/audio/gstreamer/ags_gstreamer_devin.h include/ags/audio/gstreamer/ags_gstreamer_devout.h include/ags/audio/gstreamer/ags_gstreamer_port.h include/ags/audio/gstreamer/ags_gstreamer_server.h include/ags/audio/jack/ags_jack_client.h include/ags/audio/jack/ags_jack_devin.h include/ags/audio/jack/ags_jack_devout.h include/ags/audio/jack/ags_jack_midiin.h include/ags/audio/jack/ags_jack_port.h include/ags/audio/jack/ags_jack_server.h include/ags/audio/midi/ags_midi_builder.h include/ags/audio/midi/ags_midi_ci_util.h include/ags/audio/midi/ags_midi_file.h include/ags/audio/midi/ags_midi_parser.h include/ags/audio/midi/ags_midi_smf_util.h include/ags/audio/midi/ags_midi_ump_util.h include/ags/audio/midi/ags_midi_util.h include/ags/audio/osc/ags_osc_buffer_util.h include/ags/audio/osc/ags_osc_builder.h include/ags/audio/osc/ags_osc_client.h include/ags/audio/osc/ags_osc_connection.h include/ags/audio/osc/ags_osc_message.h include/ags/audio/osc/ags_osc_parser.h include/ags/audio/osc/ags_osc_response.h include/ags/audio/osc/ags_osc_server.h include/ags/audio/osc/ags_osc_util.h include/ags/audio/osc/ags_osc_websocket_connection.h include/ags/audio/osc/ags_osc_xmlrpc_message.h include/ags/audio/osc/ags_osc_xmlrpc_server.h include/ags/audio/osc/controller/ags_osc_action_controller.h include/ags/audio/osc/controller/ags_osc_config_controller.h include/ags/audio/osc/controller/ags_osc_controller.h include/ags/audio/osc/controller/ags_osc_export_controller.h include/ags/audio/osc/controller/ags_osc_front_controller.h include/ags/audio/osc/controller/ags_osc_info_controller.h include/ags/audio/osc/controller/ags_osc_meter_controller.h include/ags/audio/osc/controller/ags_osc_node_controller.h include/ags/audio/osc/controller/ags_osc_plugin_controller.h include/ags/audio/osc/controller/ags_osc_renew_controller.h include/ags/audio/osc/controller/ags_osc_status_controller.h include/ags/audio/osc/xmlrpc/ags_osc_xmlrpc_controller.h include/ags/audio/oss/ags_oss_devin.h include/ags/audio/oss/ags_oss_devout.h include/ags/audio/oss/ags_oss_midiin.h include/ags/audio/pulse/ags_pulse_client.h include/ags/audio/pulse/ags_pulse_devin.h include/ags/audio/pulse/ags_pulse_devout.h include/ags/audio/pulse/ags_pulse_port.h include/ags/audio/pulse/ags_pulse_server.h include/ags/audio/task/ags_add_audio.h include/ags/audio/task/ags_add_audio_signal.h include/ags/audio/task/ags_add_note.h include/ags/audio/task/ags_add_soundcard.h include/ags/audio/task/ags_apply_bpm.h include/ags/audio/task/ags_apply_presets.h include/ags/audio/task/ags_apply_sequencer_length.h include/ags/audio/task/ags_apply_sf2_midi_locale.h include/ags/audio/task/ags_apply_sf2_synth.h include/ags/audio/task/ags_apply_sfz_instrument.h include/ags/audio/task/ags_apply_sfz_synth.h include/ags/audio/task/ags_apply_sound_config.h include/ags/audio/task/ags_apply_synth.h include/ags/audio/task/ags_apply_tact.h include/ags/audio/task/ags_cancel_audio.h include/ags/audio/task/ags_cancel_channel.h include/ags/audio/task/ags_clear_audio_signal.h include/ags/audio/task/ags_clear_buffer.h include/ags/audio/task/ags_crop_note.h include/ags/audio/task/ags_export_output.h include/ags/audio/task/ags_free_selection.h include/ags/audio/task/ags_link_channel.h include/ags/audio/task/ags_move_note.h include/ags/audio/task/ags_open_file.h include/ags/audio/task/ags_open_sf2_instrument.h include/ags/audio/task/ags_open_sf2_sample.h include/ags/audio/task/ags_open_sfz_file.h include/ags/audio/task/ags_open_single_file.h include/ags/audio/task/ags_open_wave.h include/ags/audio/task/ags_remove_audio.h include/ags/audio/task/ags_remove_audio_signal.h include/ags/audio/task/ags_remove_note.h include/ags/audio/task/ags_remove_soundcard.h include/ags/audio/task/ags_reset_fx_analyse.h include/ags/audio/task/ags_reset_fx_peak.h include/ags/audio/task/ags_reset_note.h include/ags/audio/task/ags_reset_recall_staging.h include/ags/audio/task/ags_resize_audio.h include/ags/audio/task/ags_seek_soundcard.h include/ags/audio/task/ags_set_audio_channels.h include/ags/audio/task/ags_set_backlog.h include/ags/audio/task/ags_set_buffer_size.h include/ags/audio/task/ags_set_device.h include/ags/audio/task/ags_set_format.h include/ags/audio/task/ags_set_muted.h include/ags/audio/task/ags_set_presets.h include/ags/audio/task/ags_set_samplerate.h include/ags/audio/task/ags_start_audio.h include/ags/audio/task/ags_start_channel.h include/ags/audio/task/ags_start_sequencer.h include/ags/audio/task/ags_start_soundcard.h include/ags/audio/task/ags_stop_sequencer.h include/ags/audio/task/ags_stop_soundcard.h include/ags/audio/task/ags_stop_thread.h include/ags/audio/task/ags_switch_buffer_flag.h include/ags/audio/task/ags_tic_device.h include/ags/audio/task/ags_toggle_pattern_bit.h include/ags/audio/thread/ags_audio_loop.h include/ags/audio/thread/ags_audio_thread.h include/ags/audio/thread/ags_channel_thread.h include/ags/audio/thread/ags_export_thread.h include/ags/audio/thread/ags_sequencer_thread.h include/ags/audio/thread/ags_sf2_loader.h include/ags/audio/thread/ags_sf2_midi_locale_loader.h include/ags/audio/thread/ags_sfz_instrument_loader.h include/ags/audio/thread/ags_sfz_loader.h include/ags/audio/thread/ags_soundcard_thread.h include/ags/audio/thread/ags_wave_loader.h include/ags/audio/wasapi/ags_wasapi_devin.h include/ags/audio/wasapi/ags_wasapi_devout.h include/ags/file/ags_file.h include/ags/file/ags_file_id_ref.h include/ags/file/ags_file_launch.h include/ags/file/ags_file_link.h include/ags/file/ags_file_lookup.h include/ags/file/ags_file_util.h include/ags/lib/ags_buffer_util.h include/ags/lib/ags_complex.h include/ags/lib/ags_conversion.h include/ags/lib/ags_endian.h include/ags/lib/ags_function.h include/ags/lib/ags_log.h include/ags/lib/ags_math_util.h include/ags/lib/ags_regex.h include/ags/lib/ags_regex_util.h include/ags/lib/ags_solver_matrix.h include/ags/lib/ags_solver_polynomial.h include/ags/lib/ags_solver_vector.h include/ags/lib/ags_string_util.h include/ags/lib/ags_time.h include/ags/lib/ags_turtle.h include/ags/lib/ags_turtle_manager.h include/ags/lib/ags_uuid.h include/ags/libags-audio.h include/ags/libags-gui.h include/ags/libags.h include/ags/object/ags_applicable.h include/ags/object/ags_application_context.h include/ags/object/ags_config.h include/ags/object/ags_connectable.h include/ags/object/ags_countable.h include/ags/object/ags_cursor.h include/ags/object/ags_globals.h include/ags/object/ags_macros.h include/ags/object/ags_main_loop.h include/ags/object/ags_marshal.h include/ags/object/ags_mutable.h include/ags/object/ags_plugin.h include/ags/object/ags_portlet.h include/ags/object/ags_priority.h include/ags/object/ags_seekable.h include/ags/object/ags_sequencer.h include/ags/object/ags_sound_server.h include/ags/object/ags_soundcard.h include/ags/object/ags_tactable.h include/ags/plugin/ags_base_plugin.h include/ags/plugin/ags_dssi_manager.h include/ags/plugin/ags_dssi_plugin.h include/ags/plugin/ags_ladspa_conversion.h include/ags/plugin/ags_ladspa_manager.h include/ags/plugin/ags_ladspa_plugin.h include/ags/plugin/ags_lv2_conversion.h include/ags/plugin/ags_lv2_event_manager.h include/ags/plugin/ags_lv2_log_manager.h include/ags/plugin/ags_lv2_manager.h include/ags/plugin/ags_lv2_option_manager.h include/ags/plugin/ags_lv2_plugin.h include/ags/plugin/ags_lv2_preset.h include/ags/plugin/ags_lv2_preset_manager.h include/ags/plugin/ags_lv2_turtle_parser.h include/ags/plugin/ags_lv2_turtle_scanner.h include/ags/plugin/ags_lv2_uri_map_manager.h include/ags/plugin/ags_lv2_urid_manager.h include/ags/plugin/ags_lv2_worker.h include/ags/plugin/ags_lv2_worker_manager.h include/ags/plugin/ags_lv2ui_manager.h include/ags/plugin/ags_lv2ui_plugin.h include/ags/plugin/ags_plugin_port.h include/ags/plugin/ags_plugin_stock.h include/ags/server/ags_registry.h include/ags/server/ags_server.h include/ags/server/ags_server_application_context.h include/ags/server/ags_server_status.h include/ags/server/ags_service_provider.h include/ags/server/controller/ags_controller.h include/ags/server/controller/ags_front_controller.h include/ags/server/controller/ags_plugin_controller.h include/ags/server/security/ags_auth_security_context.h include/ags/server/security/ags_authentication.h include/ags/server/security/ags_authentication_manager.h include/ags/server/security/ags_business_group.h include/ags/server/security/ags_business_group_manager.h include/ags/server/security/ags_certificate.h include/ags/server/security/ags_certificate_manager.h include/ags/server/security/ags_password_store.h include/ags/server/security/ags_password_store_manager.h include/ags/server/security/ags_security_context.h include/ags/server/security/ags_xml_authentication.h include/ags/server/security/ags_xml_business_group.h include/ags/server/security/ags_xml_certificate.h include/ags/server/security/ags_xml_password_store.h include/ags/thread/ags_concurrency_provider.h include/ags/thread/ags_destroy_worker.h include/ags/thread/ags_generic_main_loop.h include/ags/thread/ags_message_delivery.h include/ags/thread/ags_message_envelope.h include/ags/thread/ags_message_queue.h include/ags/thread/ags_returnable_thread.h include/ags/thread/ags_task.h include/ags/thread/ags_task_completion.h include/ags/thread/ags_task_launcher.h include/ags/thread/ags_thread.h include/ags/thread/ags_thread_application_context.h include/ags/thread/ags_thread_pool.h include/ags/thread/ags_timestamp.h include/ags/thread/ags_worker_thread.h include/ags/util/ags_destroy_util.h include/ags/util/ags_id_generator.h include/ags/util/ags_list_util.h include/ags/util/ags_soundcard_helper.h include/ags/widget/ags_cartesian.h include/ags/widget/ags_dial.h include/ags/widget/ags_expander.h include/ags/widget/ags_expander_set.h include/ags/widget/ags_indicator.h include/ags/widget/ags_led.h include/ags/widget/ags_led_array.h include/ags/widget/ags_level.h include/ags/widget/ags_level_box.h include/ags/widget/ags_notebook.h include/ags/widget/ags_piano.h include/ags/widget/ags_piano_keys.h include/ags/widget/ags_ruler.h include/ags/widget/ags_scale.h include/ags/widget/ags_scale_box.h include/ags/widget/ags_scrolled_level_box.h include/ags/widget/ags_scrolled_piano.h include/ags/widget/ags_scrolled_scale_box.h include/ags/widget/ags_tempo.h include/ags/widget/ags_widget_marshal.h lib/libags.so lib/libags.so.6 lib/libags.so.6.0.0 lib/libags_audio.so lib/libags_audio.so.6 lib/libags_audio.so.6.0.0 lib/libags_gui.so lib/libags_gui.so.6 lib/libags_gui.so.6.0.0 lib/libags_server.so lib/libags_server.so.6 lib/libags_server.so.6.0.0 lib/libags_thread.so lib/libags_thread.so.6 lib/libags_thread.so.6.0.0 lib/libgsequencer.so lib/libgsequencer.so.0 lib/libgsequencer.so.0.0.1 libdata/pkgconfig/libags.pc libdata/pkgconfig/libags_audio.pc libdata/pkgconfig/libags_gui.pc libdata/pkgconfig/libgsequencer.pc -man/man1/gsequencer.1.gz -man/man1/midi2xml.1.gz share/applications/gsequencer.desktop %%DATADIR%%/icons/ags.png %%DATADIR%%/icons/ags.xpm %%DATADIR%%/icons/jumper.png %%DATADIR%%/images/ags.png %%DATADIR%%/images/gsequencer-800x450.png %%DATADIR%%/styles/ags.css share/icons/hicolor/128x128/apps/gsequencer.png share/icons/hicolor/32x32/apps/gsequencer.png share/icons/hicolor/48x48/apps/gsequencer.png share/icons/hicolor/64x64/apps/gsequencer.png share/icons/hicolor/scalable/apps/gsequencer.svg share/locale/de/LC_MESSAGES/gsequencer.mo share/locale/fr/LC_MESSAGES/gsequencer.mo share/locale/it/LC_MESSAGES/gsequencer.mo share/locale/pl/LC_MESSAGES/gsequencer.mo +share/man/man1/gsequencer.1.gz +share/man/man1/midi2xml.1.gz share/metainfo/org.nongnu.gsequencer.gsequencer.appdata.xml share/mime/packages/gsequencer.xml share/xml/gsequencer/schema/dtd/%%PORTVERSION%%/ags_file.dtd share/xml/gsequencer/schema/dtd/%%PORTVERSION%%/ags_midi_file.dtd share/xml/gsequencer/schema/dtd/%%PORTVERSION%%/ags_osc_file.dtd share/xml/gsequencer/schema/dtd/%%PORTVERSION%%/ags_simple_file.dtd share/xml/gsequencer/stylesheet/ags-xsl/midi-xml/ags-simple.xsl share/xml/gsequencer/stylesheet/ags-xsl/midi-xml/ags.xsl diff --git a/audio/gtick/Makefile b/audio/gtick/Makefile index 83527ee275df..9d97f743883c 100644 --- a/audio/gtick/Makefile +++ b/audio/gtick/Makefile @@ -1,31 +1,32 @@ PORTNAME= gtick PORTVERSION= 0.5.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.antcom.de/gtick/download/ MAINTAINER= martymac@FreeBSD.org COMMENT= Metronome application WWW= https://www.antcom.de/gtick/ LICENSE= GPLv3 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libsndfile.so:audio/libsndfile \ libpulse-simple.so:audio/pulseaudio USES= desktop-file-utils gnome pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GNOME= cairo gtk20 LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure .include diff --git a/audio/gtick/pkg-plist b/audio/gtick/pkg-plist index 553b754d6b9f..f121ad6774da 100644 --- a/audio/gtick/pkg-plist +++ b/audio/gtick/pkg-plist @@ -1,36 +1,36 @@ bin/gtick -man/man1/gtick.1.gz +share/appdata/gtick.appdata.xml share/applications/gtick.desktop share/icons/hicolor/64x64/apps/gtick.xpm -share/appdata/gtick.appdata.xml +share/man/man1/gtick.1.gz share/pixmaps/gtick_32x32.xpm %%NLS%%share/locale/af/LC_MESSAGES/gtick.mo %%NLS%%share/locale/ca/LC_MESSAGES/gtick.mo %%NLS%%share/locale/cs/LC_MESSAGES/gtick.mo %%NLS%%share/locale/da/LC_MESSAGES/gtick.mo %%NLS%%share/locale/de/LC_MESSAGES/gtick.mo %%NLS%%share/locale/en@boldquot/LC_MESSAGES/gtick.mo %%NLS%%share/locale/en@quot/LC_MESSAGES/gtick.mo %%NLS%%share/locale/eo/LC_MESSAGES/gtick.mo %%NLS%%share/locale/es/LC_MESSAGES/gtick.mo %%NLS%%share/locale/eu/LC_MESSAGES/gtick.mo %%NLS%%share/locale/fa/LC_MESSAGES/gtick.mo %%NLS%%share/locale/fi/LC_MESSAGES/gtick.mo %%NLS%%share/locale/fr/LC_MESSAGES/gtick.mo %%NLS%%share/locale/ga/LC_MESSAGES/gtick.mo %%NLS%%share/locale/gl/LC_MESSAGES/gtick.mo %%NLS%%share/locale/hu/LC_MESSAGES/gtick.mo %%NLS%%share/locale/id/LC_MESSAGES/gtick.mo %%NLS%%share/locale/it/LC_MESSAGES/gtick.mo %%NLS%%share/locale/ko/LC_MESSAGES/gtick.mo %%NLS%%share/locale/nl/LC_MESSAGES/gtick.mo %%NLS%%share/locale/pl/LC_MESSAGES/gtick.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/gtick.mo %%NLS%%share/locale/ro/LC_MESSAGES/gtick.mo %%NLS%%share/locale/ru/LC_MESSAGES/gtick.mo %%NLS%%share/locale/sk/LC_MESSAGES/gtick.mo %%NLS%%share/locale/sr/LC_MESSAGES/gtick.mo %%NLS%%share/locale/sv/LC_MESSAGES/gtick.mo %%NLS%%share/locale/uk/LC_MESSAGES/gtick.mo %%NLS%%share/locale/vi/LC_MESSAGES/gtick.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gtick.mo diff --git a/audio/harp/Makefile b/audio/harp/Makefile index 275f6c251cf2..fc50856dbf50 100644 --- a/audio/harp/Makefile +++ b/audio/harp/Makefile @@ -1,62 +1,63 @@ PORTNAME= harp PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= heckendorfc@gmail.com COMMENT= Minimalist audio player WWW= https://github.com/heckendorfc/harp LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= heckendorfc USES= cmake sqlite USE_LDCONFIG= yes +CMAKE_ARGS= -DINSTALL_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= AAC FLAC MP3 SHOUTCAST VORBIS DOCS OPTIONS_SINGLE= AUDIO_OUT OPTIONS_SINGLE_AUDIO_OUT= JACK OSS PULSEAUDIO OPTIONS_DEFAULT= AAC FLAC MP3 OSS SHOUTCAST VORBIS OPTIONS_SUB= yes PORTDOCS= README AAC_LIB_DEPENDS= libfaad.so:audio/faad AAC_CMAKE_ON= -DWITH_AAC:BOOL=ON AAC_CMAKE_OFF= -DWITH_AAC:BOOL=OFF FLAC_LIB_DEPENDS= libFLAC.so:audio/flac FLAC_CMAKE_ON= -DWITH_FLAC:BOOL=ON FLAC_CMAKE_OFF= -DWITH_FLAC:BOOL=OFF MP3_LIB_DEPENDS+= libmpg123.so:audio/mpg123 MP3_CMAKE_ON= -DWITH_MP3:BOOL=ON MP3_CMAKE_OFF= -DWITH_MP3:BOOL=OFF SHOUTCAST_CMAKE_ON= -DWITH_STREAM:BOOL=ON SHOUTCAST_CMAKE_OFF= -DWITH_STREAM:BOOL=OFF VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis VORBIS_CMAKE_ON= -DWITH_VORBIS:BOOL=ON VORBIS_CMAKE_OFF= -DWITH_VORBIS:BOOL=OFF OSS_CMAKE_ON= -DWITH_OSS:BOOL=ON OSS_CMAKE_OFF= -DWITH_OSS:BOOL=OFF JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_LIB_DEPENDS+= libsamplerate.so:audio/libsamplerate JACK_CMAKE_ON= -DWITH_JACK:BOOL=ON JACK_CMAKE_OFF= -DWITH_JACK:BOOL=OFF PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_ON= -DWITH_PULSE:BOOL=ON PULSEAUDIO_CMAKE_OFF= -DWITH_PULSE:BOOL=OFF post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/audio/harp/pkg-plist b/audio/harp/pkg-plist index 714ee0eea800..5dd7a79b1460 100644 --- a/audio/harp/pkg-plist +++ b/audio/harp/pkg-plist @@ -1,5 +1,5 @@ bin/harp -man/man1/harp.1.gz %%DATADIR%%/create.sql %%DATADIR%%/defaults.conf +share/man/man1/harp.1.gz @dir %%DATADIR%% diff --git a/audio/jack-keyboard/Makefile b/audio/jack-keyboard/Makefile index f4389360c23c..3ae0127970c8 100644 --- a/audio/jack-keyboard/Makefile +++ b/audio/jack-keyboard/Makefile @@ -1,26 +1,30 @@ PORTNAME= jack-keyboard DISTVERSION= 2.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF \ http://home.selasky.org:8192/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Virtual keyboard for JACK MIDI WWW= https://jack-keyboard.sourceforge.net/ LICENSE= BSD2CLAUSE LIB_DEPENDS= libjack.so:audio/jack USE_GNOME= gtk20 USES= cmake gnome OPTIONS_DEFINE= LASH OPTIONS_DEFAULT= LASH LASH_LIB_DEPENDS= liblash.so:audio/lash LASH_CMAKE_ON= -DLashEnable:BOOL=On LASH_CMAKE_OFF= -DLashEnable:BOOL=Off +post-patch: + ${REINPLACE_CMD} -e 's|DESTINATION man/man1|DESTINATION share/man/man1|' \ + ${WRKSRC}/CMakeLists.txt + .include diff --git a/audio/jack-keyboard/pkg-plist b/audio/jack-keyboard/pkg-plist index f2328e65722f..9078cc4f8172 100644 --- a/audio/jack-keyboard/pkg-plist +++ b/audio/jack-keyboard/pkg-plist @@ -1,4 +1,4 @@ bin/jack-keyboard -man/man1/jack-keyboard.1.gz -share/pixmaps/jack-keyboard.png share/applications/jack-keyboard.desktop +share/man/man1/jack-keyboard.1.gz +share/pixmaps/jack-keyboard.png diff --git a/audio/jack-smf-utils/Makefile b/audio/jack-smf-utils/Makefile index ede51773a3bf..bf86274ba37f 100644 --- a/audio/jack-smf-utils/Makefile +++ b/audio/jack-smf-utils/Makefile @@ -1,23 +1,25 @@ PORTNAME= jack-smf-utils PORTVERSION= 1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Standard MIDI File file player and recorder for JACK MIDI WWW= https://jack-smf-utils.sourceforge.net/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjack.so:audio/jack \ liblash.so:audio/lash USES= gnome pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + USE_GNOME= glib20 CONFLICTS_INSTALL= libsmf # bin/smfsh .include diff --git a/audio/jack-smf-utils/pkg-plist b/audio/jack-smf-utils/pkg-plist index f91da940846f..f112f8954184 100644 --- a/audio/jack-smf-utils/pkg-plist +++ b/audio/jack-smf-utils/pkg-plist @@ -1,5 +1,5 @@ bin/smfsh bin/jack-smf-player bin/jack-smf-recorder -man/man1/jack-smf-player.1.gz -man/man1/jack-smf-recorder.1.gz +share/man/man1/jack-smf-player.1.gz +share/man/man1/jack-smf-recorder.1.gz diff --git a/audio/jalv-select/Makefile b/audio/jalv-select/Makefile index 5e12cdf3f847..29cf06733d60 100644 --- a/audio/jalv-select/Makefile +++ b/audio/jalv-select/Makefile @@ -1,36 +1,36 @@ PORTNAME= jalv-select DISTVERSIONPREFIX= v DISTVERSION= 1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Little app to select lv2 plugins to run with jalv WWW= https://github.com/brummer10/jalv_select LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ liblilv-0.so:audio/lilv \ libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom RUN_DEPENDS= gawk:lang/gawk \ jalv:audio/jalv USES= compiler:c++11-lang gettext-runtime gmake gnome pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= brummer10 GH_PROJECT= jalv_select USE_GNOME= atk atkmm cairo gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango pangomm USE_XORG= x11 -MAKE_ARGS= MAN_DIR=${PREFIX}/man/man1 +MAKE_ARGS= MAN_DIR=${PREFIX}/share/man/man1 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jalv.select .include diff --git a/audio/jalv-select/pkg-plist b/audio/jalv-select/pkg-plist index 5eb7b1511f6f..4a7358d0ecb2 100644 --- a/audio/jalv-select/pkg-plist +++ b/audio/jalv-select/pkg-plist @@ -1,8 +1,8 @@ bin/jalv.select -man/man1/jalv.select.1.gz -man/man1/jalv.select.fr.1.gz share/applications/jalv.select.desktop share/locale/de_DE/LC_MESSAGES/jalv.select.mo share/locale/fr_FR/LC_MESSAGES/jalv.select.mo +share/man/man1/jalv.select.1.gz +share/man/man1/jalv.select.fr.1.gz share/pixmaps/lv2.png share/pixmaps/lv2_16.png diff --git a/audio/juke/Makefile b/audio/juke/Makefile index b8de1838c9ef..fc84d1d66931 100644 --- a/audio/juke/Makefile +++ b/audio/juke/Makefile @@ -1,22 +1,24 @@ PORTNAME= juke PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.moll.no/oyvind/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple (n)curses based juke box program USES= ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SUB_FILES= pkg-message OPTIONS_DEFINE= VI_BINDINGS VI_BINDINGS_DESC= Use vi-like key bindings VI_BINDINGS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-vi post-install: ${INSTALL_DATA} ${WRKSRC}/juke.conf ${STAGEDIR}${PREFIX}/etc/juke.conf.sample .include diff --git a/audio/juke/pkg-plist b/audio/juke/pkg-plist index 69fd2d3abf24..8b78c54863dd 100644 --- a/audio/juke/pkg-plist +++ b/audio/juke/pkg-plist @@ -1,3 +1,3 @@ bin/juke @sample etc/juke.conf.sample -man/man1/juke.1.gz +share/man/man1/juke.1.gz diff --git a/audio/julius/Makefile b/audio/julius/Makefile index a324b1a72c3e..ca1e3194d0c8 100644 --- a/audio/julius/Makefile +++ b/audio/julius/Makefile @@ -1,42 +1,43 @@ PORTNAME= julius PORTVERSION= 4.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= OSDN/julius MAINTAINER= numisemis@yahoo.com COMMENT= Large Vocabulary Continuous Speech Recognition Engine WWW= https://github.com/julius-speech/julius BUILD_DEPENDS= ja-p5-Jcode>=0:japanese/p5-Jcode RUN_DEPENDS= ja-p5-Jcode>=0:japanese/p5-Jcode GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USES= iconv perl5 shebangfix SHEBANG_FILES= jclient-perl/jclient.pl CONFLICTS_INSTALL= generate # bin/generate bin/julius CONFIGURE_ENV= ac_cv_path_PERL=${PERL} CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -Wno-return-type LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} post-configure: @${FIND} ${WRKSRC} -type f -name Makefile | ${XARGS} ${REINPLACE_CMD} -E \ -e "s|INSTALL=(\.\./)+|INSTALL=install|" \ -e "s|install -s|install|; s|-m 555|-m 755|g" \ -e "s,\{(bin|lib|include|man)dir,\(DESTDIR\)$$&,g" \ -e "/(INSTALL|install)/ s,\{exec_prefix,\(DESTDIR\)$$&,g" @${REINPLACE_CMD} -E -e "s|man1/ja|ja/man1|" \ -e "s| /usr/local| ${STAGEDIR}${PREFIX}|g" \ ${WRKSRC}/man/Makefile post-install: .for file in accept_check adinrec adintool dfa_determinize dfa_minimize \ generate-ngram generate jcontrol julius mkbingram mkbinhmm mkbinhmmlist mkfa \ mkss nextword @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file} .endfor .include diff --git a/audio/julius/pkg-plist b/audio/julius/pkg-plist index 1c8fc3744966..2ae6010de63d 100644 --- a/audio/julius/pkg-plist +++ b/audio/julius/pkg-plist @@ -1,99 +1,99 @@ @mode 555 bin/accept_check bin/adinrec bin/adintool bin/dfa_determinize bin/dfa_minimize bin/generate-ngram bin/generate bin/gram2sapixml.pl bin/jclient.pl bin/jcontrol bin/julius bin/libjulius-config bin/libsent-config bin/mkbingram bin/mkbinhmm bin/mkbinhmmlist bin/mkdfa.pl bin/mkfa bin/mkgshmm bin/mkss bin/nextword bin/yomi2voca.pl @mode include/julius/acconfig.h include/julius/beam.h include/julius/callback.h include/julius/config.h include/julius/define.h include/julius/extern.h include/julius/global.h include/julius/graph.h include/julius/jconf.h include/julius/jfunc.h include/julius/julius.h include/julius/juliuslib.h include/julius/misc.h include/julius/multi-gram.h include/julius/plugin.h include/julius/recog.h include/julius/search.h include/julius/trellis.h include/julius/useropt.h include/julius/wchmm.h include/sent/adin.h include/sent/config.h include/sent/dfa.h include/sent/hmm.h include/sent/hmm_calc.h include/sent/htk_defs.h include/sent/htk_hmm.h include/sent/htk_param.h include/sent/machines.h include/sent/mfcc.h include/sent/ngram2.h include/sent/ptree.h include/sent/speech.h include/sent/stddefs.h include/sent/tcpip.h include/sent/util.h include/sent/vocabulary.h lib/libjulius.a lib/libsent.a -man/ja/man1/accept_check.1.gz -man/ja/man1/adinrec.1.gz -man/ja/man1/adintool.1.gz -man/ja/man1/dfa_determinize.1.gz -man/ja/man1/dfa_minimize.1.gz -man/ja/man1/generate-ngram.1.gz -man/ja/man1/generate.1.gz -man/ja/man1/gram2sapixml.pl.1.gz -man/ja/man1/jclient.pl.1.gz -man/ja/man1/jcontrol.1.gz -man/ja/man1/julius.1.gz -man/ja/man1/mkbingram.1.gz -man/ja/man1/mkbinhmm.1.gz -man/ja/man1/mkbinhmmlist.1.gz -man/ja/man1/mkdfa.pl.1.gz -man/ja/man1/mkgshmm.1.gz -man/ja/man1/mkss.1.gz -man/ja/man1/nextword.1.gz -man/man1/accept_check.1.gz -man/man1/adinrec.1.gz -man/man1/adintool.1.gz -man/man1/dfa_determinize.1.gz -man/man1/dfa_minimize.1.gz -man/man1/generate-ngram.1.gz -man/man1/generate.1.gz -man/man1/gram2sapixml.pl.1.gz -man/man1/jclient.pl.1.gz -man/man1/jcontrol.1.gz -man/man1/julius.1.gz -man/man1/mkbingram.1.gz -man/man1/mkbinhmm.1.gz -man/man1/mkbinhmmlist.1.gz -man/man1/mkdfa.pl.1.gz -man/man1/mkgshmm.1.gz -man/man1/mkss.1.gz -man/man1/nextword.1.gz +share/man/ja/man1/accept_check.1.gz +share/man/ja/man1/adinrec.1.gz +share/man/ja/man1/adintool.1.gz +share/man/ja/man1/dfa_determinize.1.gz +share/man/ja/man1/dfa_minimize.1.gz +share/man/ja/man1/generate-ngram.1.gz +share/man/ja/man1/generate.1.gz +share/man/ja/man1/gram2sapixml.pl.1.gz +share/man/ja/man1/jclient.pl.1.gz +share/man/ja/man1/jcontrol.1.gz +share/man/ja/man1/julius.1.gz +share/man/ja/man1/mkbingram.1.gz +share/man/ja/man1/mkbinhmm.1.gz +share/man/ja/man1/mkbinhmmlist.1.gz +share/man/ja/man1/mkdfa.pl.1.gz +share/man/ja/man1/mkgshmm.1.gz +share/man/ja/man1/mkss.1.gz +share/man/ja/man1/nextword.1.gz +share/man/man1/accept_check.1.gz +share/man/man1/adinrec.1.gz +share/man/man1/adintool.1.gz +share/man/man1/dfa_determinize.1.gz +share/man/man1/dfa_minimize.1.gz +share/man/man1/generate-ngram.1.gz +share/man/man1/generate.1.gz +share/man/man1/gram2sapixml.pl.1.gz +share/man/man1/jclient.pl.1.gz +share/man/man1/jcontrol.1.gz +share/man/man1/julius.1.gz +share/man/man1/mkbingram.1.gz +share/man/man1/mkbinhmm.1.gz +share/man/man1/mkbinhmmlist.1.gz +share/man/man1/mkdfa.pl.1.gz +share/man/man1/mkgshmm.1.gz +share/man/man1/mkss.1.gz +share/man/man1/nextword.1.gz diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index e10debafcd50..3bd6832d5168 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -1,116 +1,116 @@ PORTNAME= kid3 PORTVERSION= 3.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= jhale@FreeBSD.org COMMENT= Audio file tag editor WWW= https://kid3.kde.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl LIB_DEPENDS= libtag.so:audio/taglib FLAVORS= qt5 qt6 kf5 FLAVOR?= ${FLAVORS:[1]} USES= cmake compiler:c++11-lang desktop-file-utils gnome pkgconfig \ tar:xz USE_GNOME= libxslt:build USE_LDCONFIG= yes CMAKE_ARGS= -DWITH_DOCBOOKDIR="${LOCALBASE}/share/xsl/docbook" \ -DWITH_LIBDIR=lib \ - -DWITH_MANDIR=man \ + -DWITH_MANDIR=share/man \ -DWITH_PLUGINSDIR=lib/kid3 \ -DFFMPEG_ROOT="${LOCALBASE}" \ -DWITH_APPS="${KID3_APPS:S/ /;/gW}" CMAKE_OFF= WITH_ID3LIB \ WITH_MP4V2 \ WITH_QML CMAKE_ON= WITH_TAGLIB PLIST_SUB+= SHLIB_VER=${PORTVERSION} .if ${FLAVOR} == qt5 USES+= qt:5 USE_QT= core dbus gui multimedia network xml widgets \ buildtools:build linguisttools:build qmake:build CMAKE_OFF+= BUILD_WITH_QT6 PLIST_SUB+= KF5="@comment " \ QT="" \ QT_SUFX="-qt" KID3_APPS+= QT .elif ${FLAVOR} == qt6 USES+= gl qt:6 USE_GL= opengl USE_QT= base multimedia tools:build CMAKE_ON+= BUILD_WITH_QT6 PLIST_SUB+= KF5="@comment " \ QT="" \ QT_SUFX="-qt" KID3_APPS+= QT .elif ${FLAVOR} == kf5 USES+= kde:5 qt:5 USE_KDE= auth codecs config configwidgets coreaddons kio \ service widgetsaddons xmlgui doctools:build ecm:build USE_QT= concurrent core dbus gui multimedia network xml widgets \ buildtools:build linguisttools:build qmake:build CMAKE_OFF+= BUILD_WITH_QT6 PLIST_SUB+= KF5="" \ QT="@comment " \ QT_SUFX="" KID3_APPS+= KDE .endif .for f in ${FLAVORS} . if ${FLAVOR} != ${f} CONFLICTS_INSTALL+= kid3-${f} . endif .endfor OPTIONS_DEFINE= CLI ACOUSTID FLAC VORBIS TEST OPTIONS_DEFAULT= CLI ACOUSTID FLAC VORBIS OPTIONS_SUB= yes NO_OPTIONS_SORT= yes ACOUSTID_LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ libavcodec.so:multimedia/ffmpeg ACOUSTID_CMAKE_BOOL= WITH_CHROMAPRINT WITH_FFMPEG CLI_DESC= Build and install command line utility CLI_USES= python:test readline CLI_VARS= KID3_APPS+=CLI FLAC_LIB_DEPENDS= libFLAC.so:audio/flac FLAC_CMAKE_BOOL= WITH_FLAC FLAC_IMPLIES= VORBIS TEST_USE= LOCALE=en_US.UTF-8 .if ${FLAVOR} == qt5 || ${FLAVOR} == kf5 TEST_USE+= QT=testlib:build .endif TEST_CMAKE_BOOL= BUILD_TESTING TEST_TARGET= # define to override CMAKE_ARGS from Uses/kde.mk TEST_WRKSRC= ${BUILD_WRKSRC}/src/test TEST_VARS= KID3_APPS+=TEST VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg VORBIS_CMAKE_BOOL= WITH_VORBIS .include pre-test: @${CP} ${WRKSRC}/src/test/*.py ${TEST_WRKSRC} do-test: -@(cd ${TEST_WRKSRC}; ${SETENV} ${TEST_ENV} ./kid3-test) do-test-CLI-on: -@(cd ${TEST_WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHON_CMD} test_cli_functions.py) .include diff --git a/audio/kid3/pkg-plist b/audio/kid3/pkg-plist index 0a70bddeecdd..ccad2eacd0d5 100644 --- a/audio/kid3/pkg-plist +++ b/audio/kid3/pkg-plist @@ -1,107 +1,107 @@ bin/kid3%%QT_SUFX%% %%CLI%%bin/kid3-cli lib/libkid3-core.so lib/libkid3-gui.so %%ACOUSTID%%lib/kid3/libacoustidimport.so lib/kid3/libamazonimport.so lib/kid3/libdiscogsimport.so lib/kid3/libfreedbimport.so lib/kid3/libmusicbrainzimport.so %%VORBIS%%lib/kid3/liboggflacmetadata.so lib/kid3/libtaglibmetadata.so -%%CLI%%man/ca/man1/kid3-cli.1.gz -%%QT%%man/ca/man1/kid3-qt.1.gz -man/ca/man1/kid3.1.gz -%%CLI%%man/de/man1/kid3-cli.1.gz -%%QT%%man/de/man1/kid3-qt.1.gz -man/de/man1/kid3.1.gz -%%CLI%%man/it/man1/kid3-cli.1.gz -%%QT%%man/it/man1/kid3-qt.1.gz -man/it/man1/kid3.1.gz -%%CLI%%man/man1/kid3-cli.1.gz -%%QT%%man/man1/kid3-qt.1.gz -man/man1/kid3.1.gz -%%CLI%%man/nl/man1/kid3-cli.1.gz -%%QT%%man/nl/man1/kid3-qt.1.gz -man/nl/man1/kid3.1.gz -%%CLI%%man/pt/man1/kid3-cli.1.gz -%%QT%%man/pt/man1/kid3-qt.1.gz -man/pt/man1/kid3.1.gz -%%CLI%%man/ru/man1/kid3-cli.1.gz -%%QT%%man/ru/man1/kid3-qt.1.gz -man/ru/man1/kid3.1.gz -%%CLI%%man/sv/man1/kid3-cli.1.gz -%%QT%%man/sv/man1/kid3-qt.1.gz -man/sv/man1/kid3.1.gz -%%CLI%%man/uk/man1/kid3-cli.1.gz -%%QT%%man/uk/man1/kid3-qt.1.gz -man/uk/man1/kid3.1.gz share/applications/org.kde.kid3%%QT_SUFX%%.desktop %%KF5%%share/dbus-1/interfaces/org.kde.Kid3.xml %%KF5%%share/doc/HTML/ca/kid3/index.cache.bz2 %%KF5%%share/doc/HTML/ca/kid3/index.docbook %%KF5%%share/doc/HTML/de/kid3/index.cache.bz2 %%KF5%%share/doc/HTML/de/kid3/index.docbook %%KF5%%share/doc/HTML/en/kid3/index.cache.bz2 %%KF5%%share/doc/HTML/en/kid3/index.docbook %%KF5%%share/doc/HTML/it/kid3/index.cache.bz2 %%KF5%%share/doc/HTML/it/kid3/index.docbook %%KF5%%share/doc/HTML/nl/kid3/index.cache.bz2 %%KF5%%share/doc/HTML/nl/kid3/index.docbook %%KF5%%share/doc/HTML/pt/kid3/index.cache.bz2 %%KF5%%share/doc/HTML/pt/kid3/index.docbook %%KF5%%share/doc/HTML/ru/kid3/index.cache.bz2 %%KF5%%share/doc/HTML/ru/kid3/index.docbook %%KF5%%share/doc/HTML/sv/kid3/index.cache.bz2 %%KF5%%share/doc/HTML/sv/kid3/index.docbook %%KF5%%share/doc/HTML/uk/kid3/index.cache.bz2 %%KF5%%share/doc/HTML/uk/kid3/index.docbook %%QT%%share/doc/kid3-qt/kid3_ca.html %%QT%%share/doc/kid3-qt/kid3_de.html %%QT%%share/doc/kid3-qt/kid3_en.html %%QT%%share/doc/kid3-qt/kid3_it.html %%QT%%share/doc/kid3-qt/kid3_nl.html %%QT%%share/doc/kid3-qt/kid3_pt.html %%QT%%share/doc/kid3-qt/kid3_sv.html %%QT%%share/doc/kid3-qt/kid3_uk.html share/icons/hicolor/128x128/apps/kid3%%QT_SUFX%%.png share/icons/hicolor/16x16/apps/kid3%%QT_SUFX%%.png share/icons/hicolor/32x32/apps/kid3%%QT_SUFX%%.png share/icons/hicolor/48x48/apps/kid3%%QT_SUFX%%.png share/icons/hicolor/64x64/apps/kid3%%QT_SUFX%%.png %%QT%%share/icons/hicolor/scalable/apps/kid3-qt.svg %%KF5%%share/icons/hicolor/scalable/apps/kid3.svgz %%KF5%%share/kxmlgui5/kid3/kid3ui.rc +%%CLI%%share/man/ca/man1/kid3-cli.1.gz +%%QT%%share/man/ca/man1/kid3-qt.1.gz +share/man/ca/man1/kid3.1.gz +%%CLI%%share/man/de/man1/kid3-cli.1.gz +%%QT%%share/man/de/man1/kid3-qt.1.gz +share/man/de/man1/kid3.1.gz +%%CLI%%share/man/it/man1/kid3-cli.1.gz +%%QT%%share/man/it/man1/kid3-qt.1.gz +share/man/it/man1/kid3.1.gz +%%CLI%%share/man/man1/kid3-cli.1.gz +%%QT%%share/man/man1/kid3-qt.1.gz +share/man/man1/kid3.1.gz +%%CLI%%share/man/nl/man1/kid3-cli.1.gz +%%QT%%share/man/nl/man1/kid3-qt.1.gz +share/man/nl/man1/kid3.1.gz +%%CLI%%share/man/pt/man1/kid3-cli.1.gz +%%QT%%share/man/pt/man1/kid3-qt.1.gz +share/man/pt/man1/kid3.1.gz +%%CLI%%share/man/ru/man1/kid3-cli.1.gz +%%QT%%share/man/ru/man1/kid3-qt.1.gz +share/man/ru/man1/kid3.1.gz +%%CLI%%share/man/sv/man1/kid3-cli.1.gz +%%QT%%share/man/sv/man1/kid3-qt.1.gz +share/man/sv/man1/kid3.1.gz +%%CLI%%share/man/uk/man1/kid3-cli.1.gz +%%QT%%share/man/uk/man1/kid3-qt.1.gz +share/man/uk/man1/kid3.1.gz %%DATADIR%%/translations/kid3_ca.qm %%DATADIR%%/translations/kid3_ca@valencia.qm %%DATADIR%%/translations/kid3_cs.qm %%DATADIR%%/translations/kid3_da.qm %%DATADIR%%/translations/kid3_de.qm %%DATADIR%%/translations/kid3_el.qm %%DATADIR%%/translations/kid3_en.qm %%DATADIR%%/translations/kid3_en_GB.qm %%DATADIR%%/translations/kid3_es.qm %%DATADIR%%/translations/kid3_et.qm %%DATADIR%%/translations/kid3_eu.qm %%DATADIR%%/translations/kid3_fi.qm %%DATADIR%%/translations/kid3_fr.qm %%DATADIR%%/translations/kid3_is.qm %%DATADIR%%/translations/kid3_it.qm %%DATADIR%%/translations/kid3_ko.qm %%DATADIR%%/translations/kid3_nl.qm %%DATADIR%%/translations/kid3_nn.qm %%DATADIR%%/translations/kid3_pl.qm %%DATADIR%%/translations/kid3_pt.qm %%DATADIR%%/translations/kid3_pt_BR.qm %%DATADIR%%/translations/kid3_ru.qm %%DATADIR%%/translations/kid3_sl.qm %%DATADIR%%/translations/kid3_sr.qm %%DATADIR%%/translations/kid3_sr@ijekavian.qm %%DATADIR%%/translations/kid3_sr@ijekavianlatin.qm %%DATADIR%%/translations/kid3_sr@latin.qm %%DATADIR%%/translations/kid3_sv.qm %%DATADIR%%/translations/kid3_tr.qm %%DATADIR%%/translations/kid3_uk.qm %%DATADIR%%/translations/kid3_zh_CN.qm %%DATADIR%%/translations/kid3_zh_TW.qm share/metainfo/org.kde.kid3%%QT_SUFX%%.appdata.xml diff --git a/audio/libgig/Makefile b/audio/libgig/Makefile index a2a241e484c6..d2c8b3e70a32 100644 --- a/audio/libgig/Makefile +++ b/audio/libgig/Makefile @@ -1,25 +1,27 @@ PORTNAME= libgig DISTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.linuxsampler.org/packages/ # dead?: SF/qsampler/${PORTNAME}/${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Gigasampler file loader library WWW= https://www.linuxsampler.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libuuid.so:misc/e2fsprogs-libuuid USES= compiler:c++11-lib gmake cpe libtool localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/libgig CPE_VENDOR= linuxsampler GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip .include diff --git a/audio/libgig/pkg-plist b/audio/libgig/pkg-plist index b8cfce37945f..933d7bc1c1f2 100644 --- a/audio/libgig/pkg-plist +++ b/audio/libgig/pkg-plist @@ -1,45 +1,45 @@ bin/akaidump bin/akaiextract bin/dlsdump bin/gig2mono bin/gig2stereo bin/gigdump bin/gigextract bin/gigmerge bin/korg2gig bin/korgdump bin/rifftree bin/sf2dump bin/sf2extract bin/wav2gig include/libgig/Akai.h include/libgig/DLS.h include/libgig/Korg.h include/libgig/RIFF.h include/libgig/SF.h include/libgig/Serialization.h include/libgig/gig.h lib/libgig/libakai.a lib/libgig/libakai.so lib/libgig/libakai.so.0 lib/libgig/libakai.so.0.0.0 lib/libgig/libgig.a lib/libgig/libgig.so lib/libgig/libgig.so.11 lib/libgig/libgig.so.11.0.0 libdata/pkgconfig/akai.pc libdata/pkgconfig/gig.pc -man/man1/akaidump.1.gz -man/man1/akaiextract.1.gz -man/man1/dlsdump.1.gz -man/man1/gig2mono.1.gz -man/man1/gig2stereo.1.gz -man/man1/gigdump.1.gz -man/man1/gigextract.1.gz -man/man1/gigmerge.1.gz -man/man1/korg2gig.1.gz -man/man1/korgdump.1.gz -man/man1/rifftree.1.gz -man/man1/sf2dump.1.gz -man/man1/sf2extract.1.gz -man/man1/wav2gig.1.gz +share/man/man1/akaidump.1.gz +share/man/man1/akaiextract.1.gz +share/man/man1/dlsdump.1.gz +share/man/man1/gig2mono.1.gz +share/man/man1/gig2stereo.1.gz +share/man/man1/gigdump.1.gz +share/man/man1/gigextract.1.gz +share/man/man1/gigmerge.1.gz +share/man/man1/korg2gig.1.gz +share/man/man1/korgdump.1.gz +share/man/man1/rifftree.1.gz +share/man/man1/sf2dump.1.gz +share/man/man1/sf2extract.1.gz +share/man/man1/wav2gig.1.gz diff --git a/audio/libltc/Makefile b/audio/libltc/Makefile index 1ce451b00cd4..da71e4de8ceb 100644 --- a/audio/libltc/Makefile +++ b/audio/libltc/Makefile @@ -1,23 +1,25 @@ PORTNAME= libltc DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Linear/Logitudinal Time Code (LTC) Library WWW= https://github.com/x42/libltc LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= x42 INSTALL_TARGET= install-strip .include diff --git a/audio/libltc/pkg-plist b/audio/libltc/pkg-plist index 39b456dcb0ac..761178ded7c9 100644 --- a/audio/libltc/pkg-plist +++ b/audio/libltc/pkg-plist @@ -1,7 +1,7 @@ include/ltc.h lib/libltc.a lib/libltc.so lib/libltc.so.11 lib/libltc.so.11.2.0 libdata/pkgconfig/ltc.pc -man/man3/ltc.h.3.gz +share/man/man3/ltc.h.3.gz diff --git a/audio/liboggz/Makefile b/audio/liboggz/Makefile index 44aa90b0d619..cbaad26701d5 100644 --- a/audio/liboggz/Makefile +++ b/audio/liboggz/Makefile @@ -1,31 +1,32 @@ PORTNAME= liboggz PORTVERSION= 1.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/liboggz/ \ https://ftp.osuosl.org/pub/xiph/releases/liboggz/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple Ogg API WWW= https://www.annodex.net/software/liboggz/html/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --program-transform-name="" --with-ogg=${LOCALBASE} CONFIGURE_ENV= DOCBOOKTOMAN=false HAVE_DOCBOOK2HTML=false HAVE_DOXYGEN=false HAVE_DOXYGEN=false GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool pathfix pkgconfig PORTDOCS= * post-patch: @${REINPLACE_CMD} -e '/-= timezone;/d' ${WRKSRC}/src/tools/oggz-chop/httpdate.c ${WRKSRC}/src/tools/oggz-chop/httpdate_test.c .include diff --git a/audio/liboggz/pkg-plist b/audio/liboggz/pkg-plist index 14d7928a67e6..676451641d99 100644 --- a/audio/liboggz/pkg-plist +++ b/audio/liboggz/pkg-plist @@ -1,44 +1,44 @@ bin/oggz bin/oggz-chop bin/oggz-codecs bin/oggz-comment bin/oggz-diff bin/oggz-dump bin/oggz-info bin/oggz-known-codecs bin/oggz-merge bin/oggz-rip bin/oggz-scan bin/oggz-sort bin/oggz-validate include/oggz/oggz.h include/oggz/oggz_comments.h include/oggz/oggz_constants.h include/oggz/oggz_deprecated.h include/oggz/oggz_io.h include/oggz/oggz_off_t.h include/oggz/oggz_off_t_generated.h include/oggz/oggz_packet.h include/oggz/oggz_read.h include/oggz/oggz_seek.h include/oggz/oggz_stream.h include/oggz/oggz_table.h include/oggz/oggz_write.h lib/liboggz.a lib/liboggz.so lib/liboggz.so.2 lib/liboggz.so.2.6.0 libdata/pkgconfig/oggz.pc -man/man1/oggz-chop.1.gz -man/man1/oggz-codecs.1.gz -man/man1/oggz-comment.1.gz -man/man1/oggz-diff.1.gz -man/man1/oggz-dump.1.gz -man/man1/oggz-info.1.gz -man/man1/oggz-known-codecs.1.gz -man/man1/oggz-merge.1.gz -man/man1/oggz-rip.1.gz -man/man1/oggz-scan.1.gz -man/man1/oggz-sort.1.gz -man/man1/oggz-validate.1.gz -man/man1/oggz.1.gz +share/man/man1/oggz-chop.1.gz +share/man/man1/oggz-codecs.1.gz +share/man/man1/oggz-comment.1.gz +share/man/man1/oggz-diff.1.gz +share/man/man1/oggz-dump.1.gz +share/man/man1/oggz-info.1.gz +share/man/man1/oggz-known-codecs.1.gz +share/man/man1/oggz-merge.1.gz +share/man/man1/oggz-rip.1.gz +share/man/man1/oggz-scan.1.gz +share/man/man1/oggz-sort.1.gz +share/man/man1/oggz-validate.1.gz +share/man/man1/oggz.1.gz diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index 4068e3c2b89e..31ad68bbf2dd 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -1,35 +1,37 @@ PORTNAME= libshout PORTVERSION= 2.4.6 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \ https://ftp.osuosl.org/pub/xiph/releases/libshout/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Connect and transmit data to an Icecast media streaming server WWW= https://icecast.org/ \ https://gitlab.xiph.org/xiph/icecast-libshout LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg USES= cpe gmake libtool pathfix pkgconfig ssl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip LDFLAGS+= -lcrypto USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS SPEEX THEORA VORBIS OPTIONS_DEFAULT=SPEEX THEORA VORBIS SPEEX_CONFIGURE_ENABLE= speex SPEEX_LIB_DEPENDS= libspeex.so:audio/speex THEORA_CONFIGURE_ENABLE=theora THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora vorbis_CONFIGURE_ENABLE=vorbis VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis .include diff --git a/audio/libshout/pkg-plist b/audio/libshout/pkg-plist index 977c2c185ed3..66719c08d5fe 100644 --- a/audio/libshout/pkg-plist +++ b/audio/libshout/pkg-plist @@ -1,14 +1,14 @@ bin/shout include/shout/shout.h lib/libshout.a lib/libshout.so lib/libshout.so.3 lib/libshout.so.3.2.0 libdata/pkgconfig/shout.pc -man/man1/shout.1.gz share/aclocal/shout.m4 %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/example.c %%PORTDOCS%%%%DOCSDIR%%/nonblocking.c +share/man/man1/shout.1.gz diff --git a/audio/libsmf/Makefile b/audio/libsmf/Makefile index 9f0d8fe4aa15..3fbaeaf4ffbf 100644 --- a/audio/libsmf/Makefile +++ b/audio/libsmf/Makefile @@ -1,21 +1,22 @@ PORTNAME= libsmf PORTVERSION= 1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Standard MIDI File format library WWW= https://github.com/nilsgey/libsmf LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= gnome libtool pathfix pkgconfig readline USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFLICTS_INSTALL= jack-smf-utils # bin/smfsh .include diff --git a/audio/libsmf/pkg-plist b/audio/libsmf/pkg-plist index 6c1e9518d112..fd23f0e27107 100644 --- a/audio/libsmf/pkg-plist +++ b/audio/libsmf/pkg-plist @@ -1,8 +1,8 @@ bin/smfsh include/smf.h lib/libsmf.a lib/libsmf.so lib/libsmf.so.0 lib/libsmf.so.0.0.0 libdata/pkgconfig/smf.pc -man/man1/smfsh.1.gz +share/man/man1/smfsh.1.gz diff --git a/audio/lingot/Makefile b/audio/lingot/Makefile index 764011e5ecf0..6930b998ca04 100644 --- a/audio/lingot/Makefile +++ b/audio/lingot/Makefile @@ -1,43 +1,44 @@ PORTNAME= lingot PORTVERSION= 1.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Musical instrument tuner WWW= https://www.nongnu.org/lingot/ LICENSE= GPLv2 USES= gmake gnome pkgconfig USE_GNOME= gtk30 gdkpixbuf2 cairo intltool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= DATADIRNAME="share" LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS NLS FFTW OPTIONS_GROUP= SOUND OPTIONS_GROUP_SOUND= ALSA JACK PULSEAUDIO OPTIONS_DEFAULT= JACK NLS FFTW OPTIONS_SUB= YES ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins ALSA_CONFIGURE_ENABLE= alsa JACK_LIB_DEPENDS= libjack.so:audio/jack \ libsamplerate.so:audio/libsamplerate JACK_CONFIGURE_ENABLE= jack FFTW_LIB_DEPENDS= libfftw3f.so:math/fftw3-float FFTW_CONFIGURE_ENABLE= libfftw PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include diff --git a/audio/lingot/pkg-plist b/audio/lingot/pkg-plist index 6a886dc0de7c..a1ec6f8f1bea 100644 --- a/audio/lingot/pkg-plist +++ b/audio/lingot/pkg-plist @@ -1,20 +1,20 @@ bin/lingot -man/man1/lingot.1.gz share/applications/org.nongnu.lingot.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS share/icons/hicolor/scalable/apps/org.nongnu.lingot.svg %%NLS%%share/locale/ca/LC_MESSAGES/lingot.mo %%NLS%%share/locale/cs/LC_MESSAGES/lingot.mo %%NLS%%share/locale/de/LC_MESSAGES/lingot.mo %%NLS%%share/locale/es/LC_MESSAGES/lingot.mo %%NLS%%share/locale/fr/LC_MESSAGES/lingot.mo %%NLS%%share/locale/gl/LC_MESSAGES/lingot.mo %%NLS%%share/locale/it/LC_MESSAGES/lingot.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/lingot.mo %%NLS%%share/locale/sv/LC_MESSAGES/lingot.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/lingot.mo +share/man/man1/lingot.1.gz share/metainfo/org.nongnu.lingot.appdata.xml diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile index f4dfd48659c8..96a031db6f5f 100644 --- a/audio/linuxsampler/Makefile +++ b/audio/linuxsampler/Makefile @@ -1,51 +1,53 @@ PORTNAME= linuxsampler DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://download.linuxsampler.org/packages/ MAINTAINER= yuri@FreeBSD.org COMMENT= Modular MIDI sampler WWW= https://www.linuxsampler.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= not yet ported to this architecture BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libgig.so:audio/libgig \ libsndfile.so:audio/libsndfile \ libuuid.so:misc/e2fsprogs-libuuid USES= bison:wrapper compiler:c++14-lang gmake libtool localbase pathfix pkgconfig sqlite:3 tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/linuxsampler GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= HAVE_UNIX98=1 CONFIGURE_ARGS= --disable-arts-driver INSTALL_TARGET= install-strip OPTIONS_DEFINE= JACK ALSA OPTIONS_DEFAULT= JACK OPTIONS_SUB= yes ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_ENABLE= alsa-driver ALSA_BROKEN= error: unknown type name 'snd_pcm_t' JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_ENABLE= jack-driver CONFLICTS_BUILD= dssi # DSSI is a no-longer-maintained interface to obsolete LADSPA plugins - no need to pull DSSI and LADSPA into dependencies post-patch: @${REINPLACE_CMD} -e \ 's|CXX_CPU_SWITCH=.*|CXX_CPU_SWITCH=|g ; \ s|"lv2core"|"_lv2core_"|' ${WRKSRC}/configure post-install: @${TOUCH} ${STAGEDIR}${PREFIX}/lib/linuxsampler/plugins/.keep_me .include diff --git a/audio/linuxsampler/pkg-plist b/audio/linuxsampler/pkg-plist index f664f828a18e..196a4d0ff2a9 100644 --- a/audio/linuxsampler/pkg-plist +++ b/audio/linuxsampler/pkg-plist @@ -1,53 +1,53 @@ bin/linuxsampler bin/ls_instr_script bin/lscp include/linuxsampler/EventListeners.h include/linuxsampler/Sampler.h include/linuxsampler/common/Condition.h include/linuxsampler/common/ConstCapacityArray.h include/linuxsampler/common/Exception.h include/linuxsampler/common/Mutex.h include/linuxsampler/common/SynchronizedConfig.h include/linuxsampler/common/Thread.h include/linuxsampler/common/global.h include/linuxsampler/common/lsatomic.h include/linuxsampler/common/optional.h include/linuxsampler/drivers/Device.h include/linuxsampler/drivers/DeviceParameter.h include/linuxsampler/drivers/audio/AudioChannel.h include/linuxsampler/drivers/audio/AudioOutputDevice.h include/linuxsampler/drivers/midi/MidiInputDevice.h include/linuxsampler/drivers/midi/MidiInputPort.h include/linuxsampler/drivers/midi/MidiInstrumentMapper.h include/linuxsampler/drivers/midi/VirtualMidiDevice.h include/linuxsampler/drivers/midi/midi.h include/linuxsampler/effects/Effect.h include/linuxsampler/effects/EffectChain.h include/linuxsampler/effects/EffectControl.h include/linuxsampler/effects/EffectFactory.h include/linuxsampler/effects/EffectInfo.h include/linuxsampler/engines/Engine.h include/linuxsampler/engines/EngineChannel.h include/linuxsampler/engines/FxSend.h include/linuxsampler/engines/InstrumentManager.h include/linuxsampler/engines/LFO.h include/linuxsampler/plugins/InstrumentEditor.h include/linuxsampler/plugins/InstrumentEditorFactory.h include/linuxsampler/scriptvm/ScriptVM.h include/linuxsampler/scriptvm/ScriptVMFactory.h include/linuxsampler/scriptvm/common.h lib/linuxsampler/liblinuxsampler.a lib/linuxsampler/liblinuxsampler.so lib/linuxsampler/liblinuxsampler.so.7 lib/linuxsampler/liblinuxsampler.so.7.0.0 lib/linuxsampler/plugins/.keep_me lib/lv2/linuxsampler.lv2/linuxsampler.a lib/lv2/linuxsampler.lv2/linuxsampler.so lib/lv2/linuxsampler.lv2/linuxsampler.ttl lib/lv2/linuxsampler.lv2/manifest.ttl libdata/pkgconfig/linuxsampler.pc -man/man1/linuxsampler.1.gz -man/man1/lscp.1.gz +share/man/man1/linuxsampler.1.gz +share/man/man1/lscp.1.gz /var/lib/linuxsampler/instruments.db @dir /var/lib/linuxsampler @dir /var/lib diff --git a/audio/mate-media/Makefile b/audio/mate-media/Makefile index 87144e058c88..233db469c044 100644 --- a/audio/mate-media/Makefile +++ b/audio/mate-media/Makefile @@ -1,33 +1,35 @@ PORTNAME= mate-media PORTVERSION= 1.26.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Multimedia applications for the MATE desktop WWW= https://mate-desktop.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libstartup-notification-1.so:x11/startup-notification \ libunique-3.0.so:x11-toolkits/libunique3 PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool localbase mate pathfix \ pkgconfig tar:xz xorg USE_MATE= desktop mixer panel USE_GNOME= cairo glib20 gtk30 intlhack libxml2 USE_XORG= x11 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + INSTALL_TARGET= install-strip .include diff --git a/audio/mate-media/pkg-plist b/audio/mate-media/pkg-plist index cee941a45b4d..e3b65b0f65b2 100644 --- a/audio/mate-media/pkg-plist +++ b/audio/mate-media/pkg-plist @@ -1,186 +1,186 @@ bin/mate-volume-control bin/mate-volume-control-status-icon etc/xdg/autostart/mate-volume-control-status-icon.desktop libexec/mate-volume-control-applet -man/man1/mate-volume-control-status-icon.1.gz -man/man1/mate-volume-control.1.gz share/applications/mate-volume-control.desktop share/dbus-1/services/org.mate.panel.applet.GvcAppletFactory.service share/locale/af/LC_MESSAGES/mate-media.mo share/locale/am/LC_MESSAGES/mate-media.mo share/locale/an/LC_MESSAGES/mate-media.mo share/locale/ar/LC_MESSAGES/mate-media.mo share/locale/as/LC_MESSAGES/mate-media.mo share/locale/ast/LC_MESSAGES/mate-media.mo share/locale/az/LC_MESSAGES/mate-media.mo share/locale/be/LC_MESSAGES/mate-media.mo share/locale/bg/LC_MESSAGES/mate-media.mo share/locale/bn/LC_MESSAGES/mate-media.mo share/locale/bn_IN/LC_MESSAGES/mate-media.mo share/locale/br/LC_MESSAGES/mate-media.mo share/locale/bs/LC_MESSAGES/mate-media.mo share/locale/ca/LC_MESSAGES/mate-media.mo share/locale/ca@valencia/LC_MESSAGES/mate-media.mo share/locale/cmn/LC_MESSAGES/mate-media.mo share/locale/crh/LC_MESSAGES/mate-media.mo share/locale/cs/LC_MESSAGES/mate-media.mo share/locale/cy/LC_MESSAGES/mate-media.mo share/locale/da/LC_MESSAGES/mate-media.mo share/locale/de/LC_MESSAGES/mate-media.mo share/locale/dz/LC_MESSAGES/mate-media.mo share/locale/el/LC_MESSAGES/mate-media.mo share/locale/en_AU/LC_MESSAGES/mate-media.mo share/locale/en_CA/LC_MESSAGES/mate-media.mo share/locale/en_GB/LC_MESSAGES/mate-media.mo share/locale/eo/LC_MESSAGES/mate-media.mo share/locale/es/LC_MESSAGES/mate-media.mo share/locale/es_AR/LC_MESSAGES/mate-media.mo share/locale/es_CL/LC_MESSAGES/mate-media.mo share/locale/es_CO/LC_MESSAGES/mate-media.mo share/locale/es_CR/LC_MESSAGES/mate-media.mo share/locale/es_DO/LC_MESSAGES/mate-media.mo share/locale/es_EC/LC_MESSAGES/mate-media.mo share/locale/es_ES/LC_MESSAGES/mate-media.mo share/locale/es_MX/LC_MESSAGES/mate-media.mo share/locale/es_NI/LC_MESSAGES/mate-media.mo share/locale/es_PA/LC_MESSAGES/mate-media.mo share/locale/es_PE/LC_MESSAGES/mate-media.mo share/locale/es_PR/LC_MESSAGES/mate-media.mo share/locale/es_SV/LC_MESSAGES/mate-media.mo share/locale/es_UY/LC_MESSAGES/mate-media.mo share/locale/es_VE/LC_MESSAGES/mate-media.mo share/locale/et/LC_MESSAGES/mate-media.mo share/locale/eu/LC_MESSAGES/mate-media.mo share/locale/fa/LC_MESSAGES/mate-media.mo share/locale/fi/LC_MESSAGES/mate-media.mo share/locale/fr/LC_MESSAGES/mate-media.mo share/locale/fr_CA/LC_MESSAGES/mate-media.mo share/locale/frp/LC_MESSAGES/mate-media.mo share/locale/fur/LC_MESSAGES/mate-media.mo share/locale/fy/LC_MESSAGES/mate-media.mo share/locale/ga/LC_MESSAGES/mate-media.mo share/locale/gd/LC_MESSAGES/mate-media.mo share/locale/gl/LC_MESSAGES/mate-media.mo share/locale/gu/LC_MESSAGES/mate-media.mo share/locale/ha/LC_MESSAGES/mate-media.mo share/locale/he/LC_MESSAGES/mate-media.mo share/locale/hi/LC_MESSAGES/mate-media.mo share/locale/hr/LC_MESSAGES/mate-media.mo share/locale/hu/LC_MESSAGES/mate-media.mo share/locale/hy/LC_MESSAGES/mate-media.mo share/locale/ia/LC_MESSAGES/mate-media.mo share/locale/id/LC_MESSAGES/mate-media.mo share/locale/ie/LC_MESSAGES/mate-media.mo share/locale/ig/LC_MESSAGES/mate-media.mo share/locale/is/LC_MESSAGES/mate-media.mo share/locale/it/LC_MESSAGES/mate-media.mo share/locale/ja/LC_MESSAGES/mate-media.mo share/locale/jv/LC_MESSAGES/mate-media.mo share/locale/ka/LC_MESSAGES/mate-media.mo share/locale/kab/LC_MESSAGES/mate-media.mo share/locale/kk/LC_MESSAGES/mate-media.mo share/locale/kn/LC_MESSAGES/mate-media.mo share/locale/ko/LC_MESSAGES/mate-media.mo share/locale/ks/LC_MESSAGES/mate-media.mo share/locale/ku/LC_MESSAGES/mate-media.mo share/locale/ku_IQ/LC_MESSAGES/mate-media.mo share/locale/ky/LC_MESSAGES/mate-media.mo share/locale/la/LC_MESSAGES/mate-media.mo share/locale/li/LC_MESSAGES/mate-media.mo share/locale/lt/LC_MESSAGES/mate-media.mo share/locale/lv/LC_MESSAGES/mate-media.mo share/locale/mai/LC_MESSAGES/mate-media.mo share/locale/mg/LC_MESSAGES/mate-media.mo share/locale/mi/LC_MESSAGES/mate-media.mo share/locale/mk/LC_MESSAGES/mate-media.mo share/locale/ml/LC_MESSAGES/mate-media.mo share/locale/mn/LC_MESSAGES/mate-media.mo share/locale/mr/LC_MESSAGES/mate-media.mo share/locale/ms/LC_MESSAGES/mate-media.mo share/locale/nb/LC_MESSAGES/mate-media.mo share/locale/nds/LC_MESSAGES/mate-media.mo share/locale/ne/LC_MESSAGES/mate-media.mo share/locale/nl/LC_MESSAGES/mate-media.mo share/locale/nn/LC_MESSAGES/mate-media.mo share/locale/nso/LC_MESSAGES/mate-media.mo share/locale/oc/LC_MESSAGES/mate-media.mo share/locale/or/LC_MESSAGES/mate-media.mo share/locale/pa/LC_MESSAGES/mate-media.mo share/locale/pl/LC_MESSAGES/mate-media.mo share/locale/pms/LC_MESSAGES/mate-media.mo share/locale/ps/LC_MESSAGES/mate-media.mo share/locale/pt/LC_MESSAGES/mate-media.mo share/locale/pt_BR/LC_MESSAGES/mate-media.mo share/locale/ro/LC_MESSAGES/mate-media.mo share/locale/ru/LC_MESSAGES/mate-media.mo share/locale/rw/LC_MESSAGES/mate-media.mo share/locale/sc/LC_MESSAGES/mate-media.mo share/locale/si/LC_MESSAGES/mate-media.mo share/locale/sk/LC_MESSAGES/mate-media.mo share/locale/sl/LC_MESSAGES/mate-media.mo share/locale/sq/LC_MESSAGES/mate-media.mo share/locale/sr/LC_MESSAGES/mate-media.mo share/locale/sr@latin/LC_MESSAGES/mate-media.mo share/locale/sv/LC_MESSAGES/mate-media.mo share/locale/ta/LC_MESSAGES/mate-media.mo share/locale/te/LC_MESSAGES/mate-media.mo share/locale/th/LC_MESSAGES/mate-media.mo share/locale/tk/LC_MESSAGES/mate-media.mo share/locale/tr/LC_MESSAGES/mate-media.mo share/locale/ug/LC_MESSAGES/mate-media.mo share/locale/uk/LC_MESSAGES/mate-media.mo share/locale/ur/LC_MESSAGES/mate-media.mo share/locale/uz/LC_MESSAGES/mate-media.mo share/locale/vi/LC_MESSAGES/mate-media.mo share/locale/wa/LC_MESSAGES/mate-media.mo share/locale/xh/LC_MESSAGES/mate-media.mo share/locale/yi/LC_MESSAGES/mate-media.mo share/locale/yo/LC_MESSAGES/mate-media.mo share/locale/zh_CN/LC_MESSAGES/mate-media.mo share/locale/zh_HK/LC_MESSAGES/mate-media.mo share/locale/zh_TW/LC_MESSAGES/mate-media.mo share/locale/zu/LC_MESSAGES/mate-media.mo +share/man/man1/mate-volume-control-status-icon.1.gz +share/man/man1/mate-volume-control.1.gz %%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-high.png %%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-low.png %%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-medium.png %%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-muted.png %%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-high.png %%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-low.png %%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-medium.png %%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-muted.png %%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-high.png %%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-low.png %%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-medium.png %%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-muted.png %%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-high.png %%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-low.png %%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-medium.png %%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-muted.png %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-back-testing.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-back.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-testing.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-back-testing.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-back.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-side-testing.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-side.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-testing.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-back-testing.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-back.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-side-testing.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-side.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-testing.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-subwoofer-testing.svg %%DATADIR%%/icons/hicolor/48x48/devices/audio-subwoofer.svg %%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-high.svg %%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-low.svg %%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-medium.svg %%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-muted.svg %%DATADIR%%/sounds/mate-sounds-default.xml share/mate-panel/applets/org.mate.applets.GvcApplet.mate-panel-applet share/sounds/mate/default/alerts/bark.ogg share/sounds/mate/default/alerts/drip.ogg share/sounds/mate/default/alerts/glass.ogg share/sounds/mate/default/alerts/sonar.ogg diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index e301557e69db..88c8ca415162 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -1,60 +1,62 @@ PORTNAME= mhwaveedit PORTVERSION= 1.4.24 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONPREFIX= v CATEGORIES= audio MAINTAINER= amdmi3@FreeBSD.org COMMENT= Graphical program for editing sound files WWW= https://github.com/magnush/mhwaveedit/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= magnush USES= autoreconf gnome localbase pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + CONFIGURE_ARGS= --without-alsalib \ --without-arts \ --without-esound \ --with-build-date="-" \ --with-build-time="-" BROKEN_powerpc64= fails to compile on powerpc64: convert_inc.c: conflicting types for 'C_FLOAT_PCM32SBEPM' OPTIONS_DEFINE= DOUBLE_SAMPLES JACK LADSPA OSS PORTAUDIO \ PULSEAUDIO SAMPLERATE SDL SNDFILE NLS OPTIONS_DEFAULT= OSS SAMPLERATE SNDFILE OPTIONS_SUB= yes DOUBLE_SAMPLES_DESC= Increase quality for 24/32-bit samplerates DOUBLE_SAMPLES_CONFIGURE_WITH= double-samples JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_WITH= jack LADSPA_BUILD_DEPENDS= ladspa>0:audio/ladspa LADSPA_RUN_DEPENDS= ladspa>0:audio/ladspa LADSPA_CONFIGURE_ENV_OFF= ac_cv_header_ladspa_h=no OSS_CONFIGURE_WITH= oss PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_CONFIGURE_WITH= portaudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH= pulse SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate SAMPLERATE_CONFIGURE_WITH= libsamplerate SDL_USES= sdl SDL_USE= sdl=sdl SDL_CONFIGURE_WITH= sdl SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_CONFIGURE_WITH= libsndfile NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e \ '/^Icon/s|=.*|=${PREFIX}/share/pixmaps/mhwaveedit.xpm|' \ ${WRKSRC}/share/applications/mhwaveedit.desktop .include diff --git a/audio/mhwaveedit/pkg-plist b/audio/mhwaveedit/pkg-plist index 13a0fec97b0b..5d69a6301c4c 100644 --- a/audio/mhwaveedit/pkg-plist +++ b/audio/mhwaveedit/pkg-plist @@ -1,13 +1,13 @@ bin/mhwaveedit -man/man1/mhwaveedit.1.gz share/applications/mhwaveedit.desktop share/icons/hicolor/32x32/apps/mhwaveedit.png share/icons/hicolor/64x64/apps/mhwaveedit.png %%NLS%%share/locale/de/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/es/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/fr/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/it/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/pl/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/ru/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/sv/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/mhwaveedit.mo +share/man/man1/mhwaveedit.1.gz diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 0fb1a22f2b29..cee0c3393719 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -1,93 +1,95 @@ PORTNAME= moc PORTVERSION= 2.5.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= http://ftp.daper.net/pub/soft/moc/stable/ MAINTAINER= rzinkov@gmail.com COMMENT= Console audio player designed to be powerful and easy to use WWW= https://moc.daper.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:devel/libltdl USES= bdb gmake libtool ncurses pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} CONFIGURE_ARGS= --without-ffmpeg OPTIONS_DEFINE= AAC CURL DEBUG FLAC JACK MODPLUG MP3 MUSEPACK RCC \ SAMPLERATE SIDPLAY2 SNDFILE SPEEX VORBIS WAVPACK OPTIONS_DEFAULT= MP3 VORBIS FLAC CURL WAVPACK CURL_DESC= curl support (Internet streams) RCC_DESC= RCC support SIDPLAY2_DESC= libsidplay2 support AAC_LIB_DEPENDS= libfaad.so:audio/faad AAC_PLIST_FILES= lib/moc/decoder_plugins/libaac_decoder.so AAC_CONFIGURE_OFF= --without-aac CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_OFF= --without-curl DEBUG_CONFIGURE_OFF= --enable-debug=no FLAC_LIB_DEPENDS= libFLAC.so:audio/flac FLAC_PLIST_FILES= lib/moc/decoder_plugins/libflac_decoder.so FLAC_CONFIGURE_OFF= --without-flac JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_OFF= --without-jack MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug MODPLUG_PLIST_FILES= lib/moc/decoder_plugins/libmodplug_decoder.so MODPLUG_CONFIGURE_OFF= --without-modplug MP3_LIB_DEPENDS= libmad.so:audio/libmad \ libid3tag.so:audio/libid3tag MP3_PLIST_FILES= lib/moc/decoder_plugins/libmp3_decoder.so MP3_CONFIGURE_OFF= --without-mp3 MUSEPACK_LIB_DEPENDS= libmpcdec.so:audio/musepack \ libtag_c.so:audio/taglib MUSEPACK_PLIST_FILES= lib/moc/decoder_plugins/libmusepack_decoder.so MUSEPACK_CONFIGURE_OFF= --without-musepack RCC_LIB_DEPENDS= librcc.so:devel/librcc \ librcd.so:devel/librcd RCC_CONFIGURE_OFF= --without-rcc SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate SAMPLERATE_CONFIGURE_OFF= --without-samplerate SIDPLAY2_LIB_DEPENDS= libsidplay2.so:audio/libsidplay2 SIDPLAY2_PLIST_FILES= lib/moc/decoder_plugins/libsidplay2_decoder.so SIDPLAY2_CONFIGURE_OFF= --without-sidplay2 SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_PLIST_FILES= lib/moc/decoder_plugins/libsndfile_decoder.so SNDFILE_CONFIGURE_OFF= --without-sndfile SPEEX_LIB_DEPENDS= libspeex.so:audio/speex SPEEX_PLIST_FILES= lib/moc/decoder_plugins/libspeex_decoder.so SPEEX_CONFIGURE_OFF= --without-speex VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis VORBIS_PLIST_FILES= lib/moc/decoder_plugins/libvorbis_decoder.so VORBIS_CONFIGURE_OFF= --without-ogg WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack WAVPACK_PLIST_FILES= lib/moc/decoder_plugins/libwavpack_decoder.so WAVPACK_CONFIGURE_OFF= --without-wavpack post-patch: @${REINPLACE_CMD} -e '/PKG_CONFIG/ s|alsa|no-&|g' ${WRKSRC}/configure .include diff --git a/audio/moc/pkg-plist b/audio/moc/pkg-plist index fd25285d9092..0ee9855cda5b 100644 --- a/audio/moc/pkg-plist +++ b/audio/moc/pkg-plist @@ -1,16 +1,16 @@ bin/mocp -man/man1/mocp.1.gz %%DOCSDIR%%/README %%DOCSDIR%%/README_equalizer %%DOCSDIR%%/THANKS %%DOCSDIR%%/config.example %%DOCSDIR%%/keymap.example +share/man/man1/mocp.1.gz %%DATADIR%%/themes/black_theme %%DATADIR%%/themes/darkdot_theme %%DATADIR%%/themes/example_theme %%DATADIR%%/themes/green_theme %%DATADIR%%/themes/moca_theme %%DATADIR%%/themes/nightly_theme %%DATADIR%%/themes/red_theme %%DATADIR%%/themes/transparent-background %%DATADIR%%/themes/yellow_red_theme diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 3eadbcfe29c1..c5f61a6abf51 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -1,54 +1,55 @@ PORTNAME= mp3blaster PORTVERSION= 3.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= novel@FreeBSD.org COMMENT= MP3 console ncurses-based player WWW= http://mp3blaster.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake localbase:ldflags ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFLICTS_INSTALL= splay # bin/mp3tag bin/splay OPTIONS_DEFINE= DOCS LIRC NAS SDL SIDPLAY VORBIS OPTIONS_DEFAULT= SIDPLAY VORBIS SIDPLAY_DESC= Sidplayer support PORTDOCS= AUTHORS CREDITS ChangeLog FAQ README TODO LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc LIRC_CONFIGURE_WITH= lirc SIDPLAY_LIB_DEPENDS= libsidplay.so:audio/libsidplay SIDPLAY_CONFIGURE_WITH= sidplay VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis VORBIS_CONFIGURE_WITH= oggvorbis SDL_CONFIGURE_WITH= sdl SDL_USES= sdl SDL_USE= SDL=sdl NAS_CONFIGURE_WITH= nas NAS_LIB_DEPENDS= libaudio.so:audio/nas NAS_LDFLAGS= -laudio NAS_USES= xorg NAS_USE= XORG=x11,xt,ice,sm post-patch: @${REINPLACE_CMD} -e 's|/usr/local/share/mp3blaster/win2koi.tbl|${DATADIR}/charmap/win2koi.tbl|' \ ${WRKSRC}/doc/sample.mp3blasterrc post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/audio/mp3blaster/pkg-plist b/audio/mp3blaster/pkg-plist index 461933465363..a9c6c356e847 100644 --- a/audio/mp3blaster/pkg-plist +++ b/audio/mp3blaster/pkg-plist @@ -1,16 +1,16 @@ bin/mp3blaster bin/mp3tag bin/nmixer bin/splay -man/man1/mp3blaster.1.gz -man/man1/nmixer.1.gz -man/man1/splay.1.gz +share/man/man1/mp3blaster.1.gz +share/man/man1/nmixer.1.gz +share/man/man1/splay.1.gz %%DATADIR%%/charmap/README %%DATADIR%%/charmap/chargen.c %%DATADIR%%/charmap/koi8-r %%DATADIR%%/charmap/makefile.charmap %%DATADIR%%/charmap/maketbl.c %%DATADIR%%/charmap/win1251 %%DATADIR%%/charmap/win2koi.tbl %%DATADIR%%/commands.txt %%DATADIR%%/sample.mp3blasterrc diff --git a/audio/mp3lint/Makefile b/audio/mp3lint/Makefile index 2e2d24dc5498..f0314f91a812 100644 --- a/audio/mp3lint/Makefile +++ b/audio/mp3lint/Makefile @@ -1,28 +1,30 @@ PORTNAME= mp3lint PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio perl5 MASTER_SITES= https://erislabs.net/ianb/projects/mp3lint/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Configurable tool to check collections of audio files WWW= https://erislabs.net/ianb/projects/mp3lint/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-Pod-Parser>=0:textproc/p5-Pod-Parser \ ${RUN_DEPENDS} RUN_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl USES= perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE= yes NO_ARCH= yes post-patch: - @${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' \ + -e '/^INSTALLSITEMAN5DIR/ s|/man|/share&|' \ + ${WRKSRC}/Makefile.PL .include diff --git a/audio/mp3lint/pkg-plist b/audio/mp3lint/pkg-plist index 980598c0f801..a3cc68085519 100644 --- a/audio/mp3lint/pkg-plist +++ b/audio/mp3lint/pkg-plist @@ -1,24 +1,24 @@ bin/mp3lint bin/mp3lintskip bin/mp3lintsum etc/mp3lintrc %%SITE_PERL%%/MP3/Archive/Lint.pm %%SITE_PERL%%/MP3/Archive/Lint/Conf.pm %%SITE_PERL%%/MP3/Archive/Lint/Skip.pm %%SITE_PERL%%/MP3/Archive/Lint/Tool.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Au.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Dir.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Filename.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Filesys.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Flac.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Id3.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/M3u.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Mp3check.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Mp3info.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Ogg.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Wav.pm %%PERL5_MAN1%%/mp3lint.1.gz %%PERL5_MAN1%%/mp3lintskip.1.gz %%PERL5_MAN1%%/mp3lintsum.1.gz %%PERL5_MAN3%%/mp3lint-tools.3.gz -man/man5/mp3lintrc.5.gz +share/man/man5/mp3lintrc.5.gz diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index ee1e9f3b521c..14fe6f848813 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -1,30 +1,32 @@ PORTNAME= mp3splt PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} MAINTAINER= citrin@citrin.ru COMMENT= Utility to split MP3 and Ogg files (via CUE sheets) WWW= https://mp3splt.sourceforge.net/ LICENSE= GPLv2 LIB_DEPENDS= libmp3splt.so:audio/libmp3splt \ libltdl.so:devel/libltdl USES= cpe pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-oggsplt_symlink CPE_VENDOR= mp3splt_project CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include diff --git a/audio/mp3splt/pkg-plist b/audio/mp3splt/pkg-plist index 9aa8e3a63426..80f9bb102954 100644 --- a/audio/mp3splt/pkg-plist +++ b/audio/mp3splt/pkg-plist @@ -1,8 +1,8 @@ bin/mp3splt bin/oggsplt -man/man1/mp3splt.1.gz -man/man1/oggsplt.1.gz %%NLS%%share/locale/cs/LC_MESSAGES/mp3splt.mo %%NLS%%share/locale/de_DE/LC_MESSAGES/mp3splt.mo %%NLS%%share/locale/es/LC_MESSAGES/mp3splt.mo %%NLS%%share/locale/fr_FR/LC_MESSAGES/mp3splt.mo +share/man/man1/mp3splt.1.gz +share/man/man1/oggsplt.1.gz diff --git a/audio/muse-sequencer/Makefile b/audio/muse-sequencer/Makefile index 4275a6901dc2..99e68d2708ce 100644 --- a/audio/muse-sequencer/Makefile +++ b/audio/muse-sequencer/Makefile @@ -1,64 +1,65 @@ PORTNAME= muse-sequencer DISTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Digital audio workstation (DAW) with support for both Audio and MIDI WWW= https://muse-sequencer.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_i386= compilation breaks: unknown type name 'intptr_t'; did you mean '__intptr_t', see https://github.com/muse-sequencer/muse/issues/1081 BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \ lv2>0:audio/lv2 LIB_DEPENDS= libfftw3.so:math/fftw3 \ libharfbuzz.so:print/harfbuzz \ libinstpatch-1.0.so:audio/libinstpatch \ libjack.so:audio/jack \ liblash.so:audio/lash \ liblilv-0.so:audio/lilv \ liblo.so:audio/liblo \ librtaudio.so:audio/rtaudio \ liblrdf.so:textproc/liblrdf \ librubberband.so:audio/rubberband \ libsamplerate.so:audio/libsamplerate \ libserd-0.so:devel/serd \ libsndfile.so:audio/libsndfile \ libsord-0.so:devel/sord USES= cmake compiler:c++11-lib desktop-file-utils gl gnome kde:5 localbase:ldflags qt:5 pkgconfig python shared-mime-info shebangfix USE_GL= gl USE_QT= core gui svg xml widgets buildtools:build linguisttools:build qmake:build uitools:build USE_KDE= ecm:build USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 libsigc++20 pango pangomm USE_LDCONFIG= yes USE_GITHUB= yes GH_PROJECT= muse SHEBANG_FILES= share/scripts/* utils/muse-find-unused-wavs utils/muse-song-convert.py CMAKE_OFF= ENABLE_ALSA ENABLE_DSSI WRKSRC_SUBDIR= src DATADIR= ${PREFIX}/share/muse-${DISTVERSION:R} DOCSDIR= ${PREFIX}/share/doc/muse-${DISTVERSION:R} PLIST_SUB+= VER=${DISTVERSION:R} BINARY_ALIAS= git=false OPTIONS_DEFINE= FLUIDSYNTH DOCS OPTIONS_DEFAULT= FLUIDSYNTH OPTIONS_SUB= yes FLUIDSYNTH_DESC= Enable fluidsynth softsynth plugins FLUIDSYNTH_CMAKE_BOOL= ENABLE_FLUID FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth PORTDOCS= * .include diff --git a/audio/muse-sequencer/files/patch-man_CMakeLists.txt b/audio/muse-sequencer/files/patch-man_CMakeLists.txt deleted file mode 100644 index f46a0701aa9f..000000000000 --- a/audio/muse-sequencer/files/patch-man_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- man/CMakeLists.txt.orig 2019-05-15 18:58:38 UTC -+++ man/CMakeLists.txt -@@ -36,5 +36,5 @@ configure_file ( - install( FILES - ${PROJECT_BINARY_DIR}/man/${MusE_EXEC_NAME}.1 - ${PROJECT_BINARY_DIR}/man/grepmidi.1 -- DESTINATION ${SHARE_INSTALL_PREFIX}/man/man1/ -+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1/ - ) diff --git a/audio/muse-sequencer/pkg-plist b/audio/muse-sequencer/pkg-plist index 10f5a6a59ece..2a51832fc966 100644 --- a/audio/muse-sequencer/pkg-plist +++ b/audio/muse-sequencer/pkg-plist @@ -1,255 +1,255 @@ bin/grepmidi bin/muse4 bin/muse_plugin_scan lib/muse-%%VER%%/converters/rubberband_converter.so lib/muse-%%VER%%/converters/src_converter.so lib/muse-%%VER%%/converters/zita_resampler_converter.so lib/muse-%%VER%%/modules/libaudio_converter_plugin.so lib/muse-%%VER%%/modules/libmuse_al.so lib/muse-%%VER%%/modules/libmuse_arranger.so lib/muse-%%VER%%/modules/libmuse_audio_convert.so lib/muse-%%VER%%/modules/libmuse_awl.so lib/muse-%%VER%%/modules/libmuse_cliplist.so lib/muse-%%VER%%/modules/libmuse_components.so lib/muse-%%VER%%/modules/libmuse_core.so lib/muse-%%VER%%/modules/libmuse_ctrl.so lib/muse-%%VER%%/modules/libmuse_driver.so lib/muse-%%VER%%/modules/libmuse_evdata_module.so lib/muse-%%VER%%/modules/libmuse_icons.so lib/muse-%%VER%%/modules/libmuse_instruments.so lib/muse-%%VER%%/modules/libmuse_latency_compensator_module.so lib/muse-%%VER%%/modules/libmuse_liste.so lib/muse-%%VER%%/modules/libmuse_lv2_gtk2_support.so lib/muse-%%VER%%/modules/libmuse_lv2host_module.so lib/muse-%%VER%%/modules/libmuse_marker.so lib/muse-%%VER%%/modules/libmuse_master.so lib/muse-%%VER%%/modules/libmuse_memory_module.so lib/muse-%%VER%%/modules/libmuse_midi_controller_module.so lib/muse-%%VER%%/modules/libmuse_midiedit.so lib/muse-%%VER%%/modules/libmuse_midnam_module.so lib/muse-%%VER%%/modules/libmuse_mixer.so lib/muse-%%VER%%/modules/libmuse_mpevent_module.so lib/muse-%%VER%%/modules/libmuse_mplugins.so lib/muse-%%VER%%/modules/libmuse_plugin_cache_reader_module.so lib/muse-%%VER%%/modules/libmuse_plugin_cache_writer_module.so lib/muse-%%VER%%/modules/libmuse_plugin_list_module.so lib/muse-%%VER%%/modules/libmuse_plugin_rdf_module.so lib/muse-%%VER%%/modules/libmuse_plugin_scan_module.so lib/muse-%%VER%%/modules/libmuse_remote.so lib/muse-%%VER%%/modules/libmuse_simpler_plugin.so lib/muse-%%VER%%/modules/libmuse_simpler_plugingui.so lib/muse-%%VER%%/modules/libmuse_string.so lib/muse-%%VER%%/modules/libmuse_synti.so lib/muse-%%VER%%/modules/libmuse_sysex_helper_module.so lib/muse-%%VER%%/modules/libmuse_time_stretch_module.so lib/muse-%%VER%%/modules/libmuse_wave_module.so lib/muse-%%VER%%/modules/libmuse_waveedit.so lib/muse-%%VER%%/modules/libmuse_wavepreview_module.so lib/muse-%%VER%%/modules/libmuse_widgets.so lib/muse-%%VER%%/modules/libmuse_widgets_functiondialogs.so lib/muse-%%VER%%/modules/libmuse_xml_module.so lib/muse-%%VER%%/plugins/doublechorus.so lib/muse-%%VER%%/plugins/freeverb.so lib/muse-%%VER%%/plugins/pandelay.so lib/muse-%%VER%%/synthi/deicsonze.so %%FLUIDSYNTH%%lib/muse-%%VER%%/synthi/fluid_synth.so lib/muse-%%VER%%/synthi/organ.so lib/muse-%%VER%%/synthi/simpledrums.so lib/muse-%%VER%%/synthi/vam.so -man/man1/grepmidi.1.gz -man/man1/muse4.1.gz share/applications/io.github.muse_sequencer.Muse.desktop share/icons/hicolor/128x128/apps/muse.png share/icons/hicolor/64x64/apps/muse.png +share/man/man1/grepmidi.1.gz +share/man/man1/muse4.1.gz share/metainfo/io.github.muse_sequencer.Muse.appdata.xml share/mime/packages/muse.xml %%DATADIR%%/demos/rasen.med %%DATADIR%%/didyouknow.txt %%DATADIR%%/drummaps/AKAI_SG01v_Bank_dr1.map %%DATADIR%%/drummaps/AKAI_SG01v_Bank_dr2.map %%DATADIR%%/drummaps/Drumgizmo_CrocellKit.map %%DATADIR%%/drummaps/KURZWEIL_SP2X_Drum_Map_GM_ReMap.map %%DATADIR%%/drummaps/KURZWEIL_SP2X_Drum_Map_Normal.map %%DATADIR%%/drummaps/NoteNumbers.map %%DATADIR%%/drummaps/addictive_drums.map %%DATADIR%%/drummaps/dx200_drum.map %%DATADIR%%/drummaps/sc88-pc1.map %%DATADIR%%/instruments/Access_Virus.idf %%DATADIR%%/instruments/Akai-SG01v.idf %%DATADIR%%/instruments/Alesis-QS-78R.idf %%DATADIR%%/instruments/AlesisQS6.idf %%DATADIR%%/instruments/Classic_cantabile_sp-250.idf %%DATADIR%%/instruments/Drumgizmo - CrocellKit.idf %%DATADIR%%/instruments/Edirol-SD90.idf %%DATADIR%%/instruments/Emu-4mbgsgmmt-sf.idf %%DATADIR%%/instruments/Hammond_XB-1.idf %%DATADIR%%/instruments/KORG microSTATION combinations.idf %%DATADIR%%/instruments/KORG microSTATION.idf %%DATADIR%%/instruments/Korg Krome (Bank Map GM2).idf %%DATADIR%%/instruments/Korg Krome (Bank Map KORG).idf %%DATADIR%%/instruments/Korg Wavestation EX.idf %%DATADIR%%/instruments/Korg-MS2000R.idf %%DATADIR%%/instruments/Korg-X50.idf %%DATADIR%%/instruments/Korg-X5DR-PresetA.idf %%DATADIR%%/instruments/Korg-X5DR-PresetB.idf %%DATADIR%%/instruments/Kurzweil-SP2X.idf %%DATADIR%%/instruments/Lexicon-MX200.idf %%DATADIR%%/instruments/MC303.idf %%DATADIR%%/instruments/MC505.idf %%DATADIR%%/instruments/Roland SD-50.idf %%DATADIR%%/instruments/Roland-E28.idf %%DATADIR%%/instruments/Roland-JV90.idf %%DATADIR%%/instruments/Roland-MT32.idf %%DATADIR%%/instruments/Roland-SC55mkII.idf %%DATADIR%%/instruments/Roland-SC88.idf %%DATADIR%%/instruments/Roland-SCD70.idf %%DATADIR%%/instruments/Roland-XP30.idf %%DATADIR%%/instruments/Roland_FantomXR.idf %%DATADIR%%/instruments/Roland_SC-88Pro.idf %%DATADIR%%/instruments/Roland_SRX-02.idf %%DATADIR%%/instruments/Roland_SRX-09.idf %%DATADIR%%/instruments/Waldorf-Q.idf %%DATADIR%%/instruments/Waldorf-microQ-Factory2000.idf %%DATADIR%%/instruments/Waldorf-microQ-Factory2001.idf %%DATADIR%%/instruments/Waldorf-microQ-Phoenix.idf %%DATADIR%%/instruments/Waldorf-microQ.idf %%DATADIR%%/instruments/Waldorf_Microwave-I.idf %%DATADIR%%/instruments/Yamaha-01v.idf %%DATADIR%%/instruments/Yamaha-9000pro.idf %%DATADIR%%/instruments/Yamaha-CS1x.idf %%DATADIR%%/instruments/Yamaha-MX49_MX61.idf %%DATADIR%%/instruments/Yamaha-Motif XS.idf %%DATADIR%%/instruments/Yamaha-Motif-Rack.idf %%DATADIR%%/instruments/Yamaha-Motif.idf %%DATADIR%%/instruments/Yamaha-P100.idf %%DATADIR%%/instruments/Yamaha-P50m.idf %%DATADIR%%/instruments/Yamaha-PSR275.idf %%DATADIR%%/instruments/Yamaha-PSR530.idf %%DATADIR%%/instruments/Yamaha-Rex50.idf %%DATADIR%%/instruments/Yamaha-S30_S80.idf %%DATADIR%%/instruments/Yamaha-S90.idf %%DATADIR%%/instruments/ZynAdd-1_4.idf %%DATADIR%%/instruments/emuproteus2000.idf %%DATADIR%%/instruments/gm.idf %%DATADIR%%/instruments/gm2.idf %%DATADIR%%/instruments/gs.idf %%DATADIR%%/instruments/ns5r.idf %%DATADIR%%/instruments/xg.idf %%DATADIR%%/instruments/yam_mo6_v4.idf %%DATADIR%%/locale/muse_cs.qm %%DATADIR%%/locale/muse_de.qm %%DATADIR%%/locale/muse_en.qm %%DATADIR%%/locale/muse_es.qm %%DATADIR%%/locale/muse_fr.qm %%DATADIR%%/locale/muse_it.qm %%DATADIR%%/locale/muse_pl.qm %%DATADIR%%/locale/muse_ru.qm %%DATADIR%%/metronome/factory_presets.mdf %%DATADIR%%/metronome/klick1.wav %%DATADIR%%/metronome/klick2.wav %%DATADIR%%/metronome/klick3.wav %%DATADIR%%/metronome/klick4.wav %%DATADIR%%/metronome/klick5.wav %%DATADIR%%/metronome/klick6.wav %%DATADIR%%/plugins/2142.ui %%DATADIR%%/presets/deicsonze/SutulaBank.dei %%DATADIR%%/pybridge/musepclient.py %%DATADIR%%/pybridge/museplauncher.py %%DATADIR%%/pybridge/musepstopserver.py %%DATADIR%%/pybridge/robert.py %%DATADIR%%/rdf/README %%DATADIR%%/rdf/blop.rdf %%DATADIR%%/rdf/swh-plugins.rdf %%DATADIR%%/rdf/swh-scales.rdf %%DATADIR%%/scoreglyphs/0.png %%DATADIR%%/scoreglyphs/1.png %%DATADIR%%/scoreglyphs/2.png %%DATADIR%%/scoreglyphs/3.png %%DATADIR%%/scoreglyphs/4.png %%DATADIR%%/scoreglyphs/5.png %%DATADIR%%/scoreglyphs/6.png %%DATADIR%%/scoreglyphs/7.png %%DATADIR%%/scoreglyphs/8.png %%DATADIR%%/scoreglyphs/9.png %%DATADIR%%/scoreglyphs/acc_b.png %%DATADIR%%/scoreglyphs/acc_none.png %%DATADIR%%/scoreglyphs/acc_sharp.png %%DATADIR%%/scoreglyphs/clef_bass_big.png %%DATADIR%%/scoreglyphs/clef_violin_big.png %%DATADIR%%/scoreglyphs/dot.png %%DATADIR%%/scoreglyphs/flags16d.png %%DATADIR%%/scoreglyphs/flags16u.png %%DATADIR%%/scoreglyphs/flags32d.png %%DATADIR%%/scoreglyphs/flags32u.png %%DATADIR%%/scoreglyphs/flags64d.png %%DATADIR%%/scoreglyphs/flags64u.png %%DATADIR%%/scoreglyphs/flags8d.png %%DATADIR%%/scoreglyphs/flags8u.png %%DATADIR%%/scoreglyphs/half.png %%DATADIR%%/scoreglyphs/quarter.png %%DATADIR%%/scoreglyphs/rest1.png %%DATADIR%%/scoreglyphs/rest16.png %%DATADIR%%/scoreglyphs/rest2.png %%DATADIR%%/scoreglyphs/rest32.png %%DATADIR%%/scoreglyphs/rest4.png %%DATADIR%%/scoreglyphs/rest8.png %%DATADIR%%/scoreglyphs/whole.png %%DATADIR%%/scripts/ConstantLength %%DATADIR%%/scripts/ConstantVelocityForNote %%DATADIR%%/scripts/CreateBassline %%DATADIR%%/scripts/DoNothing %%DATADIR%%/scripts/Humanize %%DATADIR%%/scripts/RandomPosition1 %%DATADIR%%/scripts/RandomizeVelocityRelative %%DATADIR%%/scripts/RemoveAftertouch %%DATADIR%%/scripts/RemoveShortEvents %%DATADIR%%/scripts/Reverse %%DATADIR%%/scripts/Rhythm1 %%DATADIR%%/scripts/SpeedChange %%DATADIR%%/scripts/SpeedDouble %%DATADIR%%/scripts/SpeedHalf %%DATADIR%%/scripts/SwingQuantize1 %%DATADIR%%/scripts/TempoDelay %%DATADIR%%/splash.jpg %%DATADIR%%/templates/audio.med %%DATADIR%%/templates/default.med %%DATADIR%%/templates/midiGM.med %%DATADIR%%/templates/monorecord.med %%DATADIR%%/templates/synti.med %%DATADIR%%/themes/Ardour.cfc %%DATADIR%%/themes/Ardour.qss %%DATADIR%%/themes/Dark Flat.cfc %%DATADIR%%/themes/Dark Flat.qss %%DATADIR%%/themes/Dark Theme.cfc %%DATADIR%%/themes/Dark Theme.qss %%DATADIR%%/themes/Deep Ocean.cfc %%DATADIR%%/themes/Deep Ocean.qss %%DATADIR%%/themes/Deep Ocean/fileopen.svg %%DATADIR%%/themes/Deep Ocean/monitor_off_default_col.svg %%DATADIR%%/themes/Deep Ocean/monitor_on.svg %%DATADIR%%/themes/Deep Ocean/mute_and_proxy_on.svg %%DATADIR%%/themes/Deep Ocean/mute_off.svg %%DATADIR%%/themes/Deep Ocean/mute_on.svg %%DATADIR%%/themes/Deep Ocean/mute_proxy_on.svg %%DATADIR%%/themes/Deep Ocean/pre_fader_on.svg %%DATADIR%%/themes/Deep Ocean/rec_arm_off_default_col.svg %%DATADIR%%/themes/Deep Ocean/rec_arm_on.svg %%DATADIR%%/themes/Deep Ocean/routing_input.svg %%DATADIR%%/themes/Deep Ocean/routing_output.svg %%DATADIR%%/themes/Deep Ocean/solo_and_proxy_spotlight_on.svg %%DATADIR%%/themes/Deep Ocean/solo_proxy_spotlight_on_alone.svg %%DATADIR%%/themes/Deep Ocean/solo_spotlight_off.svg %%DATADIR%%/themes/Deep Ocean/solo_spotlight_on_alone.svg %%DATADIR%%/themes/Deep Ocean/stereo_on.svg %%DATADIR%%/themes/Light Theme.cfc %%DATADIR%%/themes/Light Theme.qss %%DATADIR%%/utils/muse-find-unused-wavs %%DATADIR%%/utils/muse-song-convert.py %%DATADIR%%/wallpapers/Muse2_Wallpaper_1.png %%DATADIR%%/wallpapers/Muse2_Wallpaper_5.png %%DATADIR%%/wallpapers/gray.gif %%DATADIR%%/wallpapers/gray_rock.gif %%DATADIR%%/wallpapers/gray_stucco.gif %%DATADIR%%/wallpapers/paper1.jpg %%DATADIR%%/wallpapers/paper2.jpg %%DATADIR%%/wallpapers/stone1.gif diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile index 651caf0dca72..5650d3c0d5d6 100644 --- a/audio/normalize/Makefile +++ b/audio/normalize/Makefile @@ -1,32 +1,33 @@ PORTNAME= normalize PORTVERSION= 0.7.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= SAVANNAH MAINTAINER= alex@fafula.com COMMENT= Tool for adjusting the volume of wave/MP3 files to a standard level WWW= https://normalize.nongnu.org/ LIB_DEPENDS= libmad.so:audio/libmad USES= shebangfix perl5 tar:bzip2 libtool USE_PERL5= run GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-helper-search CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= MP3 OGG FLAC NLS OPTIONS_DEFAULT= MP3 OPTIONS_SUB= yes MP3_RUN_DEPENDS+= madplay:audio/madplay \ lame:audio/lame OGG_RUN_DEPENDS= oggdec:audio/vorbis-tools FLAC_RUN_DEPENDS= flac:audio/flac NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include diff --git a/audio/normalize/pkg-plist b/audio/normalize/pkg-plist index eb4b6717b476..ae1a17e9d130 100644 --- a/audio/normalize/pkg-plist +++ b/audio/normalize/pkg-plist @@ -1,7 +1,7 @@ bin/normalize bin/normalize-mp3 bin/normalize-ogg %%NLS%%share/locale/en_GB/LC_MESSAGES/normalize.mo %%NLS%%share/locale/fr/LC_MESSAGES/normalize.mo -man/man1/normalize-mp3.1.gz -man/man1/normalize.1.gz +share/man/man1/normalize-mp3.1.gz +share/man/man1/normalize.1.gz diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 5491461da85f..2eccb2b5eb70 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,115 +1,115 @@ PORTNAME= oss DISTVERSION= 4.2-build2019 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.opensound.com/developer/sources/stable/bsd/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-bsd MAINTAINER= crees@FreeBSD.org COMMENT= Open Sound System from 4Front Technologies WWW= http://opensound.com/ LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 i386 BUILD_DEPENDS= gawk:lang/gawk LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= gnome tar:bzip2 kmod pkgconfig USE_GNOME= gtk20 cairo gdkpixbuf2 USE_RC_SUBR= oss HAS_CONFIGURE= yes CONFIGURE_OUTSOURCE= yes CONFIGURE_ENV= HOSTCC="${CC}" MAKE_ENV= WERROR="" # fix build: otherwise sys/conf/kmod.mk adds -Werror that breaks build ALL_TARGET= all install SUB_FILES= pkg-install pkg-deinstall LLD_UNSAFE= yes KMODDIR= ${PREFIX}/lib/oss/modules OSS_CONF_FILES= oss_audigyls oss_audioloop oss_cs461x oss_emu10k1x \ oss_envy24 oss_envy24ht oss_fmedia oss_hdaudio \ oss_ich oss_imux oss_madi oss_midiloop oss_sblive \ oss_sbpci oss_sbxfi oss_trident oss_usb oss_userdev \ oss_ymf7xx osscore PROTO_DIR= ${INSTALL_WRKSRC}/prototype PROTO_ETCDIR= ${PROTO_DIR}/etc PROTO_BINDIR= ${PROTO_DIR}/usr/bin PROTO_SBINDIR= ${PROTO_DIR}/usr/sbin PROTO_MANDIR= ${PROTO_DIR}/usr/share/man PROTO_OSSLIBDIR=${PROTO_DIR}${PREFIX}/lib/oss OPTIONS_DEFINE= VORBIS OPTIONS_DEFAULT=VORBIS VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis VORBIS_CONFIGURE_ENV= OGG_SUPPORT=YES pre-patch: ${FIND} ${PATCH_WRKSRC} -name '*.man' -or \ \( -name '*.[ch]' \! -name ossmkdep.c \) | \ ${XARGS} ${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' \ -e 's|/etc/oss|${PREFIX}/etc/oss|g' post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${PATCH_WRKSRC}/setup/srcconf.c ${FIND} ${PATCH_WRKSRC} -name configure -or \ -name make.local -or -name soundoff -or -name soundon | \ ${XARGS} ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' pre-build: ${MAKE_CMD} -C ${BUILD_WRKSRC}/kernel/OS/FreeBSD \ -f /usr/share/mk/bsd.kmod.mk \ KMOD=osscore SRCS=os_freebsd.c \ device_if.h bus_if.h pci_if.h do-install: ${INSTALL_PROGRAM} ${PROTO_BINDIR}/* ${STAGEDIR}${PREFIX}/bin/ # @${ECHO_CMD} "OSSLIBDIR=${PREFIX}/lib/oss" > ${PROTO_ETCDIR}/oss.conf ${INSTALL_DATA} ${PROTO_ETCDIR}/oss.conf ${STAGEDIR}${PREFIX}/etc/ -@${MKDIR} ${STAGEDIR}${PREFIX}/lib/oss 2>/dev/null ${INSTALL_DATA} ${PROTO_OSSLIBDIR}/soundon.user \ ${STAGEDIR}${PREFIX}/lib/oss/soundon.user.sample ${INSTALL_DATA} ${PROTO_OSSLIBDIR}/sysfiles.list \ ${STAGEDIR}${PREFIX}/lib/oss/ ${INSTALL_DATA} ${PROTO_OSSLIBDIR}/version.dat \ ${STAGEDIR}${PREFIX}/lib/oss/ -@${MKDIR} ${STAGEDIR}${PREFIX}/lib/oss/conf 2>/dev/null .for CONF_FILE in ${OSS_CONF_FILES} ${INSTALL_DATA} ${PROTO_OSSLIBDIR}/conf/${CONF_FILE}.conf \ ${STAGEDIR}${PREFIX}/lib/oss/conf/${CONF_FILE}.conf.sample .endfor -@${MKDIR} ${STAGEDIR}${PREFIX}/lib/oss/etc 2>/dev/null ${INSTALL_DATA} ${PROTO_OSSLIBDIR}/etc/devices.list \ ${STAGEDIR}${PREFIX}/lib/oss/etc/ -@${MKDIR} ${STAGEDIR}${PREFIX}/lib/oss/include/sys 2>/dev/null ${INSTALL_DATA} ${PROTO_OSSLIBDIR}/include/sys/soundcard.h \ ${STAGEDIR}${PREFIX}/lib/oss/include/sys/ ${INSTALL_KLD} ${PROTO_OSSLIBDIR}/modules/*.ko ${STAGEDIR}${KMODDIR} ${INSTALL_MAN} ${PROTO_MANDIR}/man1/*.1.gz \ - ${STAGEDIR}${PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_MAN} ${PROTO_MANDIR}/man7/*.7.gz \ - ${STAGEDIR}${PREFIX}/man/man7/ + ${STAGEDIR}${PREFIX}/share/man/man7/ ${INSTALL_MAN} ${PROTO_MANDIR}/man8/*.8.gz \ - ${STAGEDIR}${PREFIX}/man/man8/ + ${STAGEDIR}${PREFIX}/share/man/man8/ ${INSTALL_PROGRAM} ${PROTO_SBINDIR}/ossdetect \ ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${PROTO_SBINDIR}/ossdevlinks \ ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${PROTO_SBINDIR}/savemixer \ ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_SCRIPT} ${PROTO_SBINDIR}/soundoff \ ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_SCRIPT} ${PROTO_SBINDIR}/soundon \ ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${PROTO_SBINDIR}/vmixctl \ ${STAGEDIR}${PREFIX}/sbin/ .include diff --git a/audio/oss/pkg-plist b/audio/oss/pkg-plist index 14cd6b6afc8c..2c8c8e1e7559 100644 --- a/audio/oss/pkg-plist +++ b/audio/oss/pkg-plist @@ -1,118 +1,118 @@ bin/ossinfo bin/ossmix bin/osspartysh bin/ossphone bin/ossplay bin/ossrecord bin/osstest bin/ossxmix etc/oss.conf lib/oss/conf/oss_audigyls.conf.sample lib/oss/conf/oss_audioloop.conf.sample lib/oss/conf/oss_cs461x.conf.sample lib/oss/conf/oss_emu10k1x.conf.sample lib/oss/conf/oss_envy24.conf.sample lib/oss/conf/oss_envy24ht.conf.sample lib/oss/conf/oss_fmedia.conf.sample lib/oss/conf/oss_hdaudio.conf.sample lib/oss/conf/oss_ich.conf.sample lib/oss/conf/oss_imux.conf.sample lib/oss/conf/oss_madi.conf.sample lib/oss/conf/oss_midiloop.conf.sample lib/oss/conf/oss_sblive.conf.sample lib/oss/conf/oss_sbpci.conf.sample lib/oss/conf/oss_sbxfi.conf.sample lib/oss/conf/oss_trident.conf.sample lib/oss/conf/oss_usb.conf.sample lib/oss/conf/oss_userdev.conf.sample lib/oss/conf/oss_ymf7xx.conf.sample lib/oss/conf/osscore.conf.sample lib/oss/etc/devices.list lib/oss/include/sys/soundcard.h lib/oss/modules/lynxone.ko lib/oss/modules/oss_ali5455.ko lib/oss/modules/oss_atiaudio.ko lib/oss/modules/oss_audigyls.ko lib/oss/modules/oss_audioloop.ko lib/oss/modules/oss_audiopci.ko lib/oss/modules/oss_cmi878x.ko lib/oss/modules/oss_cmpci.ko lib/oss/modules/oss_cs4281.ko lib/oss/modules/oss_cs461x.ko lib/oss/modules/oss_digi96.ko lib/oss/modules/oss_emu10k1x.ko lib/oss/modules/oss_envy24.ko lib/oss/modules/oss_envy24ht.ko lib/oss/modules/oss_fmedia.ko lib/oss/modules/oss_geode.ko lib/oss/modules/oss_hdaudio.ko lib/oss/modules/oss_ich.ko lib/oss/modules/oss_imux.ko lib/oss/modules/oss_madi.ko lib/oss/modules/oss_midiloop.ko lib/oss/modules/oss_midimix.ko lib/oss/modules/oss_sblive.ko lib/oss/modules/oss_sbpci.ko lib/oss/modules/oss_sbxfi.ko lib/oss/modules/oss_solo.ko lib/oss/modules/oss_trident.ko lib/oss/modules/oss_userdev.ko lib/oss/modules/oss_via823x.ko lib/oss/modules/oss_via97.ko lib/oss/modules/oss_ymf7xx.ko lib/oss/modules/osscore.ko lib/oss/soundon.user.sample lib/oss/sysfiles.list lib/oss/version.dat -man/man1/ossinfo.1.gz -man/man1/ossmix.1.gz -man/man1/osspartysh.1.gz -man/man1/ossphone.1.gz -man/man1/ossplay.1.gz -man/man1/ossrecord.1.gz -man/man1/osstest.1.gz -man/man1/ossxmix.1.gz -man/man1/soundoff.1.gz -man/man1/soundon.1.gz -man/man7/lynxone.7.gz -man/man7/oss_ali5455.7.gz -man/man7/oss_atiaudio.7.gz -man/man7/oss_audigyls.7.gz -man/man7/oss_audioloop.7.gz -man/man7/oss_audiopci.7.gz -man/man7/oss_cmi878x.7.gz -man/man7/oss_cmpci.7.gz -man/man7/oss_cs4281.7.gz -man/man7/oss_cs461x.7.gz -man/man7/oss_digi96.7.gz -man/man7/oss_emu10k1x.7.gz -man/man7/oss_envy24.7.gz -man/man7/oss_envy24ht.7.gz -man/man7/oss_fmedia.7.gz -man/man7/oss_geode.7.gz -man/man7/oss_hdaudio.7.gz -man/man7/oss_ich.7.gz -man/man7/oss_imux.7.gz -man/man7/oss_madi.7.gz -man/man7/oss_midiloop.7.gz -man/man7/oss_midimix.7.gz -man/man7/oss_sblive.7.gz -man/man7/oss_sbpci.7.gz -man/man7/oss_sbxfi.7.gz -man/man7/oss_solo.7.gz -man/man7/oss_trident.7.gz -man/man7/oss_userdev.7.gz -man/man7/oss_via823x.7.gz -man/man7/oss_via97.7.gz -man/man7/oss_ymf7xx.7.gz -man/man7/osscore.7.gz -man/man8/ossdetect.8.gz -man/man8/ossdevlinks.8.gz -man/man8/savemixer.8.gz -man/man8/vmixctl.8.gz sbin/ossdetect sbin/ossdevlinks sbin/savemixer sbin/soundoff sbin/soundon sbin/vmixctl +share/man/man1/ossinfo.1.gz +share/man/man1/ossmix.1.gz +share/man/man1/osspartysh.1.gz +share/man/man1/ossphone.1.gz +share/man/man1/ossplay.1.gz +share/man/man1/ossrecord.1.gz +share/man/man1/osstest.1.gz +share/man/man1/ossxmix.1.gz +share/man/man1/soundoff.1.gz +share/man/man1/soundon.1.gz +share/man/man7/lynxone.7.gz +share/man/man7/oss_ali5455.7.gz +share/man/man7/oss_atiaudio.7.gz +share/man/man7/oss_audigyls.7.gz +share/man/man7/oss_audioloop.7.gz +share/man/man7/oss_audiopci.7.gz +share/man/man7/oss_cmi878x.7.gz +share/man/man7/oss_cmpci.7.gz +share/man/man7/oss_cs4281.7.gz +share/man/man7/oss_cs461x.7.gz +share/man/man7/oss_digi96.7.gz +share/man/man7/oss_emu10k1x.7.gz +share/man/man7/oss_envy24.7.gz +share/man/man7/oss_envy24ht.7.gz +share/man/man7/oss_fmedia.7.gz +share/man/man7/oss_geode.7.gz +share/man/man7/oss_hdaudio.7.gz +share/man/man7/oss_ich.7.gz +share/man/man7/oss_imux.7.gz +share/man/man7/oss_madi.7.gz +share/man/man7/oss_midiloop.7.gz +share/man/man7/oss_midimix.7.gz +share/man/man7/oss_sblive.7.gz +share/man/man7/oss_sbpci.7.gz +share/man/man7/oss_sbxfi.7.gz +share/man/man7/oss_solo.7.gz +share/man/man7/oss_trident.7.gz +share/man/man7/oss_userdev.7.gz +share/man/man7/oss_via823x.7.gz +share/man/man7/oss_via97.7.gz +share/man/man7/oss_ymf7xx.7.gz +share/man/man7/osscore.7.gz +share/man/man8/ossdetect.8.gz +share/man/man8/ossdevlinks.8.gz +share/man/man8/savemixer.8.gz +share/man/man8/vmixctl.8.gz diff --git a/audio/pd/Makefile b/audio/pd/Makefile index c1533c901501..cf2ec2d8ee04 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -1,112 +1,113 @@ PORTNAME= pd DISTVERSION= 0.47-1 DISTVERSIONSUFFIX= .src -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://msp.ucsd.edu/Software/ MAINTAINER= beyert@cs.ucr.edu COMMENT= MIDI-capable real-time audio processor/synthesizer WWW= http://msp.ucsd.edu/software.html # license of expr~ changed to BSD3 months prior to this version LICENSE= BSD3CLAUSE LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= xdg-open:devel/xdg-utils \ dejavu>0:x11-fonts/dejavu USES= autoreconf dos2unix gmake libtool pkgconfig shebangfix \ tcl:wrapper tk:wrapper WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,} OPTIONS_DEFINE= NLS PORTMIDI ALSA DOCS JACK OPTIONS_SUB= yes OPTIONS_DEFAULT= NLS JACK PORTMIDI NLS_USES= gettext ALSA_CONFIGURE_ENABLE= alsa ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib JACK_CONFIGURE_ENABLE= jack JACK_LIB_DEPENDS= libjack.so:audio/jack PORTMIDI_DESC= Midi device support via portmidi and sndio PORTMIDI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-configure.ac \ ${PATCHDIR}/extra-patch-portmidi_Makefile.am \ ${PATCHDIR}/extra-patch-portmidi_pm__common_CMakeLists.txt \ ${PATCHDIR}/extra-patch-portmidi_porttime_ptlinux.c \ ${PATCHDIR}/extra-patch-src_Makefile.am \ ${PATCHDIR}/extra-patch-src_s__midi__oss__pm.c PORTMIDI_LIB_DEPENDS= libsndio.so:audio/sndio .include .if ${PORT_OPTIONS:MPORTMIDI} DOS2UNIX_FILES= portmidi/porttime/ptlinux.c .endif SHEBANG_FILES= tcl/pkg_mkIndex.tcl SHEBANG_LANG= tclsh tclsh_CMD= ${LOCALBASE}/bin/tclsh GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no CFLAGS+= -fcommon CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread .if ${PORT_OPTIONS:MPORTMIDI} LDFLAGS+= -lsndio .endif DESKTOP_ENTRIES="Pd" "" "${PREFIX}/lib/pd/tcl/pd.ico" "pd" "" ${FALSE} post-extract: .if ${PORT_OPTIONS:MPORTMIDI} ${CP} -pr ${FILESDIR}/portmidi/pm_sndio ${WRKSRC}/portmidi/ .endif post-patch: ${FIND} ${PATCH_WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|__FreeBSD_kernel__|__FreeBSD__|g ; \ s|__x86_64__|__amd64__|g' ${FIND} ${WRKSRC}/extra -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' ${REINPLACE_CMD} -e \ 's|\*kfreebsd\*gnu\*)|*freebsd*)| ; \ s|portaudio=yes|portaudio=no| ; \ s|-O3||' ${WRKSRC}/configure.ac ${REINPLACE_CMD} -e \ '/^pkgconfigdir/s|=.*|= $$(prefix)/libdata/pkgconfig| ; \ /^libpddir/s|=.*|= $$(pkglibdir)| ; \ s|make -C|$$(MAKE) -C|' ${WRKSRC}/Makefile.am ${REINPLACE_CMD} -e \ '/^pd_LDADD/s| =.*| = $$(LIBM)|' ${WRKSRC}/src/Makefile.am ${REINPLACE_CMD} -e \ 's|PD_BASEDIR/LICENSE|${DOCSDIR}/LICENSE|g ; \ s|PD_BASEDIR/doc/1|${DOCSDIR}/1|g' \ ${WRKSRC}/doc/1.manual/1.introduction.txt ${REINPLACE_CMD} -e \ 's|-O2 | | ; \ s|-lc ||g' ${WRKSRC}/extra/makefile.subdir ${REINPLACE_CMD} -e \ '/libpthread/s|_ERROR|_WARN|' ${WRKSRC}/portaudio/configure.in do-install: .for i in src man tcl po extra (cd ${WRKSRC}/${i} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor (cd ${WRKSRC} && ${INSTALL_DATA} pd.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig) ${MKDIR} ${STAGEDIR}${DOCSDIR} (${TAR} -C ${WRKSRC}/doc --exclude "*.bak" --exclude "*.orig" \ -cf - . | ${TAR} -C ${STAGEDIR}${DOCSDIR} --unlink -xf -) .for i in LICENSE.txt README.txt (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor ${LN} -sf ../../${DOCSDIR_REL} ${STAGEDIR}${PREFIX}/lib/pd/doc ${FIND} ${STAGEDIR}${PREFIX}/lib/pd -name "*.pd_linux" | ${XARGS} \ ${STRIP_CMD} .include diff --git a/audio/pd/pkg-plist b/audio/pd/pkg-plist index 72bdba29c98e..6a72fca750a8 100644 --- a/audio/pd/pkg-plist +++ b/audio/pd/pkg-plist @@ -1,533 +1,533 @@ bin/pd bin/pd-gui.tcl bin/pdreceive bin/pdsend include/m_pd.h include/pd/g_all_guis.h include/pd/g_canvas.h include/pd/m_imp.h include/pd/m_pd.h include/pd/s_stuff.h lib/pd/bin/pd lib/pd/bin/pd-watchdog lib/pd/doc lib/pd/extra/bob~/bob~-help.pd lib/pd/extra/bob~/bob~.pd_linux lib/pd/extra/bob~/output~.pd lib/pd/extra/bonk~/bonk~-help.pd lib/pd/extra/bonk~/bonk~.pd_linux lib/pd/extra/bonk~/templates.txt lib/pd/extra/choice/choice-help.pd lib/pd/extra/choice/choice.pd_linux lib/pd/extra/complex-mod~-help.pd lib/pd/extra/complex-mod~.pd lib/pd/extra/fiddle~/fiddle~-help.pd lib/pd/extra/fiddle~/fiddle~.pd_linux lib/pd/extra/hilbert~-help.pd lib/pd/extra/hilbert~.pd lib/pd/extra/loop~/loop~-help.pd lib/pd/extra/loop~/loop~.pd_linux lib/pd/extra/loop~/test-loop~.pd lib/pd/extra/lrshift~/lrshift~-help.pd lib/pd/extra/lrshift~/lrshift~.pd_linux lib/pd/extra/pd~/pdsched.pd_linux lib/pd/extra/pd~/pd~-help.pd lib/pd/extra/pd~/pd~-subprocess.pd lib/pd/extra/pd~/pd~.pd_linux lib/pd/extra/pique/pique-help.pd lib/pd/extra/pique/pique.pd_linux lib/pd/extra/rev1-final.pd lib/pd/extra/rev1-stage.pd lib/pd/extra/rev1~-help.pd lib/pd/extra/rev1~.pd lib/pd/extra/rev2~-help.pd lib/pd/extra/rev2~.pd lib/pd/extra/rev3~-help.pd lib/pd/extra/rev3~.pd lib/pd/extra/sigmund~/sigmund~-help.pd lib/pd/extra/sigmund~/sigmund~.pd_linux lib/pd/extra/stdout/stdout-help.pd lib/pd/extra/stdout/stdout.pd_linux lib/pd/po/af.msg lib/pd/po/az.msg lib/pd/po/be.msg lib/pd/po/bg.msg lib/pd/po/de.msg lib/pd/po/el.msg lib/pd/po/en_ca.msg lib/pd/po/eu.msg lib/pd/po/fr.msg lib/pd/po/gu.msg lib/pd/po/he.msg lib/pd/po/hi.msg lib/pd/po/hu.msg lib/pd/po/it.msg lib/pd/po/pa.msg lib/pd/po/pt_br.msg lib/pd/po/pt_pt.msg lib/pd/po/sq.msg lib/pd/po/sv.msg lib/pd/po/vi.msg lib/pd/tcl/AppMain.tcl lib/pd/tcl/apple_events.tcl lib/pd/tcl/dialog_array.tcl lib/pd/tcl/dialog_audio.tcl lib/pd/tcl/dialog_canvas.tcl lib/pd/tcl/dialog_data.tcl lib/pd/tcl/dialog_find.tcl lib/pd/tcl/dialog_font.tcl lib/pd/tcl/dialog_gatom.tcl lib/pd/tcl/dialog_iemgui.tcl lib/pd/tcl/dialog_message.tcl lib/pd/tcl/dialog_midi.tcl lib/pd/tcl/dialog_path.tcl lib/pd/tcl/dialog_startup.tcl lib/pd/tcl/helpbrowser.tcl lib/pd/tcl/opt_parser.tcl lib/pd/tcl/pd-gui.tcl lib/pd/tcl/pd.ico lib/pd/tcl/pd_bindings.tcl lib/pd/tcl/pd_connect.tcl lib/pd/tcl/pd_deken.tcl lib/pd/tcl/pd_guiprefs.tcl lib/pd/tcl/pd_menucommands.tcl lib/pd/tcl/pd_menus.tcl lib/pd/tcl/pdtk_canvas.tcl lib/pd/tcl/pdtk_text.tcl lib/pd/tcl/pdtk_textwindow.tcl lib/pd/tcl/pdwindow.tcl lib/pd/tcl/pkgIndex.tcl lib/pd/tcl/pkg_mkIndex.tcl lib/pd/tcl/scrollbox.tcl lib/pd/tcl/scrollboxwindow.tcl lib/pd/tcl/wheredoesthisgo.tcl libdata/pkgconfig/pd.pc -man/man1/pd.1.gz -man/man1/pdreceive.1.gz -man/man1/pdsend.1.gz +share/man/man1/pd.1.gz +share/man/man1/pdreceive.1.gz +share/man/man1/pdsend.1.gz %%PORTDOCS%%%%DOCSDIR%%/1.manual/1.introduction.txt %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.1.png %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.2.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.3.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.4.png %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.5.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.1.png %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.2.png %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.3.png %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.4.png %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.1.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.10.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.2.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.3.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.4.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.5.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.6.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.7.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.8.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.9.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.1.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.2.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.3.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.4.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.5.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.6.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.1.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.2.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.3.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.4.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.5.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.6.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig9.1.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig9.2.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig9.3.jpg %%PORTDOCS%%%%DOCSDIR%%/1.manual/index.htm %%PORTDOCS%%%%DOCSDIR%%/1.manual/pdmanual.css %%PORTDOCS%%%%DOCSDIR%%/1.manual/x1.htm %%PORTDOCS%%%%DOCSDIR%%/1.manual/x2.htm %%PORTDOCS%%%%DOCSDIR%%/1.manual/x3.htm %%PORTDOCS%%%%DOCSDIR%%/1.manual/x4.htm %%PORTDOCS%%%%DOCSDIR%%/1.manual/x5.htm %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/00.INTRO.txt %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/01.PART1.hello.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/02.editing.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/03.connections.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/04.messages.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/05.counter.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/06.more.counters.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/07.time.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/08.depthfirst.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/09.send_receive.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/10.more.messages.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/11.review.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/12.PART2.subpatch.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/13.locality.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/14.dollarsigns.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/15.array.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/15.file.txt %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/16.more.arrays.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/17.PART3.midi.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/18.conditional.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/19.random.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/20.weighted-random.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/21.markov.chain.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/22.random-walk.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/23.sequencing.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/24.loops.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/dollarsign.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/dollarsign2.pd %%PORTDOCS%%%%DOCSDIR%%/2.control.examples/sendnumber.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A00.intro.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A00.intro.txt %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A01.sinewave.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A02.amplitude.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A03.line.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A04.line2.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A05.output.subpatch.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A06.frequency.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A07.fusion.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A08.beating.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A09.frequency.mod.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A10.review.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B01.wavetables.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B02.two-wavetables.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B03.tabread4.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B04.tabread4.interpolation.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B05.tabread.FM.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B06.table.switching.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B07.sampler.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B08.sampler.loop.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B09.sampler.loop.smooth.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B10.sampler.scratch.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B11.sampler.nodoppler.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B12.sampler.transpose.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B13.sampler.overlap.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B14.sampler.rockafella.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B15.tabread4~-onset.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B16.long-varispeed.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C01.nyquist.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C02.sawtooth-foldover.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C03.zipper.noise.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C04.control.to.signal.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C05.sampler.oneshot.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C06.signal.to.control.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C07.envelope.follower.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C08.analog.sequencer.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C09.sample.hold.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C10.monophonic.synth.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D01.envelope.gen.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D02.adsr.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D03.envelope.dB.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D04.envelope.quartic.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D05.envelope.pitch.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D06.envelope.portamento.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D07.additive.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D08.table.spectrum.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D09.shepard.tone.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D10.sampler.notes.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D11.sampler.poly.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D12.sampler.bis.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D13.additive.qlist.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D14.vibrato.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E01.spectrum.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E02.ring.modulation.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E03.octave.divider.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E04.difference.tone.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E05.chebychev.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E06.exponential.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E07.evenodd.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E08.phase.mod.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E09.FM.spectrum.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E10.complex.FM.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F01.pulse.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F02.just.say.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F03.pulse.spectrum.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F04.waveshaping.pulse.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F05.ring.modulation.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F06.packets.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F07.packet.spectrum.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F08.two.cosines.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F09.declickit.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F10.sweepable.FM.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F11.anharmonic.FM.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F12.paf.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F13.paf.control.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F14.wave.packet.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G01.delay.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G02.delay.loop.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G03.delay.variable.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G04.control.blocksize.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G05.execution.order.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G06.octave.doubler.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G07.shaker.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G08.reverb.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G09.pitchshift.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H01.low-pass.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H02.high-pass.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H03.band-pass.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H04.filter.sweep.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H05.filter.floyd.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H06.envelope.follower.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H07.measure.spectrum.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H08.heterodyning.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H09.ssb.modulation.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H10.measurement.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H11.shelving.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H12.peaking.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H13.butterworth.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H14.all.pass.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H15.phaser.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H16.adsr.filter.qlist.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I01.Fourier.analysis.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I02.Hann.window.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I03.resynthesis.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I04.noisegate.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I05.compressor.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I06.timbre.stamp.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I07.phase.vocoder.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I08.pvoc.reverb.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I09.sheep.from.goats.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I10.phase.bash.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J01.even.odd.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J02.trapezoids.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J03.pulse.width.mod.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J04.corners.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J05.triangle.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J06.enveloping.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J07.oversampling.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J08.classicsynth.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J09.bandlimited.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/adsr.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/buttercoef3.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/butterworth3~.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/filter-graph1.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/filter-graph2.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/osc-voice.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/output~.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/partial.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/qlist-sampler.txt %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/qlist.txt %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/qlist2.txt %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/reverb-echo.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/sampvoice.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/sampvoice2.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/shepvoice.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/sinevoice.pd %%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/spectrum-partial.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/00.intro.txt %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/01.scalars.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/02.getting.data.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/03.setting.data.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/04.append.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/05.array.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/06.file.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/07.sequencer.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/08.selection.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/09.scaling.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/10.onoff.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/11.array.controls.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/12.beat-patterns.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/13.sliderule.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/14.partialtracer.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/add-trace.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/beat-maker.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/data-array.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/data-start.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/file.txt %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/osc-voice.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/output~.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/voice.pd %%PORTDOCS%%%%DOCSDIR%%/4.data.structures/z.txt %%PORTDOCS%%%%DOCSDIR%%/5.reference/0_all_guis-INTRO.txt %%PORTDOCS%%%%DOCSDIR%%/5.reference/abs~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/acoustics-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/acoustics~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/adc~_dac~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/append-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/array-object-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/array-object-help.txt %%PORTDOCS%%%%DOCSDIR%%/5.reference/bag-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/bang-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/bang~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/biquad~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/block~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/bng-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/bp~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/canvas-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/change-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/clip-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/clip~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/clone-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/clone-subpatch.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/cos~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/cpole~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/cputime-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/czero_rev~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/czero~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/declare-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/delay-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/delread4~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/delread~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/delwrite~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/drawpolygon-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/drawtext-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/element-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/env~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/expr-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/exp~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/fft~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/float-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/framp~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/gatom-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/get-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/getsize-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/graph-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/hdial-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/help-intro.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/hip~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/hradio-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/hslider-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/int-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/key-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/line-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/line~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/list-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/loadbang-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/log~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/lop~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/makefilename-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/makenote-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/math-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/message-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/metro-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/midi-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/moses-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/my_canvas-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/namecanvas-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/netreceive-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/netsend-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/noise~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/numbox2-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/openpanel-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/operators-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/oscformat-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/oscparse-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/osc~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/otherbinops-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/out1~.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/pack-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/pd-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/phasor~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/pipe-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/plot-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/pointer-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/poly-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/pow~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/print-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/print~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/qlist-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/qlist.txt %%PORTDOCS%%%%DOCSDIR%%/5.reference/random-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/readsf~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/realtime-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/receive-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/route-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/rpole~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/rsqrt~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/rzero_rev~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/rzero~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/samphold~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/samplerate~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/savepanel-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/scalar-object-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/select-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/send-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/send~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/set-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/setsize-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/setsize.txt %%PORTDOCS%%%%DOCSDIR%%/5.reference/sigbinops-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/sig~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/snapshot~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/soundfiler-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/spigot-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/sqrt~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/stripnote-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/struct-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/swap-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/switch~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/symbol-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/table.txt %%PORTDOCS%%%%DOCSDIR%%/5.reference/tabosc4~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/tabplay~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread4-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread4~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/tabreceive~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/tabsend~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/tabwrite-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/tabwrite~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/text-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/text-object-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/text-object-help.txt %%PORTDOCS%%%%DOCSDIR%%/5.reference/textfile-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/textfile.txt %%PORTDOCS%%%%DOCSDIR%%/5.reference/threshold~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/throw~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/timer-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/toggle-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/trigger-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/unpack-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/until-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/value-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/vcf~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/vdial-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/vline~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/vradio-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/vslider-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/vsnapshot~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/vu-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/wrap~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/writesf~-help.pd %%PORTDOCS%%%%DOCSDIR%%/5.reference/x_all_guis.pd %%PORTDOCS%%%%DOCSDIR%%/6.externs/0.README.txt %%PORTDOCS%%%%DOCSDIR%%/6.externs/dspobj~.c %%PORTDOCS%%%%DOCSDIR%%/6.externs/makefile %%PORTDOCS%%%%DOCSDIR%%/6.externs/obj1.c %%PORTDOCS%%%%DOCSDIR%%/6.externs/obj2.c %%PORTDOCS%%%%DOCSDIR%%/6.externs/obj3.c %%PORTDOCS%%%%DOCSDIR%%/6.externs/obj4.c %%PORTDOCS%%%%DOCSDIR%%/6.externs/obj5.c %%PORTDOCS%%%%DOCSDIR%%/6.externs/test-dspobj~.pd %%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj1.pd %%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj2.pd %%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj3.pd %%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj4.pd %%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj5.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/1.ring-mod.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/2.bandpass.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/3.phase.vocoder.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/4.looper.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/5.reverb.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/6.vocoder.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/README.txt %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/1.poly.synth.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/README.txt %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/gadsr.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/numset.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset1.txt %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset2.txt %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset3.txt %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset4.txt %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/synthvoice.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/test-gadsr.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/latency.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/load-meter.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/testtone.pd %%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/testtone16.pd %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/sound/bell.aiff %%PORTDOCS%%%%DOCSDIR%%/sound/voice.wav %%PORTDOCS%%%%DOCSDIR%%/sound/voice2.wav diff --git a/audio/pianod2/Makefile b/audio/pianod2/Makefile index 549d14903523..dc8925d9bf4d 100644 --- a/audio/pianod2/Makefile +++ b/audio/pianod2/Makefile @@ -1,57 +1,58 @@ PORTNAME= pianod2 PORTVERSION= 329 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://deviousfish.com/Downloads/pianod2/Devel/ MAINTAINER= jhixson@FreeBSD.org COMMENT= Free, multi-source, network-controlled music player daemon WWW= https://deviousfish.com/Pianod2/index.html LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_i386= fails to build BUILD_DEPENDS= gsed:textproc/gsed LIB_DEPENDS= libao.so:audio/libao \ libavcodec.so:multimedia/ffmpeg \ libgcrypt.so:security/libgcrypt \ libgstreamer-1.0.so:multimedia/gstreamer1 \ libgzstream.so:devel/gzstream \ libcurl.so:ftp/curl \ libgnutls.so:security/gnutls \ libjson-c.so:devel/json-c \ libSDL.so:devel/sdl12 \ libtag.so:audio/taglib RUN_DEPENDS= mksh>0:shells/mksh USES= autoreconf compiler:c11 gettext gmake gnome gstreamer pkgconfig shebangfix USE_GNOME= glib20 USE_GSTREAMER= #ffmpeg USE_RC_SUBR= pianod GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SHEBANG_FILES= contrib/piano contrib/runmix ksh_CMD= ${LOCALBASE}/bin/mksh BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed CONFIGURE_ARGS= --with-compression \ --with-accesscontrol \ --with-engine=gstreamer \ --with-libao \ --with-libsdl \ --with-tonegenerator \ --with-pandora \ --with-tls \ --with-taglib MAKE_ARGS= CC="${CC}" PREFIX="${PREFIX}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include diff --git a/audio/pianod2/pkg-plist b/audio/pianod2/pkg-plist index 68c7c1eaa65d..99189cd30a3e 100644 --- a/audio/pianod2/pkg-plist +++ b/audio/pianod2/pkg-plist @@ -1,40 +1,40 @@ bin/piano bin/pianod bin/runmix -man/man1/piano.1.gz -man/man1/pianod.1.gz -man/man1/runmix.1.gz +share/man/man1/piano.1.gz +share/man/man1/pianod.1.gz +share/man/man1/runmix.1.gz share/pianod/html/client.css share/pianod/html/client.lib.js share/pianod/html/console.css share/pianod/html/console.html share/pianod/html/console.html.de share/pianod/html/console.html.en share/pianod/html/console.html.en_us share/pianod/html/console.html.es share/pianod/html/console.html.fr share/pianod/html/console.lib.js share/pianod/html/index.html share/pianod/html/index.html.de share/pianod/html/index.html.en share/pianod/html/index.html.en_us share/pianod/html/index.html.es share/pianod/html/index.html.fr share/pianod/html/no-art.jpeg share/pianod/html/pianod-button.gif share/pianod/html/pianod-icon.gif share/pianod/html/robots.txt share/pianod/html/translate.js share/pianod/html/translate.js.de share/pianod/html/translate.js.en share/pianod/html/translate.js.en_us share/pianod/html/translate.js.es share/pianod/html/translate.js.fr share/pianod/html/viewer.css share/pianod/html/viewer.html share/pianod/html/viewer.html.de share/pianod/html/viewer.html.en share/pianod/html/viewer.html.en_us share/pianod/html/viewer.html.es share/pianod/html/viewer.html.fr share/pianod/html/viewer.lib.js diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index d3ea1d143657..f55e0b0d7892 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -1,48 +1,48 @@ PORTNAME= playmidi PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= MIDI player WWW= https://sourceforge.net/projects/playmidi/ LICENSE= GPLv2 USES= cpe ncurses WRKSRC= ${WRKDIR}/${PORTNAME}-2.4 ONLY_FOR_ARCHS= i386 amd64 HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ENV= PREFIX=${PREFIX} INSTALL_TARGET= install.lame install.man OPTIONS_SINGLE= DEFAULTDEVICE OPTIONS_SINGLE_DEFAULTDEVICE= EXTERNAL YAMAHA2 YAMAHA4 GRAVISULTRA SBAWE32 OPTIONS_DEFAULT= EXTERNAL EXTERNAL_DESC= External midi synth, Ensoniq Soundscape, TB Maui, waveblaster cards YAMAHA2_DESC= Yamaha 2-op FM YAMAHA4_DESC= Yamaha 4-op FM GRAVISULTRA_DESC= Gravis Ultrasound SBAWE32_DESC= SB AWE32 Synth .include post-patch: ${REINPLACE_CMD} '/^read/d' ${WRKSRC}/Configure .if ${PORT_OPTIONS:MYAMAHA2} CONFIGURE_ENV+= ans1=2 .elif ${PORT_OPTIONS:MYAMAHA4} CONFIGURE_ENV+= ans1=3 .elif ${PORT_OPTIONS:MGRAVISULTRA} CONFIGURE_ENV+= ans1=4 .elif ${PORT_OPTIONS:MSBAWE32} CONFIGURE_ENV+= ans1=5 .endif # EXTERNAL is default anyway; just use other defaults .include diff --git a/audio/playmidi/files/patch-Makefile b/audio/playmidi/files/patch-Makefile index 7cacb2da2d0e..9ff9d2416ec0 100644 --- a/audio/playmidi/files/patch-Makefile +++ b/audio/playmidi/files/patch-Makefile @@ -1,190 +1,190 @@ --- Makefile.orig 1998-10-01 02:39:18 UTC +++ Makefile @@ -12,39 +12,40 @@ # ncurses usually /usr/lib, -L/usr/local/lib doesn't hurt # unless there's more than one ncurses floating around on your system -LIBNC = -L/usr/local/lib -lncurses +LIBNC = -lncurses ######### NOTE: X11R6 or newer REQUIRED -LIBX11 = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lXext -lSM -lICE -LIBGTK = -L/usr/X11R6/lib -lgtk-1.1 -lgdk-1.1 -lglib-1.1 -lX11 -lXext -lm -LIBVGA = -L/usr/local/lib -lvgagl -lvga +#LIBX11 = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lXext -lSM -lICE +#LIBGTK = -L/usr/X11R6/lib -lgtk-1.1 -lgdk-1.1 -lglib-1.1 -lX11 -lXext -lm +#LIBVGA = -L/usr/local/lib -lvgagl -lvga # ncurses is usually in /usr/include/ncurses, but you may need # to use /usr/local/include/ncurses depending on your setup. -INCNC = -I/usr/include/ncurses +#INCNC = -I/usr/include/ncurses # just in case you keep your X includes in an odd location. -INCX11 = -I/usr/X11R6/include -DNARROWPROTO +#INCX11 = -I/usr/X11R6/include -DNARROWPROTO # stuff for sound blaster awe32 INCAWE = -DVOXWARE_CONTROLLER_7_WORKING # awe_voice.h path -INCAWE += -I/usr/lib/oss/include/sys +INCAWE += -I. # usually in /usr/include, but -I/usr/local/include doesn't hurt # unless there's more than one svgalib floating around your system. -INCVGA = -I/usr/local/include +#INCVGA = -I/usr/local/include # Directory where application defaults files are stored for X11 version -XAPPDEFAULTS = /usr/X11R6/lib/X11/app-defaults +#XAPPDEFAULTS = /usr/X11R6/lib/X11/app-defaults INCLUDES= $(INCNC) $(INCX11) $(INCVGA) $(INCAWE) -INSTALLDIR = /usr/bin -INSTALL = install -s +INSTALLDIR = ${DESTDIR}${PREFIX}/bin +MIDI = ${DESTDIR}${PREFIX}/share/midi +#INSTALL = install -s # if you are using the GUS Ultra driver module, add -DULTRA_DRIVER -CFLAGS = -Wall -pipe -fomit-frame-pointer -O2 -m486 $(INCAWE) -LDFLAGS = +CFLAGS += -DMIDI=\"$(MIDI)\" $(INCAWE) +#LDFLAGS = OBJECTS = playmidi.o readmidi.o playevents.o \ patchload.o emumidi.o io_ncurses.o @@ -58,7 +59,7 @@ SOBJECTS= playmidi.o readmidi.o playeven GOBJECTS= playmidi.o readmidi.o playevents.o \ patchload.o emumidi.o io_gtk.o -all: playmidi xplaymidi +all: playmidi #xplaymidi config: playmidi.h: playmidi.h-dist @@ -73,64 +74,70 @@ io_xaw.o: io_xaw.c io_svgalib.o: io_svgalib.c $(CC) $(CFLAGS) $(INCVGA) -c io_svgalib.c -o io_svgalib.o -playmidi: .depend $(OBJECTS) +playmidi: $(OBJECTS) $(CC) $(LDFLAGS) -o playmidi $(OBJECTS) $(LIBNC) -xplaymidi: .depend $(XOBJECTS) +xplaymidi: $(XOBJECTS) $(CC) $(LDFLAGS) -o xplaymidi $(XOBJECTS) $(LIBX11) -gtkplaymidi: .depend $(GOBJECTS) +gtkplaymidi: $(GOBJECTS) $(CC) $(LDFLAGS) -o gtkplaymidi $(GOBJECTS) $(LIBGTK) -splaymidi: .depend $(SOBJECTS) +splaymidi: $(SOBJECTS) $(CC) $(LDFLAGS) -o splaymidi $(SOBJECTS) $(LIBVGA) $(INSTALLDIR)/playmidi: playmidi - $(INSTALL) playmidi $(INSTALLDIR) + ${BSD_INSTALL_PROGRAM} playmidi $(INSTALLDIR) $(INSTALLDIR)/xplaymidi: xplaymidi - $(INSTALL) xplaymidi $(INSTALLDIR) + ${BSD_INSTALL_PROGRAM} xplaymidi $(INSTALLDIR) $(INSTALLDIR)/gtkplaymidi: gtkplaymidi - $(INSTALL) gtkplaymidi $(INSTALLDIR) + ${BSD_INSTALL_PROGRAM} gtkplaymidi $(INSTALLDIR) $(INSTALLDIR)/splaymidi: splaymidi - $(INSTALL) splaymidi $(INSTALLDIR) - -/etc/std.o3: - cp -i std.o3 /etc + ${BSD_INSTALL_PROGRAM} splaymidi $(INSTALLDIR) -/etc/drums.o3: - cp -i drums.o3 /etc +$(MIDI)/std.o3: + ${BSD_INSTALL_DATA} std.o3 $(MIDI) + +$(MIDI)/drums.o3: + ${BSD_INSTALL_DATA} drums.o3 $(MIDI) -/etc/std.sb: - cp -i std.sb /etc +$(MIDI)/std.sb: + ${BSD_INSTALL_DATA} std.sb $(MIDI) -/etc/drums.sb: - cp -i drums.sb /etc +$(MIDI)/drums.sb: + ${BSD_INSTALL_DATA} drums.sb $(MIDI) $(XAPPDEFAULTS)/XPlaymidi: - cp -i XPlaymidi.ad $(XAPPDEFAULTS)/XPlaymidi + ${BSD_INSTALL_DATA} XPlaymidi.ad $(XAPPDEFAULTS)/XPlaymidi -install: $(INSTALLDIR)/playmidi $(INSTALLDIR)/splaymidi \ - $(INSTALLDIR)/xplaymidi /etc/std.o3 /etc/drums.o3 \ - /etc/std.sb /etc/drums.sb $(XAPPDEFAULTS)/XPlaymidi +dirs: + -@mkdir -p $(MIDI) -install.novga: $(INSTALLDIR)/playmidi \ - $(INSTALLDIR)/xplaymidi /etc/std.o3 /etc/drums.o3 \ - /etc/std.sb /etc/drums.sb $(XAPPDEFAULTS)/XPlaymidi +install: dirs $(INSTALLDIR)/playmidi $(INSTALLDIR)/splaymidi \ + $(INSTALLDIR)/xplaymidi $(MIDI)/std.o3 $(MIDI)/drums.o3 \ + $(MIDI)/std.sb $(MIDI)/drums.sb $(XAPPDEFAULTS)/XPlaymidi -install.noX11: $(INSTALLDIR)/playmidi $(INSTALLDIR)/splaymidi \ - /etc/std.o3 /etc/drums.o3 /etc/std.sb /etc/drums.sb +install.novga: dirs $(INSTALLDIR)/playmidi \ + $(INSTALLDIR)/xplaymidi $(MIDI)/std.o3 $(MIDI)/drums.o3 \ + $(MIDI)/std.sb $(MIDI)/drums.sb $(XAPPDEFAULTS)/XPlaymidi -install.Xonly: $(INSTALLDIR)/xplaymidi /etc/std.o3 /etc/drums.o3 \ - /etc/std.sb /etc/drums.sb $(XAPPDEFAULTS)/XPlaymidi +install.noX11: dirs $(INSTALLDIR)/playmidi $(INSTALLDIR)/splaymidi \ + $(MIDI)/std.o3 $(MIDI)/drums.o3 \ + $(MIDI)/std.sb $(MIDI)/drums.sb -install.lame: $(INSTALLDIR)/playmidi \ - /etc/std.o3 /etc/drums.o3 /etc/std.sb /etc/drums.sb +install.Xonly: dirs $(INSTALLDIR)/xplaymidi \ + $(MIDI)/std.o3 $(MIDI)/drums.o3 \ + $(MIDI)/std.sb $(MIDI)/drums.sb $(XAPPDEFAULTS)/XPlaymidi + +install.lame: dirs $(INSTALLDIR)/playmidi \ + $(MIDI)/std.o3 $(MIDI)/drums.o3 \ + $(MIDI)/std.sb $(MIDI)/drums.sb install.man: - cp playmidi.1 /usr/man/man1/ -+ ${BSD_INSTALL_MAN} playmidi.1 ${DESTDIR}${PREFIX}/man/man1/ ++ ${BSD_INSTALL_MAN} playmidi.1 ${DESTDIR}${PREFIX}/share/man/man1/ clean: rm -f *.o playmidi splaymidi xplaymidi a.out toy seq2mid beat @@ -138,22 +145,3 @@ clean: distclean: clean rm -f .depend *~ *.bak playmidi.h config.sed - -ifeq (.depend, $(wildcard .depend)) -.depend depend dep: playmidi.h - for i in *.c; do $(CPP) -M $(CFLAGS) $(INCLUDES) $$i; done >.depend - -include .depend -else -depend dep: - for i in *.c; do $(CPP) -M $(CFLAGS) $(INCLUDES) $$i; done >.depend - -.depend: playmidi.h - @echo - @echo "Bad or missing .depend running 'make depend clean'" - @echo - $(MAKE) depend clean - @echo - @echo "Successful. Trying to make again" - @exit 0 -endif diff --git a/audio/playmidi/pkg-plist b/audio/playmidi/pkg-plist index 2d672c31389b..8f259bb9bf36 100644 --- a/audio/playmidi/pkg-plist +++ b/audio/playmidi/pkg-plist @@ -1,6 +1,6 @@ bin/playmidi -man/man1/playmidi.1.gz +share/man/man1/playmidi.1.gz share/midi/drums.o3 share/midi/drums.sb share/midi/std.o3 share/midi/std.sb diff --git a/audio/pragha/Makefile b/audio/pragha/Makefile index d9a2a8dd4595..197a7883ab0d 100644 --- a/audio/pragha/Makefile +++ b/audio/pragha/Makefile @@ -1,45 +1,46 @@ PORTNAME= pragha PORTVERSION= 1.3.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight music player WWW= https://pragha-music-player.github.io/ LICENSE= GPLv3 LIB_DEPENDS= libtag.so:audio/taglib \ libpeas-1.0.so:devel/libpeas \ libnotify.so:devel/libnotify \ libkeybinder-3.0.so:x11/keybinder-gtk3 \ libsoup-2.4.so:devel/libsoup \ libtotem-plparser.so:multimedia/totem-pl-parser USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome gstreamer \ libtool pkgconfig sqlite tar:bz2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GNOME= glib20 gtk30 intltool intlhack USE_GSTREAMER= faad flac libav mpg123 ogg speex USE_LDCONFIG= yes INSTALL_TARGET= install-strip CFLAGS+= -Wno-typedef-redefinition CONFIGURE_ARGS=--disable-libglyr \ --disable-gudev-1.0 \ --disable-libmtp \ --disable-rygel-server-2.2 \ --disable-grilo-0.2 \ --disable-libclastfm \ --enable-taglib \ --enable-totem-plparser \ --disable-libxfce4ui OPTIONS_DEFINE= NLS NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls OPTIONS_SUB= yes .include diff --git a/audio/pragha/pkg-plist b/audio/pragha/pkg-plist index f8d28678402e..05c65a11d116 100644 --- a/audio/pragha/pkg-plist +++ b/audio/pragha/pkg-plist @@ -1,53 +1,53 @@ bin/pragha include/pragha/plugins/pragha-plugin-macros.h lib/pragha/plugins/acoustid/acoustid.plugin lib/pragha/plugins/acoustid/libacoustid.so lib/pragha/plugins/keybinder/keybinder.plugin lib/pragha/plugins/keybinder/libkeybinder.so lib/pragha/plugins/mpris2/libmpris2.so lib/pragha/plugins/mpris2/mpris2.plugin lib/pragha/plugins/notify/libnotify.so lib/pragha/plugins/notify/notify.plugin lib/pragha/plugins/tunein/libtunein.so lib/pragha/plugins/tunein/tunein.plugin -man/man1/pragha.1.gz share/appdata/pragha.appdata.xml share/applications/pragha.desktop %%DOCSDIR%%/ChangeLog %%DOCSDIR%%/FAQ %%DOCSDIR%%/NEWS %%DOCSDIR%%/README share/icons/hicolor/128x128/apps/pragha.png share/icons/hicolor/16x16/apps/pragha.png share/icons/hicolor/24x24/apps/pragha.png share/icons/hicolor/32x32/apps/pragha.png share/icons/hicolor/48x48/apps/pragha.png share/icons/hicolor/64x64/apps/pragha.png %%NLS%%share/locale/bg/LC_MESSAGES/pragha.mo %%NLS%%share/locale/ca_ES/LC_MESSAGES/pragha.mo %%NLS%%share/locale/cs/LC_MESSAGES/pragha.mo %%NLS%%share/locale/de/LC_MESSAGES/pragha.mo %%NLS%%share/locale/el/LC_MESSAGES/pragha.mo %%NLS%%share/locale/es/LC_MESSAGES/pragha.mo %%NLS%%share/locale/fr/LC_MESSAGES/pragha.mo %%NLS%%share/locale/hu/LC_MESSAGES/pragha.mo %%NLS%%share/locale/it/LC_MESSAGES/pragha.mo %%NLS%%share/locale/ja/LC_MESSAGES/pragha.mo %%NLS%%share/locale/ko_KR/LC_MESSAGES/pragha.mo %%NLS%%share/locale/lt/LC_MESSAGES/pragha.mo %%NLS%%share/locale/nl/LC_MESSAGES/pragha.mo %%NLS%%share/locale/no/LC_MESSAGES/pragha.mo %%NLS%%share/locale/pl/LC_MESSAGES/pragha.mo %%NLS%%share/locale/pt/LC_MESSAGES/pragha.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pragha.mo %%NLS%%share/locale/ru/LC_MESSAGES/pragha.mo %%NLS%%share/locale/sv/LC_MESSAGES/pragha.mo %%NLS%%share/locale/tr/LC_MESSAGES/pragha.mo %%NLS%%share/locale/uk/LC_MESSAGES/pragha.mo %%NLS%%share/locale/vi/LC_MESSAGES/pragha.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pragha.mo +share/man/man1/pragha.1.gz share/pixmaps/pragha/album.png share/pixmaps/pragha/artist.png share/pixmaps/pragha/cover.png share/pixmaps/pragha/genre.png share/pixmaps/pragha/track.png diff --git a/audio/qmidiarp/Makefile b/audio/qmidiarp/Makefile index 9f61a043fb92..48899168912a 100644 --- a/audio/qmidiarp/Makefile +++ b/audio/qmidiarp/Makefile @@ -1,49 +1,51 @@ PORTNAME= qmidiarp DISTVERSIONPREFIX= qmidiarp- DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= MIDI arpeggiator, sequencer and LFO for JACK WWW= https://qmidiarp.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gsed:textproc/gsed \ lv2>0:audio/lv2 LIB_DEPENDS= libasound.so:audio/alsa-lib \ liblo.so:audio/liblo \ libjack.so:audio/jack PORTSCOUT= limit:^qmidiarp USES= autoreconf compiler:c++11-lib desktop-file-utils \ gmake gnome localbase:ldflags libtool pkgconfig qt:5 USE_QT= core gui network widgets buildtools:build \ linguisttools:build USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= emuse GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-qt5 --enable-translations=yes CXXFLAGS+= -Duint=uint32_t # workaround for https://sourceforge.net/p/qmidiarp/bugs/27/ BINARY_ALIAS= sed=gsed OPTIONS_DEFINE= NLS LV2 OPTIONS_DEFAULT=LV2 OPTIONS_SUB= yes LV2_DESC= Build and install LV2 plugins LV2_CONFIGURE_OFF= --disable-lv2plugins NLS_CONFIGURE_ON= --enable-translations post-install-LV2-on: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/qmidiarp_[lsa][fer][oqp].lv2/*.so .include diff --git a/audio/qmidiarp/pkg-plist b/audio/qmidiarp/pkg-plist index 3048fa2e0a8c..0284bc687491 100644 --- a/audio/qmidiarp/pkg-plist +++ b/audio/qmidiarp/pkg-plist @@ -1,31 +1,31 @@ bin/qmidiarp %%LV2%%lib/lv2/qmidiarp_arp.lv2/manifest.ttl %%LV2%%lib/lv2/qmidiarp_arp.lv2/qmidiarp_arp.so %%LV2%%lib/lv2/qmidiarp_arp.lv2/qmidiarp_arp.ttl %%LV2%%lib/lv2/qmidiarp_arp.lv2/qmidiarp_arp_ui.so %%LV2%%lib/lv2/qmidiarp_arp.lv2/qmidiarp_arp_ui.ttl %%LV2%%lib/lv2/qmidiarp_lfo.lv2/manifest.ttl %%LV2%%lib/lv2/qmidiarp_lfo.lv2/qmidiarp_lfo.so %%LV2%%lib/lv2/qmidiarp_lfo.lv2/qmidiarp_lfo.ttl %%LV2%%lib/lv2/qmidiarp_lfo.lv2/qmidiarp_lfo_ui.so %%LV2%%lib/lv2/qmidiarp_lfo.lv2/qmidiarp_lfo_ui.ttl %%LV2%%lib/lv2/qmidiarp_seq.lv2/manifest.ttl %%LV2%%lib/lv2/qmidiarp_seq.lv2/qmidiarp_seq.so %%LV2%%lib/lv2/qmidiarp_seq.lv2/qmidiarp_seq.ttl %%LV2%%lib/lv2/qmidiarp_seq.lv2/qmidiarp_seq_ui.so %%LV2%%lib/lv2/qmidiarp_seq.lv2/qmidiarp_seq_ui.ttl -man/de/man1/qmidiarp.1.gz -man/fr/man1/qmidiarp.1.gz -man/man1/qmidiarp.1.gz +share/man/de/man1/qmidiarp.1.gz +share/man/fr/man1/qmidiarp.1.gz +share/man/man1/qmidiarp.1.gz share/metainfo/qmidiarp.appdata.xml share/applications/qmidiarp.desktop share/icons/hicolor/scalable/apps/qmidiarp.svg %%DATADIR%%/examples/demo.qmax %%DATADIR%%/examples/demo_seqlfo.qmax %%DATADIR%%/examples/demo_seqlfo2.qmax %%DATADIR%%/examples/demo_up_down.qmax %%DATADIR%%/examples/old_arp.qmax %%LV2%%%%DATADIR%%/translations/qmidiarp_cs.qm %%LV2%%%%DATADIR%%/translations/qmidiarp_de.qm %%LV2%%%%DATADIR%%/translations/qmidiarp_es.qm %%LV2%%%%DATADIR%%/translations/qmidiarp_fr.qm diff --git a/audio/ripperx/Makefile b/audio/ripperx/Makefile index 3f5f2080ebfc..9258ca3716bc 100644 --- a/audio/ripperx/Makefile +++ b/audio/ripperx/Makefile @@ -1,32 +1,33 @@ PORTNAME= ripperx PORTVERSION= 2.7.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ripperX-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK program to rip CD audio tracks and encode them WWW= https://sourceforge.net/projects/ripperx/ LIB_DEPENDS= libid3.so:audio/id3lib RUN_DEPENDS= cdparanoia:audio/cdparanoia GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_id3_ID3Tag_Link=yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= compiler:c++11-lang gmake gnome pathfix pkgconfig USE_GNOME= gtk20 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} 's/-lstdc++/-lm/' ${WRKSRC}/configure @${REINPLACE_CMD} '/^CCLD =/s/=.*/= $$(CXX)/' \ ${WRKSRC}/plugins/Makefile.in ${WRKSRC}/src/Makefile.in .include diff --git a/audio/ripperx/pkg-plist b/audio/ripperx/pkg-plist index 9eaebb897370..a476306e13ad 100644 --- a/audio/ripperx/pkg-plist +++ b/audio/ripperx/pkg-plist @@ -1,22 +1,22 @@ bin/ripperX bin/ripperX_plugin-cdparanoia bin/ripperX_plugin-8hz-mp3 bin/ripperX_plugin-encode bin/ripperX_plugin-lame bin/ripperX_plugin-gogo bin/ripperX_plugin-bladeenc bin/ripperX_plugin-xingmp3enc bin/ripperX_plugin-l3enc bin/ripperX_plugin-mp3enc bin/ripperX_plugin-oggenc bin/ripperX_plugin-flac bin/ripperX_plugin-toolame bin/ripperX_plugin-musepack bin/ripperX_plugin_tester libdata/pkgconfig/ripperX.pc -man/man1/ripperX.1.gz %%NLS%%share/locale/de/LC_MESSAGES/ripperX.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/ripperX.mo %%NLS%%share/locale/es/LC_MESSAGES/ripperX.mo %%NLS%%share/locale/gl/LC_MESSAGES/ripperX.mo %%NLS%%share/locale/it/LC_MESSAGES/ripperX.mo +share/man/man1/ripperX.1.gz diff --git a/audio/sayonara/Makefile b/audio/sayonara/Makefile index a13c8ca79782..7710c5b52010 100644 --- a/audio/sayonara/Makefile +++ b/audio/sayonara/Makefile @@ -1,36 +1,35 @@ PORTNAME= sayonara DISTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= adridg@FreeBSD.org COMMENT= Small, clear, and fast Qt-based audio player WWW= https://www.sayonara-player.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtag.so:audio/taglib \ libmtp.so:multimedia/libmtp USES= cmake compiler:c++11-lib desktop-file-utils gnome gstreamer pkgconfig \ qt:5 python shebangfix USE_GNOME= glib20 USE_GSTREAMER= flac libav mpg123 ogg opus vorbis USE_QT= dbus core gui network sql sql-sqlite3:run svg widgets xml \ buildtools:build qmake:build linguisttools:build USE_GITLAB= yes GL_ACCOUNT= luciocarreras GL_PROJECT= ${PORTNAME}-player GL_TAGNAME= 5bbf1399332d5d59362ad03bf625f9132be72206 # 1.7.0-stable1 SHEBANG_FILES= src/DBus/sayonara-ctl src/DBus/sayonara-query post-patch: @${REINPLACE_CMD} \ - -e '/man1/s,share/,,' \ -e '/DESTINATION/s,share/metainfo,share/appdata,' \ ${WRKSRC}/resources/CMakeLists.txt .include diff --git a/audio/sayonara/pkg-plist b/audio/sayonara/pkg-plist index 89dc59caec48..f0aae64e30e3 100644 --- a/audio/sayonara/pkg-plist +++ b/audio/sayonara/pkg-plist @@ -1,62 +1,62 @@ bin/sayonara bin/sayonara-ctl bin/sayonara-query -man/man1/sayonara-ctl.1.gz -man/man1/sayonara-query.1.gz -man/man1/sayonara.1.gz share/appdata/sayonara.appdata.xml share/applications/com.sayonara-player.Sayonara.desktop share/icons/hicolor/128x128/apps/sayonara.png share/icons/hicolor/16x16/apps/sayonara.png share/icons/hicolor/192x192/apps/sayonara.png share/icons/hicolor/22x22/apps/sayonara.png share/icons/hicolor/24x24/apps/sayonara.png share/icons/hicolor/256x256/apps/sayonara.png share/icons/hicolor/32x32/apps/sayonara.png share/icons/hicolor/36x36/apps/sayonara.png share/icons/hicolor/48x48/apps/sayonara.png share/icons/hicolor/64x64/apps/sayonara.png share/icons/hicolor/72x72/apps/sayonara.png share/icons/hicolor/96x96/apps/sayonara.png +share/man/man1/sayonara-ctl.1.gz +share/man/man1/sayonara-query.1.gz +share/man/man1/sayonara.1.gz %%DATADIR%%/translations/icons/ar_SA.png %%DATADIR%%/translations/icons/cs_CZ.png %%DATADIR%%/translations/icons/de_DE.png %%DATADIR%%/translations/icons/el.png %%DATADIR%%/translations/icons/en.png %%DATADIR%%/translations/icons/es_ES.png %%DATADIR%%/translations/icons/fi_FI.png %%DATADIR%%/translations/icons/fr_FR.png %%DATADIR%%/translations/icons/hu_HU.png %%DATADIR%%/translations/icons/it_IT.png %%DATADIR%%/translations/icons/ja_JP.png %%DATADIR%%/translations/icons/nl_NL.png %%DATADIR%%/translations/icons/pl_PL.png %%DATADIR%%/translations/icons/pt_BR.png %%DATADIR%%/translations/icons/pt_PT.png %%DATADIR%%/translations/icons/ro_RO.png %%DATADIR%%/translations/icons/ru_RU.png %%DATADIR%%/translations/icons/sk_SK.png %%DATADIR%%/translations/icons/tr_TR.png %%DATADIR%%/translations/icons/uk_UA.png %%DATADIR%%/translations/icons/zh_CN.png %%DATADIR%%/translations/sayonara_lang_ar_SA.qm %%DATADIR%%/translations/sayonara_lang_cs_CZ.qm %%DATADIR%%/translations/sayonara_lang_de_DE.qm %%DATADIR%%/translations/sayonara_lang_el.qm %%DATADIR%%/translations/sayonara_lang_en.qm %%DATADIR%%/translations/sayonara_lang_es_ES.qm %%DATADIR%%/translations/sayonara_lang_fi_FI.qm %%DATADIR%%/translations/sayonara_lang_fr_FR.qm %%DATADIR%%/translations/sayonara_lang_hu_HU.qm %%DATADIR%%/translations/sayonara_lang_it_IT.qm %%DATADIR%%/translations/sayonara_lang_ja_JP.qm %%DATADIR%%/translations/sayonara_lang_nl_NL.qm %%DATADIR%%/translations/sayonara_lang_pl_PL.qm %%DATADIR%%/translations/sayonara_lang_pt_BR.qm %%DATADIR%%/translations/sayonara_lang_pt_PT.qm %%DATADIR%%/translations/sayonara_lang_ro_RO.qm %%DATADIR%%/translations/sayonara_lang_ru_RU.qm %%DATADIR%%/translations/sayonara_lang_sk_SK.qm %%DATADIR%%/translations/sayonara_lang_tr_TR.qm %%DATADIR%%/translations/sayonara_lang_uk_UA.qm %%DATADIR%%/translations/sayonara_lang_zh_CN.qm diff --git a/audio/siren/Makefile b/audio/siren/Makefile index 5bfb8ec0ad84..47aba9cd1703 100644 --- a/audio/siren/Makefile +++ b/audio/siren/Makefile @@ -1,78 +1,79 @@ PORTNAME= siren PORTVERSION= 0.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Text-based audio player WWW= https://www.kariliq.nl/siren/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENCE BROKEN_mips= fails to configure: cannot find program /nxb-bin/usr/bin/cc BROKEN_mips64= fails to configure: cannot find program /nxb-bin/usr/bin/cc USES= localbase:ldflags ncurses pkgconfig HAS_CONFIGURE= yes USE_CSTD= c99 OPTIONS_DEFINE= FAAD FFMPEG FLAC MAD MPG123 OPUS SNDFILE VORBIS WAVPACK OPTIONS_MULTI= SOUND OPTIONS_MULTI_SOUND= OSS PULSEAUDIO SNDIO OPTIONS_DEFAULT= FFMPEG OSS OSS_CONFIGURE_ON= oss=yes OSS_CONFIGURE_OFF= oss=no PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_ON= pulse=yes PULSEAUDIO_CONFIGURE_OFF= pulse=no SNDIO_CONFIGURE_ON= sndio=yes SNDIO_CONFIGURE_OFF= sndio=no SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio SNDIO_USES= localbase:ldflags FAAD_CONFIGURE_ON= aac=yes FAAD_CONFIGURE_OFF= aac=no FAAD_LIB_DEPENDS= libfaad.so:audio/faad \ libmp4v2.so:multimedia/mp4v2 FFMPEG_CONFIGURE_ON= ffmpeg=yes FFMPEG_CONFIGURE_OFF= ffmpeg=no FFMPEG_LIB_DEPENDS= libavformat.so:multimedia/ffmpeg FLAC_CONFIGURE_ON= flac=yes FLAC_CONFIGURE_OFF= flac=no FLAC_LIB_DEPENDS= libFLAC.so:audio/flac MAD_CONFIGURE_ON= mad=yes MAD_CONFIGURE_OFF= mad=no MAD_LIB_DEPENDS= libmad.so:audio/libmad \ libid3tag.so:audio/libid3tag MPG123_CONFIGURE_ON= mpg123=yes MPG123_CONFIGURE_OFF= mpg123=no MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 OPUS_CONFIGURE_ON= opus=yes OPUS_CONFIGURE_OFF= opus=no OPUS_LIB_DEPENDS= libopusfile.so:audio/opusfile SNDFILE_CONFIGURE_ON= sndfile=yes SNDFILE_CONFIGURE_OFF= sndfile=no SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile VORBIS_CONFIGURE_ON= vorbis=yes VORBIS_CONFIGURE_OFF= vorbis=no VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis WAVPACK_CONFIGURE_ON= wavpack=yes WAVPACK_CONFIGURE_OFF= wavpack=no WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack OPTIONS_SUB= yes CONFIGURE_ARGS= alsa=no \ ao=no \ sun=no \ - portaudio=no + portaudio=no \ + mandir=${PREFIX}/share/man post-patch: @${REINPLACE_CMD} -e 's|-lcurses|${NCURSESLIBS}|' ${WRKSRC}/configure post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/siren @${FIND} ${STAGEDIR}${PREFIX}/lib/siren -path '*.so' \ | ${XARGS} ${STRIP_CMD} .include diff --git a/audio/siren/pkg-plist b/audio/siren/pkg-plist index a273ed5ce3f7..e8a6a1c69d93 100644 --- a/audio/siren/pkg-plist +++ b/audio/siren/pkg-plist @@ -1,14 +1,14 @@ bin/siren %%FAAD%%lib/siren/ip/aac.so %%FFMPEG%%lib/siren/ip/ffmpeg.so %%FLAC%%lib/siren/ip/flac.so %%MAD%%lib/siren/ip/mad.so %%MPG123%%lib/siren/ip/mpg123.so %%OPUS%%lib/siren/ip/opus.so %%OSS%%lib/siren/op/oss.so %%PULSEAUDIO%%lib/siren/op/pulse.so %%SNDFILE%%lib/siren/ip/sndfile.so %%SNDIO%%lib/siren/op/sndio.so %%VORBIS%%lib/siren/ip/vorbis.so %%WAVPACK%%lib/siren/ip/wavpack.so -man/man1/siren.1.gz +share/man/man1/siren.1.gz diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile index 6b3c1c704eb5..ec983e16df4a 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -1,49 +1,51 @@ PORTNAME= soundtracker DISTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Pattern-oriented music editor WWW= https://sourceforge.net/projects/soundtracker/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libsndfile.so:audio/libsndfile RUN_DEPENDS= bash:shells/bash USES= desktop-file-utils gettext gmake gnome pkgconfig shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 libxml2 pango USE_XORG= x11 SHEBANG_FILES= soundtracker_convert_config CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl2-config GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-alsa OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= JACK OSS PULSEAUDIO SDL OPTIONS_DEFAULT= OSS PULSEAUDIO SDL # JACK BACKEND_DESC= Audio backends: JACK_CONFIGURE_ENABLE= jack JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_BROKEN= # 2023-10-02: JACK option is be broken because the build doesn't use Jack when the option is set OSS_CONFIGURE_ENABLE= oss PULSEAUDIO_CONFIGURE_ENABLE= pulse PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio SDL_CONFIGURE_ENABLE= sdl SDL_USES= sdl SDL_USE= SDL=sdl2 .include diff --git a/audio/soundtracker/pkg-plist b/audio/soundtracker/pkg-plist index df3faa8b6cbf..9be24d0e087f 100644 --- a/audio/soundtracker/pkg-plist +++ b/audio/soundtracker/pkg-plist @@ -1,63 +1,63 @@ bin/soundtracker bin/soundtracker_convert_config -man/man1/soundtracker.1.gz share/appdata/soundtracker.appdata.xml share/applications/soundtracker.desktop share/locale/da/LC_MESSAGES/soundtracker.mo share/locale/de/LC_MESSAGES/soundtracker.mo share/locale/en@boldquot/LC_MESSAGES/soundtracker.mo share/locale/en@quot/LC_MESSAGES/soundtracker.mo share/locale/es/LC_MESSAGES/soundtracker.mo share/locale/fr/LC_MESSAGES/soundtracker.mo share/locale/gl/LC_MESSAGES/soundtracker.mo share/locale/hr/LC_MESSAGES/soundtracker.mo share/locale/it/LC_MESSAGES/soundtracker.mo share/locale/ja/LC_MESSAGES/soundtracker.mo share/locale/no/LC_MESSAGES/soundtracker.mo share/locale/pl/LC_MESSAGES/soundtracker.mo share/locale/ru/LC_MESSAGES/soundtracker.mo share/locale/rw/LC_MESSAGES/soundtracker.mo share/locale/sk/LC_MESSAGES/soundtracker.mo share/locale/sl/LC_MESSAGES/soundtracker.mo share/locale/sv/LC_MESSAGES/soundtracker.mo share/locale/tr/LC_MESSAGES/soundtracker.mo share/locale/vi/LC_MESSAGES/soundtracker.mo +share/man/man1/soundtracker.1.gz share/pixmaps/soundtracker-icon.png %%DATADIR%%/cheat-sheet.C.txt %%DATADIR%%/cheat-sheet.ru.txt %%DATADIR%%/crop-16.png %%DATADIR%%/downarrow.xpm %%DATADIR%%/env_inverse.png %%DATADIR%%/env_scale.png %%DATADIR%%/envelope-box.ui %%DATADIR%%/extensions/sample-editor/sox.menu %%DATADIR%%/flat.xpm %%DATADIR%%/history-16.png %%DATADIR%%/led_off.xpm %%DATADIR%%/led_on.xpm %%DATADIR%%/lock.xpm %%DATADIR%%/loop-factory-16.png %%DATADIR%%/loop-factory-22.png %%DATADIR%%/loop-factory-reset.png %%DATADIR%%/loop.png %%DATADIR%%/mask.png %%DATADIR%%/muted.png %%DATADIR%%/play.xpm %%DATADIR%%/play_block.xpm %%DATADIR%%/play_cur.xpm %%DATADIR%%/play_from.png %%DATADIR%%/rightarrow.xpm %%DATADIR%%/sample-editor.ui %%DATADIR%%/sample-go-loop-beg-22.png %%DATADIR%%/sample-go-loop-end-22.png %%DATADIR%%/sample-play-loop-22.png %%DATADIR%%/select-all-16.png %%DATADIR%%/select-all-22.png %%DATADIR%%/select-none-16.png %%DATADIR%%/select-none-22.png %%DATADIR%%/sharp.xpm %%DATADIR%%/soundtracker-icon.png %%DATADIR%%/soundtracker.ui %%DATADIR%%/soundtracker_splash.png %%DATADIR%%/stop.xpm %%DATADIR%%/unmuted.png diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 8b5d653b1908..25e718840fb0 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -1,27 +1,28 @@ PORTNAME= spek DISTVERSION= 0.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= https://github.com/alexkay/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= alexander@kojevnikov.com COMMENT= Acoustic spectrum analyser WWW= http://spek.cc/ LICENSE= GPLv3+ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg USES= compiler:c++11-lib desktop-file-utils gmake gnome \ localbase:ldflags pkgconfig tar:xz USE_GNOME= intltool USE_WX= 3.2+ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include diff --git a/audio/spek/pkg-plist b/audio/spek/pkg-plist index c4ec36e35814..2fc454122e32 100644 --- a/audio/spek/pkg-plist +++ b/audio/spek/pkg-plist @@ -1,42 +1,42 @@ bin/spek -man/man1/spek.1.gz share/applications/spek.desktop share/icons/hicolor/16x16/apps/spek.png share/icons/hicolor/22x22/apps/spek.png share/icons/hicolor/24x24/apps/spek.png share/icons/hicolor/32x32/apps/spek.png share/icons/hicolor/48x48/apps/spek.png share/icons/hicolor/scalable/apps/spek.svg %%NLS%%share/locale/bs/LC_MESSAGES/spek.mo %%NLS%%share/locale/ca/LC_MESSAGES/spek.mo %%NLS%%share/locale/cs/LC_MESSAGES/spek.mo %%NLS%%share/locale/da/LC_MESSAGES/spek.mo %%NLS%%share/locale/de/LC_MESSAGES/spek.mo %%NLS%%share/locale/el/LC_MESSAGES/spek.mo %%NLS%%share/locale/eo/LC_MESSAGES/spek.mo %%NLS%%share/locale/es/LC_MESSAGES/spek.mo %%NLS%%share/locale/fi/LC_MESSAGES/spek.mo %%NLS%%share/locale/fr/LC_MESSAGES/spek.mo %%NLS%%share/locale/gl/LC_MESSAGES/spek.mo %%NLS%%share/locale/he/LC_MESSAGES/spek.mo %%NLS%%share/locale/hr/LC_MESSAGES/spek.mo %%NLS%%share/locale/hu/LC_MESSAGES/spek.mo %%NLS%%share/locale/it/LC_MESSAGES/spek.mo %%NLS%%share/locale/ja/LC_MESSAGES/spek.mo %%NLS%%share/locale/ko/LC_MESSAGES/spek.mo %%NLS%%share/locale/lv/LC_MESSAGES/spek.mo %%NLS%%share/locale/nb/LC_MESSAGES/spek.mo %%NLS%%share/locale/nn/LC_MESSAGES/spek.mo %%NLS%%share/locale/nl/LC_MESSAGES/spek.mo %%NLS%%share/locale/pl/LC_MESSAGES/spek.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/spek.mo %%NLS%%share/locale/ru/LC_MESSAGES/spek.mo %%NLS%%share/locale/sk/LC_MESSAGES/spek.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/spek.mo %%NLS%%share/locale/sv/LC_MESSAGES/spek.mo %%NLS%%share/locale/tr/LC_MESSAGES/spek.mo %%NLS%%share/locale/th/LC_MESSAGES/spek.mo %%NLS%%share/locale/uk/LC_MESSAGES/spek.mo %%NLS%%share/locale/vi/LC_MESSAGES/spek.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/spek.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/spek.mo +share/man/man1/spek.1.gz diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 630a031fe31c..e1b920f43327 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -1,44 +1,45 @@ PORTNAME= sweep PORTVERSION= 0.9.3 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 1 CATEGORIES= audio gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Sound editor for the GNOME/GTK 2 desktop WWW= http://www.metadecks.org/software/sweep/ LICENSE= GPLv2 DEPRECATED= Abandonware, last release in 2008 and upstream is dead. Consider using audio/audacity EXPIRATION_DATE=2024-02-29 LIB_DEPENDS= libmad.so:audio/libmad \ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile \ libvorbis.so:audio/libvorbis \ libspeex.so:audio/speex USES= desktop-file-utils gettext gmake gnome libtool pathfix \ pkgconfig tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ --with-extraincdir=${LOCALBASE}/include \ --with-vorbis-libraries=${LOCALBASE}/lib \ --with-vorbis-includes=${LOCALBASE}/include/vorbis \ --with-ogg-libraries=${LOCALBASE}/lib \ --with-ogg-includes=${LOCALBASE}/include/ogg CONFIGURE_ENV= LIBS="`pkg-config --libs gmodule-2.0`" CONFLICTS_INSTALL= libsweep-lidar # include/sweep/sweep.h post-patch: @${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \ s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure .include diff --git a/audio/sweep/pkg-plist b/audio/sweep/pkg-plist index e953410008f3..d7454dd11117 100644 --- a/audio/sweep/pkg-plist +++ b/audio/sweep/pkg-plist @@ -1,31 +1,31 @@ bin/sweep include/sweep/sweep.h include/sweep/sweep_filter.h include/sweep/sweep_i18n.h include/sweep/sweep_sample.h include/sweep/sweep_selection.h include/sweep/sweep_sounddata.h include/sweep/sweep_typeconvert.h include/sweep/sweep_types.h include/sweep/sweep_undo.h include/sweep/sweep_version.h lib/sweep/libbyenergy.so lib/sweep/libecho.so lib/sweep/libfade.so lib/sweep/libladspameta.so lib/sweep/libnormalise.so lib/sweep/libreverse.so -man/man1/sweep.1.gz share/applications/sweep.desktop share/locale/de/LC_MESSAGES/sweep.mo share/locale/el/LC_MESSAGES/sweep.mo share/locale/en_AU/LC_MESSAGES/sweep.mo share/locale/es_ES/LC_MESSAGES/sweep.mo share/locale/fr/LC_MESSAGES/sweep.mo share/locale/hu/LC_MESSAGES/sweep.mo share/locale/it/LC_MESSAGES/sweep.mo share/locale/ja/LC_MESSAGES/sweep.mo share/locale/pl/LC_MESSAGES/sweep.mo share/locale/ru/LC_MESSAGES/sweep.mo +share/man/man1/sweep.1.gz share/pixmaps/sweep.svg %%DATADIR%%/sweep_splash.png diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index b3e4b890b8da..8ea8ba982c70 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -1,83 +1,87 @@ PORTNAME= timidity++ PORTVERSION= 2.15.0 +PORTREVISION= 1 CATEGORIES+= audio MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION} DISTNAME= TiMidity++-${PORTVERSION} MAINTAINER?= fuz@FreeBSD.org COMMENT?= Software MIDI player WWW= https://timidity.sourceforge.net/ LICENSE= GPLv2+ LIB_DEPENDS= libarc.so:archivers/libarc .if !defined(PKGNAMESUFFIX) LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg RUN_DEPENDS= eawpats>0:audio/eawpats .endif USES= gmake localbase tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV+= SHLD="${CC} -shared" CPPFLAGS+= -I${LOCALBASE}/include/libarc LDFLAGS+= -Wl,--export-dynamic PLIST_SUB+= TIMID_LIBDIR="${TIMID_LIBDIR}" EUCJP_LOCALE="${EUCJP_LOCALE}" .if !defined(PKGNAMESUFFIX) OPTIONS_DEFINE= DOCS EAWPLUS X11 OPTIONS_DEFAULT= X11 CONFIGURE_ARGS+= --enable-audio=oss,vorbis EAWPLUS_DESC= Collection of Gravis Ultrasound MIDI patches EAWPLUS_RUN_DEPENDS= eawplus>0:audio/eawplus X11_LIB_DEPENDS= libpng.so:graphics/png X11_USES= xorg X11_USE= xorg=x11,xext X11_CONFIGURE_ON= --with-x --enable-spectrogram --enable-wrd \ --enable-dynamic X11_CONFIGURE_OFF= --without-x --disable-spectrogram --disable-wrd \ --disable-dynamic X11_CPPFLAGS= $$(libpng-config --I_opts) .endif TIMID_LIBDIR= lib/timidity EUCJP_LOCALE= ja_JP.eucJP .include .if defined(PKGNAMESUFFIX) .include "Makefile.interface" .else USES+= ncurses CONFIGURE_ARGS+=--enable-interface=ncurses,vt100,server \ --enable-network CONFLICTS_INSTALL?= timidity DOCFILES= README.alsaseq README.dl README.m2m README.mts README.sf pre-patch: @${RM} ${WRKSRC}/libarc/*.h @${RM} ${WRKSRC}/utils/mblock.h pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${TIMID_LIBDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/timidity + @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man5 post-install:: (cd ${WRKSRC}/doc/ja_JP.eucJP && ${INSTALL_MAN} timidity.1 \ - ${STAGEDIR}${PREFIX}/man/ja/man1) + ${STAGEDIR}${PREFIX}/share/man/ja/man1) (cd ${WRKSRC}/doc/ja_JP.eucJP && ${INSTALL_MAN} timidity.cfg.5 \ - ${STAGEDIR}${PREFIX}/man/ja/man5) + ${STAGEDIR}${PREFIX}/share/man/ja/man5) @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/C && ${INSTALL_DATA} ${DOCFILES} \ ${STAGEDIR}${DOCSDIR}) @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/${PORTNAME} (cd ${WRKSRC}/doc/ja_JP.eucJP && ${INSTALL_DATA} ${DOCFILES} \ ${STAGEDIR}${PREFIX}/share/doc/ja/${PORTNAME}) @${RMDIR} ${STAGEDIR}${PREFIX}/share/timidity .endif # PKGNAMESUFFIX .include diff --git a/audio/timidity++/pkg-plist b/audio/timidity++/pkg-plist index 51d4d804744f..81ebcba7100c 100644 --- a/audio/timidity++/pkg-plist +++ b/audio/timidity++/pkg-plist @@ -1,16 +1,16 @@ bin/timidity -man/ja/man1/timidity.1.gz -man/ja/man5/timidity.cfg.5.gz -man/man1/timidity.1.gz -man/man5/timidity.cfg.5.gz +share/man/ja/man1/timidity.1.gz +share/man/ja/man5/timidity.cfg.5.gz +share/man/man1/timidity.1.gz +share/man/man5/timidity.cfg.5.gz %%PORTDOCS%%share/doc/ja/timidity++/README.alsaseq %%PORTDOCS%%share/doc/ja/timidity++/README.dl %%PORTDOCS%%share/doc/ja/timidity++/README.m2m %%PORTDOCS%%share/doc/ja/timidity++/README.mts %%PORTDOCS%%share/doc/ja/timidity++/README.sf %%PORTDOCS%%%%DOCSDIR%%/README.alsaseq %%PORTDOCS%%%%DOCSDIR%%/README.dl %%PORTDOCS%%%%DOCSDIR%%/README.m2m %%PORTDOCS%%%%DOCSDIR%%/README.mts %%PORTDOCS%%%%DOCSDIR%%/README.sf @dir %%TIMID_LIBDIR%% diff --git a/audio/wildmidi/Makefile b/audio/wildmidi/Makefile index 054c80528f23..e935a2dc4a6b 100644 --- a/audio/wildmidi/Makefile +++ b/audio/wildmidi/Makefile @@ -1,69 +1,70 @@ PORTNAME= wildmidi PORTVERSION= 0.4.2 +PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= audio MAINTAINER= liangtai.s16@gmail.com COMMENT= Simple software midi player and core softsynth library WWW= https://www.mindwerks.net/projects/wildmidi/ # player: GPLv3, library: LGPL3 LICENSE= LGPL3 USES= cmake cpe CPE_VENDOR= mindwerks USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= Mindwerks OPTIONS_SUB= yes OPTIONS_RADIO= BACKEND OPTIONS_RADIO_BACKEND= ALSA OPENAL OSS OPTIONS_DEFINE= PLAYER PLAYERSTATIC STATIC OPTIONS_DEFAULT= ALSA PLAYER STATIC_CMAKE_BOOL= WANT_STATIC PLAYER_DESC= Simple player PLAYERSTATIC_DESC= Simple player using STATIC libWildMidi BACKEND_DESC= Sound system PLAYER and PLAYERSTATIC use PLAYER_CMAKE_BOOL= WANT_PLAYER PLAYERSTATIC_CMAKE_BOOL= WANT_PLAYERSTATIC PLAYERSTATIC_IMPLIES= STATIC ALSA_CMAKE_BOOL= WANT_ALSA OPENAL_CMAKE_BOOL= WANT_OPENAL OSS_CMAKE_BOOL= WANT_OSS .include .if ${PORT_OPTIONS:MPLAYER} || ${PORT_OPTIONS:MPLAYERSTATIC} LICENSE+= GPLv3 LICENSE_COMB= multi . if ${PORT_OPTIONS:MOPENAL} USES+= openal:al . elif ${PORT_OPTIONS:MALSA} LIB_DEPENDS+= libasound.so:audio/alsa-lib . endif .endif post-patch: ${REINPLACE_CMD} -e "/^dir \/usr\/share\//{" \ -e "s|/usr/share/midi/freepats|${LOCALBASE}/share/freepats|;" \ -e "h; x; s|^|# |; s|freepats|guspat|; H; s|guspat|eawpats|; H;" \ -e "s|eawpats|eawplus|; H; x;}" ${WRKSRC}/cfg/wildmidi.cfg ${REINPLACE_CMD} -e 's@/etc/wildmidi/@${DATADIR}/@' \ -e 's@/etc/@${DATADIR}/@' ${WRKSRC}/docs/man/man1/wildmidi.1 \ ${WRKSRC}/docs/man/man5/wildmidi.cfg.5 \ ${WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/INSTALL/s@share/man@man@' \ + ${REINPLACE_CMD} \ -e '/pkgconfig/s/$${WILDMIDILIB_INSTALLDIR}/libdata/' \ ${WRKSRC}/src/CMakeLists.txt pre-install: @${RM} ${WRKSRC}/docs/man/man1/wildmidi.1${REINPLACE_ARGS:S/-i//} \ ${WRKSRC}/docs/man/man5/wildmidi.cfg.5${REINPLACE_ARGS:S/-i//} ${MKDIR} ${STAGEDIR}${DATADIR} ; \ ${CP} ${WRKSRC}/cfg/wildmidi.cfg ${STAGEDIR}${DATADIR}/wildmidi.cfg.sample .include diff --git a/audio/wildmidi/pkg-plist b/audio/wildmidi/pkg-plist index 0781dcfeb78a..53764a97d91c 100644 --- a/audio/wildmidi/pkg-plist +++ b/audio/wildmidi/pkg-plist @@ -1,31 +1,31 @@ %%PLAYER%%bin/wildmidi %%PLAYERSTATIC%%bin/wildmidi-static include/wildmidi_lib.h %%STATIC%%lib/libWildMidi.a lib/libWildMidi.so lib/libWildMidi.so.2 lib/libWildMidi.so.2.0.1 libdata/pkgconfig/wildmidi.pc -man/man1/wildmidi.1.gz -man/man3/WildMidi_ClearError.3.gz -man/man3/WildMidi_Close.3.gz -man/man3/WildMidi_ConvertBufferToMidi.3.gz -man/man3/WildMidi_ConvertToMidi.3.gz -man/man3/WildMidi_FastSeek.3.gz -man/man3/WildMidi_GetError.3.gz -man/man3/WildMidi_GetInfo.3.gz -man/man3/WildMidi_GetLyric.3.gz -man/man3/WildMidi_GetMidiOutput.3.gz -man/man3/WildMidi_GetOutput.3.gz -man/man3/WildMidi_GetString.3.gz -man/man3/WildMidi_GetVersion.3.gz -man/man3/WildMidi_Init.3.gz -man/man3/WildMidi_MasterVolume.3.gz -man/man3/WildMidi_Open.3.gz -man/man3/WildMidi_OpenBuffer.3.gz -man/man3/WildMidi_SetCvtOption.3.gz -man/man3/WildMidi_SetOption.3.gz -man/man3/WildMidi_Shutdown.3.gz -man/man3/WildMidi_SongSeek.3.gz -man/man5/wildmidi.cfg.5.gz +share/man/man1/wildmidi.1.gz +share/man/man3/WildMidi_ClearError.3.gz +share/man/man3/WildMidi_Close.3.gz +share/man/man3/WildMidi_ConvertBufferToMidi.3.gz +share/man/man3/WildMidi_ConvertToMidi.3.gz +share/man/man3/WildMidi_FastSeek.3.gz +share/man/man3/WildMidi_GetError.3.gz +share/man/man3/WildMidi_GetInfo.3.gz +share/man/man3/WildMidi_GetLyric.3.gz +share/man/man3/WildMidi_GetMidiOutput.3.gz +share/man/man3/WildMidi_GetOutput.3.gz +share/man/man3/WildMidi_GetString.3.gz +share/man/man3/WildMidi_GetVersion.3.gz +share/man/man3/WildMidi_Init.3.gz +share/man/man3/WildMidi_MasterVolume.3.gz +share/man/man3/WildMidi_Open.3.gz +share/man/man3/WildMidi_OpenBuffer.3.gz +share/man/man3/WildMidi_SetCvtOption.3.gz +share/man/man3/WildMidi_SetOption.3.gz +share/man/man3/WildMidi_Shutdown.3.gz +share/man/man3/WildMidi_SongSeek.3.gz +share/man/man5/wildmidi.cfg.5.gz @sample %%DATADIR%%/wildmidi.cfg.sample