Skip to content

Commit

Permalink
multimedia/gstreamer1-plugins*: Remove support for librtmp
Browse files Browse the repository at this point in the history
PR:		277758
Reported by:	diizzy
  • Loading branch information
Daniel Engberg authored and ephemeralriggs committed Mar 17, 2024
1 parent f2aa302 commit 925dc05
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 24 deletions.
5 changes: 1 addition & 4 deletions Mk/Uses/gstreamer.mk
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion multimedia/Makefile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions multimedia/gstreamer1-plugins-all/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gstreamer1-plugins-all
PORTVERSION= ${_GST_VERSION}
PORTREVISION= 1
CATEGORIES= multimedia

MAINTAINER= multimedia@FreeBSD.org
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
15 changes: 0 additions & 15 deletions multimedia/gstreamer1-plugins-rtmp/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion multimedia/gstreamer1-plugins-rtmp/pkg-plist

This file was deleted.

2 changes: 1 addition & 1 deletion 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 \
Expand Down
1 change: 0 additions & 1 deletion multimedia/gstreamer1-plugins/Makefile.common
Expand Up @@ -162,7 +162,6 @@ BAD_GST_ALL_PLUGINS+= \
resindvd \
rist \
rsvg \
rtmp \
rtmp2 \
rtp \
sbc \
Expand Down

0 comments on commit 925dc05

Please sign in to comment.