2013-11-28 22:57:01 +01:00
|
|
|
# Created by: Koop Mast <kwm@rainbow-runner.nl>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gstreamer1-vaapi
|
2017-09-23 22:29:49 +02:00
|
|
|
PORTVERSION= 1.12.3
|
2018-07-31 20:41:30 +02:00
|
|
|
PORTREVISION= 3
|
2013-11-28 22:57:01 +01:00
|
|
|
CATEGORIES= multimedia
|
2016-03-25 16:47:45 +01:00
|
|
|
MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/
|
2013-11-28 22:57:01 +01:00
|
|
|
DISTNAME= gstreamer-vaapi-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
|
|
COMMENT= GStreamer hardware video decoding via VA-API plug-in
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libva.so:multimedia/libva
|
2013-11-28 22:57:01 +01:00
|
|
|
|
2014-09-13 12:08:59 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2016-09-09 21:42:46 +02:00
|
|
|
CONFIGURE_ARGS= --disable-wayland
|
2014-09-13 12:08:59 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2017-07-22 13:35:44 +02:00
|
|
|
USES= compiler:c11 gettext-runtime gmake gnome libtool \
|
|
|
|
pkgconfig tar:xz
|
2013-11-28 22:57:01 +01:00
|
|
|
USE_LDCONFIG= yes
|
2017-07-22 13:35:44 +02:00
|
|
|
USE_GNOME= glib20
|
2016-03-25 16:47:45 +01:00
|
|
|
USE_GSTREAMER1= bad gl
|
2013-11-28 22:57:01 +01:00
|
|
|
USE_GL= gl
|
2018-07-31 20:41:30 +02:00
|
|
|
USE_XORG= x11 xrandr xrender xorgproto:build
|
2013-11-28 22:57:01 +01:00
|
|
|
|
2016-03-25 16:47:45 +01:00
|
|
|
# drm backend needs libudev so disable it for now.
|
|
|
|
CONFIGURE_ARGS+=--disable-drm
|
2013-11-28 22:57:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|