* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2015-06-05 15:32 Michael Palimaka
0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2015-06-05 15:32 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2015-08-19 18:49 Michael Palimaka
0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2015-08-19 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 251df30c560bbe32f86df1aeeba51f0140f6994c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 18:35:39 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 18:35:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=251df30c
kde-apps/kmix: add missing dependencies
Package-Manager: portage-2.2.20.1
kde-apps/kmix/kmix-15.08.0.ebuild | 2 ++
kde-apps/kmix/kmix-15.08.49.9999.ebuild | 2 ++
kde-apps/kmix/kmix-9999.ebuild | 2 ++
3 files changed, 6 insertions(+)
diff --git a/kde-apps/kmix/kmix-15.08.0.ebuild b/kde-apps/kmix/kmix-15.08.0.ebuild
index 30fe8f0..e9c658d 100644
--- a/kde-apps/kmix/kmix-15.08.0.ebuild
+++ b/kde-apps/kmix/kmix-15.08.0.ebuild
@@ -18,6 +18,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
@@ -25,6 +26,7 @@ DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
dev-libs/glib:2
dev-qt/qtdbus:5
dev-qt/qtgui:5
diff --git a/kde-apps/kmix/kmix-15.08.49.9999.ebuild b/kde-apps/kmix/kmix-15.08.49.9999.ebuild
index f3953f9..6a34bb0 100644
--- a/kde-apps/kmix/kmix-15.08.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-15.08.49.9999.ebuild
@@ -18,6 +18,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
@@ -25,6 +26,7 @@ DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
dev-libs/glib:2
dev-qt/qtdbus:5
dev-qt/qtgui:5
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index f3953f9..6a34bb0 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -18,6 +18,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
@@ -25,6 +26,7 @@ DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
dev-libs/glib:2
dev-qt/qtdbus:5
dev-qt/qtgui:5
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2015-08-19 18:57 Michael Palimaka
0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2015-08-19 18:57 UTC (permalink / raw
To: gentoo-commits
commit: 54719fd97be19c44fef1bee4d1609273493eab46
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 18:57:31 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 18:57:31 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=54719fd9
kde-apps/kmix: remove dev-libs/glib dependency
It doesn't appear to actually be used, and is not hard-required by cmake.
Package-Manager: portage-2.2.20.1
kde-apps/kmix/kmix-15.08.0.ebuild | 1 -
kde-apps/kmix/kmix-15.08.49.9999.ebuild | 1 -
kde-apps/kmix/kmix-9999.ebuild | 1 -
3 files changed, 3 deletions(-)
diff --git a/kde-apps/kmix/kmix-15.08.0.ebuild b/kde-apps/kmix/kmix-15.08.0.ebuild
index e9c658d..2ced351 100644
--- a/kde-apps/kmix/kmix-15.08.0.ebuild
+++ b/kde-apps/kmix/kmix-15.08.0.ebuild
@@ -27,7 +27,6 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
- dev-libs/glib:2
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
diff --git a/kde-apps/kmix/kmix-15.08.49.9999.ebuild b/kde-apps/kmix/kmix-15.08.49.9999.ebuild
index 6a34bb0..2adadf0 100644
--- a/kde-apps/kmix/kmix-15.08.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-15.08.49.9999.ebuild
@@ -27,7 +27,6 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
- dev-libs/glib:2
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 6a34bb0..2adadf0 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -27,7 +27,6 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
- dev-libs/glib:2
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2015-08-19 19:03 Michael Palimaka
0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2015-08-19 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 9233bbab46ccc64326a138342d1185eac4ef8721
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 19:02:49 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 19:03:11 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9233bbab
kde-apps/kmix: punt canberra USE flag.
It's only useful when pulseaudio is also enabled, and is hard-required for kde-plasma/plasma-desktop[pulseaudio].
Package-Manager: portage-2.2.20.1
kde-apps/kmix/kmix-15.08.0.ebuild | 10 ++++++----
kde-apps/kmix/kmix-15.08.49.9999.ebuild | 10 ++++++----
kde-apps/kmix/kmix-9999.ebuild | 10 ++++++----
3 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/kde-apps/kmix/kmix-15.08.0.ebuild b/kde-apps/kmix/kmix-15.08.0.ebuild
index 2ced351..a44f296 100644
--- a/kde-apps/kmix/kmix-15.08.0.ebuild
+++ b/kde-apps/kmix/kmix-15.08.0.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="Plasma mixer gui"
HOMEPAGE="http://www.kde.org/applications/multimedia/kmix/"
KEYWORDS="~amd64 ~x86"
-IUSE="alsa canberra pulseaudio"
+IUSE="alsa pulseaudio"
DEPEND="
$(add_frameworks_dep kcompletion)
@@ -32,8 +32,10 @@ DEPEND="
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 )
+ pulseaudio? (
+ media-libs/libcanberra
+ >=media-sound/pulseaudio-0.9.12
+ )
"
RDEPEND="${DEPEND}"
@@ -43,7 +45,7 @@ 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 Canberra)
$(cmake-utils_use_find_package pulseaudio PulseAudio)
)
diff --git a/kde-apps/kmix/kmix-15.08.49.9999.ebuild b/kde-apps/kmix/kmix-15.08.49.9999.ebuild
index 2adadf0..81314ae 100644
--- a/kde-apps/kmix/kmix-15.08.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-15.08.49.9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="Plasma mixer gui"
HOMEPAGE="http://www.kde.org/applications/multimedia/kmix/"
KEYWORDS=""
-IUSE="alsa canberra pulseaudio"
+IUSE="alsa pulseaudio"
DEPEND="
$(add_frameworks_dep kcompletion)
@@ -32,8 +32,10 @@ DEPEND="
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 )
+ pulseaudio? (
+ media-libs/libcanberra
+ >=media-sound/pulseaudio-0.9.12
+ )
"
RDEPEND="${DEPEND}"
@@ -43,7 +45,7 @@ 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 Canberra)
$(cmake-utils_use_find_package pulseaudio PulseAudio)
)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 2adadf0..81314ae 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="Plasma mixer gui"
HOMEPAGE="http://www.kde.org/applications/multimedia/kmix/"
KEYWORDS=""
-IUSE="alsa canberra pulseaudio"
+IUSE="alsa pulseaudio"
DEPEND="
$(add_frameworks_dep kcompletion)
@@ -32,8 +32,10 @@ DEPEND="
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 )
+ pulseaudio? (
+ media-libs/libcanberra
+ >=media-sound/pulseaudio-0.9.12
+ )
"
RDEPEND="${DEPEND}"
@@ -43,7 +45,7 @@ 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 Canberra)
$(cmake-utils_use_find_package pulseaudio PulseAudio)
)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2015-08-19 19:06 Michael Palimaka
0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2015-08-19 19:06 UTC (permalink / raw
To: gentoo-commits
commit: 5f8a7e168a21ee4aa732bcb46f3ed77c9d33da06
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 19:06:06 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 19:06:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5f8a7e16
kde-apps/kmix: use correct CMake find module capitalisation.
Package-Manager: portage-2.2.20.1
kde-apps/kmix/kmix-15.08.0.ebuild | 2 +-
kde-apps/kmix/kmix-15.08.49.9999.ebuild | 2 +-
kde-apps/kmix/kmix-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kmix/kmix-15.08.0.ebuild b/kde-apps/kmix/kmix-15.08.0.ebuild
index a44f296..e759c93 100644
--- a/kde-apps/kmix/kmix-15.08.0.ebuild
+++ b/kde-apps/kmix/kmix-15.08.0.ebuild
@@ -44,7 +44,7 @@ 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 alsa Alsa)
$(cmake-utils_use_find_package pulseaudio Canberra)
$(cmake-utils_use_find_package pulseaudio PulseAudio)
)
diff --git a/kde-apps/kmix/kmix-15.08.49.9999.ebuild b/kde-apps/kmix/kmix-15.08.49.9999.ebuild
index 81314ae..404294b 100644
--- a/kde-apps/kmix/kmix-15.08.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-15.08.49.9999.ebuild
@@ -44,7 +44,7 @@ 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 alsa Alsa)
$(cmake-utils_use_find_package pulseaudio Canberra)
$(cmake-utils_use_find_package pulseaudio PulseAudio)
)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 81314ae..404294b 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -44,7 +44,7 @@ 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 alsa Alsa)
$(cmake-utils_use_find_package pulseaudio Canberra)
$(cmake-utils_use_find_package pulseaudio PulseAudio)
)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2015-08-25 16:18 Michael Palimaka
0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2015-08-25 16:18 UTC (permalink / raw
To: gentoo-commits
commit: b663b615f791647470b36a25652dc30967c9f036
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 16:17:58 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 16:18:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b663b615
kde-apps/kmix: add missing dependency.
Package-Manager: portage-2.2.20.1
kde-apps/kmix/kmix-15.08.49.9999.ebuild | 4 +++-
kde-apps/kmix/kmix-9999.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kmix/kmix-15.08.49.9999.ebuild b/kde-apps/kmix/kmix-15.08.49.9999.ebuild
index 404294b..16957b9 100644
--- a/kde-apps/kmix/kmix-15.08.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-15.08.49.9999.ebuild
@@ -37,7 +37,9 @@ DEPEND="
>=media-sound/pulseaudio-0.9.12
)
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep kde-cli-tools)
+"
PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" )
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 404294b..16957b9 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -37,7 +37,9 @@ DEPEND="
>=media-sound/pulseaudio-0.9.12
)
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep kde-cli-tools)
+"
PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" )
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2015-08-25 16:18 Michael Palimaka
0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2015-08-25 16:18 UTC (permalink / raw
To: gentoo-commits
commit: d31ddbb2ddaa7b08887f3a4af460a9fc99dc0bab
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 16:18:16 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 16:18:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d31ddbb2
kde-apps/kmix: remove unused local USE description.
Package-Manager: portage-2.2.20.1
kde-apps/kmix/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/kde-apps/kmix/metadata.xml b/kde-apps/kmix/metadata.xml
index 8afb87d..a23f444 100644
--- a/kde-apps/kmix/metadata.xml
+++ b/kde-apps/kmix/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
- <use>
- <flag name="canberra">Enable sound event support using <pkg>media-libs/libcanberra</pkg></flag>
- </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2015-08-25 18:12 Michael Palimaka
0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2015-08-25 18:12 UTC (permalink / raw
To: gentoo-commits
commit: f84d79d62d5c0f22582d7ca18dd1dea0284ba289
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 18:12:19 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 18:12:19 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f84d79d6
kde-apps/kmix: patch merged upstream.
Upstream commit: 7e49d2979d7fd103b5e85ce8a8dbaaa3066fe36e
Package-Manager: portage-2.2.20.1
kde-apps/kmix/kmix-9999.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 16957b9..a74d160 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -41,8 +41,6 @@ RDEPEND="${DEPEND}
$(add_plasma_dep kde-cli-tools)
"
-PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" )
-
src_configure() {
local mycmakeargs=(
-DKMIX_KF5_BUILD=ON
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2015-09-19 14:03 Manuel Rüger
0 siblings, 0 replies; 25+ messages in thread
From: Manuel Rüger @ 2015-09-19 14:03 UTC (permalink / raw
To: gentoo-commits
commit: a377b5b117c6d2a7038bcdc1833d9815ecb17e95
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Sep 18 18:32:44 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 14:03:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a377b5b1
kde-apps/kmix: Add kde-frameworks/plasma DEPEND
https://quickgit.kde.org/?p=kmix.git&a=commit&h=48284e173e732e53dff868a26994f3bf9effcac7
Package-Manager: portage-2.2.20.1
kde-apps/kmix/kmix-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 6b4f095..9823cba 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -27,6 +27,7 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep plasma)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2017-09-19 20:52 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2017-09-19 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 289c0879fa1432abe99a79bb128c18d8aeb7df60
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 20:51:45 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 20:51:45 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=289c0879
kde-apps/kmix: Fix DEPENDs, set KDE_HANDBOOK=forceoptional
Package-Manager: Portage-2.3.8, Repoman-2.3.1
kde-apps/kmix/kmix-9999.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 3e247f148b..58f0f66df6 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-KDE_HANDBOOK="false"
+KDE_HANDBOOK="forceoptional"
KDE_TEST="false"
inherit kde5
@@ -12,13 +12,11 @@ HOMEPAGE="https://www.kde.org/applications/multimedia/kmix/"
KEYWORDS=""
IUSE="alsa pulseaudio"
-DEPEND="
- $(add_frameworks_dep kcompletion)
+COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
@@ -33,17 +31,20 @@ DEPEND="
$(add_qt_dep qtxml)
alsa? ( >=media-libs/alsa-lib-1.0.14a )
pulseaudio? (
+ dev-libs/glib:2
media-libs/libcanberra
>=media-sound/pulseaudio-0.9.12
)
"
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kdelibs4support)
+"
+RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep kde-cli-tools)
"
src_configure() {
local mycmakeargs=(
- -DKMIX_KF5_BUILD=ON
$(cmake-utils_use_find_package alsa Alsa)
$(cmake-utils_use_find_package pulseaudio Canberra)
$(cmake-utils_use_find_package pulseaudio PulseAudio)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2017-11-11 15:58 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2017-11-11 15:58 UTC (permalink / raw
To: gentoo-commits
commit: 09225917069e25dcb0329f4f828c3a3e0a6ba71e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 15:58:12 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 15:58:12 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09225917
kde-apps/kmix: Drop unused DEPEND, fix cmake option
Upstream commits
bb8cfb529cda9a40107f6be7f54b03fcbf47cc2f
6c0c3d0e2bad67add80118f143b51b4111c81c4e
Package-Manager: Portage-2.3.13, Repoman-2.3.4
kde-apps/kmix/kmix-9999.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 58f0f66df6..951911a72b 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.kde.org/applications/multimedia/kmix/"
KEYWORDS=""
IUSE="alsa pulseaudio"
-COMMON_DEPEND="
+DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
@@ -36,16 +36,13 @@ COMMON_DEPEND="
>=media-sound/pulseaudio-0.9.12
)
"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kdelibs4support)
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
$(add_plasma_dep kde-cli-tools)
"
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package alsa Alsa)
+ $(cmake-utils_use_find_package alsa ALSA)
$(cmake-utils_use_find_package pulseaudio Canberra)
$(cmake-utils_use_find_package pulseaudio PulseAudio)
)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2017-11-12 15:23 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2017-11-12 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 6405fc91b20b1261e055b0124ac74959cf5c85d6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 18:17:44 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 15:22:59 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6405fc91
kde-apps/kmix: Add kde4-l10n blocker
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 951911a72b..8b9aa0fdd0 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -38,6 +38,7 @@ DEPEND="
"
RDEPEND="${DEPEND}
$(add_plasma_dep kde-cli-tools)
+ !kde-apps/kde4-l10n
"
src_configure() {
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2018-12-24 10:32 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2018-12-24 10:32 UTC (permalink / raw
To: gentoo-commits
commit: cc7294d5a81a4cce4235a307efffe9a03a533edd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 18:49:12 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 18:49:12 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc7294d5
kde-apps/kmix: Add new DEPEND
Upstream commit bf1462c460dff53f003418ac8cf7dacd7b1c5091
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 9557de9272..2a0e06153f 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,6 +25,7 @@ DEPEND="
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep plasma)
+ $(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2019-07-31 8:33 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2019-07-31 8:33 UTC (permalink / raw
To: gentoo-commits
commit: 2e66ec2dbc91448f2b9526a52722539b8c6da858
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 20:08:45 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 20:08:45 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2e66ec2d
kde-apps/kmix: Add USE plasma
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index eb94ed6db1..721a17f093 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Plasma mixer gui"
HOMEPAGE="https://kde.org/applications/multimedia/kmix/"
KEYWORDS=""
-IUSE="alsa pulseaudio"
+IUSE="alsa plasma pulseaudio"
DEPEND="
$(add_frameworks_dep kconfig)
@@ -24,13 +24,13 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
alsa? ( >=media-libs/alsa-lib-1.0.14a )
+ plasma? ( $(add_frameworks_dep plasma) )
pulseaudio? (
dev-libs/glib:2
media-libs/libcanberra
@@ -44,6 +44,7 @@ RDEPEND="${DEPEND}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package alsa ALSA)
+ $(cmake-utils_use_find_package plasma KF5Plasma)
$(cmake-utils_use_find_package pulseaudio Canberra)
$(cmake-utils_use_find_package pulseaudio PulseAudio)
)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2019-09-11 8:09 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2019-09-11 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 368ebf467bee9db70037631db3b0361e34c58fed
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 07:50:40 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 07:50:40 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=368ebf46
kde-apps/kmix: Drop unused DEPEND
Upstream commit 6b59a9a86568c4d2af1be7f32d1fcc23d48af2cd
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 721a17f093..d53e31335a 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional"
KDE_TEST="false"
inherit kde5
-DESCRIPTION="Plasma mixer gui"
+DESCRIPTION="Volume control gui based on KDE Frameworks"
HOMEPAGE="https://kde.org/applications/multimedia/kmix/"
KEYWORDS=""
IUSE="alsa plasma pulseaudio"
@@ -19,7 +19,6 @@ DEPEND="
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2020-04-09 21:38 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2020-04-09 21:38 UTC (permalink / raw
To: gentoo-commits
commit: 2d1f529348c8b177ccc7c028f5b78f784ae513d0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 9 21:21:52 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 9 21:21:52 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2d1f5293
kde-apps/kmix: Better sorting
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-20.04.49.9999.ebuild | 8 ++++----
kde-apps/kmix/kmix-9999.ebuild | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/kde-apps/kmix/kmix-20.04.49.9999.ebuild b/kde-apps/kmix/kmix-20.04.49.9999.ebuild
index c8c24107b6..5ed427a4cd 100644
--- a/kde-apps/kmix/kmix-20.04.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-20.04.49.9999.ebuild
@@ -19,6 +19,10 @@ KEYWORDS=""
IUSE="alsa plasma pulseaudio"
DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
@@ -30,10 +34,6 @@ DEPEND="
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
alsa? ( >=media-libs/alsa-lib-1.0.14a )
plasma? ( >=kde-frameworks/plasma-${KFMIN}:5 )
pulseaudio? (
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 444a346baf..50f27e9865 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -19,6 +19,10 @@ KEYWORDS=""
IUSE="alsa plasma pulseaudio"
DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
@@ -30,10 +34,6 @@ DEPEND="
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
alsa? ( >=media-libs/alsa-lib-1.0.14a )
plasma? ( >=kde-frameworks/plasma-${KFMIN}:5 )
pulseaudio? (
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2021-04-15 20:03 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2021-04-15 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 8def583376596b1a20f629cddf61e7e20a018bc2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 18:30:15 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 20:03:03 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8def5833
kde-apps/kmix: Update IUSE=plasma
Upstream commit 0e0218428e076f986118cfd58ad3eff931a4a10f
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 5a3ea2d5e6..4791302eed 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -47,7 +47,7 @@ RDEPEND="${DEPEND}
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package alsa ALSA)
- $(cmake_use_find_package plasma KF5Plasma)
+ -DBUILD_DATAENGINE=$(usex plasma)
$(cmake_use_find_package pulseaudio Canberra)
$(cmake_use_find_package pulseaudio PulseAudio)
)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2021-10-03 13:48 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2021-10-03 13:48 UTC (permalink / raw
To: gentoo-commits
commit: 0c0019b88969e7e75249e833343c0384b634a72c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 3 13:48:02 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 3 13:48:02 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c0019b8
kde-apps/kmix: Add postinst message in global IUSE=pulseaudio context
Closes: https://bugs.gentoo.org/791889
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-21.08.49.9999.ebuild | 12 ++++++++++++
kde-apps/kmix/kmix-9999.ebuild | 12 ++++++++++++
2 files changed, 24 insertions(+)
diff --git a/kde-apps/kmix/kmix-21.08.49.9999.ebuild b/kde-apps/kmix/kmix-21.08.49.9999.ebuild
index abe8723875..f1ba0ac216 100644
--- a/kde-apps/kmix/kmix-21.08.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-21.08.49.9999.ebuild
@@ -59,3 +59,15 @@ src_configure() {
ecm_src_configure
}
+
+pkg_postinst() {
+ if use pulseaudio && has_version kde-plasma/plasma-pa; then
+ elog "In KDE Plasma, kde-plasma/plasma-pa is the default audio volume handler."
+ elog "Should you prefer this to be kde-apps/kmix instead, do the following:"
+ elog " - In system tray, right click on [Show hidden items]"
+ elog " - Select [Configure System Tray]"
+ elog " - In [Entries], search for [Audio Volume] and set it to [Disabled]"
+ elog "KMix will be shown as [Volume Control]."
+ fi
+ ecm_pkg_postinst
+}
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 097f347d63..0f298f8743 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -59,3 +59,15 @@ src_configure() {
ecm_src_configure
}
+
+pkg_postinst() {
+ if use pulseaudio && has_version kde-plasma/plasma-pa; then
+ elog "In KDE Plasma, kde-plasma/plasma-pa is the default audio volume handler."
+ elog "Should you prefer this to be kde-apps/kmix instead, do the following:"
+ elog " - In system tray, right click on [Show hidden items]"
+ elog " - Select [Configure System Tray]"
+ elog " - In [Entries], search for [Audio Volume] and set it to [Disabled]"
+ elog "KMix will be shown as [Volume Control]."
+ fi
+ ecm_pkg_postinst
+}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2021-10-03 13:48 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2021-10-03 13:48 UTC (permalink / raw
To: gentoo-commits
commit: 8af4f212be9407c125ce222c9d78f4bb24a2a5d1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 30 18:10:02 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 3 13:00:14 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8af4f212
kde-apps/kmix: Support media-video/pipewire alternative to PA
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-21.08.49.9999.ebuild | 5 +++++
kde-apps/kmix/kmix-9999.ebuild | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/kde-apps/kmix/kmix-21.08.49.9999.ebuild b/kde-apps/kmix/kmix-21.08.49.9999.ebuild
index add144d6ed..abe8723875 100644
--- a/kde-apps/kmix/kmix-21.08.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-21.08.49.9999.ebuild
@@ -42,6 +42,11 @@ DEPEND="
"
RDEPEND="${DEPEND}
kde-plasma/kde-cli-tools:5
+ pulseaudio? ( || (
+ media-video/pipewire
+ media-sound/pulseaudio-daemon
+ media-sound/pulseaudio[daemon(+)]
+ ) )
"
src_configure() {
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index e30d8aedb7..097f347d63 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -42,6 +42,11 @@ DEPEND="
"
RDEPEND="${DEPEND}
kde-plasma/kde-cli-tools:5
+ pulseaudio? ( || (
+ media-video/pipewire
+ media-sound/pulseaudio-daemon
+ media-sound/pulseaudio[daemon(+)]
+ ) )
"
src_configure() {
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2022-07-14 14:51 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2022-07-14 14:51 UTC (permalink / raw
To: gentoo-commits
commit: 019c9ebff39edda42e6787655e031d98f926ea44
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 30 18:10:02 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 12:58:37 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=019c9ebf
kde-apps/kmix: Switch IUSE pulseaudio to pull in media-libs/libpulse
media-libs/libpulse PDEPEND will ensure a sound server is available
at runtime.
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-22.08.49.9999.ebuild | 7 +------
kde-apps/kmix/kmix-9999.ebuild | 7 +------
2 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/kde-apps/kmix/kmix-22.08.49.9999.ebuild b/kde-apps/kmix/kmix-22.08.49.9999.ebuild
index 038b8b4c90..22008b8647 100644
--- a/kde-apps/kmix/kmix-22.08.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-22.08.49.9999.ebuild
@@ -37,16 +37,11 @@ DEPEND="
plasma? ( >=kde-frameworks/plasma-${KFMIN}:5 )
pulseaudio? (
media-libs/libcanberra
- >=media-sound/pulseaudio-0.9.12
+ media-libs/libpulse
)
"
RDEPEND="${DEPEND}
kde-plasma/kde-cli-tools:5
- pulseaudio? ( || (
- media-video/pipewire
- media-sound/pulseaudio-daemon
- media-sound/pulseaudio[daemon(+)]
- ) )
"
src_configure() {
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 038b8b4c90..22008b8647 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -37,16 +37,11 @@ DEPEND="
plasma? ( >=kde-frameworks/plasma-${KFMIN}:5 )
pulseaudio? (
media-libs/libcanberra
- >=media-sound/pulseaudio-0.9.12
+ media-libs/libpulse
)
"
RDEPEND="${DEPEND}
kde-plasma/kde-cli-tools:5
- pulseaudio? ( || (
- media-video/pipewire
- media-sound/pulseaudio-daemon
- media-sound/pulseaudio[daemon(+)]
- ) )
"
src_configure() {
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2024-02-26 19:59 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2024-02-26 19:59 UTC (permalink / raw
To: gentoo-commits
commit: dbdfe9dfc6e2b0a70a600315295808c13fd07725
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 18:44:06 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 19:58:40 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dbdfe9df
kde-apps/kmix: Re-add 24.02.0:5 KEYWORDS
Only Qt6 revdeps will need to undergo re-keywording.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-24.02.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kmix/kmix-24.02.0.ebuild b/kde-apps/kmix/kmix-24.02.0.ebuild
index d2321d8375..6bdff80a52 100644
--- a/kde-apps/kmix/kmix-24.02.0.ebuild
+++ b/kde-apps/kmix/kmix-24.02.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kmix/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="alsa plasma pulseaudio"
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2024-05-17 15:29 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2024-05-17 15:29 UTC (permalink / raw
To: gentoo-commits
commit: 8ec2fcd0fb1b653f7b1f684c720b963b6d1cbec5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 15:20:46 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 17 15:20:46 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ec2fcd0
kde-apps/kmix: Add new dependency
Upstream commits:
55ba88ca33a6a2f58e6d152267cfdf64d9822432
ac703714cbe43f5d6f4ab379684080f9832e9dd8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-24.04.90.ebuild | 1 +
kde-apps/kmix/kmix-24.05.49.9999.ebuild | 1 +
kde-apps/kmix/kmix-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-apps/kmix/kmix-24.04.90.ebuild b/kde-apps/kmix/kmix-24.04.90.ebuild
index b5e49dc72c..c60c5416b0 100644
--- a/kde-apps/kmix/kmix-24.04.90.ebuild
+++ b/kde-apps/kmix/kmix-24.04.90.ebuild
@@ -26,6 +26,7 @@ DEPEND="
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/kglobalaccel-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
diff --git a/kde-apps/kmix/kmix-24.05.49.9999.ebuild b/kde-apps/kmix/kmix-24.05.49.9999.ebuild
index 30b1d7cd37..bcee86d34d 100644
--- a/kde-apps/kmix/kmix-24.05.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-24.05.49.9999.ebuild
@@ -26,6 +26,7 @@ DEPEND="
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/kglobalaccel-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 30b1d7cd37..bcee86d34d 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -26,6 +26,7 @@ DEPEND="
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/kglobalaccel-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2024-10-07 23:21 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2024-10-07 23:21 UTC (permalink / raw
To: gentoo-commits
commit: adaca11210dc96807d7a958fae9e142a0a9e3884
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 19:55:40 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 23:14:29 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=adaca112
kde-apps/kmix: Drop IUSE plasma
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-24.08.49.9999.ebuild | 11 +++++++----
kde-apps/kmix/kmix-9999.ebuild | 5 ++---
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/kde-apps/kmix/kmix-24.08.49.9999.ebuild b/kde-apps/kmix/kmix-24.08.49.9999.ebuild
index 827172e1b0..c6e3fce921 100644
--- a/kde-apps/kmix/kmix-24.08.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-24.08.49.9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/kmix/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS=""
-IUSE="alsa plasma pulseaudio"
+IUSE="alsa pulseaudio"
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
DEPEND="
@@ -36,7 +36,6 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
alsa? ( >=media-libs/alsa-lib-1.0.14a )
- plasma? ( >=kde-plasma/libplasma-${KFMIN}:5 )
pulseaudio? (
media-libs/libcanberra
media-libs/libpulse
@@ -44,12 +43,16 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/${PN}-23.04.2-autostart_disable.patch" ) # TODO: upstream
+PATCHES=(
+ # TODO: upstream
+ "${FILESDIR}/${PN}-23.04.2-autostart_disable.patch"
+ "${FILESDIR}/${PN}-24.05.2-revert-kcm_pulseaudio-dep.patch"
+)
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package alsa ALSA)
- -DBUILD_DATAENGINE=$(usex plasma)
+ -DBUILD_DATAENGINE=OFF
$(cmake_use_find_package pulseaudio Canberra)
$(cmake_use_find_package pulseaudio PulseAudio)
)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 827172e1b0..b94925dcad 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/kmix/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS=""
-IUSE="alsa plasma pulseaudio"
+IUSE="alsa pulseaudio"
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
DEPEND="
@@ -36,7 +36,6 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
alsa? ( >=media-libs/alsa-lib-1.0.14a )
- plasma? ( >=kde-plasma/libplasma-${KFMIN}:5 )
pulseaudio? (
media-libs/libcanberra
media-libs/libpulse
@@ -49,7 +48,7 @@ PATCHES=( "${FILESDIR}/${PN}-23.04.2-autostart_disable.patch" ) # TODO: upstream
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package alsa ALSA)
- -DBUILD_DATAENGINE=$(usex plasma)
+ -DBUILD_DATAENGINE=OFF
$(cmake_use_find_package pulseaudio Canberra)
$(cmake_use_find_package pulseaudio PulseAudio)
)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2024-10-12 12:17 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2024-10-12 12:17 UTC (permalink / raw
To: gentoo-commits
commit: aa17c6dbaed71aaaacff5c688409dc365bc771e8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 12:15:28 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 12:15:28 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa17c6db
kde-apps/kmix: Reference pending upstream MR
https://invent.kde.org/multimedia/kmix/-/merge_requests/29
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-24.08.49.9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kmix/kmix-24.08.49.9999.ebuild b/kde-apps/kmix/kmix-24.08.49.9999.ebuild
index c6e3fce921..af270cdfdd 100644
--- a/kde-apps/kmix/kmix-24.08.49.9999.ebuild
+++ b/kde-apps/kmix/kmix-24.08.49.9999.ebuild
@@ -46,6 +46,7 @@ RDEPEND="${DEPEND}"
PATCHES=(
# TODO: upstream
"${FILESDIR}/${PN}-23.04.2-autostart_disable.patch"
+ # Pending: https://invent.kde.org/multimedia/kmix/-/merge_requests/29
"${FILESDIR}/${PN}-24.05.2-revert-kcm_pulseaudio-dep.patch"
)
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/
@ 2024-11-10 19:05 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2024-11-10 19:05 UTC (permalink / raw
To: gentoo-commits
commit: 09275dbe4a5b7ac1a91e914993fcb51fb7b922fa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 19:01:26 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 19:01:26 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09275dbe
kde-apps/kmix: Drop obsolete cmake arg
Upstream commit bfe7bc45a2103d8e8a02dafbfd06298adf7dbb29
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmix/kmix-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
index 1664200aaa..fb980728ee 100644
--- a/kde-apps/kmix/kmix-9999.ebuild
+++ b/kde-apps/kmix/kmix-9999.ebuild
@@ -46,7 +46,6 @@ PATCHES=( "${FILESDIR}/${PN}-23.04.2-autostart_disable.patch" ) # TODO: upstream
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package alsa ALSA)
- -DBUILD_DATAENGINE=OFF
$(cmake_use_find_package pulseaudio Canberra)
$(cmake_use_find_package pulseaudio PulseAudio)
)
^ permalink raw reply related [flat|nested] 25+ messages in thread
end of thread, other threads:[~2024-11-10 19:05 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-03 13:48 [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 19:05 Andreas Sturmlechner
2024-10-12 12:17 Andreas Sturmlechner
2024-10-07 23:21 Andreas Sturmlechner
2024-05-17 15:29 Andreas Sturmlechner
2024-02-26 19:59 Andreas Sturmlechner
2022-07-14 14:51 Andreas Sturmlechner
2021-10-03 13:48 Andreas Sturmlechner
2021-04-15 20:03 Andreas Sturmlechner
2020-04-09 21:38 Andreas Sturmlechner
2019-09-11 8:09 Andreas Sturmlechner
2019-07-31 8:33 Andreas Sturmlechner
2018-12-24 10:32 Andreas Sturmlechner
2017-11-12 15:23 Andreas Sturmlechner
2017-11-11 15:58 Andreas Sturmlechner
2017-09-19 20:52 Andreas Sturmlechner
2015-09-19 14:03 Manuel Rüger
2015-08-25 18:12 Michael Palimaka
2015-08-25 16:18 Michael Palimaka
2015-08-25 16:18 Michael Palimaka
2015-08-19 19:06 Michael Palimaka
2015-08-19 19:03 Michael Palimaka
2015-08-19 18:57 Michael Palimaka
2015-08-19 18:49 Michael Palimaka
2015-06-05 15:32 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox