pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gst-plugins1-lv2 audio/gst-plugins1-lv2: import ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/271d0de6a074
branches:  trunk
changeset: 769499:271d0de6a074
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 15 22:03:54 2021 +0000

description:
audio/gst-plugins1-lv2: import gst-plugins1-lv2-1.18.5

Packaged by nia for wip.

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the GStreamer plugin for loading LV2 plugins.

diffstat:

 audio/gst-plugins1-lv2/DESCR    |   9 +++++++++
 audio/gst-plugins1-lv2/Makefile |  13 +++++++++++++
 audio/gst-plugins1-lv2/PLIST    |   2 ++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r f6ca4ff622cb -r 271d0de6a074 audio/gst-plugins1-lv2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-lv2/DESCR      Mon Nov 15 22:03:54 2021 +0000
@@ -0,0 +1,9 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple mp3 playback to complex
+audio (mixing) and video (non-linear editing) processing.
+
+Applications can take advantage of advances in codec and filter technology
+transparently.  Developers can add new codecs and filters by writing a
+simple plugin with a clean, generic interface.
+
+This package provides the GStreamer plugin for loading LV2 plugins.
diff -r f6ca4ff622cb -r 271d0de6a074 audio/gst-plugins1-lv2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-lv2/Makefile   Mon Nov 15 22:03:54 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/11/15 22:03:54 wiz Exp $
+
+PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-bad/-lv2/}
+CATEGORIES=    audio gnome
+
+COMMENT=       Open source multimedia framework - LV2 support plugin
+
+GST_EXT_BUILD= # defined
+GST_PLUGINS+=  lv2
+
+.include "../../multimedia/gst-plugins1-bad/Makefile.common"
+.include "../../audio/lilv/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f6ca4ff622cb -r 271d0de6a074 audio/gst-plugins1-lv2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-lv2/PLIST      Mon Nov 15 22:03:54 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/11/15 22:03:54 wiz Exp $
+lib/gstreamer-1.0/libgstlv2.so



Home | Main Index | Thread Index | Old Index