Accepting request 356761 from home:susnux:branches:multimedia:apps
Fixed qmmp-default-pulse.patch OBS-URL: https://build.opensuse.org/request/show/356761 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=76
This commit is contained in:
parent
60361fcfa9
commit
222f8dcb96
@ -1,8 +1,9 @@
|
|||||||
--- a/src/qmmp/output.cpp
|
diff -Nur qmmp-1.0.6/src/qmmp/output.cpp new/src/qmmp/output.cpp
|
||||||
+++ b/src/qmmp/output.cpp
|
--- qmmp-1.0.6/src/qmmp/output.cpp 2016-01-27 07:18:19.000000000 +0100
|
||||||
@@ -144,7 +144,7 @@ OutputFactory *Output::currentFactory()
|
+++ new/src/qmmp/output.cpp 2016-01-30 02:07:18.299482497 +0100
|
||||||
loadPlugins();
|
@@ -148,7 +148,7 @@
|
||||||
QSettings settings (Qmmp::configFile(), QSettings::IniFormat);
|
QString name = settings.value("Output/current_plugin", QMMP_DEFAULT_OUTPUT).toString();
|
||||||
|
#else
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
- QString name = settings.value("Output/current_plugin", "alsa").toString();
|
- QString name = settings.value("Output/current_plugin", "alsa").toString();
|
||||||
+ QString name = settings.value("Output/current_plugin", "pulse").toString();
|
+ QString name = settings.value("Output/current_plugin", "pulse").toString();
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 01:25:46 UTC 2016 - rpm@fthiessen.de
|
||||||
|
|
||||||
|
- Fixed build by rebasing qmmp-default-pulse.patch
|
||||||
|
to work with 1.0.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 27 11:25:32 UTC 2016 - sor.alexei@meowr.ru
|
Wed Jan 27 11:25:32 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user