Accepting request 356794 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/356794 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=38
This commit is contained in:
commit
6003fadd8f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:64952bfbe8b4bc6b74e04c4384fb923d0495f8380773ad7170b5a87fd2661ce1
|
|
||||||
size 1105704
|
|
3
qmmp-1.0.6.tar.bz2
Normal file
3
qmmp-1.0.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e97965cb41426f0e2fc418a625b0f3097227a1414c81665a65bbd33802e77e7f
|
||||||
|
size 1107187
|
@ -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();
|
||||||
|
17
qmmp.changes
17
qmmp.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- Update to 1.0.6:
|
||||||
|
* Add a feature to change default output plugin.
|
||||||
|
* Add a feature to skip unsupported files in the rgscan plugin.
|
||||||
|
* Fix gme plugin building.
|
||||||
|
* Fix GCC warnings.
|
||||||
|
* Fix Russian translation.
|
||||||
|
* Update Portuguese, Chinese Simplified translations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 2 15:54:25 UTC 2016 - sor.alexei@meowr.ru
|
Sat Jan 2 15:54:25 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user