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 0039915852A for ; Mon, 19 Aug 2024 01:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46104E2A0B; Mon, 19 Aug 2024 01:20:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 230BEE2A0B for ; Mon, 19 Aug 2024 01:20:37 +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 18BE9340BEA for ; Mon, 19 Aug 2024 01:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F6BC1D57 for ; Mon, 19 Aug 2024 01:20:34 +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: <1724030404.53994fa3b6bd3ab7ffa65caaba2b710a942ee93d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/xvid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/xvid/xvid-1.3.7-r1.ebuild media-libs/xvid/xvid-1.3.7-r2.ebuild media-libs/xvid/xvid-1.3.7.ebuild X-VCS-Directories: media-libs/xvid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 53994fa3b6bd3ab7ffa65caaba2b710a942ee93d X-VCS-Branch: master Date: Mon, 19 Aug 2024 01:20:34 +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: 845c5849-8995-49d1-ae00-8959e56ce21d X-Archives-Hash: b0ff814bd839f9192c003b783e3d44f8 commit: 53994fa3b6bd3ab7ffa65caaba2b710a942ee93d Author: Sam James gentoo org> AuthorDate: Mon Aug 19 01:20:04 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 19 01:20:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53994fa3 media-libs/xvid: update HOMEPAGE Got the idea from Debian: https://salsa.debian.org/multimedia-team/xvidcore/-/commit/f73e1e499dcfb94686f50f6ce41999f3e0c8d90f Signed-off-by: Sam James gentoo.org> media-libs/xvid/xvid-1.3.7-r1.ebuild | 4 ++-- media-libs/xvid/xvid-1.3.7-r2.ebuild | 2 +- media-libs/xvid/xvid-1.3.7.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/xvid/xvid-1.3.7-r1.ebuild b/media-libs/xvid/xvid-1.3.7-r1.ebuild index 27a7dba1457a..df98962a51e2 100644 --- a/media-libs/xvid/xvid-1.3.7-r1.ebuild +++ b/media-libs/xvid/xvid-1.3.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}" inherit flag-o-matic multilib-minimal DESCRIPTION="High performance/quality MPEG-4 video de-/encoding solution" -HOMEPAGE="https://www.xvid.org/" +HOMEPAGE="https://labs.xvid.com/source/ https://www.xvid.org/" SRC_URI="https://downloads.xvid.com/downloads/${MY_P}.tar.bz2" LICENSE="GPL-2" diff --git a/media-libs/xvid/xvid-1.3.7-r2.ebuild b/media-libs/xvid/xvid-1.3.7-r2.ebuild index 426740f1a060..058d55df86ea 100644 --- a/media-libs/xvid/xvid-1.3.7-r2.ebuild +++ b/media-libs/xvid/xvid-1.3.7-r2.ebuild @@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}" inherit flag-o-matic multilib-minimal DESCRIPTION="High performance/quality MPEG-4 video de-/encoding solution" -HOMEPAGE="https://www.xvid.org/" +HOMEPAGE="https://labs.xvid.com/source/ https://www.xvid.org/" SRC_URI="https://downloads.xvid.com/downloads/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_PN}/build/generic" diff --git a/media-libs/xvid/xvid-1.3.7.ebuild b/media-libs/xvid/xvid-1.3.7.ebuild index db2a26ff37be..bef9c36bae6e 100644 --- a/media-libs/xvid/xvid-1.3.7.ebuild +++ b/media-libs/xvid/xvid-1.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}" inherit flag-o-matic multilib-minimal DESCRIPTION="High performance/quality MPEG-4 video de-/encoding solution" -HOMEPAGE="https://www.xvid.org/" +HOMEPAGE="https://labs.xvid.com/source/ https://www.xvid.org/" SRC_URI="https://downloads.xvid.com/downloads/${MY_P}.tar.bz2" LICENSE="GPL-2"