mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
c26152ae1a
- Update libva-intel-driver to 2.0.0
- Update libva-utils to 2.0.0
- Bump dependent ports due to shlib bump
- Import upstream patch to fix multimedia/mpv [1]
- Import upstream patch to fix multimedia/gstreamer1-vaapi [2]
Approved by: cpm [1], multimedia (timeout) [2]
Obtained from: 2ecf240b1c
[1]
https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9 [2]
Differential Revision: https://reviews.freebsd.org/D12761
33 lines
792 B
Makefile
33 lines
792 B
Makefile
# Created by: Koop Mast <kwm@rainbow-runner.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gstreamer1-vaapi
|
|
PORTVERSION= 1.12.3
|
|
PORTREVISION= 1
|
|
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 gettext-runtime gmake gnome libtool \
|
|
pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20
|
|
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>
|