multimedia/gstreamer1-plugins*: Remove support for librtmp

PR:		277758
Reported by:	diizzy
This commit is contained in:
Daniel Engberg 2024-03-17 19:24:54 +01:00 committed by Thomas Zander
parent f2aa302b10
commit 925dc0594f
No known key found for this signature in database
GPG Key ID: 856D8ED47C7EAFA5
8 changed files with 4 additions and 24 deletions

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,6 @@
PORTNAME= gstreamer1-plugins-all
PORTVERSION= ${_GST_VERSION}
PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= multimedia@FreeBSD.org

View File

@ -1,4 +1,4 @@
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia
COMMENT= GStreamer-plugins that need more quality, testing or documentation

View File

@ -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"

View File

@ -1 +0,0 @@
lib/gstreamer-%%VERSION%%/libgstrtmp.so

View File

@ -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 \

View File

@ -162,7 +162,6 @@ BAD_GST_ALL_PLUGINS+= \
resindvd \
rist \
rsvg \
rtmp \
rtmp2 \
rtp \
sbc \