blob: ecc47c1a2bffcdc3e91c506dcb827a0db4b92b98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: Koop Mast <kwm@rainbow-runner.nl>
# $FreeBSD$
PORTNAME= gstreamer1-vaapi
PORTVERSION= 1.8.0
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/
DISTNAME= gstreamer-vaapi-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= GStreamer hardware video decoding via VA-API plug-in
LICENSE= LGPL21
LIB_DEPENDS= libva.so:multimedia/libva
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-wayland
INSTALL_TARGET= install-strip
USES= compiler:c11 gmake libtool pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GSTREAMER1= bad gl
USE_GL= gl
USE_XORG= x11 xrandr xrender xproto:build
# drm backend needs libudev so disable it for now.
CONFIGURE_ARGS+=--disable-drm
.include <bsd.port.mk>
|