pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/lv2 Import lv2-1.12.0 as audio/lv2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b31d9525f3e
branches:  trunk
changeset: 650255:7b31d9525f3e
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Apr 19 22:52:04 2015 +0000

description:
Import lv2-1.12.0 as audio/lv2.

LV2 is an open standard for audio plugins, used by hundreds of plugins and other
projects. At its core, LV2 is a simple stable interface, accompanied by
extensions which add functionality to support the needs of increasingly powerful
audio software.

diffstat:

 audio/lv2/DESCR         |    4 +
 audio/lv2/Makefile      |   45 ++++++
 audio/lv2/PLIST         |  359 ++++++++++++++++++++++++++++++++++++++++++++++++
 audio/lv2/buildlink3.mk |   16 ++
 audio/lv2/distinfo      |    5 +
 audio/lv2/options.mk    |   36 ++++
 6 files changed, 465 insertions(+), 0 deletions(-)

diffs (truncated from 489 to 300 lines):

diff -r 5f00bd577f68 -r 7b31d9525f3e audio/lv2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/lv2/DESCR   Sun Apr 19 22:52:04 2015 +0000
@@ -0,0 +1,4 @@
+LV2 is an open standard for audio plugins, used by hundreds of plugins and other
+projects. At its core, LV2 is a simple stable interface, accompanied by
+extensions which add functionality to support the needs of increasingly powerful
+audio software.
diff -r 5f00bd577f68 -r 7b31d9525f3e audio/lv2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/lv2/Makefile        Sun Apr 19 22:52:04 2015 +0000
@@ -0,0 +1,45 @@
+# $NetBSD: Makefile,v 1.1 2015/04/19 22:52:04 rodent Exp $
+
+DISTNAME=      lv2-1.12.0
+CATEGORIES=    audio
+MASTER_SITES=  http://lv2plug.in/spec/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+HOMEPAGE=      http://lv2plug.in/
+COMMENT=       Open standard for audio plugins, used by hundreds of plugins
+LICENSE=       isc
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-rdflib-[0-9]*:../../textproc/py-rdflib
+
+USE_TOOLS+=    pkg-config
+
+PKGCONFIG_OVERRIDE+=   lv2/lv2plug.in/ns/lv2core/lv2core.pc.in
+PKGCONFIG_OVERRIDE+=   lv2.pc.in
+
+PYTHON_SELF_CONFLICT=  yes
+REPLACE_PYTHON+=       lv2specgen/lv2specgen.py
+
+.include "options.mk"
+
+BUILD_OPTIONS= ${BUILD_DEBUG} ${BUILD_DOC} ${BUILD_TESTS} ${BUILD_VALGRIND}
+
+do-configure:
+       cd ${WRKSRC} && \
+               ${SETENV} ${CONFIGURE_ENV} ${PYTHONBIN} ./waf configure \
+                       --destdir=${DESTDIR} --mandir=${PREFIX}/${PKGMANDIR} \
+                               --copy-headers ${BUILD_OPTIONS}
+do-build:
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} ./waf build
+
+do-install:
+       cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} ${PYTHONBIN} ./waf install
+
+BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.8.10
+.include "../../graphics/cairo/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2++=  gtk2+>=2.18.0
+.include "../../x11/gtk2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libsndfile+=     libsndfile>=1.0.0
+.include "../../audio/libsndfile/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5f00bd577f68 -r 7b31d9525f3e audio/lv2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/lv2/PLIST   Sun Apr 19 22:52:04 2015 +0000
@@ -0,0 +1,359 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/19 22:52:04 rodent Exp $
+bin/lv2specgen.py
+include/lv2.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
+include/lv2/lv2plug.in/ns/ext/buf-size/buf-size.h
+include/lv2/lv2plug.in/ns/ext/data-access/data-access.h
+include/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.h
+include/lv2/lv2plug.in/ns/ext/event/event-helpers.h
+include/lv2/lv2plug.in/ns/ext/event/event.h
+include/lv2/lv2plug.in/ns/ext/instance-access/instance-access.h
+include/lv2/lv2plug.in/ns/ext/log/log.h
+include/lv2/lv2plug.in/ns/ext/log/logger.h
+include/lv2/lv2plug.in/ns/ext/midi/midi.h
+include/lv2/lv2plug.in/ns/ext/morph/morph.h
+include/lv2/lv2plug.in/ns/ext/options/options.h
+include/lv2/lv2plug.in/ns/ext/parameters/parameters.h
+include/lv2/lv2plug.in/ns/ext/patch/patch.h
+include/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h
+include/lv2/lv2plug.in/ns/ext/port-props/port-props.h
+include/lv2/lv2plug.in/ns/ext/presets/presets.h
+include/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
+include/lv2/lv2plug.in/ns/ext/state/state.h
+include/lv2/lv2plug.in/ns/ext/time/time.h
+include/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h
+include/lv2/lv2plug.in/ns/ext/urid/urid.h
+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/lv2.h
+lib/lv2/atom.lv2/atom-test.c
+lib/lv2/atom.lv2/atom.h
+lib/lv2/atom.lv2/atom.ttl
+lib/lv2/atom.lv2/forge.h
+lib/lv2/atom.lv2/lv2-atom.doap.ttl
+lib/lv2/atom.lv2/manifest.ttl
+lib/lv2/atom.lv2/util.h
+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/data-access.lv2/data-access.h
+lib/lv2/data-access.lv2/data-access.ttl
+lib/lv2/data-access.lv2/lv2-data-access.doap.ttl
+lib/lv2/data-access.lv2/manifest.ttl
+lib/lv2/dynmanifest.lv2/dynmanifest.h
+lib/lv2/dynmanifest.lv2/dynmanifest.ttl
+lib/lv2/dynmanifest.lv2/lv2-dynmanifest.doap.ttl
+lib/lv2/dynmanifest.lv2/manifest.ttl
+lib/lv2/eg-amp.lv2/amp.so
+lib/lv2/eg-amp.lv2/amp.ttl
+lib/lv2/eg-amp.lv2/manifest.ttl
+lib/lv2/eg-fifths.lv2/fifths.so
+lib/lv2/eg-fifths.lv2/fifths.ttl
+lib/lv2/eg-fifths.lv2/manifest.ttl
+lib/lv2/eg-metro.lv2/manifest.ttl
+lib/lv2/eg-metro.lv2/metro.so
+lib/lv2/eg-metro.lv2/metro.ttl
+lib/lv2/eg-midigate.lv2/manifest.ttl
+lib/lv2/eg-midigate.lv2/midigate.so
+lib/lv2/eg-midigate.lv2/midigate.ttl
+lib/lv2/eg-sampler.lv2/click.wav
+lib/lv2/eg-sampler.lv2/manifest.ttl
+lib/lv2/eg-sampler.lv2/sampler.so
+lib/lv2/eg-sampler.lv2/sampler.ttl
+lib/lv2/eg-sampler.lv2/sampler_ui.so
+lib/lv2/eg-scope.lv2/examploscope.so
+lib/lv2/eg-scope.lv2/examploscope.ttl
+lib/lv2/eg-scope.lv2/examploscope_ui.so
+lib/lv2/eg-scope.lv2/manifest.ttl
+lib/lv2/event.lv2/event-helpers.h
+lib/lv2/event.lv2/event.h
+lib/lv2/event.lv2/event.ttl
+lib/lv2/event.lv2/lv2-event.doap.ttl
+lib/lv2/event.lv2/manifest.ttl
+lib/lv2/instance-access.lv2/instance-access.h
+lib/lv2/instance-access.lv2/instance-access.ttl
+lib/lv2/instance-access.lv2/lv2-instance-access.doap.ttl
+lib/lv2/instance-access.lv2/manifest.ttl
+lib/lv2/log.lv2/log.h
+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
+lib/lv2/midi.lv2/midi.ttl
+lib/lv2/morph.lv2/lv2-morph.doap.ttl
+lib/lv2/morph.lv2/manifest.ttl
+lib/lv2/morph.lv2/morph.h
+lib/lv2/morph.lv2/morph.ttl
+lib/lv2/options.lv2/lv2-options.doap.ttl
+lib/lv2/options.lv2/manifest.ttl
+lib/lv2/options.lv2/options.h
+lib/lv2/options.lv2/options.ttl
+lib/lv2/parameters.lv2/lv2-parameters.doap.ttl
+lib/lv2/parameters.lv2/manifest.ttl
+lib/lv2/parameters.lv2/parameters.h
+lib/lv2/parameters.lv2/parameters.ttl
+lib/lv2/patch.lv2/lv2-patch.doap.ttl
+lib/lv2/patch.lv2/manifest.ttl
+lib/lv2/patch.lv2/patch.h
+lib/lv2/patch.lv2/patch.ttl
+lib/lv2/port-groups.lv2/lv2-port-groups.doap.ttl
+lib/lv2/port-groups.lv2/manifest.ttl
+lib/lv2/port-groups.lv2/port-groups.h
+lib/lv2/port-groups.lv2/port-groups.ttl
+lib/lv2/port-props.lv2/lv2-port-props.doap.ttl
+lib/lv2/port-props.lv2/manifest.ttl
+lib/lv2/port-props.lv2/port-props.h
+lib/lv2/port-props.lv2/port-props.ttl
+lib/lv2/presets.lv2/lv2-presets.doap.ttl
+lib/lv2/presets.lv2/manifest.ttl
+lib/lv2/presets.lv2/presets.h
+lib/lv2/presets.lv2/presets.ttl
+lib/lv2/resize-port.lv2/lv2-resize-port.doap.ttl
+lib/lv2/resize-port.lv2/manifest.ttl
+lib/lv2/resize-port.lv2/resize-port.h
+lib/lv2/resize-port.lv2/resize-port.ttl
+lib/lv2/schemas.lv2/dcs.ttl
+lib/lv2/schemas.lv2/dct.ttl
+lib/lv2/schemas.lv2/doap.ttl
+lib/lv2/schemas.lv2/foaf.ttl
+lib/lv2/schemas.lv2/manifest.ttl
+lib/lv2/schemas.lv2/owl.ttl
+lib/lv2/schemas.lv2/rdf.ttl
+lib/lv2/schemas.lv2/rdfs.ttl
+lib/lv2/schemas.lv2/xsd.ttl
+lib/lv2/state.lv2/lv2-state.doap.ttl
+lib/lv2/state.lv2/manifest.ttl
+lib/lv2/state.lv2/state.h
+lib/lv2/state.lv2/state.ttl
+lib/lv2/time.lv2/lv2-time.doap.ttl
+lib/lv2/time.lv2/manifest.ttl
+lib/lv2/time.lv2/time.h
+lib/lv2/time.lv2/time.ttl
+lib/lv2/ui.lv2/lv2-ui.doap.ttl
+lib/lv2/ui.lv2/manifest.ttl
+lib/lv2/ui.lv2/ui.h
+lib/lv2/ui.lv2/ui.ttl
+lib/lv2/units.lv2/lv2-units.doap.ttl
+lib/lv2/units.lv2/manifest.ttl
+lib/lv2/units.lv2/units.h
+lib/lv2/units.lv2/units.ttl
+lib/lv2/uri-map.lv2/lv2-uri-map.doap.ttl
+lib/lv2/uri-map.lv2/manifest.ttl
+lib/lv2/uri-map.lv2/uri-map.h
+lib/lv2/uri-map.lv2/uri-map.ttl
+lib/lv2/urid.lv2/lv2-urid.doap.ttl
+lib/lv2/urid.lv2/manifest.ttl
+lib/lv2/urid.lv2/urid.h
+lib/lv2/urid.lv2/urid.ttl
+lib/lv2/worker.lv2/lv2-worker.doap.ttl
+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
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/arrowright.png
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/atom_8h.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/bc_s.png
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/bdwn.png
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/buf-size_8h.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/classes.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/closed.png
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/data-access_8h.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000000.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000001.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000002.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000003.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000004.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000005.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000006.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000007.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000008.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000009.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000010.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000011.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000012.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000013.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000014.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000015.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000016.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000017.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000018.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000019.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000020.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000021.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000022.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000023.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000024.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000025.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000026.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000027.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dir_000028.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/doc.png
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/doxy-style.css
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/doxygen.png
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dynmanifest_8h.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/dynsections.js
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/event-helpers_8h.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/event_8h.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/files.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/folderclosed.png
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/folderopen.png
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/forge_8h.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/functions.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/functions_vars.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/globals.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/globals_defs.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/globals_defs_n.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/globals_enum.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/globals_eval.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/globals_func.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/globals_n.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/globals_type.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/globals_vars.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__atom.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__buf-size.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__data-access.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__dynmanifest.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__event.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__forge.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__instance-access.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__log.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__logger.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__lv2core.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__midi.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__morph.html
+${PLIST.doc}share/doc/lv2/lv2plug.in/doc/html/group__options.html



Home | Main Index | Thread Index | Old Index