pkgsrc-WIP-changes archive

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

gst-plugins1-dash: import gst-plugins1-dash-1.14.4 as wip/gst-plugins1-dash



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Nov 10 14:55:37 2018 +0200
Changeset:	3f900164b174c635ec371d86cdf563d5474a2355

Modified Files:
	Makefile
Added Files:
	gst-plugins1-dash/DESCR
	gst-plugins1-dash/Makefile
	gst-plugins1-dash/PLIST

Log Message:
gst-plugins1-dash: import gst-plugins1-dash-1.14.4 as wip/gst-plugins1-dash

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 is part of the 'bad' plugins for GStreamer.  It provides a
plugin for "dash" (Dynamic Adaptive Streaming over HTTP).

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

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

diffstat:
 Makefile                   |  1 +
 gst-plugins1-dash/DESCR    | 12 ++++++++++++
 gst-plugins1-dash/Makefile |  9 +++++++++
 gst-plugins1-dash/PLIST    |  2 ++
 4 files changed, 24 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5b6fbfeaf2..6e92768487 100644
--- a/Makefile
+++ b/Makefile
@@ -1206,6 +1206,7 @@ SUBDIR+=	gsmartcontrol
 SUBDIR+=	gst-inspector
 SUBDIR+=	gst-plugins0.10-farsight
 SUBDIR+=	gst-plugins1-aalib
+SUBDIR+=	gst-plugins1-dash
 SUBDIR+=	gst-plugins1-fluidsynth
 SUBDIR+=	gst-plugins1-hls
 SUBDIR+=	gst-plugins1-modplug
diff --git a/gst-plugins1-dash/DESCR b/gst-plugins1-dash/DESCR
new file mode 100644
index 0000000000..66fdc2acd4
--- /dev/null
+++ b/gst-plugins1-dash/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 is part of the 'bad' plugins for GStreamer.  It provides a
+plugin for "dash" (Dynamic Adaptive Streaming over HTTP).
diff --git a/gst-plugins1-dash/Makefile b/gst-plugins1-dash/Makefile
new file mode 100644
index 0000000000..b711dbe800
--- /dev/null
+++ b/gst-plugins1-dash/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD$
+
+GST_PLUGINS1_NAME=	dash
+GST_PLUGINS1_DIRS=	ext/dash
+
+.include "../../multimedia/gst-plugins1-bad/Makefile.common"
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-dash/PLIST b/gst-plugins1-dash/PLIST
new file mode 100644
index 0000000000..bb6326e1d0
--- /dev/null
+++ b/gst-plugins1-dash/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/gstreamer-1.0/libgstdashdemux.la


Home | Main Index | Thread Index | Old Index