Sun Dec 22 22:27:21 2019 UTC ()
Needs libtool.


(joerg)
diff -r1.3 -r1.4 pkgsrc/multimedia/libva-utils/Makefile

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

--- pkgsrc/multimedia/libva-utils/Makefile 2019/11/03 17:12:02 1.3
+++ pkgsrc/multimedia/libva-utils/Makefile 2019/12/22 22:27:21 1.4
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.3 2019/11/03 17:12:02 rillig Exp $ 1# $NetBSD: Makefile,v 1.4 2019/12/22 22:27:21 joerg Exp $
2 2
3DISTNAME= libva-utils-2.3.0 3DISTNAME= libva-utils-2.3.0
4CATEGORIES= multimedia 4CATEGORIES= multimedia
5MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
6GITHUB_PROJECT= libva-utils 6GITHUB_PROJECT= libva-utils
7 7
8MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= https://github.com/intel/libva-utils/ 9HOMEPAGE= https://github.com/intel/libva-utils/
10COMMENT= Collection of tests for VA-API 10COMMENT= Collection of tests for VA-API
11LICENSE= mit 11LICENSE= mit
12 12
 13USE_LIBTOOL= yes
13USE_TOOLS+= automake pkg-config 14USE_TOOLS+= automake pkg-config
14USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
15 16
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
17CONFIGURE_SCRIPT= autogen.sh 18CONFIGURE_SCRIPT= autogen.sh
18 19
19SUBST_CLASSES+= getopt 20SUBST_CLASSES+= getopt
20SUBST_STAGE.getopt= pre-configure 21SUBST_STAGE.getopt= pre-configure
21SUBST_MESSAGE.getopt= Fixing getopt_long_only 22SUBST_MESSAGE.getopt= Fixing getopt_long_only
22SUBST_FILES.getopt+= encode/*.c 23SUBST_FILES.getopt+= encode/*.c
23SUBST_SED.getopt+= -e 's,getopt_long_only,getopt_long,' 24SUBST_SED.getopt+= -e 's,getopt_long_only,getopt_long,'
24 25
25LIBS+= -lm 26LIBS+= -lm