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

(-)w/multimedia/gstreamer1-plugins-bad/Makefile (-2 / +8 lines)
Lines 99-105 BAD_GST_ENABLED_PLUGINS=accurip \ Link Here
99
			videoparsers \
99
			videoparsers \
100
			videosignal \
100
			videosignal \
101
			vmnc \
101
			vmnc \
102
			webrtc \
103
			y4m
102
			y4m
104
103
105
NO_GSTREAMER_COMMON=	yes
104
NO_GSTREAMER_COMMON=	yes
Lines 107-112 PLIST= ${.CURDIR}/pkg-plist Link Here
107
106
108
USES+=ssl
107
USES+=ssl
109
108
109
OPTIONS_DEFINE=	WEBRTC
110
OPTIONS_SUB=	yes
111
WEBRTC_DESC=	WebRTC support via net-im/libnice
112
110
.include "${MASTERDIR}/Makefile"
113
.include "${MASTERDIR}/Makefile"
111
114
112
USE_GNOME+=	glib20 gtk30
115
USE_GNOME+=	glib20 gtk30
Lines 114-118 USE_GNOME+= glib20 gtk30 Link Here
114
BUILD_DEPENDS+=	v4l_compat>=1.0.20100321:multimedia/v4l_compat \
117
BUILD_DEPENDS+=	v4l_compat>=1.0.20100321:multimedia/v4l_compat \
115
	gtk3>=3.10:x11-toolkits/gtk30
118
	gtk3>=3.10:x11-toolkits/gtk30
