pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/lv2



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Feb  5 19:12:06 UTC 2019

Modified Files:
        pkgsrc/audio/lv2: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/lv2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/lv2/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/lv2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/lv2/Makefile
diff -u pkgsrc/audio/lv2/Makefile:1.12 pkgsrc/audio/lv2/Makefile:1.13
--- pkgsrc/audio/lv2/Makefile:1.12      Wed Jan  2 20:11:33 2019
+++ pkgsrc/audio/lv2/Makefile   Tue Feb  5 19:12:06 2019
@@ -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 @@ PKGCONFIG_OVERRIDE+=  lv2.pc.in
 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}

Index: pkgsrc/audio/lv2/PLIST
diff -u pkgsrc/audio/lv2/PLIST:1.2 pkgsrc/audio/lv2/PLIST:1.3
--- pkgsrc/audio/lv2/PLIST:1.2  Wed Jan  2 20:11:33 2019
+++ pkgsrc/audio/lv2/PLIST      Tue Feb  5 19:12:06 2019
@@ -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/urid/urid.
 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.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
@@ -87,10 +126,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
@@ -165,7 +200,6 @@ lib/lv2/worker.lv2/manifest.ttl
 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

Index: pkgsrc/audio/lv2/distinfo
diff -u pkgsrc/audio/lv2/distinfo:1.3 pkgsrc/audio/lv2/distinfo:1.4
--- pkgsrc/audio/lv2/distinfo:1.3       Wed Jan  2 20:11:33 2019
+++ pkgsrc/audio/lv2/distinfo   Tue Feb  5 19:12:06 2019
@@ -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