pkgsrc-WIP-changes archive

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

Resurrect the OSS/JACK/Pulse gstreamer plugins



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Wed Nov 10 13:39:03 2021 +0100
Changeset:	dd120d3bccda610ab019538e3b03b9c236143e29

Added Files:
	gst-plugins1-jack/DESCR
	gst-plugins1-jack/Makefile
	gst-plugins1-jack/PLIST
	gst-plugins1-oss/DESCR
	gst-plugins1-oss/Makefile
	gst-plugins1-oss/PLIST
	gst-plugins1-pulse/DESCR
	gst-plugins1-pulse/Makefile
	gst-plugins1-pulse/PLIST

Log Message:
Resurrect the OSS/JACK/Pulse gstreamer plugins

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd120d3bccda610ab019538e3b03b9c236143e29

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

diffstat:
 gst-plugins1-jack/DESCR     | 11 +++++++++++
 gst-plugins1-jack/Makefile  | 12 ++++++++++++
 gst-plugins1-jack/PLIST     |  2 ++
 gst-plugins1-oss/DESCR      | 12 ++++++++++++
 gst-plugins1-oss/Makefile   | 18 ++++++++++++++++++
 gst-plugins1-oss/PLIST      |  2 ++
 gst-plugins1-pulse/DESCR    | 11 +++++++++++
 gst-plugins1-pulse/Makefile | 12 ++++++++++++
 gst-plugins1-pulse/PLIST    |  2 ++
 9 files changed, 82 insertions(+)

diffs:
diff --git a/gst-plugins1-jack/DESCR b/gst-plugins1-jack/DESCR
new file mode 100644
index 0000000000..82d76c6afa
--- /dev/null
+++ b/gst-plugins1-jack/DESCR
@@ -0,0 +1,11 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple Ogg/Vorbis 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.
+
+GStreamer is released under the LGPL.
+
+This package provides the JACK Audio Connection Kit plugin for GStreamer.
diff --git a/gst-plugins1-jack/Makefile b/gst-plugins1-jack/Makefile
new file mode 100644
index 0000000000..2a6896666d
--- /dev/null
+++ b/gst-plugins1-jack/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.25 2021/04/21 11:42:19 adam Exp $
+
+PKGNAME=	${DISTNAME:S/plugins/plugins1/:S/-good/-jack/}
+CATEGORIES=	audio gnome
+
+COMMENT=	Open source multimedia framework - JACK plugin
+
+GST_PLUGINS+=	jack
+
+.include "../../wip/gst-plugins1-good/Makefile.common"
+.include "../../audio/jack/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-jack/PLIST b/gst-plugins1-jack/PLIST
new file mode 100644
index 0000000000..0d06633e23
--- /dev/null
+++ b/gst-plugins1-jack/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/gstreamer-1.0/libgstjack.so
diff --git a/gst-plugins1-oss/DESCR b/gst-plugins1-oss/DESCR
new file mode 100644
index 0000000000..2976800e72
--- /dev/null
+++ b/gst-plugins1-oss/DESCR
@@ -0,0 +1,12 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple Ogg/Vorbis 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.
+
+GStreamer is released under the LGPL.
+
+This package provides the Open Sound System plugin for GStreamer, which
+allows audio playback and recording from sound devices on Unix systems.
diff --git a/gst-plugins1-oss/Makefile b/gst-plugins1-oss/Makefile
new file mode 100644
index 0000000000..3d9687f7da
--- /dev/null
+++ b/gst-plugins1-oss/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.25 2021/04/21 11:42:19 adam Exp $
+
+PKGNAME=	${DISTNAME:S/plugins/plugins1/:S/-good/-oss/}
+CATEGORIES=	audio gnome
+
+COMMENT=	Open source multimedia framework - Open Sound System plugin
+
+GST_PLUGINS+=	oss
+
+.include "../../mk/oss.buildlink3.mk"
+.if ${OSS_TYPE} == "none"
+PKG_SKIP_REASON+=	"Requires an OSS implementation"
+.else
+LDFLAGS+=		${LIBOSSAUDIO}
+.endif
+
+.include "../../wip/gst-plugins1-good/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-oss/PLIST b/gst-plugins1-oss/PLIST
new file mode 100644
index 0000000000..9d397567ab
--- /dev/null
+++ b/gst-plugins1-oss/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/gstreamer-1.0/libgstossaudio.so
diff --git a/gst-plugins1-pulse/DESCR b/gst-plugins1-pulse/DESCR
new file mode 100644
index 0000000000..abf858e793
--- /dev/null
+++ b/gst-plugins1-pulse/DESCR
@@ -0,0 +1,11 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple Ogg/Vorbis 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.
+
+GStreamer is released under the LGPL.
+
+This package provides the PulseAudio plugin for GStreamer.
diff --git a/gst-plugins1-pulse/Makefile b/gst-plugins1-pulse/Makefile
new file mode 100644
index 0000000000..a0c1376100
--- /dev/null
+++ b/gst-plugins1-pulse/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.25 2021/04/21 11:42:19 adam Exp $
+
+PKGNAME=	${DISTNAME:S/plugins/plugins1/:S/-good/-pulse/}
+CATEGORIES=	audio gnome
+
+COMMENT=	Open source multimedia framework - PulseAudio plugin
+
+GST_PLUGINS+=	pulse
+
+.include "../../wip/gst-plugins1-good/Makefile.common"
+.include "../../audio/pulseaudio/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-pulse/PLIST b/gst-plugins1-pulse/PLIST
new file mode 100644
index 0000000000..7ecf7420d8
--- /dev/null
+++ b/gst-plugins1-pulse/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/gstreamer-1.0/libgstpulseaudio.so


Home | Main Index | Thread Index | Old Index