From owner-svn-ports-head@freebsd.org Sat Feb 22 11:53:17 2020 Return-Path: Delivered-To: svn-ports-head@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 3A18423A057; Sat, 22 Feb 2020 11:53:17 +0000 (UTC) (envelope-from tobik@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) server-signature RSA-PSS (4096 bits) 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 48PmtN6xrqz3yvZ; Sat, 22 Feb 2020 11:53:16 +0000 (UTC) (envelope-from tobik@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 E1B312314C; Sat, 22 Feb 2020 11:53:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01MBrGSI008197; Sat, 22 Feb 2020 11:53:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01MBrGrJ008194; Sat, 22 Feb 2020 11:53:16 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202002221153.01MBrGrJ008194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 22 Feb 2020 11:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526758 - head/audio/fluidsynth X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/fluidsynth X-SVN-Commit-Revision: 526758 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2020 11:53:17 -0000 Author: tobik Date: Sat Feb 22 11:53:16 2020 New Revision: 526758 URL: https://svnweb.freebsd.org/changeset/ports/526758 Log: audio/fluidsynth: Update to v2.1.1 Also fix LADSPA option which was silently failing because ladspa.h could not be found. Changes: https://github.com/FluidSynth/fluidsynth/releases/tag/v2.1.1 PR: 244300 Approved by: multimedia (tcberner) Modified: head/audio/fluidsynth/Makefile head/audio/fluidsynth/distinfo head/audio/fluidsynth/pkg-plist Modified: head/audio/fluidsynth/Makefile ============================================================================== --- head/audio/fluidsynth/Makefile Sat Feb 22 11:45:37 2020 (r526757) +++ head/audio/fluidsynth/Makefile Sat Feb 22 11:53:16 2020 (r526758) @@ -3,7 +3,7 @@ PORTNAME= fluidsynth DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 +DISTVERSION= 2.1.1 CATEGORIES= audio MAINTAINER= multimedia@FreeBSD.org @@ -37,6 +37,7 @@ DBUS_CMAKE_BOOL= enable-dbus LADSPA_BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa LADSPA_RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa +LADSPA_USES= localbase LADSPA_CMAKE_BOOL= enable-ladspa LASH_LIB_DEPENDS= liblash.so:audio/lash Modified: head/audio/fluidsynth/distinfo ============================================================================== --- head/audio/fluidsynth/distinfo Sat Feb 22 11:45:37 2020 (r526757) +++ head/audio/fluidsynth/distinfo Sat Feb 22 11:53:16 2020 (r526758) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575172344 -SHA256 (FluidSynth-fluidsynth-v2.1.0_GH0.tar.gz) = 526addc6d8445035840d3af7282d3ba89567df209d28e183da04a1a877da2da3 -SIZE (FluidSynth-fluidsynth-v2.1.0_GH0.tar.gz) = 1356096 +TIMESTAMP = 1582354017 +SHA256 (FluidSynth-fluidsynth-v2.1.1_GH0.tar.gz) = 966d0393591b505d694e51cbf653387007144e9ae0b8705d82ec7d943d31d348 +SIZE (FluidSynth-fluidsynth-v2.1.1_GH0.tar.gz) = 1359872 Modified: head/audio/fluidsynth/pkg-plist ============================================================================== --- head/audio/fluidsynth/pkg-plist Sat Feb 22 11:45:37 2020 (r526757) +++ head/audio/fluidsynth/pkg-plist Sat Feb 22 11:53:16 2020 (r526758) @@ -19,6 +19,6 @@ include/fluidsynth/version.h include/fluidsynth/voice.h lib/libfluidsynth.so lib/libfluidsynth.so.2 -lib/libfluidsynth.so.2.3.0 +lib/libfluidsynth.so.2.3.1 libdata/pkgconfig/fluidsynth.pc man/man1/fluidsynth.1.gz