pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/csound6



Module Name:    pkgsrc
Committed By:   mrg
Date:           Tue Oct  6 00:26:52 UTC 2020

Modified Files:
        pkgsrc/audio/csound6: Makefile PLIST distinfo options.mk
        pkgsrc/audio/csound6/patches: patch-CMakeLists.txt

Log Message:
update csound to 6.15.0.

changes from 6.14.0 include:

- new opcodes: randc, mp3out, metro2, ftexists, schedulek,
  lastcycle, and strstrip
- new array based channel opcodes: chngeti, chngetk, chngeta,
  chngets, chnseti, chnsetk, chnseta, and chnsets
- terniary expressions only evaluate the chosen path now
- orchestra macros persist in more places
- modified opcodes: squinewave, pindex, sflooper, event_i,
  fluidControl, bpf, stsend, stecv, pvstrace, lpfreson,
  syncloop, bpfcs, zacl, outvalue, chnget, chnset, copya2ftab,
  syncloop, lowresx, and outch
- // style comments allowed

changes from 6.15.0 include:

- new opcodes: ftset, lufs, bob (Moog analog based filter),
  sterrain, wterrain2, count, count_i, cntCreate, cntRead,
  cntReset, cntCycles, cntState, println, rndseed, arduinoStart,
  arduinoRead, arduinoStop, lpcfilter, lpcanal, allpole, pvslpc,
  pvscfs, apoleparams, resonbnk, gauss, pvsbandwidth, and vps
- many orchestra fixes
- modified opcodes: cent, semitone, taninv2, ftslice, ptable,
  GEN20, fprint(k)s, lastcycle, chn_k, trim, GEN16, scale,
  schedule, schedulek, GEN11, partials, ctrlinit, fin, and fink.
- many bugs fixed

this also fixes the build which broke recently for reasons i
can't quite figure out.  also PR#55696.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/audio/csound6/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/csound6/PLIST \
    pkgsrc/audio/csound6/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/csound6/options.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/csound6/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/csound6/Makefile
diff -u pkgsrc/audio/csound6/Makefile:1.53 pkgsrc/audio/csound6/Makefile:1.54
--- pkgsrc/audio/csound6/Makefile:1.53  Tue Aug 18 17:57:34 2020
+++ pkgsrc/audio/csound6/Makefile       Tue Oct  6 00:26:51 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2020/08/18 17:57:34 leot Exp $
+# $NetBSD: Makefile,v 1.54 2020/10/06 00:26:51 mrg Exp $
 
 DISTNAME=              csound-${CSOUND_VERSION}
 PKGNAME=               csound6-${CSOUND_VERSION}
-PKGREVISION=           8
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=csound/}
 GITHUB_PROJECT=                csound
@@ -12,8 +11,7 @@ HOMEPAGE=             https://sourceforge.net/proje
 COMMENT=               Software synthesizer and sequencer
 LICENSE=               gnu-lgpl-v2.1 # or later
 
-CSOUND_VERSION=                6.13.0
-#WRKSRC=               ${WRKDIR}/Csound${CSOUND_VERSION}
+CSOUND_VERSION=                6.15.0
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bison flex
 CFLAGS+=               -g -D__PKGSRC_PREFIX__=\"${PREFIX}/\" -DBETA
@@ -43,17 +41,19 @@ CHECK_PORTABILITY_SKIP+= \
 post-install:
        cd ${DESTDIR}${PREFIX} && \
                rm -f bin/csound6 && \
-               ${LN} -s ../lib/csound6/csound bin/csound6
+               ${LN} -s csound bin/csound6
 
 .include "options.mk"
 .include "../../audio/fluidsynth/buildlink3.mk"
 .include "../../audio/libsamplerate/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"
+.include "../../audio/liblo/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../x11/fltk13/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
+.include "../../math/eigen3/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/csound6/PLIST
diff -u pkgsrc/audio/csound6/PLIST:1.8 pkgsrc/audio/csound6/PLIST:1.9
--- pkgsrc/audio/csound6/PLIST:1.8      Sun Dec  8 02:01:07 2019
+++ pkgsrc/audio/csound6/PLIST  Tue Oct  6 00:26:51 2020
@@ -1,115 +1,119 @@
-@comment $NetBSD: PLIST,v 1.8 2019/12/08 02:01:07 nia Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/10/06 00:26:51 mrg Exp $
+include/csound/CppSound.hpp
+include/csound/CsoundFile.hpp
+include/csound/OpcodeBase.hpp
+include/csound/arrays.h
+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_threaded.hpp
+include/csound/csound_type_system.h
+include/csound/cwindow.h
+include/csound/filebuilding.h
+include/csound/find_opcode.h
+include/csound/float-version.h
+include/csound/interlocks.h
+include/csound/modload.h
+include/csound/msg_attr.h
+include/csound/plugin.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
+bin/atsa
+bin/cs
+bin/csanalyze
+bin/csb64enc
+bin/csbeats
+bin/csdebugger
+bin/csound
 bin/csound6
