View | Details | Raw Unified | Return to bug 277758
Collapse All | Expand All

(-)b/Mk/Uses/gstreamer.mk (-4 / +1 lines)
Lines 50-56 _GST1_PLUGINS_graphics= aalib cairo gdkpixbuf gl jpeg kms libcaca libvisual \ Link Here
50
			opencv openexr openjpeg png qt rsvg vulkan webp zbar
50
			opencv openexr openjpeg png qt rsvg vulkan webp zbar
51
_GST1_PLUGINS_multimedia=	aom assrender bad dash dts dv dvdread \
51
_GST1_PLUGINS_multimedia=	aom assrender bad dash dts dv dvdread \
52
			editing-services gnonlin good hls libav libde265 \
52
			editing-services gnonlin good hls libav libde265 \
53
			mpeg2dec mpeg2enc mplex mm openh264 resindvd rtmp \
53
			mpeg2dec mpeg2enc mplex mm openh264 resindvd \
54
			smoothstreaming theora ttml ugly v4l2 vpx x264 x265 \
54
			smoothstreaming theora ttml ugly v4l2 vpx x264 x265 \
55
			zxing
55
			zxing
56
_GST1_PLUGINS_net=	srtp
56
_GST1_PLUGINS_net=	srtp
Lines 327-335 gst-mplex_IMPL= bad Link Here
327
gst-openh264_PORT=	multimedia/gstreamer${_GST_VER}-plugins-openh264
327
gst-openh264_PORT=	multimedia/gstreamer${_GST_VER}-plugins-openh264
328
gst-openh264_IMPL=	bad
328
gst-openh264_IMPL=	bad
329
329
330
gst-rtmp_PORT=		multimedia/gstreamer${_GST_VER}-plugins-rtmp
331
gst-rtmp_IMPL=		bad
332
333
gst-smoothstreaming_PORT=	multimedia/gstreamer${_GST_VER}-plugins-smoothstreaming
330
gst-smoothstreaming_PORT=	multimedia/gstreamer${_GST_VER}-plugins-smoothstreaming
334
gst-smoothstreaming_IMPL=	bad
331
gst-smoothstreaming_IMPL=	bad
335
332
(-)b/multimedia/Makefile (-1 lines)
Lines 99-105 Link Here
99
    SUBDIR += gstreamer1-plugins-msdk
99
    SUBDIR += gstreamer1-plugins-msdk
100
    SUBDIR += gstreamer1-plugins-openh264
100
    SUBDIR += gstreamer1-plugins-openh264
101
    SUBDIR += gstreamer1-plugins-resindvd
101
    SUBDIR += gstreamer1-plugins-resindvd
102
    SUBDIR += gstreamer1-plugins-rtmp
103
    SUBDIR += gstreamer1-plugins-rust
102
    SUBDIR += gstreamer1-plugins-rust
104
    SUBDIR += gstreamer1-plugins-smoothstreaming
103
    SUBDIR += gstreamer1-plugins-smoothstreaming
105
    SUBDIR += gstreamer1-plugins-svt-av1
104
    SUBDIR += gstreamer1-plugins-svt-av1
(-)b/multimedia/gstreamer1-plugins-all/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	gstreamer1-plugins-all
1
PORTNAME=	gstreamer1-plugins-all
2
PORTVERSION=	${_GST_VERSION}
2
PORTVERSION=	${_GST_VERSION}
3
PORTREVISION=	1
3
CATEGORIES=	multimedia
4
CATEGORIES=	multimedia
4
5
5
MAINTAINER=	multimedia@FreeBSD.org
6
MAINTAINER=	multimedia@FreeBSD.org
(-)b/multimedia/gstreamer1-plugins-bad/Makefile (-1 / +1 lines)
Lines 1-4 Link Here
1
PORTREVISION=	1
1
PORTREVISION=	2
2
CATEGORIES=	multimedia
2
CATEGORIES=	multimedia
3
3
4
COMMENT=	GStreamer-plugins that need more quality, testing or documentation
4
COMMENT=	GStreamer-plugins that need more quality, testing or documentation
(-)a/multimedia/gstreamer1-plugins-rtmp/Makefile (-15 lines)
Removed Link Here
1
PORTREVISION=	0
2
CATEGORIES=	multimedia
3
4
COMMENT=	GStreamer RTMP stream source and sink plugin
5
6
GST_PLUGIN=	rtmp
7
DIST=		bad
8
9
MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
10
11
PLIST=  ${.CURDIR}/pkg-plist
12
13
LIB_DEPENDS= librtmp.so:multimedia/librtmp
14
15
.include "${MASTERDIR}/Makefile"
(-)a/multimedia/gstreamer1-plugins-rtmp/pkg-plist (-1 lines)
Removed Link Here
1
lib/gstreamer-%%VERSION%%/libgstrtmp.so
(-)b/multimedia/gstreamer1-plugins/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
PORTNAME=	gstreamer
1
PORTNAME=	gstreamer
2
PORTVERSION?=	${BASE_PORTVERSION}
2
PORTVERSION?=	${BASE_PORTVERSION}
3
# plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}.
3
# plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}.
4
PORTREVISION?=	0
4
PORTREVISION?=	1
5
CATEGORIES?=	multimedia audio
5
CATEGORIES?=	multimedia audio
6
MASTER_SITES=	https://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
6
MASTER_SITES=	https://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
7
		https://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \
7
		https://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \
(-)b/multimedia/gstreamer1-plugins/Makefile.common (-1 lines)
Lines 162-168 BAD_GST_ALL_PLUGINS+= \ Link Here
162
		resindvd \
162
		resindvd \
163
		rist \
163
		rist \
164
		rsvg \
164
		rsvg \
165
		rtmp \
166
		rtmp2 \
165
		rtmp2 \
167
		rtp \
166
		rtp \
168
		sbc \
167
		sbc \

Return to bug 277758