diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-12-12 21:29:57 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-12-12 21:29:57 +0000 |
commit | c26152ae1a7db2c114ab9f5a13ef927eb6186438 (patch) | |
tree | 854bdaba20de06958c822081f4c989c3ce7d6e10 /multimedia/mythtv | |
parent | 66f1e80deec77ebb1a8b8f114e6612938616ba55 (diff) |
- Update libva to 2.0.0
- 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: https://github.com/mpv-player/mpv/commit/2ecf240b1cd20875991a5b18efafbe799864ff7f [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
Notes
Notes:
svn path=/head/; revision=456184
Diffstat (limited to 'multimedia/mythtv')
-rw-r--r-- | multimedia/mythtv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index 2b6b122a5c0a..bd731bafaa1c 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -3,7 +3,7 @@ PORTNAME= mythtv PORTVERSION= 0.28.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org |