mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update libva-utils to 2.4.0
This commit is contained in:
parent
866ade259c
commit
cba8250cbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492929
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libva-utils
|
||||
PORTVERSION= 2.3.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.4.0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1538516390
|
||||
SHA256 (intel-libva-utils-2.3.0_GH0.tar.gz) = f338497b867bbc9bf008e4892eaebda08955785dc7eb2005855bba5f1a20b037
|
||||
SIZE (intel-libva-utils-2.3.0_GH0.tar.gz) = 1086331
|
||||
TIMESTAMP = 1550133109
|
||||
SHA256 (intel-libva-utils-2.4.0_GH0.tar.gz) = 13d15bf464e5a452f5243a6ca5988d3841c8bbbb017b75d73254acc0e4d6740c
|
||||
SIZE (intel-libva-utils-2.4.0_GH0.tar.gz) = 1186293
|
||||
|
@ -0,0 +1,12 @@
|
||||
--- vendor/intel/sfcsample/VDecAccelVA.cpp.orig 2019-02-01 23:11:33 UTC
|
||||
+++ vendor/intel/sfcsample/VDecAccelVA.cpp
|
||||
@@ -32,7 +32,9 @@
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/ioctl.h>
|
||||
+#ifdef __linux__
|
||||
#include <linux/fb.h>
|
||||
+#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <iostream>
|
@ -8,7 +8,13 @@ bin/mpeg2vaenc
|
||||
bin/mpeg2vldemo
|
||||
bin/putsurface
|
||||
%%WAYLAND%%bin/putsurface_wayland
|
||||
bin/sfcsample
|
||||
bin/vainfo
|
||||
bin/vavpp
|
||||
bin/vp8enc
|
||||
bin/vp9enc
|
||||
bin/vppblending
|
||||
bin/vppchromasitting
|
||||
bin/vppdenoise
|
||||
bin/vppscaling_csc
|
||||
bin/vppsharpness
|
||||
|
Loading…
Reference in New Issue
Block a user