public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/marble/
Date: Thu, 18 Sep 2014 18:10:41 +0000 (UTC)	[thread overview]
Message-ID: <1411063832.28ba3505748931fe2cf66056aa43a9a37237583c.kensington@gentoo> (raw)

commit:     28ba3505748931fe2cf66056aa43a9a37237583c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 18:10:32 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 18:10:32 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=28ba3505

[kde-base/marble] Add phonon USE flag wrt bug #520384.

Phonon is required for KDE build and optional for Qt-only build.
Build fails with qtphonon (which is deprecated anyway).

Package-Manager: portage-2.2.10

---
 kde-base/marble/marble-4.14.49.9999.ebuild | 5 ++++-
 kde-base/marble/metadata.xml               | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/kde-base/marble/marble-4.14.49.9999.ebuild b/kde-base/marble/marble-4.14.49.9999.ebuild
index 6de83c1..6a1f8da 100644
--- a/kde-base/marble/marble-4.14.49.9999.ebuild
+++ b/kde-base/marble/marble-4.14.49.9999.ebuild
@@ -13,7 +13,7 @@ inherit kde4-base python-single-r1
 DESCRIPTION="Generic geographical map widget"
 HOMEPAGE="http://marble.kde.org/"
 KEYWORDS=""
-IUSE="debug designer-plugin gps +kde plasma python shapefile test zip"
+IUSE="debug designer-plugin gps +kde phonon plasma python shapefile test zip"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
@@ -30,6 +30,8 @@ RDEPEND="
 	dev-qt/qtsvg:4
 	dev-qt/qtwebkit:4
 	gps? ( >=sci-geosciences/gpsd-2.95[qt4] )
+	kde? ( media-libs/phonon[qt4] )
+	phonon? ( media-libs/phonon[qt4] )
 	python? (
 		${PYTHON_DEPS}
 		>=dev-python/PyQt4-4.4.4-r1[${PYTHON_USEDEP}]
@@ -64,6 +66,7 @@ src_configure() {
 		$(cmake-utils_use_with python SIP)
 		$(cmake-utils_use_with gps libgps)
 		$(cmake-utils_use !kde QTONLY)
+		$(cmake-utils_use_with phonon)
 		$(cmake-utils_use_with plasma)
 		$(cmake-utils_use_with shapefile libshp)
 		$(cmake-utils_use_with zip quazip)

diff --git a/kde-base/marble/metadata.xml b/kde-base/marble/metadata.xml
index 8de6bc8..3431dc8 100644
--- a/kde-base/marble/metadata.xml
+++ b/kde-base/marble/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
 	<use>
 		<flag name="designer-plugin">Enable designer plugin</flag>
+		<flag name="phonon">Enable sound support via <pkg>media-libs/phonon</pkg></flag>
 		<flag name="shapefile">Enable support for ESRI shapefiles</flag>
 		<flag name="zip">Enable support for reading and displaying .kmz files</flag>
 	</use>


             reply	other threads:[~2014-09-18 18:10 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-18 18:10 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-01 22:46 [gentoo-commits] proj/kde:master commit in: kde-base/marble/ Johannes Huber
2014-01-18 17:45 Michael Palimaka
2014-01-06  2:30 Chris Reffett
2013-09-08 13:13 Michael Palimaka
2013-08-19 13:23 Michael Palimaka
2013-07-31 16:39 Johannes Huber
2013-04-13 17:06 Michael Palimaka
2012-08-02 16:59 Michael Palimaka
2012-08-02 16:45 Michael Palimaka
2012-07-14 18:01 Michael Palimaka
2012-07-06 20:54 Andreas Hüttel
2012-06-28 12:11 Michael Palimaka
2012-05-04 20:44 Johannes Huber
2012-05-01 11:21 Johannes Huber
2012-03-23  9:59 Johannes Huber
2012-01-08 13:54 Johannes Huber
2011-12-11 14:07 Andreas Hüttel
2011-11-07  8:33 Alexey Shvetsov
2011-11-03 17:11 Andreas Hüttel
2011-10-25 17:58 Alexey Shvetsov
2011-10-25 17:56 Alexey Shvetsov
2011-10-25 17:50 Alexey Shvetsov
2011-10-16 20:17 Andreas Hüttel
2011-09-07 21:43 Alexey Shvetsov
2011-05-30  4:54 Jorge Manuel B. S. Vicetto
2011-04-11 19:14 Tomas Chvatal
2011-03-27  9:59 Tomas Chvatal

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=1411063832.28ba3505748931fe2cf66056aa43a9a37237583c.kensington@gentoo \
    --to=kensington@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