git: 4988a5aeb773 - main - net/gstreamer1-plugins-libmms: Remove plugin
Date: Fri, 26 Aug 2022 19:12:36 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4988a5aeb773992046a4c70c7fe83c43be66f78b commit 4988a5aeb773992046a4c70c7fe83c43be66f78b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-08-26 18:46:38 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-08-26 19:12:21 +0000 net/gstreamer1-plugins-libmms: Remove plugin Microsoft deprecated MMS in 2003 PR: 264968 Approved by: multimedia (bapt) --- MOVED | 1 + Mk/Uses/gstreamer.mk | 5 +---- multimedia/gstreamer1-plugins-all/Makefile | 2 +- multimedia/gstreamer1-plugins-bad/Makefile | 2 +- multimedia/gstreamer1-plugins/Makefile | 2 +- multimedia/gstreamer1-plugins/Makefile.common | 5 ----- net/gstreamer1-plugins-libmms/Makefile | 11 ----------- 7 files changed, 5 insertions(+), 23 deletions(-) diff --git a/MOVED b/MOVED index 1a6ae341f0f8..79769c8b9397 100644 --- a/MOVED +++ b/MOVED @@ -17536,3 +17536,4 @@ science/openkim|science/openkim-models|2022-08-07|Retire obsolete science/openki net/zeroconf-ioslave|net/kio-zeroconf|2022-08-18|Renamed upstream japanese/font-hackgen-nerd|japanese/font-hackgen-nf|2022-08-20|Renamed upstream x11-themes/adwaita-qt|x11-themes/adwaita-qt5|2022-08-23|Renamed to make space for x11-themes/adwaita-qt6 +net/gstreamer1-plugins-libmms|2022-08-26|Microsoft deprecated MMS in 2003 diff --git a/Mk/Uses/gstreamer.mk b/Mk/Uses/gstreamer.mk index 3059d6bdadca..6107137ad9d4 100644 --- a/Mk/Uses/gstreamer.mk +++ b/Mk/Uses/gstreamer.mk @@ -52,7 +52,7 @@ _GST1_PLUGINS_multimedia= aom assrender bad dash dts dv dvdread \ editing-services gnonlin good hls kate libav libde265 \ mpeg2dec mpeg2enc mplex mm openh264 resindvd rtmp \ smoothstreaming theora ttml ugly v4l2 vpx x264 x265 -_GST1_PLUGINS_net= libmms srtp +_GST1_PLUGINS_net= srtp _GST1_PLUGINS_security= dtls _GST1_PLUGINS_sysutils= cdio _GST1_PLUGINS_www= neon @@ -365,9 +365,6 @@ gst-x265_IMPL= bad #==== Net Plugins Section -gst-libmms_PORT= net/gstreamer${_GST_VER}-plugins-libmms -gst-libmms_IMPL= bad - gst-srtp_PORT= net/gstreamer${_GST_VER}-plugins-srtp gst-srtp_IMPL= bad diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile index 86fc4936dfd9..db19c3cbd5c8 100644 --- a/multimedia/gstreamer1-plugins-all/Makefile +++ b/multimedia/gstreamer1-plugins-all/Makefile @@ -1,6 +1,6 @@ PORTNAME= gstreamer1-plugins-all PORTVERSION= 1.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org diff --git a/multimedia/gstreamer1-plugins-bad/Makefile b/multimedia/gstreamer1-plugins-bad/Makefile index f5c478e99691..5302b0f489fc 100644 --- a/multimedia/gstreamer1-plugins-bad/Makefile +++ b/multimedia/gstreamer1-plugins-bad/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia COMMENT= GStreamer-plugins that need more quality, testing or documentation diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile index f3c485b3573d..274666d770c5 100644 --- a/multimedia/gstreamer1-plugins/Makefile +++ b/multimedia/gstreamer1-plugins/Makefile @@ -2,7 +2,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}. -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES?= multimedia audio MASTER_SITES= GNOME/sources/gst-plugins-base/${PORTVERSION:R}:base \ GNOME/sources/gst-plugins-good/${PORTVERSION:R}:good \ diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 535903229003..5e1d1a5e3ce2 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -37,7 +37,6 @@ BAD_GST_ALL_PLUGINS+= \ kms \ ladspa \ libde265 \ - libmms \ lv2 \ modplug \ mpeg2enc \ @@ -323,10 +322,6 @@ gst_libcaca_PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.so gst_libde265_LIB_DEPENDS= libde265.so:multimedia/libde265 gst_libde265_PLIST_FILES= ${GST_LIB_DIR}/libgstde265.so -# libmms -gst_libmms_LIB_DEPENDS= libmms.so:net/libmms -gst_libmms_PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so - # librfb gst_librfb_USES= xorg gst_librfb_USE_XORG= x11 diff --git a/net/gstreamer1-plugins-libmms/Makefile b/net/gstreamer1-plugins-libmms/Makefile deleted file mode 100644 index bfc9c6648b89..000000000000 --- a/net/gstreamer1-plugins-libmms/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -PORTREVISION= 2 -CATEGORIES= net - -COMMENT= GStreamer mms:// and mmsh:// plugin - -GST_PLUGIN= libmms -DIST= bad - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins - -.include "${MASTERDIR}/Makefile"