SHA256
1
0
forked from pool/qmmp

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:
Dominique Leuenberger 2016-02-01 18:56:25 +00:00 committed by Git OBS Bridge
commit 6003fadd8f
5 changed files with 27 additions and 9 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e97965cb41426f0e2fc418a625b0f3097227a1414c81665a65bbd33802e77e7f
size 1107187

View File

@ -1,8 +1,9 @@
--- a/src/qmmp/output.cpp
+++ b/src/qmmp/output.cpp
@@ -144,7 +144,7 @@ OutputFactory *Output::currentFactory()
loadPlugins();
QSettings settings (Qmmp::configFile(), QSettings::IniFormat);
diff -Nur qmmp-1.0.6/src/qmmp/output.cpp new/src/qmmp/output.cpp
--- qmmp-1.0.6/src/qmmp/output.cpp 2016-01-27 07:18:19.000000000 +0100
+++ new/src/qmmp/output.cpp 2016-01-30 02:07:18.299482497 +0100
@@ -148,7 +148,7 @@
QString name = settings.value("Output/current_plugin", QMMP_DEFAULT_OUTPUT).toString();
#else
#ifdef Q_OS_LINUX
- QString name = settings.value("Output/current_plugin", "alsa").toString();
+ QString name = settings.value("Output/current_plugin", "pulse").toString();

View File

@ -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

View File

@ -19,7 +19,7 @@
%define sover 1
%bcond_with restricted
Name: qmmp
Version: 1.0.5
Version: 1.0.6
Release: 0
Summary: Qt-based Multimedia Player
License: GPL-2.0+