multimedia/libva-utils: import libva-utils-2.3.0
libva-utils is a collection of utilities and examples to exercise VA-API in accordance with the libva project. --enable-tests (default = no) provides a suite of unit-tests based on Google Test Framework. A driver implementation is necessary to properly operate.
This commit is contained in:
parent
d41d628875
commit
4a8433f890
4 changed files with 50 additions and 0 deletions
4
multimedia/libva-utils/DESCR
Normal file
4
multimedia/libva-utils/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
libva-utils is a collection of utilities and examples to exercise
|
||||
VA-API in accordance with the libva project. --enable-tests (default
|
||||
= no) provides a suite of unit-tests based on Google Test Framework.
|
||||
A driver implementation is necessary to properly operate.
|
27
multimedia/libva-utils/Makefile
Normal file
27
multimedia/libva-utils/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/11/24 14:08:56 ryoon Exp $
|
||||
|
||||
DISTNAME= libva-utils-2.3.0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
|
||||
GITHUB_PROJECT= libva-utils
|
||||
|
||||
MAINTAINER= ryoon@NetBSD.org
|
||||
HOMEPAGE= https://github.com/intel/libva-utils/
|
||||
COMMENT= Collection of tests for VA-API
|
||||
LICENSE= mit
|
||||
|
||||
USE_TOOLS+= automake pkg-config
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= autogen.sh
|
||||
|
||||
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,'
|
||||
|
||||
.include "../../multimedia/libva/buildlink3.mk"
|
||||
.include "../../x11/libdrm/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
13
multimedia/libva-utils/PLIST
Normal file
13
multimedia/libva-utils/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2018/11/24 14:08:56 ryoon Exp $
|
||||
bin/avcenc
|
||||
bin/avcstreamoutdemo
|
||||
bin/h264encode
|
||||
bin/hevcencode
|
||||
bin/jpegenc
|
||||
bin/loadjpeg
|
||||
bin/mpeg2vaenc
|
||||
bin/mpeg2vldemo
|
||||
bin/vainfo
|
||||
bin/vavpp
|
||||
bin/vp8enc
|
||||
bin/vp9enc
|
6
multimedia/libva-utils/distinfo
Normal file
6
multimedia/libva-utils/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/11/24 14:08:56 ryoon Exp $
|
||||
|
||||
SHA1 (libva-utils-2.3.0.tar.gz) = 91e470d0755ec7a102a4e4ce694190e5e95b9c7f
|
||||
RMD160 (libva-utils-2.3.0.tar.gz) = 6ee770190beded34c0507f498fa50537e0332798
|
||||
SHA512 (libva-utils-2.3.0.tar.gz) = ae36afb19f3414f4a3b857bbaeedd088e91e8a11cc785c4b945af0c7bf0e7bca7821ea5731b0868a26f273e323c0b155b12d87b4740fe8b2893ef024b8a979d8
|
||||
Size (libva-utils-2.3.0.tar.gz) = 1086331 bytes
|
Loading…
Reference in a new issue