pkgsrc-WIP-changes archive

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

gst-plugins1-hls: import gst-plugins1-hls-1.14.0 as wip/gst-plugins1-hls



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat May 19 18:55:47 2018 +0200
Changeset:	f935fc2881215377d8e658fd2a81d63398a08e99

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

Log Message:
gst-plugins1-hls: import gst-plugins1-hls-1.14.0 as wip/gst-plugins1-hls

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 "hls".

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

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

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

diffs:
diff --git a/Makefile b/Makefile
index a5bf2c97f1..72d374f5aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1097,6 +1097,7 @@ SUBDIR+=	gst-inspector
 SUBDIR+=	gst-plugins0.10-farsight
 SUBDIR+=	gst-plugins1-aalib
 SUBDIR+=	gst-plugins1-fluidsynth
+SUBDIR+=	gst-plugins1-hls
 SUBDIR+=	gst-plugins1-modplug
 SUBDIR+=	gst-plugins1-schroedinger
 SUBDIR+=	gst-plugins1-ximagesrc
diff --git a/gst-plugins1-hls/DESCR b/gst-plugins1-hls/DESCR
new file mode 100644
index 0000000000..70d7f5ce32
--- /dev/null
+++ b/gst-plugins1-hls/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 "hls".
diff --git a/gst-plugins1-hls/Makefile b/gst-plugins1-hls/Makefile
new file mode 100644
index 0000000000..af50833298
--- /dev/null
+++ b/gst-plugins1-hls/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD$
+
+GST_PLUGINS1_NAME=	hls
+GST_PLUGINS1_DIRS=	ext/hls
+
+.include "../../multimedia/gst-plugins1-bad/Makefile.common"
+
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-hls/PLIST b/gst-plugins1-hls/PLIST
new file mode 100644
index 0000000000..8ab06676f4
--- /dev/null
+++ b/gst-plugins1-hls/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/gstreamer-1.0/libgsthls.la


Home | Main Index | Thread Index | Old Index