summaryrefslogtreecommitdiff
path: root/net/gst-plugins1-mms/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-11-29 09:07:20 +0000
committerryoon <ryoon@pkgsrc.org>2012-11-29 09:07:20 +0000
commit92731ce9af7d6ff4175705eadf6df97519b639e8 (patch)
tree10978277a20462cf850526a8744d7916feb33174 /net/gst-plugins1-mms/Makefile
parentf296164798af38a37eb81b6ae80efca29f462331 (diff)
downloadpkgsrc-92731ce9af7d6ff4175705eadf6df97519b639e8.tar.gz
Import gst-plugins1-mms-1.0.3 as net/gst-plugins1-mms.
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 the mms plugin, for Microsoft Multi Media Server streaming protocol support.
Diffstat (limited to 'net/gst-plugins1-mms/Makefile')
-rw-r--r--net/gst-plugins1-mms/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/gst-plugins1-mms/Makefile b/net/gst-plugins1-mms/Makefile
new file mode 100644
index 00000000000..5b9a06184e7
--- /dev/null
+++ b/net/gst-plugins1-mms/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2012/11/29 09:07:20 ryoon Exp $
+#
+
+GST_PLUGINS1_NAME= mms
+GST_PLUGINS1_FLAGS= libmms
+GST_PLUGINS1_DIRS= ext/libmms
+
+.include "../../multimedia/gst-plugins1-bad/Makefile.common"
+
+BUILDLINK_API_DEPENDS.libmms+= libmms>=0.4
+.include "../../net/libmms/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"