pkgsrc-WIP-changes archive

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

add gst-plugins1-sndfile - part of the bad set, forgot this one



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Wed Nov 10 17:17:31 2021 +0100
Changeset:	9ebe941007c3b611a1a10c82edcd63dd780690f6

Added Files:
	gst-plugins1-sndfile/DESCR
	gst-plugins1-sndfile/Makefile
	gst-plugins1-sndfile/PLIST

Log Message:
add gst-plugins1-sndfile - part of the bad set, forgot this one

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

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

diffstat:
 gst-plugins1-sndfile/DESCR    | 10 ++++++++++
 gst-plugins1-sndfile/Makefile | 13 +++++++++++++
 gst-plugins1-sndfile/PLIST    |  2 ++
 3 files changed, 25 insertions(+)

diffs:
diff --git a/gst-plugins1-sndfile/DESCR b/gst-plugins1-sndfile/DESCR
new file mode 100644
index 0000000000..8b6b5d83b4
--- /dev/null
+++ b/gst-plugins1-sndfile/DESCR
@@ -0,0 +1,10 @@
+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 sndfile plugin for GStreamer, which allows reading
+various raw audio formats with libsndfile.
diff --git a/gst-plugins1-sndfile/Makefile b/gst-plugins1-sndfile/Makefile
new file mode 100644
index 0000000000..d01626a445
--- /dev/null
+++ b/gst-plugins1-sndfile/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.25 2021/04/21 11:42:19 adam Exp $
+
+PKGNAME=	${DISTNAME:S/plugins/plugins1/:S/-bad/-sndfile/}
+CATEGORIES=	audio gnome
+
+COMMENT=	Open source multimedia framework - libsndfile plugin
+
+GST_EXT_BUILD=	# defined
+GST_PLUGINS+=	sndfile
+
+.include "../../wip/gst-plugins1-bad/Makefile.common"
+.include "../../audio/libsndfile/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-sndfile/PLIST b/gst-plugins1-sndfile/PLIST
new file mode 100644
index 0000000000..ce4b1fa109
--- /dev/null
+++ b/gst-plugins1-sndfile/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/gstreamer-1.0/libgstsndfile.so


Home | Main Index | Thread Index | Old Index