View | Details | Raw Unified | Return to bug 233220 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/gstreamer1-plugins-gl/Makefile (-8 / +1 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	graphics
4
CATEGORIES=	graphics
5
5
6
COMMENT=	GStreamer GL graphics plugin
6
COMMENT=	GStreamer GL graphics plugin
Lines 13-25 PLIST= ${.CURDIR}/pkg-plist Link Here
13
13
14
MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
14
MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
15
15
16
OPTIONS_DEFINE=	WAYLAND
17
OPTIONS_DEFAULT=WAYLAND
18
OPTIONS_SUB=	yes
19
20
WAYLAND_CONFIGURE_ENABLE=	wayland
21
WAYLAND_LIB_DEPENDS=		libwayland-egl.so:graphics/wayland
22
23
pre-build:
16
pre-build:
24
.for dir in ${GL_GST_DIRS}
17
.for dir in ${GL_GST_DIRS}
25
	@(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
18
	@(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
(-)b/graphics/gstreamer1-plugins-gl/pkg-plist (-1 / +1 lines)
Lines 50-56 include/gstreamer-%%VERSION%%/gst/gl/gstglupload.h Link Here
50
include/gstreamer-%%VERSION%%/gst/gl/gstglutils.h
50
include/gstreamer-%%VERSION%%/gst/gl/gstglutils.h
51
include/gstreamer-%%VERSION%%/gst/gl/gstglviewconvert.h
51
include/gstreamer-%%VERSION%%/gst/gl/gstglviewconvert.h
52
include/gstreamer-%%VERSION%%/gst/gl/gstglwindow.h
52
include/gstreamer-%%VERSION%%/gst/gl/gstglwindow.h
53
%%WAYLAND%%include/gstreamer-%%VERSION%%/gst/gl/wayland/gstgldisplay_wayland.h
53
include/gstreamer-%%VERSION%%/gst/gl/wayland/gstgldisplay_wayland.h
54
include/gstreamer-%%VERSION%%/gst/gl/x11/gstgldisplay_x11.h
54
include/gstreamer-%%VERSION%%/gst/gl/x11/gstgldisplay_x11.h
55
lib/girepository-1.0/GstGL-%%VERSION%%.typelib
55
lib/girepository-1.0/GstGL-%%VERSION%%.typelib
56
lib/gstreamer-%%VERSION%%/include/gst/gl/gstglconfig.h
56
lib/gstreamer-%%VERSION%%/include/gst/gl/gstglconfig.h
(-)b/multimedia/gstreamer1-plugins/Makefile.common (-2 / +4 lines)
Lines 12-17 BASE_GST_ALL_PLUGINS= \ Link Here
12
		pango \
12
		pango \
13
		theora \
13
		theora \
14
		vorbis \
14
		vorbis \
15
		wayland \
15
		x \
16
		x \
16
		xvideo
17
		xvideo
17
18
Lines 275-283 gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DIR}/libgstgdkpixbuf.so Link Here
275
gst_gl_USES=	gl
276
gst_gl_USES=	gl
276
gst_gl_USE_GL=	gl glu glesv2 egl
277
gst_gl_USE_GL=	gl glu glesv2 egl
277
gst_gl_BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
278
gst_gl_BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
278
gst_gl_LIB_DEPENDS=	libgraphene-1.0.so:graphics/graphene
279
gst_gl_LIB_DEPENDS=	libgraphene-1.0.so:graphics/graphene \
280
			libwayland-egl.so:graphics/wayland
279
gst_gl_CONFIGURE_ARGS=	--enable-gl --enable-glx \
281
gst_gl_CONFIGURE_ARGS=	--enable-gl --enable-glx \
280
			--enable-egl --enable-gles2
282
			--enable-egl --enable-gles2 --enable-wayland
281
gst_gl_GST_PLUGIN_DIR=	gst-libs/gst/gl ext/gl
283
gst_gl_GST_PLUGIN_DIR=	gst-libs/gst/gl ext/gl
282
gst_gl_PLIST_FILES=		#
284
gst_gl_PLIST_FILES=		#
283
285

Return to bug 233220