public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-video/kmplayer/
Date: Sat, 26 Mar 2016 18:34:55 +0000 (UTC)	[thread overview]
Message-ID: <1459017281.7eff6c8df7665dae5b00c00952bde213d1ea30d0.johu@gentoo> (raw)

commit:     7eff6c8df7665dae5b00c00952bde213d1ea30d0
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 18:26:17 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 18:34:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7eff6c8d

media-video/kmplayer: EAPI 6

Package-Manager: portage-2.2.28

 media-video/kmplayer/kmplayer-9999.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/media-video/kmplayer/kmplayer-9999.ebuild b/media-video/kmplayer/kmplayer-9999.ebuild
index 7f218e1..4ecdc52 100644
--- a/media-video/kmplayer/kmplayer-9999.ebuild
+++ b/media-video/kmplayer/kmplayer-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hr hu it
 ja km ku lt lv mai nb nds nl nn pl pt pt_BR ro ru sk sr sr@latin sv th tr ug uk
@@ -21,16 +21,16 @@ IUSE="cairo debug expat npp"
 DEPEND="
 	media-libs/phonon[qt4]
 	x11-libs/libX11
-	expat? ( >=dev-libs/expat-2.0.1 )
 	cairo? (
 		x11-libs/cairo
 		x11-libs/pango
 	)
+	expat? ( >=dev-libs/expat-2.0.1 )
 	npp? (
-		dev-libs/dbus-glib
 		$(add_kdeapps_dep kreadconfig)
-		>=x11-libs/gtk+-2.10.14:2
+		dev-libs/dbus-glib
 		www-plugins/adobe-flash
+		>=x11-libs/gtk+-2.10.14:2
 	)
 "
 RDEPEND="${DEPEND}
@@ -47,10 +47,11 @@ src_prepare() {
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use cairo KMPLAYER_BUILT_WITH_CAIRO)
-		$(cmake-utils_use expat KMPLAYER_BUILT_WITH_EXPAT)
-		$(cmake-utils_use npp KMPLAYER_BUILT_WITH_NPP)
+		-DKMPLAYER_BUILT_WITH_CAIRO=$(usex cairo)
+		-DKMPLAYER_BUILT_WITH_EXPAT=$(usex expat)
+		-DKMPLAYER_BUILT_WITH_NPP=$(usex npp)
 	)
+
 	kde4-base_src_configure
 }
 


             reply	other threads:[~2016-03-26 18:34 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-26 18:34 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-03 13:56 [gentoo-commits] proj/kde:master commit in: media-video/kmplayer/ Andreas Sturmlechner
2020-08-02 17:37 Andreas Sturmlechner
2020-06-22 14:15 Andreas Sturmlechner
2020-02-26 12:55 Andreas Sturmlechner
2019-02-17 11:11 Andreas Sturmlechner
2017-05-14  9:14 Andreas Sturmlechner
2016-10-20 18:57 Michael Palimaka
2016-10-19 19:15 Michael Palimaka
2016-10-19 18:47 Michael Palimaka
2016-10-19 18:39 Michael Palimaka
2016-06-03  9:03 Johannes Huber
2016-06-03  8:37 Johannes Huber
2015-11-10 17:55 Michael Palimaka
2015-03-22 13:10 Johannes Huber
2013-09-26 19:19 Johannes Huber
2013-06-30 14:28 Johannes Huber
2012-08-22 20:12 Johannes Huber
2012-07-12 12:28 Michael Palimaka

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=1459017281.7eff6c8df7665dae5b00c00952bde213d1ea30d0.johu@gentoo \
    --to=johu@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