summaryrefslogtreecommitdiff
path: root/kde-apps/kmix
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/kmix')
-rw-r--r--kde-apps/kmix/Manifest1
-rw-r--r--kde-apps/kmix/files/kmix-24.12.2-revert-kcm_pulseaudio-dep.patch96
2 files changed, 0 insertions, 97 deletions
diff --git a/kde-apps/kmix/Manifest b/kde-apps/kmix/Manifest
index 232972036b0b..7aaf3711103a 100644
--- a/kde-apps/kmix/Manifest
+++ b/kde-apps/kmix/Manifest
@@ -1,5 +1,4 @@
AUX kmix-23.04.2-autostart_disable.patch 1151 BLAKE2B 9f9609a39f66e97d7a6427fae6aaf14c0f65755b05ddfe55d05ad49f42463960d4e9a9f97eae9a38311174b376c8e182336ec4bed793f36a02cd2aa71bda3d42 SHA512 5d1ded259efc871d4b4d9b6fd43aff29970f9c04579cdd1419563a08761cb4fbb9d16642cb648d547aeec7c53b26976d49e30e2e0c8cae23b3bb2d7ba1fa6b9b
-AUX kmix-24.12.2-revert-kcm_pulseaudio-dep.patch 3305 BLAKE2B b1a1fd3aeeee5c103327d9b387c22d57b047b6f951e4d158d304424b94f9f76302698cbea8b339bae1613864931618f3e6b566899b4224255ff2e7422edf2959 SHA512 a165e3ca7cf2c32b19daba6165068ce7f5455a402c59aae8f4713b7c599796eb27248c7ebcba981b263306dee810c88caa6b468e1cb938de99867b3b1b4ed798
DIST kmix-24.12.3.tar.xz 1167852 BLAKE2B 0e71e92d3b9bdbbf446c84d305788d6accf1d953326e99651088a68aa08f370b5274f29b2369cc88ba68384ddb7319f4e61cc90aa4b67c19b1ec00fd3f0d62c4 SHA512 c966de6ec9a9160538b0291be36bb84aab4888d20955aa2b141ad5c1b7295e90e9026af0033735ba271c2256bc6291f5c90cb5d0471eff5185715a3ba505e446
EBUILD kmix-24.12.3.ebuild 2166 BLAKE2B ac35dd476023b8c55469e3fc90eedf08bd6797eb0ade0d3723d667971ca77ad26fa2b6404c6e4cdbaacf9f08b3f1e88c27d2710000abfde2c810a1a5ef08b400 SHA512 6c6beda8e8d93bfc1206ea29a803fec1ddccef14b57a62cb4463b4239136bf4de830c0bbed0c3b30ba84084f05266679cc6cf67bf7858698000388ac76a75f42
MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6
diff --git a/kde-apps/kmix/files/kmix-24.12.2-revert-kcm_pulseaudio-dep.patch b/kde-apps/kmix/files/kmix-24.12.2-revert-kcm_pulseaudio-dep.patch
deleted file mode 100644
index 15d9b8b14718..000000000000
--- a/kde-apps/kmix/files/kmix-24.12.2-revert-kcm_pulseaudio-dep.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-From dfa2433dc58ddb24f7d9070c963d0267edf9e4b0 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Wed, 4 Sep 2024 08:03:09 +0200
-Subject: [PATCH] Revert "When we click on "Audio Setup", calls kcm_pulseaudio"
-
-This reverts commit a54f760987557036b90888a3efa7ad17346a00ed.
----
- apps/kmixwindow.cpp | 24 ------------------------
- apps/kmixwindow.h | 2 --
- desktop/kmixui.rc | 1 -
- 3 files changed, 27 deletions(-)
-
-diff --git a/apps/kmixwindow.cpp b/apps/kmixwindow.cpp
-index f548edd3..ae86d653 100644
---- a/apps/kmixwindow.cpp
-+++ b/apps/kmixwindow.cpp
-@@ -38,8 +38,6 @@
- #include <klocalizedstring.h>
- #include <kstandardaction.h>
- #include <kxmlguifactory.h>
--#include <kprocess.h>
--#include <kcoreaddons_version.h>
-
- // KMix
- #include "kmix_debug.h"
-@@ -172,11 +170,6 @@ void KMixWindow::initActions()
- KStandardAction::preferences(this, &KMixWindow::showSettings, actionCollection());
- KStandardAction::keyBindings(guiFactory(), &KXMLGUIFactory::showConfigureShortcutsDialog, actionCollection());
-
-- action = actionCollection()->addAction(QStringLiteral("launch_kdesoundsetup"));
-- action->setText(i18n("Audio Setup..."));
-- action->setIcon(QIcon::fromTheme("speaker"));
-- connect(action, &QAction::triggered, this, &KMixWindow::slotKdeAudioSetupExec);
--
- action = actionCollection()->addAction(QStringLiteral("toggle_channels_currentview"));
- action->setText(i18n("Configure &Channels..."));
- action->setIcon(QIcon::fromTheme("settings-channels"));
-@@ -1171,23 +1164,6 @@ void KMixWindow::toggleMenuBar()
- menuBar()->setVisible(_actionShowMenubar->isChecked());
- }
-
--
--void KMixWindow::slotKdeAudioSetupExec()
--{
-- forkExec(QStringList() << QString("kcmshell%1").arg(KCOREADDONS_VERSION_MAJOR) << "kcm_pulseaudio");
--}
--
--
--void KMixWindow::forkExec(const QStringList& args)
--{
-- int pid = KProcess::startDetached(args);
-- if (pid == 0)
-- {
-- KMessageBox::error(this, i18n("The helper application is either not installed or not working.\n\n%1",
-- args.join(QLatin1String(" "))));
-- }
--}
--
- void KMixWindow::slotConfigureCurrentView()
- {
- const KMixerWidget *mw = qobject_cast<const KMixerWidget *>(m_wsMixers->currentWidget());
-diff --git a/apps/kmixwindow.h b/apps/kmixwindow.h
-index 8e0a04cc..5711d452 100644
---- a/apps/kmixwindow.h
-+++ b/apps/kmixwindow.h
-@@ -88,7 +88,6 @@ protected Q_SLOTS:
-
- private:
- KMixerWidget* findKMWforTab( const QString& tabId );
-- void forkExec(const QStringList& args);
- KToggleAction* _actionShowMenubar;
-
- bool m_startVisible;
-@@ -120,7 +119,6 @@ private:
- static QString getKmixctrlRcFilename(const QString &postfix);
-
- private Q_SLOTS:
-- void slotKdeAudioSetupExec();
- void slotConfigureCurrentView();
-
- void plugged(const char *driverName, const QString &udi, int dev);
-diff --git a/desktop/kmixui.rc b/desktop/kmixui.rc
-index 5c53281a..27ca3351 100644
---- a/desktop/kmixui.rc
-+++ b/desktop/kmixui.rc
-@@ -16,7 +16,6 @@
- <Menu name="settings">
- <Action name="toggle_channels_currentview" append="save_merge"/>
- <Action name="select_master" append="save_merge"/>
-- <Action name="launch_kdesoundsetup" append="save_merge"/>
- </Menu>
- <Menu name="help" append="about_merge"><text>&amp;Help</text>
- <Action name="hwinfo"/>
---
-GitLab
-