mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/csound: 6.12.2 -> 6.12.2-83
Reported by: GH issue notification
This commit is contained in:
parent
f748db01ee
commit
d1bf378aa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487322
4 changed files with 16 additions and 14 deletions
|
@ -2,8 +2,8 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= csound
|
PORTNAME= csound
|
||||||
DISTVERSION= 6.12.2
|
DISTVERSION= 6.12.2-83
|
||||||
PORTREVISION= 3
|
DISTVERSIONSUFFIX= -gdf2edd269
|
||||||
CATEGORIES= audio lang
|
CATEGORIES= audio lang
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -79,7 +79,7 @@ FAUST_CMAKE_ON= -DFAUST_LLVM_VERSION:STRING=${FAUST_LLVM_VERSION}
|
||||||
FLUIDSYNTH_DESC= Building FluidSynth opcodes
|
FLUIDSYNTH_DESC= Building FluidSynth opcodes
|
||||||
FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
|
FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
|
||||||
FLUIDSYNTH_CMAKE_BOOL= BUILD_FLUID_OPCODES
|
FLUIDSYNTH_CMAKE_BOOL= BUILD_FLUID_OPCODES
|
||||||
FLUIDSYNTH_BROKEN= FluidSynth 2.x is broken upstream: https://github.com/csound/csound/issues/1078#issuecomment-441459803
|
xFLUIDSYNTH_BROKEN= FluidSynth 2.x is broken upstream: https://github.com/csound/csound/issues/1078#issuecomment-441459803
|
||||||
|
|
||||||
HDF5_DESC= Build HDF5 read/write opcodes
|
HDF5_DESC= Build HDF5 read/write opcodes
|
||||||
HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 \
|
HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1542488559
|
TIMESTAMP = 1544642888
|
||||||
SHA256 (csound-csound-6.12.2_GH0.tar.gz) = 39f4872b896eb1cbbf596fcacc0f2122fd3e5ebbb5cec14a81b4207d6b8630ff
|
SHA256 (csound-csound-6.12.2-83-gdf2edd269_GH0.tar.gz) = e14038c44fd954bea0fcb34af994757ca5f4fe75f99c80a1e8df867d5b9e7eee
|
||||||
SIZE (csound-csound-6.12.2_GH0.tar.gz) = 26297850
|
SIZE (csound-csound-6.12.2-83-gdf2edd269_GH0.tar.gz) = 26295519
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
--- CMakeLists.txt.orig 2018-11-07 14:05:23 UTC
|
--- CMakeLists.txt.orig 2018-12-12 19:23:43 UTC
|
||||||
+++ CMakeLists.txt
|
+++ CMakeLists.txt
|
||||||
@@ -164,8 +164,8 @@ endif()
|
@@ -164,8 +164,8 @@ endif()
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
set(LINUX YES)
|
set(LINUX YES)
|
||||||
else()
|
else()
|
||||||
set(LINUX NO)
|
set(LINUX NO)
|
||||||
@@ -527,15 +527,17 @@ find_package(FLTK )
|
@@ -527,9 +527,11 @@ find_package(FLTK )
|
||||||
# LIST_REPLACE(FLTK_LIBRARIES 2 "fltk_images_SHARED")
|
# LIST_REPLACE(FLTK_LIBRARIES 2 "fltk_images_SHARED")
|
||||||
# endif()
|
# endif()
|
||||||
#endif()
|
#endif()
|
||||||
|
@ -43,13 +43,15 @@
|
||||||
-find_package(Java)
|
-find_package(Java)
|
||||||
-find_package(JNI)
|
-find_package(JNI)
|
||||||
+if (BUILD_FAUST_OPCODES)
|
+if (BUILD_FAUST_OPCODES)
|
||||||
+ find_package(FAUST)
|
+ find_package(FAUST)
|
||||||
+endif()
|
+endif()
|
||||||
+#find_package(Java)
|
+#find_package(Java)
|
||||||
+#find_package(JNI)
|
+#find_package(JNI)
|
||||||
find_package(LIBLO)
|
find_package(LIBLO)
|
||||||
find_package(LUAJIT)
|
find_package(LUAJIT)
|
||||||
find_package(MUSICXML)
|
find_package(MUSICXML)
|
||||||
|
@@ -540,7 +542,7 @@ find_package(MUSICXML)
|
||||||
|
|
||||||
find_package(PORTSMF)
|
find_package(PORTSMF)
|
||||||
find_package(PythonLibs 2.7)
|
find_package(PythonLibs 2.7)
|
||||||
-if(NOT STK_LOCAL)
|
-if(NOT STK_LOCAL)
|
||||||
|
@ -57,7 +59,7 @@
|
||||||
find_package(STK)
|
find_package(STK)
|
||||||
endif()
|
endif()
|
||||||
find_package(SWIG)
|
find_package(SWIG)
|
||||||
@@ -1245,11 +1247,11 @@ if(CURL_FOUND)
|
@@ -1251,11 +1253,11 @@ if(USE_CURL AND CURL_FOUND)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Linux does not have a separate libintl, it is part of libc
|
# Linux does not have a separate libintl, it is part of libc
|
||||||
|
@ -71,7 +73,7 @@
|
||||||
list(APPEND libcsound_LIBS ${LIBINTL_LIBRARY})
|
list(APPEND libcsound_LIBS ${LIBINTL_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
list(APPEND libcsound_CFLAGS -DGNU_GETTEXT)
|
list(APPEND libcsound_CFLAGS -DGNU_GETTEXT)
|
||||||
@@ -1269,8 +1271,8 @@ endif()
|
@@ -1275,8 +1277,8 @@ endif()
|
||||||
|
|
||||||
if(LINUX)
|
if(LINUX)
|
||||||
message(STATUS "Building on Linux.")
|
message(STATUS "Building on Linux.")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
--- cmake/Modules/FindFAUST.cmake.orig 2018-11-17 16:56:13 UTC
|
--- cmake/Modules/FindFAUST.cmake.orig 2018-12-12 19:23:43 UTC
|
||||||
+++ cmake/Modules/FindFAUST.cmake
|
+++ cmake/Modules/FindFAUST.cmake
|
||||||
@@ -27,7 +27,7 @@ if(FAUST_FOUND)
|
@@ -27,7 +27,7 @@ if(FAUST_FOUND)
|
||||||
# This is a static build of faust, hence
|
# This is a static build of faust, hence
|
||||||
|
@ -7,5 +7,5 @@
|
||||||
- find_program(LLVM_CONFIG llvm-config HINTS /usr/bin /usr/local/bin /usr/local/opt/llvm/bin)
|
- find_program(LLVM_CONFIG llvm-config HINTS /usr/bin /usr/local/bin /usr/local/opt/llvm/bin)
|
||||||
+ find_program(LLVM_CONFIG llvm-config${FAUST_LLVM_VERSION} HINTS /usr/bin /usr/local/bin /usr/local/opt/llvm/bin)
|
+ find_program(LLVM_CONFIG llvm-config${FAUST_LLVM_VERSION} HINTS /usr/bin /usr/local/bin /usr/local/opt/llvm/bin)
|
||||||
if(NOT LLVM_CONFIG)
|
if(NOT LLVM_CONFIG)
|
||||||
message(FATAL_ERROR "Using a static Faust library requires LLVM tooling to be present in the path")
|
message(WARNING "Using a static Faust library requires LLVM tooling to be present in the path.")
|
||||||
endif()
|
UNSET(FAUST_FOUND)
|
||||||
|
|
Loading…
Add table
Reference in a new issue