diff options
author | 2022-07-19 14:32:48 +0200 | |
---|---|---|
committer | 2022-07-19 14:35:57 +0200 | |
commit | 24f235a33f035a3015ff12404632f503c6810aaf (patch) | |
tree | 7160d4b97c3c9339b019429d042ae1605cd7f915 | |
parent | games-strategy/widelands: fix build with gcc-12 (diff) | |
download | gentoo-24f235a33f035a3015ff12404632f503c6810aaf.tar.gz gentoo-24f235a33f035a3015ff12404632f503c6810aaf.tar.bz2 gentoo-24f235a33f035a3015ff12404632f503c6810aaf.zip |
media-sound/yarock: Fix media-video/mpv[libmpv] missing usedep
HOMEPAGE "dead", replaced with launchpad repo link...
Closes: https://bugs.gentoo.org/851033
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | media-sound/yarock/yarock-1.4.0-r3.ebuild (renamed from media-sound/yarock/yarock-1.4.0-r2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/yarock/yarock-1.4.0-r2.ebuild b/media-sound/yarock/yarock-1.4.0-r3.ebuild index c7f4cd5e45be..27aac662b7df 100644 --- a/media-sound/yarock/yarock-1.4.0-r2.ebuild +++ b/media-sound/yarock/yarock-1.4.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ MY_P="Yarock_${PV}_Sources" inherit cmake DESCRIPTION="Qt-based music player" -HOMEPAGE="https://seb-apps.github.io/yarock/" +HOMEPAGE="https://code.launchpad.net/yarock" SRC_URI="https://launchpad.net/${PN}/1.x/${PV}/+download/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" @@ -27,7 +27,7 @@ RDEPEND=" dev-qt/qtxml:5 media-libs/taglib x11-libs/libX11 - mpv? ( media-video/mpv:= ) + mpv? ( media-video/mpv:=[libmpv] ) phonon? ( >=media-libs/phonon-4.11.0 ) vlc? ( media-video/vlc:= ) " |