From c340b5c7757d80de0d16ac279827bdf4927b26b5 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 29 Jan 2018 16:19:41 +0000 Subject: audio/sc3-plugins: Update to 3.9.0 Submitted by: myself Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14106 --- audio/sc3-plugins/Makefile | 5 ++--- audio/sc3-plugins/distinfo | 6 +++--- audio/sc3-plugins/files/patch-source_StkInst_CMakeLists.txt | 12 ------------ 3 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 audio/sc3-plugins/files/patch-source_StkInst_CMakeLists.txt (limited to 'audio/sc3-plugins') diff --git a/audio/sc3-plugins/Makefile b/audio/sc3-plugins/Makefile index 57f9d5cf026c..7ce3d1e7c44a 100644 --- a/audio/sc3-plugins/Makefile +++ b/audio/sc3-plugins/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= sc3-plugins -DISTVERSION= 3.8.0 -PORTREVISION= 1 +DISTVERSIONPREFIX= Version- +DISTVERSION= 3.9.0 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -25,7 +25,6 @@ OPTIONS_SUB= yes USES= cmake:outsource localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= supercollider -GH_TAGNAME= 5342a4a GH_TUPLE= timblechmann:nova-simd:3140689:n/external_libraries/nova-simd CMAKE_ARGS+= -DSYSTEM_STK:BOOL=ON CMAKE_ARGS+= -DSC_PATH:STRING=${LOCALBASE}/include/SuperCollider/ # see https://github.com/supercollider/sc3-plugins/issues/170 diff --git a/audio/sc3-plugins/distinfo b/audio/sc3-plugins/distinfo index a6ddb35989e4..09aee6dbefb6 100644 --- a/audio/sc3-plugins/distinfo +++ b/audio/sc3-plugins/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1503361784 -SHA256 (supercollider-sc3-plugins-3.8.0-5342a4a_GH0.tar.gz) = 09fa3e09828d1ace053a71527b89811704505bb0743d266e5c47a7ef70ae4183 -SIZE (supercollider-sc3-plugins-3.8.0-5342a4a_GH0.tar.gz) = 3454858 +TIMESTAMP = 1515960660 +SHA256 (supercollider-sc3-plugins-Version-3.9.0_GH0.tar.gz) = b9f5cc6444c087671879b973bd281289dbe1faa66a5965d21e855f7639e4fc19 +SIZE (supercollider-sc3-plugins-Version-3.9.0_GH0.tar.gz) = 3455817 SHA256 (timblechmann-nova-simd-3140689_GH0.tar.gz) = ba2d5e6d42208d85fae6eacad9f51f34e9b582c7f83cfdf2c71c8fb05f92eeda SIZE (timblechmann-nova-simd-3140689_GH0.tar.gz) = 52899 diff --git a/audio/sc3-plugins/files/patch-source_StkInst_CMakeLists.txt b/audio/sc3-plugins/files/patch-source_StkInst_CMakeLists.txt deleted file mode 100644 index d6f4e688b361..000000000000 --- a/audio/sc3-plugins/files/patch-source_StkInst_CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- source/StkInst/CMakeLists.txt.orig 2017-08-11 11:25:31 UTC -+++ source/StkInst/CMakeLists.txt -@@ -51,6 +51,9 @@ endif() - - if(SUPERNOVA) - add_library(${PROJECT}_supernova MODULE ${PROJECT}.cpp ${STKSources}) -+ if(SYSTEM_STK) -+ target_link_libraries(${PROJECT}_supernova ${STK_LIBRARY}) -+ endif() - set_property(TARGET ${PROJECT}_supernova APPEND PROPERTY COMPILE_DEFINITIONS "SUPERNOVA") - include_directories(${SC_PATH}/external_libraries - ${SC_PATH}/external_libraries/boost-lockfree -- cgit v1.2.3