Index: head/audio/csound6/Makefile =================================================================== --- head/audio/csound6/Makefile (revision 388906) +++ head/audio/csound6/Makefile (revision 388907) @@ -1,145 +1,145 @@ # Created by: trevor # $FreeBSD$ PORTNAME= csound -PORTVERSION= 6.04 -PORTREVISION= 1 +PORTVERSION= 6.05 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION} DIST_SUBDIR= csound MAINTAINER= ports@FreeBSD.org COMMENT= Sound synthesizer LICENSE= LGPL21 BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/devel/boost-libs \ swig>2:${PORTSDIR}/devel/swig20 \ eigen>0:${PORTSDIR}/math/eigen3 \ gmm++>0:${PORTSDIR}/math/gmm++ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile USES= bison cmake python:2 CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ -DBUILD_JAVA_INTERFACE:BOOL=OFF \ + -DBUILD_P5GLOVE_OPCODES:BOOL=OFF \ -DBUILD_PD_CLASS:BOOL=OFF \ -DBUILD_STK_OPCODES:BOOL=OFF \ -DBUILD_TESTS:BOOL=OFF \ - -DPYTHON_MODULE_INSTALL_DIR:STRING="${PYTHONPREFIX_SITELIBDIR}" + -DBUILD_WIIMOTE_OPCODES:BOOL=OFF \ + -DPYTHON_MODULE_INSTALL_DIR:PATH="${PYTHONPREFIX_SITELIBDIR}" USE_LDCONFIG= yes SSP_UNSAFE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= pkg-message CONFLICTS= csound-5.* CONFLICTS_INSTALL= outguess-* -OPTIONS_DEFINE= ALSA CURL DSSI FLTK FLUIDSYNTH JACK LUA NLS \ +OPTIONS_DEFINE= ALSA CURL DSSI FLTK FLUIDSYNTH HDF5 JACK LUA NLS \ OPENMP OSC PNG PORTAUDIO PULSEAUDIO OPTIONS_DEFAULT= FLTK OPENMP OPTIONS_SUB= yes ALSA_DESC= Build ALSA I/O module ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib ALSA_CMAKE_OFF= -DUSE_ALSA:BOOL=OFF CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CURL_CMAKE_OFF= -DUSE_CURL:BOOL=OFF DSSI_DESC= Build DSSI/LADSPA host opcodes DSSI_BUILD_DEPENDS= dssi>0:${PORTSDIR}/audio/dssi DSSI_LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat DSSI_RUN_DEPENDS= dssi>0:${PORTSDIR}/audio/dssi DSSI_CMAKE_OFF= -DBUILD_DSSI_OPCODES:BOOL=OFF DSSI_CFLAGS= -isystem ${LOCALBASE}/include/dssi FLTK_DESC= Build FLTK plugin and GUI FLTK_LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk FLTK_CMAKE_ON= -DBUILD_WINSOUND:BOOL=ON FLTK_CMAKE_OFF= -DBUILD_CSOUND_AC:BOOL=OFF \ -DBUILD_VIRTUAL_KEYBOARD:BOOL=OFF \ -DUSE_FLTK:BOOL=OFF FLUIDSYNTH_DESC= Building FluidSynth opcodes FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:${PORTSDIR}/audio/fluidsynth FLUIDSYNTH_CMAKE_OFF= -DBUILD_FLUID_OPCODES:BOOL=OFF +HDF5_DESC= Build HDF5 read/write opcodes +HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 +HDF5_CMAKE_OFF= -DBUILD_HDF5_OPCODES:BOOL=OFF JACK_DESC= Build Jack I/O module and opcodes JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack JACK_CMAKE_OFF= -DBUILD_JACK_OPCODES:BOOL=OFF \ -DUSE_JACK:BOOL=OFF LUA_DESC= Build Lua Interface and opcodes LUA_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit LUA_CMAKE_OFF= -DBUILD_CSOUND_AC_LUA_INTERFACE:BOOL=OFF \ -DBUILD_LUA_INTERFACE:BOOL=OFF \ -DBUILD_LUA_OPCODES:BOOL=OFF NLS_USES= gettext -NLS_CMAKE_OFF= -DGETTEXT_MSGFMT_EXECUTABLE="" \ - -DLIBINTL_HEADER:STRING="" \ - -DLIBINTL_LIBRARY:STRING="" \ +NLS_CMAKE_OFF= -DGETTEXT_MSGFMT_EXECUTABLE:FILEPATH="" \ + -DGETTEXT_MSGMERGE_EXECUTABLE:FILEPATH="" \ + -DLIBINTL_LIBRARY:FILEPATH="" \ -DUSE_GETTEXT:BOOL=OFF -OPENMP_USES= compiler:openmp +OPENMP_USES= compiler:gcc-c++11-lib +OPENMP_USES_OFF= compiler:c++11-lib OPENMP_CMAKE_OFF= -DUSE_OPEN_MP:BOOL=OFF OSC_DESC= Build OSC opcodes OSC_LIB_DEPENDS= liblo.so:${PORTSDIR}/audio/liblo OSC_CMAKE_OFF= -DBUILD_OSC_OPCODES:BOOL=OFF PNG_DESC= Build Image opcodes -PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png PNG_CMAKE_OFF= -DBUILD_IMAGE_OPCODES:BOOL=OFF PORTAUDIO_DESC= Build PortAudio I/O module PORTAUDIO_LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio -PORTAUDIO_CMAKE_ON= -DUSE_PORTAUDIO:BOOL=ON PORTAUDIO_CMAKE_OFF= -DUSE_PORTAUDIO:BOOL=OFF PULSEAUDIO_DESC= Build PulseAudio I/O module PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CMAKE_OFF= -DUSE_PULSEAUDIO:BOOL=OFF .include .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex CMAKE_ARGS+= -DFLEX_EXECUTABLE:STRING="${LOCALBASE}/bin/flex" .endif .if ${PORT_OPTIONS:MALSA} && ${PORT_OPTIONS:MDSSI} IGNORE= ALSA and DSSI options are mutually exclusive .endif post-patch: @${REINPLACE_CMD} -e \ '/-O3/s|^|#| ; \ /PYTHON_MODULE_INSTALL_DIR/s|^|#| ; \ /CMAKE_SYSTEM_NAME/s|"Linux"|"${OPSYS}"| ; \ s|(LIBINTL_LIBRARY OR LINUX)|(LIBINTL_LIBRARY)| ; \ s|(NOT LINUX)|(LINUX)| ; \ s|-D_GNU_SOURCE|| ; \ s| dl)|)|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/InOut/CMakeLists.txt @${REINPLACE_CMD} -e \ 's|/usr/include/Python2.7|${PYTHON_INCLUDEDIR}| ; \ s|/usr/local|${LOCALBASE}| ; \ /linuxjoystick/s|^|#| ; \ s| dl)|)|' \ ${WRKSRC}/Opcodes/CMakeLists.txt @${REINPLACE_CMD} -e \ - '/CMAKE_SYSTEM_NAME/s|"Linux"|"${OPSYS}"| ; \ - s|--{WINSOUND_H}|$${WINSOUND_H}|' \ + '/CMAKE_SYSTEM_NAME/s|"Linux"|"${OPSYS}"|' \ ${WRKSRC}/frontends/CMakeLists.txt @${REINPLACE_CMD} -e \ 's| mixer)| csmixer)|' \ ${WRKSRC}/util/CMakeLists.txt - @${REINPLACE_CMD} -e \ - 's|_IS_GNUCC)|_IS_GNUCC OR __COMPILER_CLANG)|' \ - ${WRKSRC}/util1/CMakeLists.txt post-install: @${LN} -sf libcsnd6.so.6.0 ${STAGEDIR}${PREFIX}/lib/libcsnd6.so.6 @${LN} -sf libcsound64.so.6.0 ${STAGEDIR}${PREFIX}/lib/libcsound64.so.6 .if ${PORT_OPTIONS:MFLTK} @${LN} -sf libCsoundAC.so.6.0 ${STAGEDIR}${PREFIX}/lib/libCsoundAC.so.6 .endif .include Index: head/audio/csound6/distinfo =================================================================== --- head/audio/csound6/distinfo (revision 388906) +++ head/audio/csound6/distinfo (revision 388907) @@ -1,2 +1,2 @@ -SHA256 (csound/Csound6.04.tar.gz) = 0ff0203b87d10779dca962292a407e15ab0b284b558c9c63f892b74ed1e06080 -SIZE (csound/Csound6.04.tar.gz) = 23959744 +SHA256 (csound/Csound6.05.tar.gz) = 0d0ab4c1804265f4947e07c5e41ee72bc1a122b873bd77b9e7179f4c4db43a28 +SIZE (csound/Csound6.05.tar.gz) = 26208635 Index: head/audio/csound6/files/patch-H__remote.h =================================================================== --- head/audio/csound6/files/patch-H__remote.h (revision 388906) +++ head/audio/csound6/files/patch-H__remote.h (revision 388907) @@ -1,14 +1,14 @@ ---- H/remote.h.orig +--- H/remote.h.orig 2015-04-25 19:06:22 UTC +++ H/remote.h -@@ -37,7 +37,10 @@ +@@ -42,7 +42,10 @@ #ifdef MACOSX #include #endif - #ifdef LINUX + #ifdef __FreeBSD__ + #include + #endif + #ifdef linux #include #endif #include Index: head/audio/csound6/files/patch-InOut-rtalsa.c =================================================================== --- head/audio/csound6/files/patch-InOut-rtalsa.c (revision 388906) +++ head/audio/csound6/files/patch-InOut-rtalsa.c (revision 388907) @@ -1,27 +1,27 @@ ---- InOut/rtalsa.c.orig 2011-12-22 19:41:53.000000000 +0900 -+++ InOut/rtalsa.c 2011-12-27 23:53:00.000000000 +0900 +--- InOut/rtalsa.c.orig 2015-04-25 19:06:22 UTC ++++ InOut/rtalsa.c @@ -23,6 +23,7 @@ 02111-1307 USA */ +/* #ifndef _ISOC99_SOURCE #define _ISOC99_SOURCE 1 #endif -@@ -39,6 +40,7 @@ - #ifndef _POSIX_C_SOURCE - #define _POSIX_C_SOURCE 1 +@@ -32,6 +33,7 @@ + #ifndef _BSD_SOURCE + #define _BSD_SOURCE 1 #endif +*/ #include "csdl.h" -@@ -57,6 +59,8 @@ +@@ -50,6 +52,8 @@ #include #include #include +#include +#include #include "soundio.h" Index: head/audio/csound6/files/patch-Opcodes-urandom.c =================================================================== --- head/audio/csound6/files/patch-Opcodes-urandom.c (revision 388906) +++ head/audio/csound6/files/patch-Opcodes-urandom.c (revision 388907) @@ -1,10 +1,10 @@ ---- Opcodes/urandom.c.old 2011-01-30 02:14:59.000000000 -0600 -+++ Opcodes/urandom.c 2011-01-30 02:15:08.000000000 -0600 +--- Opcodes/urandom.c.orig 2015-04-25 19:06:23 UTC ++++ Opcodes/urandom.c @@ -22,7 +22,6 @@ */ #include "csdl.h" -#include typedef struct { OPDS h; Index: head/audio/csound6/files/patch-Top-csound.c =================================================================== --- head/audio/csound6/files/patch-Top-csound.c (revision 388906) +++ head/audio/csound6/files/patch-Top-csound.c (revision 388907) @@ -1,55 +1,55 @@ ---- Top/csound.c.orig +--- Top/csound.c.orig 2015-04-25 19:06:23 UTC +++ Top/csound.c @@ -60,10 +60,13 @@ #include "cs_par_dispatch.h" #include "csound_orc_semantics.h" -#if defined(linux) || defined(__HAIKU__) || defined(__EMSCRIPTEN__) +#if defined(linux) || defined(__HAIKU__) || defined(__FreeBSD__) || defined(__EMSCRIPTEN__) #define PTHREAD_SPINLOCK_INITIALIZER 0 #endif +#if defined(__FreeBSD__) +#include +#endif #if defined(USE_OPENMP) #include #endif /* USE_OPENMP */ -@@ -3469,7 +3473,7 @@ - /* ------------------------------------ */ +@@ -3495,7 +3498,7 @@ void csoundNotifyFileOpened(CSOUND* csou + /* ------------------------------------ */ #if defined(HAVE_RDTSC) -#if !(defined(LINUX) && defined(__GNUC__) && defined(__i386__)) +#if !(defined(LINUX) && defined(__GNUC__) && defined(__i386__)) || !(defined(__FreeBSD__) && defined(__i386__)) #undef HAVE_RDTSC #endif #endif -@@ -3482,6 +3486,13 @@ +@@ -3508,6 +3511,13 @@ static double timeResolutionSeconds = -1 static int getTimeResolution(void) { #if defined(HAVE_RDTSC) +#if defined(__FreeBSD__) + size_t size; + int timeResolutionSeconds; + size = sizeof timeResolutionSeconds; + sysctlbyname("hw.clockrate", &timeResolutionSeconds, &size, NULL, 0); + +#else FILE *f; char buf[256]; -@@ -3517,9 +3528,14 @@ +@@ -3543,9 +3553,14 @@ static int getTimeResolution(void) } } fclose(f); +#endif /* __FreeBSD__ */ if (UNLIKELY(timeResolutionSeconds <= 0.0)) { fprintf(stderr, Str("No valid CPU frequency entry " +#if defined(__FreeBSD__) + "was found.\n")); +#else "was found in /proc/cpuinfo.\n")); +#endif /* __FreeBSD__ */ return -1; } /* MHz -> seconds */ Index: head/audio/csound6/files/patch-frontends__CsoundAC__ChordSpace.hpp =================================================================== --- head/audio/csound6/files/patch-frontends__CsoundAC__ChordSpace.hpp (revision 388906) +++ head/audio/csound6/files/patch-frontends__CsoundAC__ChordSpace.hpp (revision 388907) @@ -1,19 +1,19 @@ ---- frontends/CsoundAC/ChordSpace.hpp.orig +--- frontends/CsoundAC/ChordSpace.hpp.orig 2015-04-25 19:06:23 UTC +++ frontends/CsoundAC/ChordSpace.hpp @@ -29,6 +29,7 @@ #include #include #include +#include #include #include "Event.hpp" #include -@@ -545,7 +546,7 @@ +@@ -554,7 +555,7 @@ public: char buffer[0x1000]; std::stringstream stream; for (size_t voice = 0; voice < voices(); ++voice) { - std::snprintf(buffer, 0x100, "%12.7f", getPitch(voice)); + snprintf(buffer, 0x100, "%12.7f", getPitch(voice)); if (voice > 0) { stream << " "; } Index: head/audio/csound6/files/patch-frontends__CsoundAC__Composition.cpp =================================================================== --- head/audio/csound6/files/patch-frontends__CsoundAC__Composition.cpp (revision 388906) +++ head/audio/csound6/files/patch-frontends__CsoundAC__Composition.cpp (revision 388907) @@ -1,37 +1,37 @@ ---- frontends/CsoundAC/Composition.cpp.orig +--- frontends/CsoundAC/Composition.cpp.orig 2015-04-25 19:06:23 UTC +++ frontends/CsoundAC/Composition.cpp @@ -22,6 +22,7 @@ #endif #include "Composition.hpp" #include "System.hpp" +#include #include #include -@@ -289,7 +290,7 @@ +@@ -289,7 +290,7 @@ namespace csound int Composition::normalizeOutputSoundfile(double levelDb) { char buffer[0x100]; - std::snprintf(buffer, + snprintf(buffer, 0x100, "sox %s -V3 -b 32 -e floating-point %s gain -n %f\n", getOutputSoundfileName().c_str(), -@@ -307,7 +308,7 @@ +@@ -307,7 +308,7 @@ namespace csound int Composition::translateToCdAudio(double levelDb) { char buffer[0x100]; - std::snprintf(buffer, 0x100, "sox %s -V3 -b 16 %s gain -n %f rate 44100\n", + snprintf(buffer, 0x100, "sox %s -V3 -b 16 %s gain -n %f rate 44100\n", getOutputSoundfileName().c_str(), getCdSoundfileName().c_str(), levelDb); -@@ -323,7 +324,7 @@ +@@ -323,7 +324,7 @@ namespace csound int Composition::translateToMp3(double bitrate, double levelDb) { char buffer[0x100]; - std::snprintf(buffer, + snprintf(buffer, 0x100, "lame --verbose --disptime 2 --nohist --preset cd --tt %s --ta %s --tl %s --tc %s %s %s\n", getTitle().c_str(), Index: head/audio/csound6/files/patch-frontends__CsoundAC__Counterpoint.cpp =================================================================== --- head/audio/csound6/files/patch-frontends__CsoundAC__Counterpoint.cpp (nonexistent) +++ head/audio/csound6/files/patch-frontends__CsoundAC__Counterpoint.cpp (revision 388907) @@ -0,0 +1,89 @@ +--- frontends/CsoundAC/Counterpoint.cpp.orig 2015-04-25 19:06:23 UTC ++++ frontends/CsoundAC/Counterpoint.cpp +@@ -217,8 +217,8 @@ void Counterpoint::toCsoundScore(std::st + delete uniform_real_generator; + } + int Counterpoint::ABS(int i) {if (i < 0) return(-i); else return(i);} +- int Counterpoint::MIN(int a, int b) {if (a < b) return(a); else return(b);} +- int Counterpoint::MAX(int a, int b) {if (a > b) return(a); else return(b);} ++ int Counterpoint::IMIN(int a, int b) {if (a < b) return(a); else return(b);} ++ int Counterpoint::IMAX(int a, int b) {if (a > b) return(a); else return(b);} + void Counterpoint::ARRBLT(int *dest, int *source, int num) {int i; for (i=0;i2) && ((ASkip(MelInt)) && ((ASkip(LastMelInt)) && (!(SameDir))))) + { +- Val += (MAX(0,((ABS(MelInt)+ABS(LastMelInt))-8))); ++ Val += (IMAX(0,((ABS(MelInt)+ABS(LastMelInt))-8))); + if ((Cn>3) && (ASkip(LastCp2-LastCp3))) Val += ThreeSkipsPenalty; + } + +@@ -1009,7 +1009,7 @@ void Counterpoint::toCsoundScore(std::st + if ((Us(k,v)-Cantus(k,v))*(Us(k-1,v)-Cantus(k-1,v)) < 0) Cross++; + } + } +- if (Cross > 0) Val += (MAX(0,((Cross-2)*3))); ++ if (Cross > 0) Val += (IMAX(0,((Cross-2)*3))); + + /* don't repeat note on upbeat */ + if (UpBeat(Cn,v) && (MelInt == Unison)) Val += RepetitionOnUpbeatPenalty; +@@ -1107,7 +1107,7 @@ void Counterpoint::toCsoundScore(std::st + } + } + BestFitPenalty=CurrentPenalty+Penalty; +- MaxPenalty=MIN(int(BestFitPenalty*PenaltyRatio),MaxPenalty); ++ MaxPenalty=IMIN(int(BestFitPenalty*PenaltyRatio),MaxPenalty); + /* AllDone=1; */ + Fits[2]=Fits[1]; Fits[1]=Fits[0]; Fits[0]=BestFitPenalty; + for (v=1;v<=v1;v++) +@@ -1164,7 +1164,7 @@ void Counterpoint::toCsoundScore(std::st + { + for (i=1;i<=NumParts;i++) Pens[x-i]=Is[i]; + } +- else NewLim=MIN(NewLim,penalty); ++ else NewLim=IMIN(NewLim,penalty); + } + } + } +@@ -1196,7 +1196,7 @@ void Counterpoint::toCsoundScore(std::st + for (i=0;i<=NumParts;i++) + { + OurTime=Onset(VIndex(CurTime,i)+1,i); +- if (OurTime != 0) NextTime=MIN(NextTime,OurTime); ++ if (OurTime != 0) NextTime=IMIN(NextTime,OurTime); + } + for (i=1;i<=NumParts;i++) + { +@@ -1289,8 +1289,8 @@ void Counterpoint::toCsoundScore(std::st + { + int i; + i=(int)(RANDOM(10.0)); +- if (CurRhy(i) > CurRhy(MAX(1,(i-1)))) return(MAX(1,(i-1))); +- if (CurRhy(i) <= CurRhy(MIN(9,(i+1)))) return(MIN(9,(i+1))); ++ if (CurRhy(i) > CurRhy(IMAX(1,(i-1)))) return(IMAX(1,(i-1))); ++ if (CurRhy(i) <= CurRhy(IMIN(9,(i+1)))) return(IMIN(9,(i+1))); + return(i); + } + Property changes on: head/audio/csound6/files/patch-frontends__CsoundAC__Counterpoint.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/csound6/files/patch-frontends__CsoundAC__Counterpoint.hpp =================================================================== --- head/audio/csound6/files/patch-frontends__CsoundAC__Counterpoint.hpp (nonexistent) +++ head/audio/csound6/files/patch-frontends__CsoundAC__Counterpoint.hpp (revision 388907) @@ -0,0 +1,13 @@ +--- frontends/CsoundAC/Counterpoint.hpp.orig 2015-04-25 19:06:23 UTC ++++ frontends/CsoundAC/Counterpoint.hpp +@@ -102,8 +102,8 @@ public: + Counterpoint(); + virtual ~Counterpoint(); + int ABS(int i); +- int MIN(int a, int b); +- int MAX(int a, int b); ++ int IMIN(int a, int b); ++ int IMAX(int a, int b); + void ARRBLT(int *dest, int *source, int num); + enum + { Property changes on: head/audio/csound6/files/patch-frontends__CsoundAC__Counterpoint.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/csound6/pkg-plist =================================================================== --- head/audio/csound6/pkg-plist (revision 388906) +++ head/audio/csound6/pkg-plist (revision 388907) @@ -1,116 +1,118 @@ bin/atsa bin/cs bin/csanalyze bin/csb64enc bin/csbeats bin/csdebugger bin/csmixer bin/csound bin/cvanal bin/dnoise bin/envext bin/extract bin/extractor bin/het_export bin/het_import bin/hetro bin/lpanal bin/lpc_export bin/lpc_import bin/makecsd bin/pv_export bin/pv_import bin/pvanal bin/pvlook bin/scale bin/scot bin/scsort bin/sdif2ad bin/sndinfo bin/srconv %%FLTK%%bin/winsound include/csound/CppSound.hpp include/csound/CsoundFile.hpp include/csound/OpcodeBase.hpp include/csound/cfgvar.h include/csound/csPerfThread.hpp include/csound/cs_par_structs.h include/csound/cscore.h include/csound/csdebug.h include/csound/csdl.h include/csound/csound.h include/csound/csound.hpp include/csound/csoundCore.h include/csound/csound_data_structures.h include/csound/csound_standard_types.h include/csound/csound_type_system.h include/csound/cwindow.h include/csound/filebuilding.h include/csound/float-version.h include/csound/interlocks.h include/csound/msg_attr.h include/csound/pools.h include/csound/pstream.h include/csound/pvfileio.h include/csound/soundio.h include/csound/sysdep.h include/csound/text.h include/csound/version.h lib/csound/plugins-6.0/csladspa.so %%LUA%%lib/csound/plugins-6.0/libLuaCsound.so lib/csound/plugins-6.0/libampmidid.so lib/csound/plugins-6.0/libbuchla.so lib/csound/plugins-6.0/libcellular.so lib/csound/plugins-6.0/libchua.so lib/csound/plugins-6.0/libcontrol.so lib/csound/plugins-6.0/libcs_date.so lib/csound/plugins-6.0/libdoppler.so %%DSSI%%lib/csound/plugins-6.0/libdssi4cs.so lib/csound/plugins-6.0/libexciter.so lib/csound/plugins-6.0/libfareygen.so %%FLUIDSYNTH%%lib/csound/plugins-6.0/libfluidOpcodes.so lib/csound/plugins-6.0/libfractalnoise.so +%%HDF5%%lib/csound/plugins-6.0/libhdf5.so %%PNG%%lib/csound/plugins-6.0/libimage.so lib/csound/plugins-6.0/libipmidi.so %%JACK%%lib/csound/plugins-6.0/libjackTransport.so %%JACK%%lib/csound/plugins-6.0/libjacko.so lib/csound/plugins-6.0/liblinear_algebra.so lib/csound/plugins-6.0/libmixer.so %%OSC%%lib/csound/plugins-6.0/libosc.so +lib/csound/plugins-6.0/libpadsynth.so lib/csound/plugins-6.0/libplaterev.so lib/csound/plugins-6.0/libpy.so %%ALSA%%lib/csound/plugins-6.0/librtalsa.so %%JACK%%lib/csound/plugins-6.0/librtjack.so %%PORTAUDIO%%lib/csound/plugins-6.0/librtpa.so %%PULSEAUDIO%%lib/csound/plugins-6.0/librtpulse.so lib/csound/plugins-6.0/libscansyn.so lib/csound/plugins-6.0/libserial.so lib/csound/plugins-6.0/libsignalflowgraph.so lib/csound/plugins-6.0/libstdutil.so lib/csound/plugins-6.0/libsystem_call.so lib/csound/plugins-6.0/liburandom.so %%FLTK%%lib/csound/plugins-6.0/libvirtual.so %%FLTK%%lib/csound/plugins-6.0/libwidgets.so %%FLTK%%lib/libCsoundAC.so %%FLTK%%lib/libCsoundAC.so.6 %%FLTK%%lib/libCsoundAC.so.6.0 lib/libcsnd6.so lib/libcsnd6.so.6 lib/libcsnd6.so.6.0 lib/libcsound64.so lib/libcsound64.so.6 lib/libcsound64.so.6.0 %%LUA%%lib/luaCsnd6.so %%LUA%%lib/luaCsoundAC.so %%FLTK%%%%PYTHON_SITELIBDIR%%/CsoundAC.py %%FLTK%%%%PYTHON_SITELIBDIR%%/_CsoundAC.so %%PYTHON_SITELIBDIR%%/_csnd6.so %%PYTHON_SITELIBDIR%%/csnd6.py %%PYTHON_SITELIBDIR%%/icsound.py %%NLS%%share/locale/de/LC_MESSAGES/csound6.mo %%NLS%%share/locale/en_US/LC_MESSAGES/csound6.mo %%NLS%%share/locale/es_CO/LC_MESSAGES/csound6.mo %%NLS%%share/locale/fr/LC_MESSAGES/csound6.mo %%NLS%%share/locale/it/LC_MESSAGES/csound6.mo %%NLS%%share/locale/ro/LC_MESSAGES/csound6.mo %%NLS%%share/locale/ru/LC_MESSAGES/csound6.mo