116
119
117
LIB_DEPENDS+=libnice.so:net-im/libnice
120
.if ${PORT_OPTIONS:MWEBRTC}
121
BAD_GST_ENABLED_PLUGINS+=	webrtc
122
.endif
118
123
124
WEBRTC_LIB_DEPENDS+=libnice.so:net-im/libnice
(-)w/multimedia/gstreamer1-plugins-bad/pkg-plist (-18 / +18 lines)
Lines 68-84 include/gstreamer-%%VERSION%%/gst/uridownloader/gstfragment.h Link Here
68
include/gstreamer-%%VERSION%%/gst/uridownloader/gsturidownloader.h
68
include/gstreamer-%%VERSION%%/gst/uridownloader/gsturidownloader.h
69
include/gstreamer-%%VERSION%%/gst/uridownloader/gsturidownloader_debug.h
69
include/gstreamer-%%VERSION%%/gst/uridownloader/gsturidownloader_debug.h
70
include/gstreamer-%%VERSION%%/gst/uridownloader/uridownloader-prelude.h
70
include/gstreamer-%%VERSION%%/gst/uridownloader/uridownloader-prelude.h
71
include/gstreamer-%%VERSION%%/gst/webrtc/datachannel.h
71
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/datachannel.h
72
include/gstreamer-%%VERSION%%/gst/webrtc/dtlstransport.h
72
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/dtlstransport.h
73
include/gstreamer-%%VERSION%%/gst/webrtc/icetransport.h
73
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/icetransport.h
74
include/gstreamer-%%VERSION%%/gst/webrtc/rtcsessiondescription.h
74
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/rtcsessiondescription.h
75
include/gstreamer-%%VERSION%%/gst/webrtc/rtpreceiver.h
75
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/rtpreceiver.h
76
include/gstreamer-%%VERSION%%/gst/webrtc/rtpsender.h
76
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/rtpsender.h
77
include/gstreamer-%%VERSION%%/gst/webrtc/rtptransceiver.h
77
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/rtptransceiver.h
78
include/gstreamer-%%VERSION%%/gst/webrtc/sctptransport.h
78
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/sctptransport.h
79
include/gstreamer-%%VERSION%%/gst/webrtc/webrtc-enumtypes.h
79
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/webrtc-enumtypes.h
80
include/gstreamer-%%VERSION%%/gst/webrtc/webrtc.h
80
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/webrtc.h
81
include/gstreamer-%%VERSION%%/gst/webrtc/webrtc_fwd.h
81
%%WEBRTC%%include/gstreamer-%%VERSION%%/gst/webrtc/webrtc_fwd.h
82
lib/girepository-%%VERSION%%/GstBadAudio-%%VERSION%%.typelib
82
lib/girepository-%%VERSION%%/GstBadAudio-%%VERSION%%.typelib
83
lib/girepository-%%VERSION%%/GstCodecs-%%VERSION%%.typelib
83
lib/girepository-%%VERSION%%/GstCodecs-%%VERSION%%.typelib
84
lib/girepository-%%VERSION%%/GstInsertBin-%%VERSION%%.typelib
84
lib/girepository-%%VERSION%%/GstInsertBin-%%VERSION%%.typelib
Lines 86-92 lib/girepository-%%VERSION%%/GstMpegts-%%VERSION%%.typelib Link Here
86
lib/girepository-%%VERSION%%/GstPlay-%%VERSION%%.typelib
86
lib/girepository-%%VERSION%%/GstPlay-%%VERSION%%.typelib
87
lib/girepository-%%VERSION%%/GstPlayer-%%VERSION%%.typelib
87
lib/girepository-%%VERSION%%/GstPlayer-%%VERSION%%.typelib
88
lib/girepository-%%VERSION%%/GstTranscoder-%%VERSION%%.typelib
88
lib/girepository-%%VERSION%%/GstTranscoder-%%VERSION%%.typelib
89
lib/girepository-%%VERSION%%/GstWebRTC-%%VERSION%%.typelib
89
%%WEBRTC%%lib/girepository-%%VERSION%%/GstWebRTC-%%VERSION%%.typelib
90
lib/gstreamer-%%VERSION%%/libgstaccurip.so
90
lib/gstreamer-%%VERSION%%/libgstaccurip.so
91
lib/gstreamer-%%VERSION%%/libgstadpcmdec.so
91
lib/gstreamer-%%VERSION%%/libgstadpcmdec.so
92
lib/gstreamer-%%VERSION%%/libgstadpcmenc.so
92
lib/gstreamer-%%VERSION%%/libgstadpcmenc.so
Lines 156-162 lib/gstreamer-%%VERSION%%/libgstvideofiltersbad.so Link Here
156
lib/gstreamer-%%VERSION%%/libgstvideoframe_audiolevel.so
156
lib/gstreamer-%%VERSION%%/libgstvideoframe_audiolevel.so
157
lib/gstreamer-%%VERSION%%/libgstvideoparsersbad.so
157
lib/gstreamer-%%VERSION%%/libgstvideoparsersbad.so
158
lib/gstreamer-%%VERSION%%/libgstvideosignal.so
158
lib/gstreamer-%%VERSION%%/libgstvideosignal.so
159
lib/gstreamer-%%VERSION%%/libgstwebrtc.so
159
%%WEBRTC%%lib/gstreamer-%%VERSION%%/libgstwebrtc.so
160
lib/gstreamer-%%VERSION%%/libgstvmnc.so
160
lib/gstreamer-%%VERSION%%/libgstvmnc.so
161
lib/gstreamer-%%VERSION%%/libgsty4mdec.so
161
lib/gstreamer-%%VERSION%%/libgsty4mdec.so
162
lib/libgstadaptivedemux-%%VERSION%%.so
162
lib/libgstadaptivedemux-%%VERSION%%.so
Lines 200-208 lib/libgsttranscoder-%%VERSION%%.so.0 Link Here
200
lib/libgsturidownloader-%%VERSION%%.so
200
lib/libgsturidownloader-%%VERSION%%.so
201
lib/libgsturidownloader-%%VERSION%%.so.0
201
lib/libgsturidownloader-%%VERSION%%.so.0
202
lib/libgsturidownloader-%%VERSION%%.so.%%SOVERSION%%
202
lib/libgsturidownloader-%%VERSION%%.so.%%SOVERSION%%
203
lib/libgstwebrtc-%%VERSION%%.so
203
%%WEBRTC%%lib/libgstwebrtc-%%VERSION%%.so
204
lib/libgstwebrtc-%%VERSION%%.so.0
204
%%WEBRTC%%lib/libgstwebrtc-%%VERSION%%.so.0
205
lib/libgstwebrtc-%%VERSION%%.so.%%SOVERSION%%
205
%%WEBRTC%%lib/libgstwebrtc-%%VERSION%%.so.%%SOVERSION%%
206
libdata/pkgconfig/gstreamer-bad-audio-%%VERSION%%.pc
206
libdata/pkgconfig/gstreamer-bad-audio-%%VERSION%%.pc
207
libdata/pkgconfig/gstreamer-codecparsers-%%VERSION%%.pc
207
libdata/pkgconfig/gstreamer-codecparsers-%%VERSION%%.pc
208
libdata/pkgconfig/gstreamer-insertbin-%%VERSION%%.pc
208
libdata/pkgconfig/gstreamer-insertbin-%%VERSION%%.pc
Lines 213-219 libdata/pkgconfig/gstreamer-player-%%VERSION%%.pc Link Here
213
libdata/pkgconfig/gstreamer-plugins-bad-%%VERSION%%.pc
213
libdata/pkgconfig/gstreamer-plugins-bad-%%VERSION%%.pc
214
libdata/pkgconfig/gstreamer-sctp-%%VERSION%%.pc
214
libdata/pkgconfig/gstreamer-sctp-%%VERSION%%.pc
215
libdata/pkgconfig/gstreamer-transcoder-%%VERSION%%.pc
215
libdata/pkgconfig/gstreamer-transcoder-%%VERSION%%.pc
216
libdata/pkgconfig/gstreamer-webrtc-%%VERSION%%.pc
216
%%WEBRTC%%libdata/pkgconfig/gstreamer-webrtc-%%VERSION%%.pc
217
share/gir-%%VERSION%%/GstBadAudio-%%VERSION%%.gir
217
share/gir-%%VERSION%%/GstBadAudio-%%VERSION%%.gir
218
share/gir-%%VERSION%%/GstCodecs-%%VERSION%%.gir
218
share/gir-%%VERSION%%/GstCodecs-%%VERSION%%.gir
219
share/gir-%%VERSION%%/GstInsertBin-%%VERSION%%.gir
219
share/gir-%%VERSION%%/GstInsertBin-%%VERSION%%.gir
Lines 221-227 share/gir-%%VERSION%%/GstMpegts-%%VERSION%%.gir Link Here
221
share/gir-%%VERSION%%/GstPlay-%%VERSION%%.gir
221
share/gir-%%VERSION%%/GstPlay-%%VERSION%%.gir
222
share/gir-%%VERSION%%/GstPlayer-%%VERSION%%.gir
222
share/gir-%%VERSION%%/GstPlayer-%%VERSION%%.gir
223
share/gir-%%VERSION%%/GstTranscoder-%%VERSION%%.gir
223
share/gir-%%VERSION%%/GstTranscoder-%%VERSION%%.gir
224
share/gir-%%VERSION%%/GstWebRTC-%%VERSION%%.gir
224
%%WEBRTC%%share/gir-%%VERSION%%/GstWebRTC-%%VERSION%%.gir
225
%%DATADIR%%-%%VERSION%%/encoding-profiles/device/dvd.gep
225
%%DATADIR%%-%%VERSION%%/encoding-profiles/device/dvd.gep
226
%%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/avi.gep
226
%%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/avi.gep
227
%%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/flv.gep
227
%%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/flv.gep

Return to bug 267259