diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2024-03-08 15:29:39 +0100 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2024-03-08 15:30:07 +0100 |
commit | f38b44a8e89837a1d6e5e7d5970269811608735c (patch) | |
tree | 6c63f2088fdbdd99d04f1381aa5294acbcfa7dfc /media-video | |
parent | dev-libs/zziplib: add missing test deps (diff) | |
download | gentoo-f38b44a8e89837a1d6e5e7d5970269811608735c.tar.gz gentoo-f38b44a8e89837a1d6e5e7d5970269811608735c.tar.bz2 gentoo-f38b44a8e89837a1d6e5e7d5970269811608735c.zip |
media-video/ttcut: update HOMEPAGE
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ttcut/metadata.xml | 1 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-video/ttcut/metadata.xml b/media-video/ttcut/metadata.xml index 3c7e68669eb9..a09ab444b6d2 100644 --- a/media-video/ttcut/metadata.xml +++ b/media-video/ttcut/metadata.xml @@ -18,5 +18,6 @@ </longdescription> <upstream> <remote-id type="sourceforge">ttcut.berlios</remote-id> + <remote-id type="github">baltendorf/ttcut</remote-id> </upstream> </pkgmetadata> diff --git a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild index bdfcdaa583b5..935aabf75b93 100644 --- a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild +++ b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,13 +6,12 @@ EAPI=7 inherit desktop qmake-utils xdg DESCRIPTION="Tool for cutting MPEG files especially for removing commercials" -HOMEPAGE="https://github.com/templer/ttcut" +HOMEPAGE="https://github.com/baltendorf/ttcut" SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" DEPEND=" >=media-libs/libmpeg2-0.4.0 |