-include/csound6/CppSound.hpp
-include/csound6/CsoundFile.hpp
-include/csound6/OpcodeBase.hpp
-include/csound6/arrays.h
-include/csound6/cfgvar.h
-include/csound6/csPerfThread.hpp
-include/csound6/cs_par_structs.h
-include/csound6/cscore.h
-include/csound6/csdebug.h
-include/csound6/csdl.h
-include/csound6/csound.h
-include/csound6/csound.hpp
-include/csound6/csoundCore.h
-include/csound6/csound_data_structures.h
-include/csound6/csound_standard_types.h
-include/csound6/csound_threaded.hpp
-include/csound6/csound_type_system.h
-include/csound6/cwindow.h
-include/csound6/filebuilding.h
-include/csound6/find_opcode.h
-include/csound6/float-version.h
-include/csound6/interlocks.h
-include/csound6/modload.h
-include/csound6/msg_attr.h
-include/csound6/plugin.h
-include/csound6/pools.h
-include/csound6/pstream.h
-include/csound6/pvfileio.h
-include/csound6/soundio.h
-include/csound6/sysdep.h
-include/csound6/text.h
-include/csound6/version.h
-lib/csound6/atsa
-lib/csound6/cs
-lib/csound6/csanalyze
-lib/csound6/csb64enc
-lib/csound6/csbeats
-lib/csound6/csdebugger
-lib/csound6/csound
-lib/csound6/cvanal
-lib/csound6/dnoise
-lib/csound6/envext
-lib/csound6/extract
-lib/csound6/extractor
-lib/csound6/het_export
-lib/csound6/het_import
-lib/csound6/hetro
-lib/csound6/libcsnd6.so
-lib/csound6/libcsnd6.so.6.0
-lib/csound6/libcsound64.so
-lib/csound6/libcsound64.so.6.0
-lib/csound6/lpanal
-lib/csound6/lpc_export
-lib/csound6/lpc_import
-lib/csound6/makecsd
-lib/csound6/mixer
-lib/csound6/plugins-6.0/libampmidid.so
-lib/csound6/plugins-6.0/libarrayops.so
-lib/csound6/plugins-6.0/libbeosc.so
-lib/csound6/plugins-6.0/libbuchla.so
-lib/csound6/plugins-6.0/libcellular.so
-lib/csound6/plugins-6.0/libcontrol.so
-lib/csound6/plugins-6.0/libcs_date.so
-lib/csound6/plugins-6.0/libdoppler.so
-lib/csound6/plugins-6.0/libemugens.so
-lib/csound6/plugins-6.0/libexciter.so
-lib/csound6/plugins-6.0/libfareygen.so
-lib/csound6/plugins-6.0/libfluidOpcodes.so
-lib/csound6/plugins-6.0/libfractalnoise.so
-lib/csound6/plugins-6.0/libframebuffer.so
-lib/csound6/plugins-6.0/libftsamplebank.so
-lib/csound6/plugins-6.0/libgetftargs.so
-lib/csound6/plugins-6.0/libgtf.so
-lib/csound6/plugins-6.0/libimage.so
-lib/csound6/plugins-6.0/libipmidi.so
-${PLIST.jack}lib/csound6/plugins-6.0/libjackTransport.so
-${PLIST.jack}lib/csound6/plugins-6.0/libjacko.so
-lib/csound6/plugins-6.0/libliveconv.so
-lib/csound6/plugins-6.0/libmixer.so
-lib/csound6/plugins-6.0/libpadsynth.so
-lib/csound6/plugins-6.0/libplaterev.so
-lib/csound6/plugins-6.0/libpvsops.so
-lib/csound6/plugins-6.0/libpy.so
-lib/csound6/plugins-6.0/libquadbezier.so
-${PLIST.alsa}lib/csound6/plugins-6.0/librtalsa.so
-${PLIST.jack}lib/csound6/plugins-6.0/librtjack.so
-${PLIST.portaudio}lib/csound6/plugins-6.0/librtpa.so
-${PLIST.pulseaudio}lib/csound6/plugins-6.0/librtpulse.so
-lib/csound6/plugins-6.0/libscansyn.so
-lib/csound6/plugins-6.0/libscugens.so
-lib/csound6/plugins-6.0/libselect.so
-lib/csound6/plugins-6.0/libserial.so
-lib/csound6/plugins-6.0/libsignalflowgraph.so
-lib/csound6/plugins-6.0/libstackops.so
-lib/csound6/plugins-6.0/libstdutil.so
-lib/csound6/plugins-6.0/libsystem_call.so
-lib/csound6/plugins-6.0/liburandom.so
-lib/csound6/plugins-6.0/libvirtual.so
-lib/csound6/plugins-6.0/libwidgets.so
-lib/csound6/pv_export
-lib/csound6/pv_import
-lib/csound6/pvanal
-lib/csound6/pvlook
-lib/csound6/scale
-lib/csound6/scot
-lib/csound6/scsort
-lib/csound6/sdif2ad
-lib/csound6/sndinfo
-lib/csound6/src_conv
-lib/csound6/srconv
+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/mixer
+bin/pv_export
+bin/pv_import
+bin/pvanal
+bin/pvlook
+bin/scale
+bin/scot
+bin/scsort
+bin/sdif2ad
+bin/sndinfo
+bin/src_conv
+bin/srconv
+lib/libcsnd6.so
+lib/libcsnd6.so.6.0
+lib/libcsound64.so
+lib/libcsound64.so.6.0
+lib/csound/plugins64-6.0/libampmidid.so
+lib/csound/plugins64-6.0/libarrayops.so
+lib/csound/plugins64-6.0/libbeosc.so
+lib/csound/plugins64-6.0/libbuchla.so
+lib/csound/plugins64-6.0/libcellular.so
+lib/csound/plugins64-6.0/libchua.so
+lib/csound/plugins64-6.0/libcontrol.so
+lib/csound/plugins64-6.0/libcounter.so
+lib/csound/plugins64-6.0/libcs_date.so
+lib/csound/plugins64-6.0/libdoppler.so
+lib/csound/plugins64-6.0/libemugens.so
+lib/csound/plugins64-6.0/libexciter.so
+lib/csound/plugins64-6.0/libfareygen.so
+lib/csound/plugins64-6.0/libfluidOpcodes.so
+lib/csound/plugins64-6.0/libfractalnoise.so
+lib/csound/plugins64-6.0/libframebuffer.so
+lib/csound/plugins64-6.0/libftsamplebank.so
+lib/csound/plugins64-6.0/libgetftargs.so
+lib/csound/plugins64-6.0/libgtf.so
+lib/csound/plugins64-6.0/libimage.so
+lib/csound/plugins64-6.0/libipmidi.so
+${PLIST.jack}lib/csound/plugins64-6.0/libjackTransport.so
+${PLIST.jack}lib/csound/plugins64-6.0/libjacko.so
+lib/csound/plugins64-6.0/libliveconv.so
+lib/csound/plugins64-6.0/libmixer.so
+lib/csound/plugins64-6.0/libosc.so
+lib/csound/plugins64-6.0/libpadsynth.so
+lib/csound/plugins64-6.0/libplaterev.so
+lib/csound/plugins64-6.0/libpvsops.so
+lib/csound/plugins64-6.0/libpy.so
+lib/csound/plugins64-6.0/libquadbezier.so
+${PLIST.alsa}lib/csound/plugins64-6.0/librtalsa.so
+${PLIST.jack}lib/csound/plugins64-6.0/librtjack.so
+${PLIST.portaudio}lib/csound/plugins64-6.0/librtpa.so
+${PLIST.pulseaudio}lib/csound/plugins64-6.0/librtpulse.so
+lib/csound/plugins64-6.0/libscansyn.so
+lib/csound/plugins64-6.0/libscugens.so
+lib/csound/plugins64-6.0/libselect.so
+lib/csound/plugins64-6.0/libserial.so
+lib/csound/plugins64-6.0/libsignalflowgraph.so
+lib/csound/plugins64-6.0/libstackops.so
+lib/csound/plugins64-6.0/libsterrain.so
+lib/csound/plugins64-6.0/libstdutil.so
+lib/csound/plugins64-6.0/libsystem_call.so
+lib/csound/plugins64-6.0/liburandom.so
+lib/csound/plugins64-6.0/libvirtual.so
+lib/csound/plugins64-6.0/libwidgets.so
 share/cmake/Csound/FindCsound.cmake
 share/locale/de/LC_MESSAGES/csound6.mo
 share/locale/en_US/LC_MESSAGES/csound6.mo
