From owner-svn-ports-all@freebsd.org Mon Nov 27 06:49:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DCC3DFA930; Mon, 27 Nov 2017 06:49:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EE4966503; Mon, 27 Nov 2017 06:49:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAR6n5j4084886; Mon, 27 Nov 2017 06:49:05 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAR6n4Ko084881; Mon, 27 Nov 2017 06:49:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201711270649.vAR6n4Ko084881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 27 Nov 2017 06:49:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454934 - in head/audio: . sorcer-lv2 sorcer-lv2/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . sorcer-lv2 sorcer-lv2/files X-SVN-Commit-Revision: 454934 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 06:49:06 -0000 Author: yuri Date: Mon Nov 27 06:49:04 2017 New Revision: 454934 URL: https://svnweb.freebsd.org/changeset/ports/454934 Log: New port: audio/sorcer-lv2: Wavetable LV2 plugin synth targeted at the electronic/dubstep genre Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13260 Added: head/audio/sorcer-lv2/ head/audio/sorcer-lv2/Makefile (contents, props changed) head/audio/sorcer-lv2/distinfo (contents, props changed) head/audio/sorcer-lv2/files/ head/audio/sorcer-lv2/files/patch-CMakeLists.txt (contents, props changed) head/audio/sorcer-lv2/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Nov 27 06:39:04 2017 (r454933) +++ head/audio/Makefile Mon Nov 27 06:49:04 2017 (r454934) @@ -753,6 +753,7 @@ SUBDIR += solfege SUBDIR += sonata SUBDIR += sonic-visualiser + SUBDIR += sorcer-lv2 SUBDIR += sound-juicer SUBDIR += soundconverter SUBDIR += soundgrab Added: head/audio/sorcer-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sorcer-lv2/Makefile Mon Nov 27 06:49:04 2017 (r454934) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= Sorcer +DISTVERSIONPREFIX= release- +DISTVERSION= 1.1.3 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Wavetable LV2 plugin synth targeted at the electronic/dubstep genre + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 \ + ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs +LIB_DEPENDS= libntk.so:x11-toolkits/ntk + +USES= cmake:outsource pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= openAVproductions +GH_PROJECT= openAV-${PORTNAME} +USE_GNOME= cairo + +PLIST_FILES= lib/lv2/sorcer.lv2/manifest.ttl \ + lib/lv2/sorcer.lv2/sorcer.so \ + lib/lv2/sorcer.lv2/sorcer.ttl + +.include Added: head/audio/sorcer-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sorcer-lv2/distinfo Mon Nov 27 06:49:04 2017 (r454934) @@ -0,0 +1,3 @@ +TIMESTAMP = 1511729258 +SHA256 (openAVproductions-openAV-Sorcer-release-1.1.3_GH0.tar.gz) = a055c9d1cb1371e32acdd69fd58af9577611ea1a09e19c15611d548e84c43e1e +SIZE (openAVproductions-openAV-Sorcer-release-1.1.3_GH0.tar.gz) = 158961 Added: head/audio/sorcer-lv2/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sorcer-lv2/files/patch-CMakeLists.txt Mon Nov 27 06:49:04 2017 (r454934) @@ -0,0 +1,32 @@ +--- CMakeLists.txt.orig 2016-03-06 16:11:56 UTC ++++ CMakeLists.txt +@@ -15,13 +15,17 @@ find_package(PkgConfig) + + #SET(CMAKE_INSTALL_PREFIX "/usr" ) + +-pkg_check_modules(LV2 lv2 REQUIRED) +-include_directories( ${LV2_INCLUDE_DIRS} ) +- + pkg_check_modules(NTK ntk REQUIRED) + include_directories( ${NTK_INCLUDE_DIRS} ) + link_directories ( ${NTK_LIBRARY_DIRS} ) + ++pkg_check_modules(LV2 lv2 REQUIRED) ++include_directories( ${LV2_INCLUDE_DIRS} ) ++ ++pkg_check_modules(CAIRO cairo REQUIRED) ++include_directories( ${CAIRO_INCLUDE_DIRS} ) ++link_directories ( ${CAIRO_LIBRARY_DIRS} ) ++ + SET(CMAKE_SHARED_LINKER_FLAGS "-fPIC -shared -Wl,-z,nodelete -Wl,--no-undefined") + + IF(RELEASE_BUILD) +@@ -81,6 +85,8 @@ ADD_LIBRARY(sorcer SHARED ${sources}) + target_link_libraries( sorcer ${NTK_LIBRARIES} ) + #target_link_libraries( sorcer ${SNDFILE_LIBRARIES} ) + ++target_link_libraries( sorcer ${CAIRO_LIBRARIES} ) ++ + # Remove "lib" part before name (sorcer.so, not libsorcer.so) + set_target_properties(sorcer PROPERTIES PREFIX "") + Added: head/audio/sorcer-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/sorcer-lv2/pkg-descr Mon Nov 27 06:49:04 2017 (r454934) @@ -0,0 +1,8 @@ +Sorcer is a polyphonic wavetable synth LV2 plugin. Its sonic fingerprint is +one of harsh modulated sub-bass driven walls of sound. Two morphing wavetable +oscillators and one sine oscillator provide the generation routines. The LFO +can be mapped to wavetable modulation as well as filter cutoff. An ADSR allows +for shaping the resulting sound, while a master volume finishes the signal +chain. Easily creating a variety of dubstep basslines and harsh pad sounds. + +WWW: http://openavproductions.com/sorcer