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-apps/kmix/
Date: Fri,  5 Jun 2015 15:32:13 +0000 (UTC)	[thread overview]
Message-ID: <1433518313.7361cb5a3933425d3674dbc9a5a2f6169da9e8a8.kensington@gentoo> (raw)

commit:     7361cb5a3933425d3674dbc9a5a2f6169da9e8a8
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Jun  4 17:59:34 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 15:31:53 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7361cb5a

[kde-apps/kmix] Use kf5 build option

Package-Manager: portage-2.2.20

 kde-apps/kmix/kmix-15.04.2-r1.ebuild    | 50 +++++++++++++++++++++++++++++++++
 kde-apps/kmix/kmix-15.04.49.9999.ebuild | 36 ++++++++++++++++++------
 2 files changed, 78 insertions(+), 8 deletions(-)

diff --git a/kde-apps/kmix/kmix-15.04.2-r1.ebuild b/kde-apps/kmix/kmix-15.04.2-r1.ebuild
new file mode 100644
index 0000000..b69e04a
--- /dev/null
+++ b/kde-apps/kmix/kmix-15.04.2-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="false"
+KDE_TEST="false"
+inherit kde5
+
+DESCRIPTION="Plasma mixer gui"
+HOMEPAGE="http://www.kde.org/applications/multimedia/kmix/"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa canberra pulseaudio"
+
+DEPEND="
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	dev-libs/glib:2
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	alsa? ( >=media-libs/alsa-lib-1.0.14a )
+	canberra? ( media-libs/libcanberra )
+	pulseaudio? ( >=media-sound/pulseaudio-0.9.12 )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" )
+
+src_configure() {
+	local mycmakeargs=(
+		-DKMIX_KF5_BUILD=ON
+		$(cmake-utils_use_find_package alsa)
+		$(cmake-utils_use_find_package canberra)
+		$(cmake-utils_use_find_package pulseaudio PulseAudio)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/kmix/kmix-15.04.49.9999.ebuild b/kde-apps/kmix/kmix-15.04.49.9999.ebuild
index f7a8cfa..346ad98 100644
--- a/kde-apps/kmix/kmix-15.04.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-15.04.49.9999.ebuild
@@ -4,27 +4,47 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
-inherit kde4-base
+KDE_HANDBOOK="false"
+KDE_TEST="false"
+inherit kde5
 
-DESCRIPTION="KDE mixer gui"
+DESCRIPTION="Plasma mixer gui"
 HOMEPAGE="http://www.kde.org/applications/multimedia/kmix/"
 KEYWORDS=""
-IUSE="alsa debug canberra pulseaudio"
+IUSE="alsa canberra pulseaudio"
 
 DEPEND="
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	dev-libs/glib:2
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
 	alsa? ( >=media-libs/alsa-lib-1.0.14a )
 	canberra? ( media-libs/libcanberra )
 	pulseaudio? ( >=media-sound/pulseaudio-0.9.12 )
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" )
+
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_with alsa)
-		$(cmake-utils_use_with canberra)
-		$(cmake-utils_use_with pulseaudio PulseAudio)
+		-DKMIX_KF5_BUILD=ON
+		$(cmake-utils_use_find_package alsa)
+		$(cmake-utils_use_find_package canberra)
+		$(cmake-utils_use_find_package pulseaudio PulseAudio)
 	)
 
-	kde4-base_src_configure
+	kde5_src_configure
 }


             reply	other threads:[~2015-06-05 15:32 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-05 15:32 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-19 18:49 [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/ Michael Palimaka
2015-08-19 18:57 Michael Palimaka
2015-08-19 19:03 Michael Palimaka
2015-08-19 19:06 Michael Palimaka
2015-08-25 16:18 Michael Palimaka
2015-08-25 16:18 Michael Palimaka
2015-08-25 18:12 Michael Palimaka
2015-09-19 14:03 Manuel Rüger
2017-09-19 20:52 Andreas Sturmlechner
2017-11-11 15:58 Andreas Sturmlechner
2017-11-12 15:23 Andreas Sturmlechner
2018-12-24 10:32 Andreas Sturmlechner
2019-07-31  8:33 Andreas Sturmlechner
2019-09-11  8:09 Andreas Sturmlechner
2020-04-09 21:38 Andreas Sturmlechner
2021-04-15 20:03 Andreas Sturmlechner
2021-10-03 13:48 Andreas Sturmlechner
2021-10-03 13:48 Andreas Sturmlechner
2022-07-14 14:51 Andreas Sturmlechner
2024-02-26 19:59 Andreas Sturmlechner
2024-05-17 15:29 Andreas Sturmlechner
2024-10-07 23:21 Andreas Sturmlechner
2024-10-12 12:17 Andreas Sturmlechner
2024-11-10 19:05 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=1433518313.7361cb5a3933425d3674dbc9a5a2f6169da9e8a8.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