@@ -118,3 +122,11 @@ share/locale/es_CO/LC_MESSAGES/csound6.m
 share/locale/fr/LC_MESSAGES/csound6.mo
 share/locale/it/LC_MESSAGES/csound6.mo
 share/locale/ru/LC_MESSAGES/csound6.mo
+share/samples/README
+share/samples/hrtf-44100-left.dat
+share/samples/hrtf-44100-right.dat
+share/samples/hrtf-48000-left.dat
+share/samples/hrtf-48000-right.dat
+share/samples/hrtf-96000-left.dat
+share/samples/hrtf-96000-right.dat
+share/samples/sf_GMbank.sf2
Index: pkgsrc/audio/csound6/distinfo
diff -u pkgsrc/audio/csound6/distinfo:1.8 pkgsrc/audio/csound6/distinfo:1.9
--- pkgsrc/audio/csound6/distinfo:1.8   Sat Nov  2 22:25:46 2019
+++ pkgsrc/audio/csound6/distinfo       Tue Oct  6 00:26:51 2020
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.8 2019/11/02 22:25:46 mrg Exp $
+$NetBSD: distinfo,v 1.9 2020/10/06 00:26:51 mrg Exp $
 
-SHA1 (csound-6.13.0.tar.gz) = 1775f3bdd273364995ba52a79c32795928cb3ec2
-RMD160 (csound-6.13.0.tar.gz) = 780b93bb5547e5a3807affabfe1c9f0315d5fec3
-SHA512 (csound-6.13.0.tar.gz) = 51a30cb426fc77ac648f6a9fb669b9298e6608b39ae3b12181d16ecf1fb6f2ed3db31471615a60d2ce7906b91fdb911b38c8dfa3f93699768f490f87a2bcbbbd
-Size (csound-6.13.0.tar.gz) = 26328673 bytes
-SHA1 (patch-CMakeLists.txt) = e526ab5157e8b7d636a983418f0d504b0ced6fe5
+SHA1 (csound-6.15.0.tar.gz) = d8c04b42db03551e801faf7c8a8a969dbdd78fbc
+RMD160 (csound-6.15.0.tar.gz) = ed7c7971ac2a2c06cbe8f71b512d32ddb845c4c3
+SHA512 (csound-6.15.0.tar.gz) = 3462a544357b9ef7d8f2e6c7aed5f0659524fab08669950436da856c9854f81f658f1bd50061e7e6bfd28663a578ef2e0ea75ac4f0f9c72d476dddd82aa26185
+Size (csound-6.15.0.tar.gz) = 31879171 bytes
+SHA1 (patch-CMakeLists.txt) = a9e8c15acbfe9586c0e5bdbd459cb4bc160a5f75
 SHA1 (patch-Engine_linevent.c) = b141da5b28d775f44f5804a08c22371be0cad3aa
 SHA1 (patch-Frontends_csound_csound_main.c) = 0004c7fedd7b57077587c7a2e6e4ce112b264304
 SHA1 (patch-InOut_libsnd.c) = b460ef3ef7117fd9c194eff3f62a64435243ccc4

