commit kmix for openSUSE:13.1:Update

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:13.1:Update 
checked in at 2015-12-29 09:43:26

Comparing /work/SRC/openSUSE:13.1:Update/kmix (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kmix.new (New)


Package is "kmix"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.7yqeBq/_old  2015-12-29 09:43:27.0 +0100
+++ /var/tmp/diff_new_pack.7yqeBq/_new  2015-12-29 09:43:27.0 +0100
@@ -1 +1 @@
-
+




commit kmix for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:05

Comparing /work/SRC/openSUSE:13.1:Update/kmix (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kmix.new (New)


Package is kmix

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.NszSP2/_old  2014-02-03 15:27:06.0 +0100
+++ /var/tmp/diff_new_pack.NszSP2/_new  2014-02-03 15:27:06.0 +0100
@@ -1 +1 @@
-link package='kmix.2356' cicount='copy' /
+link package='kmix.2510' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmix for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:49

Comparing /work/SRC/openSUSE:13.1:Update/kmix (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kmix.new (New)


Package is kmix

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QSQ05I/_old  2014-01-16 10:52:51.0 +0100
+++ /var/tmp/diff_new_pack.QSQ05I/_new  2014-01-16 10:52:51.0 +0100
@@ -1 +1 @@
-link package='kmix.2253' cicount='copy' /
+link package='kmix.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmix for openSUSE:13.1

2013-10-03 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:13.1 checked in at 
2013-10-03 15:58:51

Comparing /work/SRC/openSUSE:13.1/kmix (Old)
 and  /work/SRC/openSUSE:13.1/.kmix.new (New)


Package is kmix

Changes:

--- /work/SRC/openSUSE:13.1/kmix/kmix.changes   2013-09-26 11:46:28.0 
+0200
+++ /work/SRC/openSUSE:13.1/.kmix.new/kmix.changes  2013-10-03 
15:59:13.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 28 15:14:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---

Old:

  _service_error
  kmix-4.11.1.tar.xz

New:

  kmix-4.11.2.tar.xz



Other differences:
--
++ kmix.spec ++
--- /var/tmp/diff_new_pack.o9eDJd/_old  2013-10-03 15:59:13.0 +0200
+++ /var/tmp/diff_new_pack.o9eDJd/_new  2013-10-03 15:59:13.0 +0200
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Mixers
 Url:http://www.kde.org
-Version:4.11.1
+Version:4.11.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE Who-needs-event-slider.patch -- since KNotify will no 
longer be able pretending it can 

++ kmix-4.11.1.tar.xz - kmix-4.11.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmix-4.11.1/CMakeLists.txt 
new/kmix-4.11.2/CMakeLists.txt
--- old/kmix-4.11.1/CMakeLists.txt  2013-06-28 19:40:38.0 +0200
+++ new/kmix-4.11.2/CMakeLists.txt  2013-09-26 21:25:44.0 +0200
@@ -26,6 +26,17 @@
 endif(MSVC)
 
 
+include(CheckCXXSourceCompiles)
+check_cxx_source_compiles(
+#include memory
+int main() { std::shared_ptrint p; return 0; }
+ HAVE_STD_SHARED_PTR)
+check_cxx_source_compiles(
+#include tr1/memory
+int main() { std::tr1::shared_ptrint p; return 0; }
+ HAVE_STD_TR1_SHARED_PTR)
+
+
 configure_file (config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h )
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmix-4.11.1/apps/kmixd.cpp 
new/kmix-4.11.2/apps/kmixd.cpp
--- old/kmix-4.11.1/apps/kmixd.cpp  2013-08-28 19:10:00.0 +0200
+++ new/kmix-4.11.2/apps/kmixd.cpp  2013-09-26 21:25:44.0 +0200
@@ -156,7 +156,7 @@
   config.writeEntry( MasterMixer, mixerMasterCard-id() );
}
shared_ptrMixDevice mdMaster = Mixer::getGlobalMasterMD();
-   if ( mdMaster != 0 ) {
+   if ( mdMaster ) {
   config.writeEntry( MasterMixerDevice, mdMaster-id() );
}
QString mixerIgnoreExpression = 
MixerToolBox::instance()-mixerIgnoreExpression();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmix-4.11.1/backends/mixer_backend.cpp 
new/kmix-4.11.2/backends/mixer_backend.cpp
--- old/kmix-4.11.1/backends/mixer_backend.cpp  2013-08-28 19:10:00.0 
+0200
+++ new/kmix-4.11.2/backends/mixer_backend.cpp  2013-09-26 21:25:44.0 
+0200
@@ -241,7 +241,7 @@
  */
 shared_ptrMixDevice Mixer_Backend::recommendedMaster()
 {
-   if ( m_recommendedMaster != 0 )
+   if ( m_recommendedMaster )
{
// Backend has set a recommended master. Thats fine. Using it.
return m_recommendedMaster;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmix-4.11.1/backends/mixer_mpris2.cpp 
new/kmix-4.11.2/backends/mixer_mpris2.cpp
--- old/kmix-4.11.1/backends/mixer_mpris2.cpp   2013-08-28 19:10:00.0 
+0200
+++ new/kmix-4.11.2/backends/mixer_mpris2.cpp   2013-09-26 21:25:44.0 
+0200
@@ -535,7 +535,7 @@
}
 
shared_ptrMixDevice md = m_mixDevices.get(id);
-   if (md != 0)
+   if (md)
{
// We know about the player that is 
unregistering = remove internally
md-close();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmix-4.11.1/config.h.cmake 
new/kmix-4.11.2/config.h.cmake
--- old/kmix-4.11.1/config.h.cmake  2013-06-28 19:40:38.0 +0200
+++ new/kmix-4.11.2/config.h.cmake  2013-09-26 21:25:44.0 +0200
@@ -15,3 +15,9 @@
 
 /* Define to 1 if you have the unistd.h header file. */
 #cmakedefine HAVE_UNISTD_H 1
+
+/* Define to 1 if tr1/memory exists and defines std::tr1::shared_ptr. */
+#cmakedefine HAVE_STD_TR1_SHARED_PTR 1
+
+/* Define to 1 if memory exists and defines std::shared_ptr. */
+#cmakedefine HAVE_STD_SHARED_PTR 1
diff -urN '--exclude=CVS' 

commit kmix for openSUSE:13.1

2013-09-26 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:13.1 checked in at 
2013-09-26 11:46:26

Comparing /work/SRC/openSUSE:13.1/kmix (Old)
 and  /work/SRC/openSUSE:13.1/.kmix.new (New)


Package is kmix

Changes:

--- /work/SRC/openSUSE:13.1/kmix/kmix.changes   2013-09-23 10:56:04.0 
+0200
+++ /work/SRC/openSUSE:13.1/.kmix.new/kmix.changes  2013-09-26 
11:46:28.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 24 20:33:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added Who-needs-event-slider.patch -- since KNotify will no longer
+  be able pretending it can control volume, also remove the Event 
+  slider within KMix
+
+---

New:

  Who-needs-event-slider.patch
  _service_error



Other differences:
--
++ kmix.spec ++
--- /var/tmp/diff_new_pack.Er3cLe/_old  2013-09-26 11:46:28.0 +0200
+++ /var/tmp/diff_new_pack.Er3cLe/_new  2013-09-26 11:46:28.0 +0200
@@ -30,6 +30,9 @@
 Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE Who-needs-event-slider.patch -- since KNotify will no 
longer be able pretending it can 
+# control volume, also remove the Event slider within KMix
+Patch0: Who-needs-event-slider.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -38,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kde4 -d build

++ Who-needs-event-slider.patch ++
From f00539732399bb5c285b159a79c2d42869affd75 Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan hrvoje.sen...@gmail.com
Date: Wed, 18 Sep 2013 22:17:31 +0200
Subject: [PATCH 1/1] Who needs event slider?

Related: kdebase4-runtime/Remove-volume-control-from-KNotify.patch
---
 backends/mixer_pulse.cpp | 37 ++---
 1 file changed, 2 insertions(+), 35 deletions(-)

diff --git a/backends/mixer_pulse.cpp b/backends/mixer_pulse.cpp
index 603debe..b5cd751 100644
--- a/backends/mixer_pulse.cpp
+++ b/backends/mixer_pulse.cpp
@@ -51,7 +51,7 @@
 #define KMIXPA_APP_CAPTURE  3
 #define KMIXPA_WIDGET_MAX KMIXPA_APP_CAPTURE
 
-#define KMIXPA_EVENT_KEY sink-input-by-media-role:event
+#define KMIXPA_EVENT_KEY 0
 
 static unsigned int refcount = 0;
 static pa_glib_mainloop *s_mainloop = NULL;
@@ -465,31 +465,7 @@ void ext_stream_restore_read_cb(pa_context *c, const 
pa_ext_stream_restore_info
 if (eol  0) {
 dec_outstanding(c);
 
-// Special case: ensure that our media events exists.
-// On first login by a new users, this wont be in our database so we 
should create it.
-if (!s_RestoreRules.contains(KMIXPA_EVENT_KEY)) {
-// Create a fake rule
-restoreRule rule;
-rule.channel_map.channels = 1;
-rule.channel_map.map[0] = PA_CHANNEL_POSITION_MONO;
-rule.volume.channels = 1;
-rule.volume.values[0] = PA_VOLUME_NORM;
-rule.mute = false;
-rule.device = ;
-s_RestoreRules[KMIXPA_EVENT_KEY] = rule;
-kDebug(67100)  Initialising restore rule for new user:   
i18n(Event Sounds);
-}
-
 if (s_mixers.contains(KMIXPA_APP_PLAYBACK)) {
-// If we have rules, it will be created below... but if no rules
-// then we add it here.
-if (!outputRoles.contains(PA_INVALID_INDEX)) {
-devinfo s = create_role_devinfo(KMIXPA_EVENT_KEY);
-outputRoles[s.index] = s;
-
-s_mixers[KMIXPA_APP_PLAYBACK]-addWidget(s.index);
-}
-
 s_mixers[KMIXPA_APP_PLAYBACK]-triggerUpdate();
 }
 
@@ -505,20 +481,11 @@ void ext_stream_restore_read_cb(pa_context *c, const 
pa_ext_stream_restore_info
 rule.mute = !!i-mute;
 rule.device = i-device;
 
-if (rule.channel_map.channels  1  name == KMIXPA_EVENT_KEY) {
-// Stream restore rules may not have valid volumes/channel maps (as 
these are optional)
-// but we need a valid volume+channelmap for our events sounds so fix 
it up.
-rule.channel_map.channels = 1;
-rule.channel_map.map[0] = PA_CHANNEL_POSITION_MONO;
-rule.volume.channels = 1;
-rule.volume.values[0] = PA_VOLUME_NORM;
-}
-
 s_RestoreRules[name] = rule;
 
 if (s_mixers.contains(KMIXPA_APP_PLAYBACK)) {
 // We only want to know about Sound Events for now...
-if (name == KMIXPA_EVENT_KEY) {
+if (0) {
 devinfo s = create_role_devinfo(name);
 bool is_new = !outputRoles.contains(s.index);
 outputRoles[s.index] = s;
-- 
1.8.4

++ _service_error ++
service daemon error:
 connect to source-service:5152: Connection