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

(-)b/audio/ardour/Makefile (-1 / +1 lines)
Lines 15-21 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
15
15
16
BROKEN_powerpc64=	Does not build
16
BROKEN_powerpc64=	Does not build
17
17
18
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
18
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
19
LIB_DEPENDS=	libaubio.so:audio/aubio \
19
LIB_DEPENDS=	libaubio.so:audio/aubio \
20
		libboost_date_time.so:devel/boost-libs \
20
		libboost_date_time.so:devel/boost-libs \
21
		libcurl.so:ftp/curl \
21
		libcurl.so:ftp/curl \
(-)b/devel/sdl20/Makefile (-1 / +1 lines)
Lines 260-266 IGNORE= option VIDEO_WAYLAND requires VIDEO_OPENGLES2 Link Here
260
CONFIGURE_ARGS+=	--enable-video-wayland \
260
CONFIGURE_ARGS+=	--enable-video-wayland \
261
			--enable-wayland-shared
261
			--enable-wayland-shared
262
BUILD_DEPENDS+=		wayland-protocols>0:graphics/wayland-protocols \
262
BUILD_DEPENDS+=		wayland-protocols>0:graphics/wayland-protocols \
263
			${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
263
			${LOCALBASE}/include/linux/input.h:devel/evdev-proto
264
LIB_DEPENDS+=		libwayland-egl.so:graphics/wayland \
264
LIB_DEPENDS+=		libwayland-egl.so:graphics/wayland \
265
			libxkbcommon.so:x11/libxkbcommon
265
			libxkbcommon.so:x11/libxkbcommon
266
.else
266
.else
(-)b/multimedia/gstreamer1-plugins/Makefile.common (-1 / +1 lines)
Lines 273-279 gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DIR}/libgstgdkpixbuf.so Link Here
273
# gl
273
# gl
274
gst_gl_USES=	gl
274
gst_gl_USES=	gl
275
gst_gl_USE_GL=	gl glu glesv2 egl
275
gst_gl_USE_GL=	gl glu glesv2 egl
276
gst_gl_BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
276
gst_gl_BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
277
gst_gl_LIB_DEPENDS=	libgraphene-1.0.so:graphics/graphene
277
gst_gl_LIB_DEPENDS=	libgraphene-1.0.so:graphics/graphene
278
gst_gl_CONFIGURE_ARGS=	--enable-gl --enable-glx \
278
gst_gl_CONFIGURE_ARGS=	--enable-gl --enable-glx \
279
			--enable-egl --enable-gles2
279
			--enable-egl --enable-gles2
(-)b/multimedia/kdenlive/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= KDE professional quality non-linear video editing suite Link Here
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
11
12
LIB_DEPENDS=	libmlt.so:multimedia/mlt
12
LIB_DEPENDS=	libmlt.so:multimedia/mlt
13
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
13
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
14
RUN_DEPENDS=	ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} \
14
RUN_DEPENDS=	ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} \
15
		${LOCALBASE}/lib/mlt/libmltqt.so:multimedia/mlt-qt5
15
		${LOCALBASE}/lib/mlt/libmltqt.so:multimedia/mlt-qt5
16
16
(-)b/net/freerdp/Makefile (-1 / +1 lines)
Lines 75-81 PULSEAUDIO_CMAKE_BOOL= WITH_PULSE Link Here
75
SSE_CMAKE_BOOL=		WITH_SSE2
75
SSE_CMAKE_BOOL=		WITH_SSE2
76
76
77
WAYLAND_DESC=		Build FreeRDP Wayland client
77
WAYLAND_DESC=		Build FreeRDP Wayland client
78
WAYLAND_BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
78
WAYLAND_BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
79
WAYLAND_LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
79
WAYLAND_LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
80
			libwayland-cursor.so:graphics/wayland \
80
			libwayland-cursor.so:graphics/wayland \
81
			libxkbcommon.so:x11/libxkbcommon
81
			libxkbcommon.so:x11/libxkbcommon
(-)b/x11-drivers/xf86-video-qxl/Makefile (-1 / +1 lines)
Lines 11-17 COMMENT= X.Org X server -- QXL display driver Link Here
11
LICENSE=	MIT
11
LICENSE=	MIT
12
12
13
BUILD_DEPENDS=	spice-protocol>=0.12.10:devel/spice-protocol \
13
BUILD_DEPENDS=	spice-protocol>=0.12.10:devel/spice-protocol \
14
		${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
14
		${LOCALBASE}/include/linux/input.h:devel/evdev-proto
15
LIB_DEPENDS=	libspice-server.so:devel/libspice-server
15
LIB_DEPENDS=	libspice-server.so:devel/libspice-server
16
16
17
USES=		localbase:ldflags pkgconfig python:2.7 shebangfix
17
USES=		localbase:ldflags pkgconfig python:2.7 shebangfix

Return to bug 233672