mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
multimedia/libva: update to 2.17.0
Changes: https://github.com/intel/libva/compare/2.16.0...2.17.0 Reported by: Repology
This commit is contained in:
parent
1f5f46c780
commit
512f598d32
@ -1,4 +1,4 @@
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -glx
|
||||
|
||||
COMMENT= VAAPI wrapper for GLX
|
||||
|
@ -1,11 +1,7 @@
|
||||
PORTNAME= libva
|
||||
DISTVERSION= 2.16.0
|
||||
DISTVERSION= 2.17.0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= 0c9e5f2fff22.patch:-p1 # https://github.com/intel/libva/pull/292
|
||||
PATCHFILES+= 657d77406161.patch:-p1 # https://github.com/intel/libva/pull/292
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT?= VAAPI wrapper and dummy driver
|
||||
WWW= https://github.com/intel/libva
|
||||
@ -35,7 +31,7 @@ WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
||||
WAYLAND_MESON_YES= with_wayland
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xorgproto,xext,xfixes
|
||||
X11_USE= XORG=x11,xcb,xext,xfixes,xorgproto
|
||||
X11_MESON_YES= with_x11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,3 @@
|
||||
TIMESTAMP = 1664264306
|
||||
SHA256 (intel-libva-2.16.0_GH0.tar.gz) = 766edf51fd86efe9e836a4467d4ec7c3af690a3c601b3c717237cee856302279
|
||||
SIZE (intel-libva-2.16.0_GH0.tar.gz) = 267735
|
||||
SHA256 (0c9e5f2fff22.patch) = ea769e0225befd4d0046f1f6f4d60bd85c24f9c96b519c414a1597f30185abd6
|
||||
SIZE (0c9e5f2fff22.patch) = 1715
|
||||
SHA256 (657d77406161.patch) = 0aa9cc936440e07ebc748829a139546acb01256065afea4a9f5cdc131d97db9d
|
||||
SIZE (657d77406161.patch) = 1107
|
||||
TIMESTAMP = 1671632939
|
||||
SHA256 (intel-libva-2.17.0_GH0.tar.gz) = 8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001
|
||||
SIZE (intel-libva-2.17.0_GH0.tar.gz) = 276993
|
||||
|
@ -35,19 +35,19 @@ include/va/va_vpp.h
|
||||
%%X11%%include/va/va_x11.h
|
||||
lib/libva-drm.so
|
||||
lib/libva-drm.so.2
|
||||
lib/libva-drm.so.2.1600.0
|
||||
lib/libva-drm.so.2.1700.0
|
||||
%%GLX%%lib/libva-glx.so
|
||||
%%GLX%%lib/libva-glx.so.2
|
||||
%%GLX%%lib/libva-glx.so.2.1600.0
|
||||
%%GLX%%lib/libva-glx.so.2.1700.0
|
||||
%%WAYLAND%%lib/libva-wayland.so
|
||||
%%WAYLAND%%lib/libva-wayland.so.2
|
||||
%%WAYLAND%%lib/libva-wayland.so.2.1600.0
|
||||
%%WAYLAND%%lib/libva-wayland.so.2.1700.0
|
||||
%%X11%%lib/libva-x11.so
|
||||
%%X11%%lib/libva-x11.so.2
|
||||
%%X11%%lib/libva-x11.so.2.1600.0
|
||||
%%X11%%lib/libva-x11.so.2.1700.0
|
||||
lib/libva.so
|
||||
lib/libva.so.2
|
||||
lib/libva.so.2.1600.0
|
||||
lib/libva.so.2.1700.0
|
||||
libdata/pkgconfig/libva-drm.pc
|
||||
%%GLX%%libdata/pkgconfig/libva-glx.pc
|
||||
%%WAYLAND%%libdata/pkgconfig/libva-wayland.pc
|
||||
|
Loading…
Reference in New Issue
Block a user