- Update to 0.6.3
* fixed typo in the about dialog * fixed FSF address * fixed cmake scripts * fixed filters of the directory scanner * fixed crash in the playlist popup message * updated Lithuanian translation (Algirdas Butkus) - Removed qmmp-0.5.5-libcdio_mess.patch, fixed upstream OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=20
This commit is contained in:
parent
b3bdddbfc0
commit
a46c764ff7
@ -1,20 +0,0 @@
|
|||||||
Index: src/plugins/Input/cdaudio/decoder_cdaudio.cpp
|
|
||||||
===================================================================
|
|
||||||
--- src/plugins/Input/cdaudio/decoder_cdaudio.cpp.orig
|
|
||||||
+++ src/plugins/Input/cdaudio/decoder_cdaudio.cpp
|
|
||||||
@@ -24,14 +24,11 @@
|
|
||||||
#include <QSettings>
|
|
||||||
#include <QFileInfo>
|
|
||||||
#include <QDir>
|
|
||||||
-#include <cdio/cdtext.h>
|
|
||||||
-#include <cdio/track.h>
|
|
||||||
+#include <cdio/cdio.h>
|
|
||||||
#include <cdio/cdda.h>
|
|
||||||
#include <cdio/audio.h>
|
|
||||||
-#include <cdio/sector.h>
|
|
||||||
#include <cdio/cd_types.h>
|
|
||||||
#include <cdio/logging.h>
|
|
||||||
-#include <cdio/version.h>
|
|
||||||
#include <cddb/cddb.h>
|
|
||||||
#include <qmmp/buffer.h>
|
|
||||||
#include <qmmp/output.h>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c7638521e2ffb91beda11010a3f27958fc446b7e582e3d5e92c7dc5a751aa096
|
|
||||||
size 773717
|
|
3
qmmp-0.6.3.tar.bz2
Normal file
3
qmmp-0.6.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98f5b8121d475ead81c788ec9d5346c8da537e342c0d99eaff08586af4c92ca8
|
||||||
|
size 775285
|
12
qmmp.changes
12
qmmp.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 22 16:51:24 UTC 2012 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
- Update to 0.6.3
|
||||||
|
* fixed typo in the about dialog
|
||||||
|
* fixed FSF address
|
||||||
|
* fixed cmake scripts
|
||||||
|
* fixed filters of the directory scanner
|
||||||
|
* fixed crash in the playlist popup message
|
||||||
|
* updated Lithuanian translation (Algirdas Butkus)
|
||||||
|
- Removed qmmp-0.5.5-libcdio_mess.patch, fixed upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 4 14:41:38 UTC 2012 - reddwarf@opensuse.org
|
Sat Aug 4 14:41:38 UTC 2012 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -23,16 +23,15 @@
|
|||||||
%define soname 0
|
%define soname 0
|
||||||
|
|
||||||
Name: qmmp
|
Name: qmmp
|
||||||
Version: 0.6.2
|
Version: 0.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XMMS-like audio player
|
Summary: XMMS-like audio player
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Sound/Players
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
Url: http://qmmp.ylsoftware.com/
|
Url: http://qmmp.ylsoftware.com/
|
||||||
Source0: http://qmmp.googlecode.com/files/qmmp-%{version}.tar.bz2
|
Source0: http://qmmp.googlecode.com/files/qmmp-%{version}.tar.bz2
|
||||||
Patch0: qmmp-0.5.5-libcdio_mess.patch
|
|
||||||
# PATCH-FEATURE-OPENSUSE qmmp-0.6.1-default_pulse.patch reddwarf@opensuse.org -- Use PulseAudio instead of ALSA by default
|
# PATCH-FEATURE-OPENSUSE qmmp-0.6.1-default_pulse.patch reddwarf@opensuse.org -- Use PulseAudio instead of ALSA by default
|
||||||
Patch1: qmmp-0.6.1-default_pulse.patch
|
Patch0: qmmp-0.6.1-default_pulse.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -124,7 +123,6 @@ Development files for libqmmp.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user