diff options
author | wiz <wiz@pkgsrc.org> | 2021-11-15 22:01:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-11-15 22:01:15 +0000 |
commit | de67978d745835f41341747c83dd30e7f31ada83 (patch) | |
tree | f4e9760268a3cc4a5f6eff115074f822c04c619e /net | |
parent | 098a80dff54214e089fceeb51298e31ecd0ffa1e (diff) | |
download | pkgsrc-de67978d745835f41341747c83dd30e7f31ada83.tar.gz |
*: update gstreamer1 and plugins and related packages to 1.18.5
Based on the wip packages by nia and myself.
Diffstat (limited to 'net')
-rw-r--r-- | net/gst-plugins1-mms/Makefile | 15 | ||||
-rw-r--r-- | net/gst-plugins1-mms/PLIST | 4 | ||||
-rw-r--r-- | net/gst-plugins1-rtmp/DESCR | 2 | ||||
-rw-r--r-- | net/gst-plugins1-rtmp/Makefile | 13 | ||||
-rw-r--r-- | net/gst-plugins1-rtmp/PLIST | 4 |
5 files changed, 21 insertions, 17 deletions
diff --git a/net/gst-plugins1-mms/Makefile b/net/gst-plugins1-mms/Makefile index d1bc6bc41e3..bfca8a21c24 100644 --- a/net/gst-plugins1-mms/Makefile +++ b/net/gst-plugins1-mms/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2020/03/08 16:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2021/11/15 22:01:22 wiz Exp $ -GST_PLUGINS1_NAME= mms -GST_PLUGINS1_FLAGS= libmms -GST_PLUGINS1_DIRS= ext/libmms +PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-mms/} +CATEGORIES= net gnome -PKGREVISION= 1 -.include "../../multimedia/gst-plugins1-bad/Makefile.common" +COMMENT= Open source multimedia framework - MMS plugin + +GST_EXT_BUILD= # defined +GST_PLUGINS+= libmms -BUILDLINK_API_DEPENDS.libmms+= libmms>=0.4 +.include "../../multimedia/gst-plugins1-bad/Makefile.common" .include "../../net/libmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/gst-plugins1-mms/PLIST b/net/gst-plugins1-mms/PLIST index 37ba52677c6..4d15c9214bc 100644 --- a/net/gst-plugins1-mms/PLIST +++ b/net/gst-plugins1-mms/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:07:20 ryoon Exp $ -lib/gstreamer-1.0/libgstmms.la +@comment $NetBSD: PLIST,v 1.2 2021/11/15 22:01:22 wiz Exp $ +lib/gstreamer-1.0/libgstmms.so diff --git a/net/gst-plugins1-rtmp/DESCR b/net/gst-plugins1-rtmp/DESCR index c3fa1f54c1e..b221c597a19 100644 --- a/net/gst-plugins1-rtmp/DESCR +++ b/net/gst-plugins1-rtmp/DESCR @@ -9,4 +9,4 @@ 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 "rtmp". +plugin for Adobe's RTMP (Real-Time Messaging Protocol) streaming system. diff --git a/net/gst-plugins1-rtmp/Makefile b/net/gst-plugins1-rtmp/Makefile index 58c367f6bc4..9b1c38bd579 100644 --- a/net/gst-plugins1-rtmp/Makefile +++ b/net/gst-plugins1-rtmp/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.15 2021/09/29 19:01:06 adam Exp $ +# $NetBSD: Makefile,v 1.16 2021/11/15 22:01:22 wiz Exp $ -GST_PLUGINS1_NAME= rtmp -GST_PLUGINS1_DIRS= ext/rtmp +PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-rtmp/} +CATEGORIES= net gnome -PKGREVISION= 4 -.include "../../multimedia/gst-plugins1-bad/Makefile.common" +COMMENT= Open source multimedia framework - RTMP streaming plugin + +GST_EXT_BUILD= # defined +GST_PLUGINS+= rtmp +.include "../../multimedia/gst-plugins1-bad/Makefile.common" .include "../../net/rtmpdump/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/gst-plugins1-rtmp/PLIST b/net/gst-plugins1-rtmp/PLIST index d241ae9382e..e748e918a09 100644 --- a/net/gst-plugins1-rtmp/PLIST +++ b/net/gst-plugins1-rtmp/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:08:05 ryoon Exp $ -lib/gstreamer-1.0/libgstrtmp.la +@comment $NetBSD: PLIST,v 1.2 2021/11/15 22:01:22 wiz Exp $ +lib/gstreamer-1.0/libgstrtmp.so |