Index: pkgsrc/audio/csound6/options.mk
diff -u pkgsrc/audio/csound6/options.mk:1.2 pkgsrc/audio/csound6/options.mk:1.3
--- pkgsrc/audio/csound6/options.mk:1.2 Sun Dec  8 02:01:07 2019
+++ pkgsrc/audio/csound6/options.mk     Tue Oct  6 00:26:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2019/12/08 02:01:07 nia Exp $
+# $NetBSD: options.mk,v 1.3 2020/10/06 00:26:51 mrg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.csound6
 PKG_SUPPORTED_OPTIONS= jack portaudio pulseaudio
@@ -36,7 +36,7 @@ PLIST_VARS+=          portaudio
 .if !empty(PKG_OPTIONS:Mportaudio)
 .include "../../audio/portaudio/buildlink3.mk"
 CMAKE_ARGS+=           -DUSE_PORTAUDIO=ON
-CMAKE_ARGS+=           -DPORTAUDIO_INCLUDE_PATH=${BUILDLINK_DIR}/include/portaudio2
+CMAKE_ARGS+=           -DCMAKE_INCLUDE_PATH=${BUILDLINK_PREFIX.portaudio}/include/portaudio2
 CMAKE_ARGS+=           -DCMAKE_LIBRARY_PATH=${BUILDLINK_PREFIX.portaudio}/lib/portaudio2
 PLIST.portaudio=       yes
 .else

