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] proj/kde:master commit in: kde-apps/k3b/
Date: Mon, 20 Mar 2017 07:11:10 +0000 (UTC)	[thread overview]
Message-ID: <1489993855.572ebeb31b739d651c3c7b8a53cf4f1c67906f36.asturm@gentoo> (raw)

commit:     572ebeb31b739d651c3c7b8a53cf4f1c67906f36
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 17:03:16 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 07:10:55 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=572ebeb3

kde-apps/k3b: Add USE=webkit

It has been made optional.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/k3b/k3b-17.04.49.9999.ebuild | 5 +++--
 kde-apps/k3b/k3b-9999.ebuild          | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/kde-apps/k3b/k3b-17.04.49.9999.ebuild b/kde-apps/k3b/k3b-17.04.49.9999.ebuild
index 3712821ac3..8d27812308 100644
--- a/kde-apps/k3b/k3b-17.04.49.9999.ebuild
+++ b/kde-apps/k3b/k3b-17.04.49.9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Full-featured burning and ripping application based on KDE Framewor
 HOMEPAGE="http://www.k3b.org/"
 LICENSE="GPL-2 FDL-1.2"
 KEYWORDS=""
-IUSE="dvd emovix encode ffmpeg flac libav mad mp3 musepack sndfile sox taglib vcd vorbis"
+IUSE="dvd emovix encode ffmpeg flac libav mad mp3 musepack sndfile sox taglib vcd vorbis webkit"
 
 DEPEND="
 	$(add_frameworks_dep karchive)
@@ -37,7 +37,6 @@ DEPEND="
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebkit)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	media-libs/libsamplerate
@@ -53,6 +52,7 @@ DEPEND="
 	sndfile? ( media-libs/libsndfile )
 	taglib? ( >=media-libs/taglib-1.5 )
 	vorbis? ( media-libs/libvorbis )
+	webkit? ( $(add_qt_dep qtwebkit) )
 "
 RDEPEND="${DEPEND}
 	app-cdr/cdrdao
@@ -93,6 +93,7 @@ src_configure() {
 		-DK3B_ENABLE_TAGLIB=$(usex taglib)
 		-DK3B_BUILD_OGGVORBIS_DECODER_PLUGIN=$(usex vorbis)
 		-DK3B_BUILD_OGGVORBIS_ENCODER_PLUGIN=$(usex vorbis)
+		$(cmake-utils_use_find_package webkit Qt5WebKitWidgets)
 	)
 
 	kde5_src_configure

diff --git a/kde-apps/k3b/k3b-9999.ebuild b/kde-apps/k3b/k3b-9999.ebuild
index 3712821ac3..8d27812308 100644
--- a/kde-apps/k3b/k3b-9999.ebuild
+++ b/kde-apps/k3b/k3b-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Full-featured burning and ripping application based on KDE Framewor
 HOMEPAGE="http://www.k3b.org/"
 LICENSE="GPL-2 FDL-1.2"
 KEYWORDS=""
-IUSE="dvd emovix encode ffmpeg flac libav mad mp3 musepack sndfile sox taglib vcd vorbis"
+IUSE="dvd emovix encode ffmpeg flac libav mad mp3 musepack sndfile sox taglib vcd vorbis webkit"
 
 DEPEND="
 	$(add_frameworks_dep karchive)
@@ -37,7 +37,6 @@ DEPEND="
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebkit)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	media-libs/libsamplerate
@@ -53,6 +52,7 @@ DEPEND="
 	sndfile? ( media-libs/libsndfile )
 	taglib? ( >=media-libs/taglib-1.5 )
 	vorbis? ( media-libs/libvorbis )
+	webkit? ( $(add_qt_dep qtwebkit) )
 "
 RDEPEND="${DEPEND}
 	app-cdr/cdrdao
@@ -93,6 +93,7 @@ src_configure() {
 		-DK3B_ENABLE_TAGLIB=$(usex taglib)
 		-DK3B_BUILD_OGGVORBIS_DECODER_PLUGIN=$(usex vorbis)
 		-DK3B_BUILD_OGGVORBIS_ENCODER_PLUGIN=$(usex vorbis)
+		$(cmake-utils_use_find_package webkit Qt5WebKitWidgets)
 	)
 
 	kde5_src_configure


             reply	other threads:[~2017-03-20  7:11 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-20  7:11 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-03  5:30 [gentoo-commits] proj/kde:master commit in: kde-apps/k3b/ Eli Schwartz
2024-04-21 20:53 Andreas Sturmlechner
2024-02-25 20:12 Sam James
2024-02-25 19:44 Sam James
2024-01-07 13:26 Andreas Sturmlechner
2023-09-01 19:17 Andreas Sturmlechner
2023-08-27 16:21 Andreas Sturmlechner
2023-08-25  8:25 Andreas Sturmlechner
2023-04-23 11:42 Andreas Sturmlechner
2023-04-23 11:38 Andreas Sturmlechner
2023-01-30 21:14 Andreas Sturmlechner
2023-01-30 21:01 Andreas Sturmlechner
2022-09-10  8:51 Sam James
2022-03-24 14:53 Andreas Sturmlechner
2022-02-21 17:14 Andreas Sturmlechner
2020-12-18 11:50 Andreas Sturmlechner
2020-09-17 20:07 Andreas Sturmlechner
2020-01-09 18:24 Andreas Sturmlechner
2019-09-12 20:53 Andreas Sturmlechner
2017-12-25 10:30 Michael Palimaka
2017-08-26 13:04 Michael Palimaka
2017-08-02 23:22 Andreas Sturmlechner
2017-07-09 18:35 Andreas Sturmlechner
2017-05-07 22:23 Andreas Sturmlechner
2017-03-09 17:24 Johannes Huber

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=1489993855.572ebeb31b739d651c3c7b8a53cf4f1c67906f36.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