2e4bcb4f72
Changelog: 2.6.0 Align libva attribute check Added displaying supported config attributes add the VP samples README. add VP sample for usrptr and 1:N output 2.5.0 meson: rename the h264enc binary to be in line with the autotools build unify NEWS format sfcsample: don't include X11 headers test: update vaInitialize_vaTerminate_Bad_vaSetDriverName Check for -fstack-protector vavpp: csc with AYUV format vavpp: requires BGRA frame when saving a BGRA file 2.4.0 fix make dist issue caused by decode streamout sample add VP sample for Blending. add VP seperate sample for scaling,csc,sharpness,denoise,chromasitting.
34 lines
897 B
Makefile
34 lines
897 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/12/29 01:32:53 ryoon Exp $
|
|
|
|
DISTNAME= libva-utils-2.6.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
|
|
GITHUB_PROJECT= libva-utils
|
|
GITHUB_TAG= 2.6.0
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/intel/libva-utils/
|
|
COMMENT= Collection of tests for VA-API
|
|
LICENSE= mit
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= automake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= autogen.sh
|
|
CONFIGURE_ARGS+= --enable-x11
|
|
|
|
SUBST_CLASSES+= getopt
|
|
SUBST_STAGE.getopt= pre-configure
|
|
SUBST_MESSAGE.getopt= Fixing getopt_long_only
|
|
SUBST_FILES.getopt+= encode/*.c
|
|
SUBST_SED.getopt+= -e 's,getopt_long_only,getopt_long,'
|
|
|
|
LIBS+= -lm
|
|
|
|
.include "../../multimedia/libva/buildlink3.mk"
|
|
.include "../../x11/libdrm/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXfixes/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|