commit: d41b12d1ed0e7efd3a2c48664c316f2846829418 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Sep 22 13:01:19 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Nov 19 10:24:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41b12d1
media-video/ffcast: EAPI8 bump, fix LICENSE, update github Links Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> media-video/ffcast/ffcast-2.4.8.ebuild | 15 ++++++--------- media-video/ffcast/metadata.xml | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/media-video/ffcast/ffcast-2.4.8.ebuild b/media-video/ffcast/ffcast-2.4.8.ebuild index e1e4a89cbe13..4e151d7fae31 100644 --- a/media-video/ffcast/ffcast-2.4.8.ebuild +++ b/media-video/ffcast/ffcast-2.4.8.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools DESCRIPTION="Record screencasts using ffmpeg" -HOMEPAGE="https://github.com/lolilolicon/ffcast" -SRC_URI="https://github.com/lolilolicon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/ropery/ffcast" +SRC_URI="https://github.com/ropery/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/FFcast-${PV}" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="x11-apps/xdpyinfo x11-apps/xprop @@ -20,9 +20,6 @@ RDEPEND="x11-apps/xdpyinfo x11-apps/xrectsel media-video/ffmpeg >=app-shells/bash-4.3" -DEPEND="" - -S="${WORKDIR}/FFcast-${PV}" src_prepare() { rmdir src/xrectsel diff --git a/media-video/ffcast/metadata.xml b/media-video/ffcast/metadata.xml index 5c8be46d88e6..242af210b08c 100644 --- a/media-video/ffcast/metadata.xml +++ b/media-video/ffcast/metadata.xml @@ -9,6 +9,6 @@ <name>Gentoo Video project</name> </maintainer> <upstream> - <remote-id type="github">lolilolicon/ffcast</remote-id> + <remote-id type="github">ropery/ffcast</remote-id> </upstream> </pkgmetadata>
