summaryrefslogtreecommitdiff
path: root/media-video/ffcast
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-19 11:02:19 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-19 11:02:19 +0000
commit8c58ead574346296889d58006e1bf184da00be3a (patch)
treea7f2072c85179ee02c63febb294a7853dd137de1 /media-video/ffcast
parentf9a583991092848eb54269744b512063a4d59de0 (diff)
gentoo auto-resync : 19:11:2023 - 11:02:18
Diffstat (limited to 'media-video/ffcast')
-rw-r--r--media-video/ffcast/Manifest4
-rw-r--r--media-video/ffcast/ffcast-2.4.8.ebuild15
-rw-r--r--media-video/ffcast/metadata.xml2
3 files changed, 9 insertions, 12 deletions
diff --git a/media-video/ffcast/Manifest b/media-video/ffcast/Manifest
index b9df649045e3..328f54fe742c 100644
--- a/media-video/ffcast/Manifest
+++ b/media-video/ffcast/Manifest
@@ -1,3 +1,3 @@
DIST ffcast-2.4.8.tar.gz 25471 BLAKE2B 6ed573b1ab1676478cdad2ee69a1e0674926cbffc8502e8c59c7cd018d910216c948b8a8d0a30e8fd79b4c2f3ef18570d1eac0fb691e39237df4019646863bd3 SHA512 69f3d2927fac61f530cf6c0d8de422f0ab2baf90249a0771680fc724221edc5c97cbb38811f6b9523848d6dc96e9cbf659c8984543f8ca98ee98e45c105d3434
-EBUILD ffcast-2.4.8.ebuild 605 BLAKE2B ad8f3a08ad71bb062bfe152485229d5e95c1c05a670e49a2693be9620559b7faa9ba2ea677607d2bc2fa426bd637651f68f8b5db158f29572c4d4eb17a34a3bd SHA512 0077c02f550c530e32391c508365fb9ae20ac1df9678105d09a00c7ffb2942caa260f89d885bd9fd9821f04e22034c2bcc928036e402fc872e42c3630eb365c5
-MISC metadata.xml 434 BLAKE2B 61d221cde1c79a15adfac1c6204c9876d9fe2c70985a577b684ba5f7306833dc307848585a71786f9df0355047cb7caa9351439531c0512801765b1119d2fc5f SHA512 83c3d244e7f485e41be1c4ac4181deec59f9d422b406785eb4a0bb5c1d20ed3891ad98a96164c40f9bbead0433a2e894c5cfe9e26c723b6dbbe628eca8f439d6
+EBUILD ffcast-2.4.8.ebuild 574 BLAKE2B e40ecd47aae64ac1e6706fec2b516f8b1d8c47a868751f2a19c2468de6fe8a9fd54726fcff2a9d1f79a448f2ef4e48c8b6ea478a1a3bd123efefd75962d95077 SHA512 d5243b2c1e6ee408b4435d127af6e994778956ae2f2efbfe043eafcef586b811f19d5e39cdb2628fec0f7207a5bb0f96ff21050a36ecdad111ac0421d1a193e6
+MISC metadata.xml 429 BLAKE2B 8ffdcfd5b5f8167b59733188f588ff428b48624919cebb17772caa610fec204441468cf6e18c0babca9dc81ca1d5f1e420ddd8f79d6ae1182103669f3ae94553 SHA512 1b3c3b83b9dfc3b754e1c8dfda6650788adfb2139b56d3e4f7625742ae9c9956ea363364c3bfa1bbd815272c3ee6657d081952a9d36ce9dd2eb1b870982c7fc1
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>