public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/artikulate/
Date: Sat, 11 Jul 2020 15:37:41 +0000 (UTC)	[thread overview]
Message-ID: <1594481846.e8e8a7d5210c0fe6b9692be6883ae4ee54184d90.asturm@gentoo> (raw)

commit:     e8e8a7d5210c0fe6b9692be6883ae4ee54184d90
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 14:45:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 15:37:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e8a7d5

kde-apps/artikulate: Drop IUSE=qtmedia, gstreamer is off by default

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/artikulate/artikulate-20.04.3.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/kde-apps/artikulate/artikulate-20.04.3.ebuild b/kde-apps/artikulate/artikulate-20.04.3.ebuild
index dd86f2aa35b..eb180a6db28 100644
--- a/kde-apps/artikulate/artikulate-20.04.3.ebuild
+++ b/kde-apps/artikulate/artikulate-20.04.3.ebuild
@@ -14,9 +14,7 @@ HOMEPAGE="https://kde.org/applications/education/org.kde.artikulate"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+gstreamer qtmedia"
-
-REQUIRED_USE="|| ( gstreamer qtmedia )"
+IUSE="gstreamer"
 
 DEPEND="
 	>=dev-qt/qtdeclarative-${QTMIN}:5
@@ -34,14 +32,14 @@ DEPEND="
 	>=kde-frameworks/knewstuff-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	gstreamer? ( >=media-libs/qt-gstreamer-1.2.0[qt5(+)] )
-	qtmedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5 )
+	!gstreamer? ( >=dev-qt/qtmultimedia-${QTMIN}:5 )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
 		-DBUILD_GSTREAMER_PLUGIN=$(usex gstreamer)
-		-DBUILD_QTMULTIMEDIA_PLUGIN=$(usex qtmedia)
+		-DBUILD_QTMULTIMEDIA_PLUGIN=$(usex !gstreamer)
 	)
 
 	ecm_src_configure


             reply	other threads:[~2020-07-11 15:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-11 15:37 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05  7:07 [gentoo-commits] repo/gentoo:master commit in: kde-apps/artikulate/ Michał Górny
2024-07-14  5:59 Arthur Zamarin
2024-06-17 18:49 Andreas Sturmlechner
2024-04-23  6:25 Arthur Zamarin
2021-09-14 14:15 Yixun Lan
2019-02-09  9:52 Andreas Sturmlechner

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=1594481846.e8e8a7d5210c0fe6b9692be6883ae4ee54184d90.asturm@gentoo \
    --to=asturm@gentoo.org \
    --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