From 925dc0594f7d5dee9cf6dcc98ab656074c76a262 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 17 Mar 2024 19:24:54 +0100 Subject: multimedia/gstreamer1-plugins*: Remove support for librtmp PR: 277758 Reported by: diizzy --- Mk/Uses/gstreamer.mk | 5 +---- multimedia/Makefile | 1 - multimedia/gstreamer1-plugins-all/Makefile | 1 + multimedia/gstreamer1-plugins-bad/Makefile | 2 +- multimedia/gstreamer1-plugins-rtmp/Makefile | 15 --------------- multimedia/gstreamer1-plugins-rtmp/pkg-plist | 1 - multimedia/gstreamer1-plugins/Makefile | 2 +- multimedia/gstreamer1-plugins/Makefile.common | 1 - 8 files changed, 4 insertions(+), 24 deletions(-) delete mode 100644 multimedia/gstreamer1-plugins-rtmp/Makefile delete mode 100644 multimedia/gstreamer1-plugins-rtmp/pkg-plist diff --git a/Mk/Uses/gstreamer.mk b/Mk/Uses/gstreamer.mk index 91c086a8c8b1..8317a320f275 100644 --- a/Mk/Uses/gstreamer.mk +++ b/Mk/Uses/gstreamer.mk @@ -50,7 +50,7 @@ _GST1_PLUGINS_graphics= aalib cairo gdkpixbuf gl jpeg kms libcaca libvisual \ opencv openexr openjpeg png qt rsvg vulkan webp zbar _GST1_PLUGINS_multimedia= aom assrender bad dash dts dv dvdread \ editing-services gnonlin good hls libav libde265 \ - mpeg2dec mpeg2enc mplex mm openh264 resindvd rtmp \ + mpeg2dec mpeg2enc mplex mm openh264 resindvd \ smoothstreaming theora ttml ugly v4l2 vpx x264 x265 \ zxing _GST1_PLUGINS_net= srtp @@ -327,9 +327,6 @@ gst-mplex_IMPL= bad gst-openh264_PORT= multimedia/gstreamer${_GST_VER}-plugins-openh264 gst-openh264_IMPL= bad -gst-rtmp_PORT= multimedia/gstreamer${_GST_VER}-plugins-rtmp -gst-rtmp_IMPL= bad - gst-smoothstreaming_PORT= multimedia/gstreamer${_GST_VER}-plugins-smoothstreaming gst-smoothstreaming_IMPL= bad diff --git a/multimedia/Makefile b/multimedia/Makefile index d6ebc03a1e9a..e0cae9b44f2e 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -99,7 +99,6 @@ SUBDIR += gstreamer1-plugins-msdk SUBDIR += gstreamer1-plugins-openh264 SUBDIR += gstreamer1-plugins-resindvd - SUBDIR += gstreamer1-plugins-rtmp SUBDIR += gstreamer1-plugins-rust SUBDIR += gstreamer1-plugins-smoothstreaming SUBDIR += gstreamer1-plugins-svt-av1 diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile index 2fc40481dc42..721773f2aedf 100644 --- a/multimedia/gstreamer1-plugins-all/Makefile +++ b/multimedia/gstreamer1-plugins-all/Makefile @@ -1,5 +1,6 @@ PORTNAME= gstreamer1-plugins-all PORTVERSION= ${_GST_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org diff --git a/multimedia/gstreamer1-plugins-bad/Makefile b/multimedia/gstreamer1-plugins-bad/Makefile index 6e2d51d8cf6c..0674a2a288f6 100644 --- a/multimedia/gstreamer1-plugins-bad/Makefile +++ b/multimedia/gstreamer1-plugins-bad/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia COMMENT= GStreamer-plugins that need more quality, testing or documentation diff --git a/multimedia/gstreamer1-plugins-rtmp/Makefile b/multimedia/gstreamer1-plugins-rtmp/Makefile deleted file mode 100644 index bc2dc72b0231..000000000000 --- a/multimedia/gstreamer1-plugins-rtmp/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -PORTREVISION= 0 -CATEGORIES= multimedia - -COMMENT= GStreamer RTMP stream source and sink plugin - -GST_PLUGIN= rtmp -DIST= bad - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins - -PLIST= ${.CURDIR}/pkg-plist - -LIB_DEPENDS= librtmp.so:multimedia/librtmp - -.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins-rtmp/pkg-plist b/multimedia/gstreamer1-plugins-rtmp/pkg-plist deleted file mode 100644 index 371212146547..000000000000 --- a/multimedia/gstreamer1-plugins-rtmp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/gstreamer-%%VERSION%%/libgstrtmp.so diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile index 31cfecbef4f3..6124bfb435e9 100644 --- a/multimedia/gstreamer1-plugins/Makefile +++ b/multimedia/gstreamer1-plugins/Makefile @@ -1,7 +1,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}. -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= multimedia audio MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ https://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 093d36636ebd..81c7888bd129 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -162,7 +162,6 @@ BAD_GST_ALL_PLUGINS+= \ resindvd \ rist \ rsvg \ - rtmp \ rtmp2 \ rtp \ sbc \ -- cgit v1.2.3