From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/kikoplay/
Date: Thu, 12 Sep 2024 09:37:25 +0000 (UTC) [thread overview]
Message-ID: <1726061436.c0bff00760c7c6b97d095d6b08cae78f6aad76e7.davidroman@gentoo> (raw)
commit: c0bff00760c7c6b97d095d6b08cae78f6aad76e7
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Sep 11 13:30:36 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Sep 11 13:30:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0bff007
media-video/kikoplay: fix RDEPEND
Closes: https://bugs.gentoo.org/911382
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
media-video/kikoplay/kikoplay-0.9.3.ebuild | 7 ++++---
media-video/kikoplay/kikoplay-9999.ebuild | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/media-video/kikoplay/kikoplay-0.9.3.ebuild b/media-video/kikoplay/kikoplay-0.9.3.ebuild
index d8e86af6d..e00482831 100644
--- a/media-video/kikoplay/kikoplay-0.9.3.ebuild
+++ b/media-video/kikoplay/kikoplay-0.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -37,15 +37,16 @@ LICENSE="GPL-3"
SLOT="0"
RDEPEND="
- dev-libs/qhttpengine:5
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtsql:5
+ dev-qt/qtsvg:5
dev-qt/qtwidgets:5
- media-video/mpv[libmpv]
+ media-video/mpv:=[libmpv]
net-misc/aria2
+ sys-libs/zlib
"
DEPEND="
diff --git a/media-video/kikoplay/kikoplay-9999.ebuild b/media-video/kikoplay/kikoplay-9999.ebuild
index d8e86af6d..e00482831 100644
--- a/media-video/kikoplay/kikoplay-9999.ebuild
+++ b/media-video/kikoplay/kikoplay-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -37,15 +37,16 @@ LICENSE="GPL-3"
SLOT="0"
RDEPEND="
- dev-libs/qhttpengine:5
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtsql:5
+ dev-qt/qtsvg:5
dev-qt/qtwidgets:5
- media-video/mpv[libmpv]
+ media-video/mpv:=[libmpv]
net-misc/aria2
+ sys-libs/zlib
"
DEPEND="
next reply other threads:[~2024-09-12 9:37 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 9:37 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-12 9:37 [gentoo-commits] repo/proj/guru:master commit in: media-video/kikoplay/ David Roman
2022-05-02 17:34 [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-05-02 17:59 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-07-14 19:43 Andrew Ammerlaan
2021-07-14 19:43 Andrew Ammerlaan
2021-07-14 19:43 Andrew Ammerlaan
2021-05-17 19:11 Andrew Ammerlaan
2021-04-06 9:03 Andrew Ammerlaan
2021-04-06 9:03 Andrew Ammerlaan
2021-04-06 9:03 Andrew Ammerlaan
2021-04-06 9:03 Andrew Ammerlaan
2020-12-30 10:32 Andrew Ammerlaan
2020-12-30 10:32 Andrew Ammerlaan
2020-12-28 23:22 Andrew Ammerlaan
2020-12-28 23:22 Andrew Ammerlaan
2020-10-21 9:02 Andrew Ammerlaan
2020-10-21 9:02 Andrew Ammerlaan
2020-07-08 5:56 Haelwenn Monnier
2020-06-01 11:31 Andrew Ammerlaan
2020-06-01 11:31 Andrew Ammerlaan
2020-06-01 11:31 Andrew Ammerlaan
2020-05-14 9:29 Andrew Ammerlaan
2020-05-12 9:01 Andrew Ammerlaan
2020-05-12 9:01 Andrew Ammerlaan
2020-04-27 11:25 Andrew Ammerlaan
2020-04-27 11:25 Andrew Ammerlaan
2020-04-27 11:25 Andrew Ammerlaan
2020-04-27 11:25 Andrew Ammerlaan
2020-04-27 7:02 Andrew Ammerlaan
2020-04-27 7:02 Andrew Ammerlaan
2020-04-20 9:47 Andrew Ammerlaan
2020-04-20 9:47 Andrew Ammerlaan
2020-04-18 18:39 Andrew Ammerlaan
2020-04-18 18:39 Andrew Ammerlaan
2020-04-18 18:39 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1726061436.c0bff00760c7c6b97d095d6b08cae78f6aad76e7.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox