Sun Jan 9 00:35:49 2022 UTC ()
whitespace


(tnn)
diff -r1.6 -r1.7 pkgsrc/multimedia/libva-utils/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/multimedia/libva-utils/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/libva-utils/Makefile 2022/01/09 00:28:58 1.6
+++ pkgsrc/multimedia/libva-utils/Makefile 2022/01/09 00:35:49 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.6 2022/01/09 00:28:58 tnn Exp $ 1# $NetBSD: Makefile,v 1.7 2022/01/09 00:35:49 tnn Exp $
2 2
3GITHUB_RELEASE= ${PKGVERSION_NOREV} 3GITHUB_RELEASE= ${PKGVERSION_NOREV}
4DISTNAME= libva-utils-2.13.0 4DISTNAME= libva-utils-2.13.0
5CATEGORIES= multimedia 5CATEGORIES= multimedia
6MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= ryoon@NetBSD.org 9MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= https://github.com/intel/libva-utils/ 10HOMEPAGE= https://github.com/intel/libva-utils/
11COMMENT= Collection of tests for VA-API 11COMMENT= Collection of tests for VA-API
12LICENSE= mit 12LICENSE= mit
13 13
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
@@ -17,24 +17,24 @@ USE_LANGUAGES= c c++ @@ -17,24 +17,24 @@ USE_LANGUAGES= c c++
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19CONFIGURE_ARGS+= --enable-x11 19CONFIGURE_ARGS+= --enable-x11
20# Might be useful to have this but I'll leave it to 20# Might be useful to have this but I'll leave it to
21# someone else to enable. -tnn 21# someone else to enable. -tnn
22CONFIGURE_ARGS+= --disable-wayland 22CONFIGURE_ARGS+= --disable-wayland
23 23
24SUBST_CLASSES+= getopt 24SUBST_CLASSES+= getopt
25SUBST_STAGE.getopt= pre-configure 25SUBST_STAGE.getopt= pre-configure
26SUBST_MESSAGE.getopt= Fixing getopt_long_only 26SUBST_MESSAGE.getopt= Fixing getopt_long_only
27SUBST_FILES.getopt+= encode/*.c 27SUBST_FILES.getopt+= encode/*.c
28SUBST_SED.getopt+= -e 's,getopt_long_only,getopt_long,' 28SUBST_SED.getopt+= -e 's,getopt_long_only,getopt_long,'
29 29
30LIBS+= -lm 30LIBS+= -lm
31# Need explicit pthread linkage due to dlopening libraries 31# Need explicit pthread linkage due to dlopening libraries
32# that link with pthread. 32# that link with pthread.
33LIBS.NetBSD+= -lpthread 33LIBS.NetBSD+= -lpthread
34 34
35BUILDLINK_API_DEPENDS.libva+= libva>=${PKGVERSION_NOREV} 35BUILDLINK_API_DEPENDS.libva+= libva>=${PKGVERSION_NOREV}
36.include "../../multimedia/libva/buildlink3.mk" 36.include "../../multimedia/libva/buildlink3.mk"
37.include "../../x11/libdrm/buildlink3.mk" 37.include "../../x11/libdrm/buildlink3.mk"
38.include "../../x11/libXext/buildlink3.mk" 38.include "../../x11/libXext/buildlink3.mk"
39.include "../../x11/libXfixes/buildlink3.mk" 39.include "../../x11/libXfixes/buildlink3.mk"
40.include "../../mk/bsd.pkg.mk" 40.include "../../mk/bsd.pkg.mk"