Index: pkgsrc/audio/csound6/patches/patch-CMakeLists.txt
diff -u pkgsrc/audio/csound6/patches/patch-CMakeLists.txt:1.3 pkgsrc/audio/csound6/patches/patch-CMakeLists.txt:1.4
--- pkgsrc/audio/csound6/patches/patch-CMakeLists.txt:1.3       Sat Nov  2 22:25:46 2019
+++ pkgsrc/audio/csound6/patches/patch-CMakeLists.txt   Tue Oct  6 00:26:51 2020
@@ -1,33 +1,10 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2019/11/02 22:25:46 mrg Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.4 2020/10/06 00:26:51 mrg Exp $
 
-Install csound in lib/csound6 to avoid conflicts with csound5.
 Add NetBSD support.
 
---- CMakeLists.txt.orig        2019-07-12 14:54:19.000000000 -0700
-+++ CMakeLists.txt     2019-10-30 12:16:51.495210409 -0700
-@@ -20,10 +20,10 @@
- set(APIVERSION "6.0")
- 
- # Relative install paths
--set(EXECUTABLE_INSTALL_DIR "bin")
-+set(EXECUTABLE_INSTALL_DIR "lib/csound6")
- 
- set(LOCALE_INSTALL_DIR "share/locale")
--set(HEADER_INSTALL_DIR "include/csound")
-+set(HEADER_INSTALL_DIR "include/csound6")
- 
- set(CS_FRAMEWORK_DEST "~/Library/Frameworks" CACHE PATH "Csound framework path")
- include(TestBigEndian)
-@@ -36,7 +36,7 @@
- include(CheckCXXCompilerFlag)
- include(CMakePushCheckState)
- 
--set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
-+set (CMAKE_MODULE_PATH "/var/obj/pkgsrc/audio/csound6/work.the-blessing/.buildlink/cmake-Modules" "/var/obj/pkgsrc/audio/csound6/work.the-blessing/.buildlink/cmake-Modules" 
"/var/obj/pkgsrc/audio/csound6/work.the-blessing/.buildlink/cmake-Modules" ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
- 
- # Utility to munge with items in a list.
- #
-@@ -128,6 +128,12 @@
+--- CMakeLists.txt.orig        2020-08-13 18:03:03.000000000 -0500
++++ CMakeLists.txt     2020-10-05 17:46:13.721846309 -0500
+@@ -133,6 +133,12 @@
      set(OSX_VERSION " ")
  endif()
  
@@ -40,42 +17,7 @@ Add NetBSD support.
  ## USER OPTIONS ##
  # Optional targets, they should all default to ON (check_deps will disable them if not possible to build)
  option(USE_DOUBLE "Set to use double-precision floating point for audio samples." ON)
-@@ -188,19 +194,19 @@
- 
- option(USE_LIB64 "Set to on to set installation directory for libraries to lib64" OFF)
- if(USE_LIB64)
--    set(LIBRARY_INSTALL_DIR "lib64")
-+    set(LIBRARY_INSTALL_DIR "lib64/csound6")
-     add_definitions("-DLIB64")
- else()
--    set(LIBRARY_INSTALL_DIR "lib")
-+    set(LIBRARY_INSTALL_DIR "lib/csound6")
- endif()
- message(STATUS "LIBRARY INSTALL DIR: ${LIBRARY_INSTALL_DIR}")
- 
- if(USE_DOUBLE)
-    message(STATUS "Building with 64-bit floats")
--    set(PLUGIN_INSTALL_DIR "${LIBRARY_INSTALL_DIR}/csound/plugins64-${APIVERSION}")
-+    set(PLUGIN_INSTALL_DIR "${LIBRARY_INSTALL_DIR}/plugins-${APIVERSION}")
- else()
-   message(STATUS "Building with 32-bit floats")
--    set(PLUGIN_INSTALL_DIR "${LIBRARY_INSTALL_DIR}/csound/plugins-${APIVERSION}")
-+    set(PLUGIN_INSTALL_DIR "${LIBRARY_INSTALL_DIR}/plugins-${APIVERSION}")
- endif()
- 
- execute_process (
-@@ -466,6 +472,10 @@
- 
- endif()
- 
-+if(NETBSD)
-+    add_definitions("-DCS_DEFAULT_PLUGINDIR=\"${CMAKE_INSTALL_PREFIX}/${PLUGIN_INSTALL_DIR}\"")
-+endif()
-+
- if(BUILD_RELEASE)
-     add_definitions("-D_CSOUND_RELEASE_")
-     if(LINUX)
-@@ -1296,7 +1306,9 @@
+@@ -1233,7 +1243,9 @@
        list(APPEND libcsound_LIBS ${LIBRT_LIBRARY})
        message(STATUS "  ADDING LIBRT LIBRARY: ${LIBRT_LIBRARY}.")
      endif()



Home | Main Index | Thread Index | Old Index