From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88A7C15801B for ; Tue, 1 Aug 2023 16:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87AC2E0C53; Tue, 1 Aug 2023 16:14:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61F50E0C53 for ; Tue, 1 Aug 2023 16:14:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C8953409ED for ; Tue, 1 Aug 2023 16:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C314BEAD for ; Tue, 1 Aug 2023 16:14:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690906417.beae3f1b5608ec4992efa1a484faba2053a519b4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libva-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libva-compat/libva-compat-1.8.3-r2.ebuild X-VCS-Directories: media-libs/libva-compat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: beae3f1b5608ec4992efa1a484faba2053a519b4 X-VCS-Branch: master Date: Tue, 1 Aug 2023 16:14:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 110afff2-1d92-4681-ad89-f4d8506a3c05 X-Archives-Hash: 3633b850d4417b0bc7c9f3a5775c2544 commit: beae3f1b5608ec4992efa1a484faba2053a519b4 Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jul 10 20:20:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 1 16:13:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beae3f1b media-libs/libva-compat: update HOMEPAGE, SRC_URI Signed-off-by: Azamat H. Hackimov gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/libva-compat/libva-compat-1.8.3-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libva-compat/libva-compat-1.8.3-r2.ebuild b/media-libs/libva-compat/libva-compat-1.8.3-r2.ebuild index 618ec9f2bc42..ae039a72d5e8 100644 --- a/media-libs/libva-compat/libva-compat-1.8.3-r2.ebuild +++ b/media-libs/libva-compat/libva-compat-1.8.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,8 +9,8 @@ MY_PN="${PN%-compat}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Video Acceleration (VA) API for Linux" -HOMEPAGE="https://01.org/linuxmedia/vaapi" -SRC_URI="https://github.com/01org/libva/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" +HOMEPAGE="https://github.com/intel/libva" +SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="MIT" SLOT="1"