From owner-svn-ports-head@freebsd.org Mon Jul 1 13:02:54 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B2FE15DA1E0; Mon, 1 Jul 2019 13:02:54 +0000 (UTC) (envelope-from koobs@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 026D17559E; Mon, 1 Jul 2019 13:02:54 +0000 (UTC) (envelope-from koobs@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 D1CAAD59E; Mon, 1 Jul 2019 13:02:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x61D2reC048182; Mon, 1 Jul 2019 13:02:53 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x61D2rmR048179; Mon, 1 Jul 2019 13:02:53 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201907011302.x61D2rmR048179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 1 Jul 2019 13:02:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505568 - head/audio/lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/audio/lv2 X-SVN-Commit-Revision: 505568 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 026D17559E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Mon, 01 Jul 2019 13:02:54 -0000 Author: koobs Date: Mon Jul 1 13:02:53 2019 New Revision: 505568 URL: https://svnweb.freebsd.org/changeset/ports/505568 Log: audio/lv2: Update to 1.16.0 Changelog: http://lv2plug.in/lv2-1-16-0.html PR: 235103 Submitted by: Charlie Li Approved by: (maintainer) Modified: head/audio/lv2/Makefile head/audio/lv2/distinfo head/audio/lv2/pkg-plist Modified: head/audio/lv2/Makefile ============================================================================== --- head/audio/lv2/Makefile Mon Jul 1 12:50:17 2019 (r505567) +++ head/audio/lv2/Makefile Mon Jul 1 13:02:53 2019 (r505568) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lv2 -PORTVERSION= 1.14.0 -PORTREVISION= 2 +PORTVERSION= 1.16.0 CATEGORIES= audio MASTER_SITES= http://lv2plug.in/spec/ @@ -38,7 +37,6 @@ EXAMPLES_LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libfreetype.so:print/freetype2 EXAMPLES_USES= pkgconfig gnome EXAMPLES_USE= GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango -EXAMPLES_CONFIGURE_ENV= CC='${CC} -Wl,--as-needed' # Gtk deps post-install: # Waf doesn't have built-in strip support Modified: head/audio/lv2/distinfo ============================================================================== --- head/audio/lv2/distinfo Mon Jul 1 12:50:17 2019 (r505567) +++ head/audio/lv2/distinfo Mon Jul 1 13:02:53 2019 (r505568) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475763856 -SHA256 (lv2-1.14.0.tar.bz2) = b8052683894c04efd748c81b95dd065d274d4e856c8b9e58b7c3da3db4e71d32 -SIZE (lv2-1.14.0.tar.bz2) = 386438 +TIMESTAMP = 1549480980 +SHA256 (lv2-1.16.0.tar.bz2) = dec3727d7bd34a413a344a820678848e7f657b5c6019a0571c61df76d7bdf1de +SIZE (lv2-1.16.0.tar.bz2) = 502116 Modified: head/audio/lv2/pkg-plist ============================================================================== --- head/audio/lv2/pkg-plist Mon Jul 1 12:50:17 2019 (r505567) +++ head/audio/lv2/pkg-plist Mon Jul 1 13:02:53 2019 (r505568) @@ -1,5 +1,14 @@ +bin/lv2_validate bin/lv2specgen.py include/lv2.h +include/lv2/atom +include/lv2/buf-size +include/lv2/core +include/lv2/data-access +include/lv2/dynmanifest +include/lv2/event +include/lv2/instance-access +include/lv2/log include/lv2/lv2plug.in/ns/ext/atom include/lv2/lv2plug.in/ns/ext/buf-size include/lv2/lv2plug.in/ns/ext/data-access @@ -24,6 +33,22 @@ include/lv2/lv2plug.in/ns/ext/worker include/lv2/lv2plug.in/ns/extensions/ui include/lv2/lv2plug.in/ns/extensions/units include/lv2/lv2plug.in/ns/lv2core +include/lv2/midi +include/lv2/morph +include/lv2/options +include/lv2/parameters +include/lv2/patch +include/lv2/port-groups +include/lv2/port-props +include/lv2/presets +include/lv2/resize-port +include/lv2/state +include/lv2/time +include/lv2/ui +include/lv2/units +include/lv2/uri-map +include/lv2/urid +include/lv2/worker lib/lv2/atom.lv2/atom-test.c lib/lv2/atom.lv2/atom.h lib/lv2/atom.lv2/atom.ttl @@ -35,6 +60,13 @@ lib/lv2/buf-size.lv2/buf-size.h lib/lv2/buf-size.lv2/buf-size.ttl lib/lv2/buf-size.lv2/lv2-buf-size.doap.ttl lib/lv2/buf-size.lv2/manifest.ttl +lib/lv2/core.lv2/attributes.h +lib/lv2/core.lv2/lv2.h +lib/lv2/core.lv2/lv2_util.h +lib/lv2/core.lv2/lv2core.doap.ttl +lib/lv2/core.lv2/lv2core.ttl +lib/lv2/core.lv2/manifest.ttl +lib/lv2/core.lv2/meta.ttl lib/lv2/data-access.lv2/data-access.h lib/lv2/data-access.lv2/data-access.ttl lib/lv2/data-access.lv2/lv2-data-access.doap.ttl @@ -81,10 +113,6 @@ lib/lv2/log.lv2/log.ttl lib/lv2/log.lv2/logger.h lib/lv2/log.lv2/lv2-log.doap.ttl lib/lv2/log.lv2/manifest.ttl -lib/lv2/lv2core.lv2/lv2.h -lib/lv2/lv2core.lv2/lv2core.doap.ttl -lib/lv2/lv2core.lv2/lv2core.ttl -lib/lv2/lv2core.lv2/manifest.ttl lib/lv2/midi.lv2/lv2-midi.doap.ttl lib/lv2/midi.lv2/manifest.ttl lib/lv2/midi.lv2/midi.h @@ -159,7 +187,6 @@ lib/lv2/worker.lv2/manifest.ttl lib/lv2/worker.lv2/worker.h lib/lv2/worker.lv2/worker.ttl libdata/pkgconfig/lv2.pc -libdata/pkgconfig/lv2core.pc %%DATADIR%%specgen/DTD/xhtml-attribs-1.mod %%DATADIR%%specgen/DTD/xhtml-base-1.mod %%DATADIR%%specgen/DTD/xhtml-basic-table-1.mod