blob: 1bbaa67b31ecf01015c0f9447777f79bca4a91e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Anonymous <swell.k@gmail.com>
PORTNAME= vdpauinfo
PORTVERSION= 1.4
CATEGORIES= multimedia
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Tool to query VDPAU capabilities
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libvdpau.so:multimedia/libvdpau
USES= autoreconf pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= vdpau
GL_COMMIT= 3463ab40a89179e6e199575e8bee9c23ee027377
GNU_CONFIGURE= yes
PLIST_FILES= bin/vdpauinfo
.include <bsd.port.mk>
|