diff options
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> |