From owner-svn-ports-branches@freebsd.org Wed Oct 14 07:58:51 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC7FF4309DA; Wed, 14 Oct 2020 07:58:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CB4YR5VqLz4qfs; Wed, 14 Oct 2020 07:58:51 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A005FB0ED; Wed, 14 Oct 2020 07:58:51 +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 09E7wpld056414; Wed, 14 Oct 2020 07:58:51 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09E7wprS056410; Wed, 14 Oct 2020 07:58:51 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202010140758.09E7wprS056410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 14 Oct 2020 07:58:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r552308 - branches/2020Q4/audio/sorcer-lv2 X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: branches/2020Q4/audio/sorcer-lv2 X-SVN-Commit-Revision: 552308 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2020 07:58:51 -0000 Author: yuri Date: Wed Oct 14 07:58:50 2020 New Revision: 552308 URL: https://svnweb.freebsd.org/changeset/ports/552308 Log: MFH: r552298 audio/sorcer-lv2: Fix build Also udpate WWW. Approved by: ports-secteam (fluffy) Modified: branches/2020Q4/audio/sorcer-lv2/Makefile branches/2020Q4/audio/sorcer-lv2/distinfo branches/2020Q4/audio/sorcer-lv2/pkg-descr Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/audio/sorcer-lv2/Makefile ============================================================================== --- branches/2020Q4/audio/sorcer-lv2/Makefile Wed Oct 14 07:57:40 2020 (r552307) +++ branches/2020Q4/audio/sorcer-lv2/Makefile Wed Oct 14 07:58:50 2020 (r552308) @@ -7,13 +7,14 @@ PORTREVISION= 8 CATEGORIES= audio PKGNAMESUFFIX= -lv2 +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 0c06a2f89a44a8e275f0a592c3ac946eff7b7020.patch:-p1 # Fixing build with lv2 >= 1.18.0: https://github.com/openAVproductions/openAV-Sorcer/pull/26 + MAINTAINER= yuri@FreeBSD.org COMMENT= Wavetable LV2 plugin synth targeted at the electronic/dubstep genre LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= sorcer_ui.cxx:265:21: error: cannot initialize a member subobject of type 'LV2UI_Handle' BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs Modified: branches/2020Q4/audio/sorcer-lv2/distinfo ============================================================================== --- branches/2020Q4/audio/sorcer-lv2/distinfo Wed Oct 14 07:57:40 2020 (r552307) +++ branches/2020Q4/audio/sorcer-lv2/distinfo Wed Oct 14 07:58:50 2020 (r552308) @@ -1,3 +1,5 @@ -TIMESTAMP = 1511729258 +TIMESTAMP = 1602649574 SHA256 (openAVproductions-openAV-Sorcer-release-1.1.3_GH0.tar.gz) = a055c9d1cb1371e32acdd69fd58af9577611ea1a09e19c15611d548e84c43e1e SIZE (openAVproductions-openAV-Sorcer-release-1.1.3_GH0.tar.gz) = 158961 +SHA256 (0c06a2f89a44a8e275f0a592c3ac946eff7b7020.patch) = 341aac728f0793eeb3ffa11c42bc8d5dc20c551b0623ece7a145276db68cc791 +SIZE (0c06a2f89a44a8e275f0a592c3ac946eff7b7020.patch) = 931 Modified: branches/2020Q4/audio/sorcer-lv2/pkg-descr ============================================================================== --- branches/2020Q4/audio/sorcer-lv2/pkg-descr Wed Oct 14 07:57:40 2020 (r552307) +++ branches/2020Q4/audio/sorcer-lv2/pkg-descr Wed Oct 14 07:58:50 2020 (r552308) @@ -5,4 +5,4 @@ can be mapped to wavetable modulation as well as filte 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 +WWW: http://openavproductions.com/sorcer/