diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-09-22 15:01:19 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-19 11:24:38 +0100 |
commit | d41b12d1ed0e7efd3a2c48664c316f2846829418 (patch) | |
tree | d8cab0206d41d42a0e3024279bf4e81cd597f230 /media-video | |
parent | media-video/dvgrab: EAPI8 bump, fix LICENSE (diff) | |
download | gentoo-d41b12d1ed0e7efd3a2c48664c316f2846829418.tar.gz gentoo-d41b12d1ed0e7efd3a2c48664c316f2846829418.tar.bz2 gentoo-d41b12d1ed0e7efd3a2c48664c316f2846829418.zip |
media-video/ffcast: EAPI8 bump, fix LICENSE, update github Links
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffcast/ffcast-2.4.8.ebuild | 15 | ||||
-rw-r--r-- | 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> |