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

(-)b/Mk/Uses/gstreamer.mk (-4 / +1 lines)
Lines 52-58 _GST1_PLUGINS_multimedia= aom assrender bad dash dts dv dvdread \ Link Here
52
			editing-services gnonlin good hls kate libav libde265 \
52
			editing-services gnonlin good hls kate libav libde265 \
53
			mpeg2dec mpeg2enc mplex mm openh264 resindvd rtmp \
53
			mpeg2dec mpeg2enc mplex mm openh264 resindvd rtmp \
54
			smoothstreaming theora ttml ugly v4l2 vpx x264 x265
54
			smoothstreaming theora ttml ugly v4l2 vpx x264 x265
55
_GST1_PLUGINS_net=	libmms srtp
55
_GST1_PLUGINS_net=	srtp
56
_GST1_PLUGINS_security=	dtls
56
_GST1_PLUGINS_security=	dtls
57
_GST1_PLUGINS_sysutils=	cdio
57
_GST1_PLUGINS_sysutils=	cdio
58
_GST1_PLUGINS_www=	neon
58
_GST1_PLUGINS_www=	neon
Lines 365-373 gst-x265_IMPL= bad Link Here
365
365
366
#==== Net Plugins Section
366
#==== Net Plugins Section
367
367
368
gst-libmms_PORT=	net/gstreamer${_GST_VER}-plugins-libmms
369
gst-libmms_IMPL=	bad
370
371
gst-srtp_PORT=		net/gstreamer${_GST_VER}-plugins-srtp
368
gst-srtp_PORT=		net/gstreamer${_GST_VER}-plugins-srtp
372
gst-srtp_IMPL=		bad
369
gst-srtp_IMPL=		bad
373
370
(-)b/multimedia/gstreamer1-plugins-all/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	gstreamer1-plugins-all
3
PORTNAME=	gstreamer1-plugins-all
4
PORTVERSION=	1.16
4
PORTVERSION=	1.16
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
7
7
8
MAINTAINER=	multimedia@FreeBSD.org
8
MAINTAINER=	multimedia@FreeBSD.org
(-)b/multimedia/gstreamer1-plugins-bad/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
# Created by: Michael Johnson <ahze@FreeBSD.org>
1
# Created by: Michael Johnson <ahze@FreeBSD.org>
2
2
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	multimedia
4
CATEGORIES=	multimedia
5
5
6
COMMENT=	GStreamer-plugins that need more quality, testing or documentation
6
COMMENT=	GStreamer-plugins that need more quality, testing or documentation
(-)b/multimedia/gstreamer1-plugins/Makefile (-1 / +1 lines)
Lines 4-10 PORTNAME= gstreamer Link Here
4
PORTVERSION?=	${BASE_PORTVERSION}
4
PORTVERSION?=	${BASE_PORTVERSION}
5
# When chasing a shared library for a plug-in bump the PORTREVISION in the
5
# When chasing a shared library for a plug-in bump the PORTREVISION in the
6
# plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}.
6
# plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}.
7
PORTREVISION?=	5
7
PORTREVISION?=	6
8
CATEGORIES?=	multimedia audio
8
CATEGORIES?=	multimedia audio
9
MASTER_SITES=	GNOME/sources/gst-plugins-base/${PORTVERSION:R}:base \
9
MASTER_SITES=	GNOME/sources/gst-plugins-base/${PORTVERSION:R}:base \
10
		GNOME/sources/gst-plugins-good/${PORTVERSION:R}:good \
10
		GNOME/sources/gst-plugins-good/${PORTVERSION:R}:good \
(-)b/multimedia/gstreamer1-plugins/Makefile.common (-5 lines)
Lines 37-43 BAD_GST_ALL_PLUGINS+= \ Link Here
37
		kms \
37
		kms \
38
		ladspa \
38
		ladspa \
39
		libde265 \
39
		libde265 \
40
		libmms \
41
		lv2 \
40
		lv2 \
42
		modplug \
41
		modplug \
43
		mpeg2enc \
42
		mpeg2enc \
Lines 323-332 gst_libcaca_PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.so Link Here
323
gst_libde265_LIB_DEPENDS=	libde265.so:multimedia/libde265
322
gst_libde265_LIB_DEPENDS=	libde265.so:multimedia/libde265
324
gst_libde265_PLIST_FILES=	${GST_LIB_DIR}/libgstde265.so
323
gst_libde265_PLIST_FILES=	${GST_LIB_DIR}/libgstde265.so
325
324
326
# libmms
327
gst_libmms_LIB_DEPENDS=	libmms.so:net/libmms
328
gst_libmms_PLIST_FILES=	${GST_LIB_DIR}/libgstmms.so
329
330
# librfb
325
# librfb
331
gst_librfb_USES=	xorg
326
gst_librfb_USES=	xorg
332
gst_librfb_USE_XORG=	x11
327
gst_librfb_USE_XORG=	x11
(-)a/net/gstreamer1-plugins-libmms/Makefile (-11 lines)
Removed Link Here
1
PORTREVISION=	2
2
CATEGORIES=	net
3
4
COMMENT=	GStreamer mms:// and mmsh:// plugin
5
6
GST_PLUGIN=	libmms
7
DIST=		bad
8
9
MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
10
11
.include "${MASTERDIR}/Makefile"

Return to bug 264968