Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
Date: Thu, 11 Aug 2022 11:36:00
Message-Id: 1660217636.8f43bd60a9cbbbc3826f800f24afc9d694c6cce4.ionen@gentoo
1 commit: 8f43bd60a9cbbbc3826f800f24afc9d694c6cce4
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 10:35:20 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 11:33:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f43bd60
7
8 x11-libs/libvdpau: fix RedirectedUrl
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 x11-libs/libvdpau/libvdpau-1.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/libvdpau/libvdpau-1.5.ebuild b/x11-libs/libvdpau/libvdpau-1.5.ebuild
16 index 0ec6c6eb88e1..b9492cf8a92c 100644
17 --- a/x11-libs/libvdpau/libvdpau-1.5.ebuild
18 +++ b/x11-libs/libvdpau/libvdpau-1.5.ebuild
19 @@ -6,7 +6,7 @@ EAPI=8
20 inherit meson-multilib virtualx
21
22 DESCRIPTION="VDPAU wrapper and trace libraries"
23 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
24 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU/"
25 SRC_URI="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PV}/${P}.tar.gz"
26
27 LICENSE="MIT"