From nobody Mon Nov 01 15:21:02 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0A04F182452A; Mon, 1 Nov 2021 15:21:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HjcDt4KVnz4pcM; Mon, 1 Nov 2021 15:21:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7624713D2D; Mon, 1 Nov 2021 15:21:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A1FL21l086555; Mon, 1 Nov 2021 15:21:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A1FL2A1086554; Mon, 1 Nov 2021 15:21:02 GMT (envelope-from git) Date: Mon, 1 Nov 2021 15:21:02 GMT Message-Id: <202111011521.1A1FL2A1086554@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: bbdb8c12e8ac - main - multimedia/libva: unbreak crocus autodetection on X11 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bbdb8c12e8ac1bd8ce990ee3a212ddc1d2698634 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbdb8c12e8ac1bd8ce990ee3a212ddc1d2698634 commit bbdb8c12e8ac1bd8ce990ee3a212ddc1d2698634 Author: Jan Beich AuthorDate: 2021-10-31 08:00:52 +0000 Commit: Jan Beich CommitDate: 2021-11-01 15:08:31 +0000 multimedia/libva: unbreak crocus autodetection on X11 $ vainfo libva info: VA-API version 1.13.0 libva info: Trying to open /usr/local/lib/dri/crocus_drv_video.so libva info: va_openDriver() returns -1 vaInitialize failed with error code -1 (unknown libva error),exit --- multimedia/libva/Makefile | 2 ++ multimedia/libva/distinfo | 2 ++ 2 files changed, 4 insertions(+) diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index 69e931e95570..f980d60048a9 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -1,10 +1,12 @@ PORTNAME= libva DISTVERSION= 2.13.0 +PORTREVISION= 1 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 +PATCHFILES+= ae7174b3dbae.patch:-p1 # https://github.com/intel/libva/pull/547 MAINTAINER= jbeich@FreeBSD.org COMMENT?= VAAPI wrapper and dummy driver diff --git a/multimedia/libva/distinfo b/multimedia/libva/distinfo index ffbaa14e2573..ff8c7f66087a 100644 --- a/multimedia/libva/distinfo +++ b/multimedia/libva/distinfo @@ -5,3 +5,5 @@ SHA256 (0c9e5f2fff22.patch) = ea769e0225befd4d0046f1f6f4d60bd85c24f9c96b519c414a SIZE (0c9e5f2fff22.patch) = 1715 SHA256 (657d77406161.patch) = 0aa9cc936440e07ebc748829a139546acb01256065afea4a9f5cdc131d97db9d SIZE (657d77406161.patch) = 1107 +SHA256 (ae7174b3dbae.patch) = d868d1bf923ec498c31208a6387c05d0e15c220d4b2f7f14fd75ace75e61b795 +SIZE (ae7174b3dbae.patch) = 914