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

Collapse All | Expand All

(-)multimedia/libva-utils/Makefile (-3 / +5 lines)
Lines 14-20 Link Here
14
		libdrm.so:graphics/libdrm
14
		libdrm.so:graphics/libdrm
15
15
16
USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:bzip2
16
USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:bzip2
17
USE_XORG=	x11 xext xfixes
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
19
INSTALL_TARGET=	install-strip
18
INSTALL_TARGET=	install-strip
20
19
Lines 21-28 Link Here
21
USE_GITHUB=	yes
20
USE_GITHUB=	yes
22
GH_ACCOUNT=	intel
21
GH_ACCOUNT=	intel
23
22
24
OPTIONS_DEFINE=	DEBUG WAYLAND
23
OPTIONS_DEFINE=	DEBUG WAYLAND X11
25
OPTIONS_DEFAULT=WAYLAND
24
OPTIONS_DEFAULT=WAYLAND X11
26
WAYLAND_DESC=	Support wayland protocol
25
WAYLAND_DESC=	Support wayland protocol
27
OPTIONS_SUB=	yes
26
OPTIONS_SUB=	yes
28
27
Lines 32-35 Link Here
32
WAYLAND_CONFIGURE_ENABLE=	wayland
31
WAYLAND_CONFIGURE_ENABLE=	wayland
33
WAYLAND_LIB_DEPENDS=		libwayland-client.so:graphics/wayland
32
WAYLAND_LIB_DEPENDS=		libwayland-client.so:graphics/wayland
34
33
34
X11_CONFIGURE_ENABLE=		x11
35
X11_USE=			XORG=x11,xext,xfixes
36
35
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)multimedia/libva-utils/files/patch-Makefile.am (+15 lines)
Line 0 Link Here
1
--- Makefile.am.orig	2019-02-01 23:11:33 UTC
2
+++ Makefile.am
3
@@ -24,10 +24,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
4
 
5
 AUTOMAKE_OPTIONS = foreign
6
 
7
-SUBDIRS = common decode encode vainfo videoprocess vendor/intel vendor/intel/sfcsample
8
+SUBDIRS = common decode encode vainfo videoprocess vendor/intel
9
 
10
 if USE_X11
11
-SUBDIRS += putsurface
12
+SUBDIRS += putsurface vendor/intel/sfcsample
13
 else
14
 if USE_WAYLAND
15
 SUBDIRS += putsurface
(-)multimedia/libva-utils/pkg-plist (-2 / +2 lines)
Lines 6-14 Link Here
6
bin/loadjpeg
6
bin/loadjpeg
7
bin/mpeg2vaenc
7
bin/mpeg2vaenc
8
bin/mpeg2vldemo
8
bin/mpeg2vldemo
9
bin/putsurface
9
%%X11%%bin/putsurface
10
%%WAYLAND%%bin/putsurface_wayland
10
%%WAYLAND%%bin/putsurface_wayland
11
bin/sfcsample
11
%%X11%%bin/sfcsample
12
bin/vainfo
12
bin/vainfo
13
bin/vavpp
13
bin/vavpp
14
bin/vp8enc
14
bin/vp8enc

Return to bug 236376