pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/lv2 Update lv2 to 1.16.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6691fb752ad1
branches:  trunk
changeset: 319108:6691fb752ad1
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Feb 05 19:12:06 2019 +0000

description:
Update lv2 to 1.16.0.

No changelog from upstream, but my bug about Python 3.7 support was
resolved, so I got that going for me, which is nice.

Build of the doc option untested.

diffstat:

 audio/lv2/Makefile |   6 ++----
 audio/lv2/PLIST    |  46 ++++++++++++++++++++++++++++++++++++++++------
 audio/lv2/distinfo |  10 +++++-----
 3 files changed, 47 insertions(+), 15 deletions(-)

diffs (121 lines):

diff -r 2e9e977801ee -r 6691fb752ad1 audio/lv2/Makefile
--- a/audio/lv2/Makefile        Tue Feb 05 19:11:09 2019 +0000
+++ b/audio/lv2/Makefile        Tue Feb 05 19:12:06 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/01/02 20:11:33 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2019/02/05 19:12:06 bsiegert Exp $
 
-DISTNAME=      lv2-1.14.0
+DISTNAME=      lv2-1.16.0
 CATEGORIES=    audio
 MASTER_SITES=  http://lv2plug.in/spec/
 EXTRACT_SUFX=  .tar.bz2
@@ -18,8 +18,6 @@
 PYTHON_SELF_CONFLICT=  yes
 REPLACE_PYTHON+=       lv2specgen/lv2specgen.py
 
-PYTHON_VERSIONS_INCOMPATIBLE= 37
-
 .include "options.mk"
 
 BUILD_OPTIONS= ${BUILD_DEBUG} ${BUILD_DOC} ${BUILD_TESTS} ${BUILD_VALGRIND}
diff -r 2e9e977801ee -r 6691fb752ad1 audio/lv2/PLIST
--- a/audio/lv2/PLIST   Tue Feb 05 19:11:09 2019 +0000
+++ b/audio/lv2/PLIST   Tue Feb 05 19:12:06 2019 +0000
@@ -1,6 +1,21 @@
-@comment $NetBSD: PLIST,v 1.2 2019/01/02 20:11:33 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/02/05 19:12:06 bsiegert Exp $
+bin/lv2_validate
 bin/lv2specgen.py
 include/lv2.h
+include/lv2/atom/atom.h
+include/lv2/atom/forge.h
+include/lv2/atom/util.h
+include/lv2/buf-size/buf-size.h
+include/lv2/core/attributes.h
+include/lv2/core/lv2.h
+include/lv2/core/lv2_util.h
+include/lv2/data-access/data-access.h
+include/lv2/dynmanifest/dynmanifest.h
+include/lv2/event/event-helpers.h
+include/lv2/event/event.h
+include/lv2/instance-access/instance-access.h
+include/lv2/log/log.h
+include/lv2/log/logger.h
 include/lv2/lv2plug.in/ns/ext/atom/atom.h
 include/lv2/lv2plug.in/ns/ext/atom/forge.h
 include/lv2/lv2plug.in/ns/ext/atom/util.h
@@ -28,8 +43,25 @@
 include/lv2/lv2plug.in/ns/ext/worker/worker.h
 include/lv2/lv2plug.in/ns/extensions/ui/ui.h
 include/lv2/lv2plug.in/ns/extensions/units/units.h
+include/lv2/lv2plug.in/ns/lv2core/attributes.h
 include/lv2/lv2plug.in/ns/lv2core/lv2.h
 include/lv2/lv2plug.in/ns/lv2core/lv2_util.h
+include/lv2/midi/midi.h
+include/lv2/morph/morph.h
+include/lv2/options/options.h
+include/lv2/parameters/parameters.h
+include/lv2/patch/patch.h
+include/lv2/port-groups/port-groups.h
+include/lv2/port-props/port-props.h
+include/lv2/presets/presets.h
+include/lv2/resize-port/resize-port.h
+include/lv2/state/state.h
+include/lv2/time/time.h
+include/lv2/ui/ui.h
+include/lv2/units/units.h
+include/lv2/uri-map/uri-map.h
+include/lv2/urid/urid.h
+include/lv2/worker/worker.h
 lib/lv2/atom.lv2/atom-test.c
 lib/lv2/atom.lv2/atom.h
 lib/lv2/atom.lv2/atom.ttl
@@ -41,6 +73,13 @@
 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
@@ -87,10 +126,6 @@
 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
@@ -165,7 +200,6 @@
 lib/lv2/worker.lv2/worker.h
 lib/lv2/worker.lv2/worker.ttl
 lib/pkgconfig/lv2.pc
-lib/pkgconfig/lv2core.pc
 ${PLIST.doc}share/doc/lv2/lv2plug.in/aux/style.css
 ${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/annotated.html
 ${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/arrowdown.png
diff -r 2e9e977801ee -r 6691fb752ad1 audio/lv2/distinfo
--- a/audio/lv2/distinfo        Tue Feb 05 19:11:09 2019 +0000
+++ b/audio/lv2/distinfo        Tue Feb 05 19:12:06 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/01/02 20:11:33 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2019/02/05 19:12:06 bsiegert Exp $
 
-SHA1 (lv2-1.14.0.tar.bz2) = 2ab5beee4b53f9bd9b7abb5d49b995b322d12659
-RMD160 (lv2-1.14.0.tar.bz2) = 8536547a0242cc9eebb77620ecb6f6d253a7871e
-SHA512 (lv2-1.14.0.tar.bz2) = 6991d848ed9f04a48ca3070efc15af83431f680aa8a8559a02b1666f7b8d43af8e089f78c3b14ad3345dac32fd1c8ad0faf3a3f56dddc07c6f0e0aeef4077498
-Size (lv2-1.14.0.tar.bz2) = 386438 bytes
+SHA1 (lv2-1.16.0.tar.bz2) = 437f782946eb73698422455e3735d5b60bf28518
+RMD160 (lv2-1.16.0.tar.bz2) = 59cc787dfcef7e5a29f077657022440f3c44993e
+SHA512 (lv2-1.16.0.tar.bz2) = ead6d590cded5dd7a548d6ffe0f2f9f8efadfa7bb9e8b4fa0aea6664ccdfbb3ca697514bddebe695a9442fba5b62714b5cd45c1bf7d0aaef12ffe50972c2d88c
+Size (lv2-1.16.0.tar.bz2) = 502116 bytes



Home | Main Index | Thread Index | Old Index