- 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:
Cristian Morales Vega 2012-08-22 15:54:28 +00:00 committed by Git OBS Bridge
parent b3bdddbfc0
commit a46c764ff7
5 changed files with 17 additions and 27 deletions

View File

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

View File

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

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

View File

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

View File

@ -23,16 +23,15 @@
%define soname 0
Name: qmmp
Version: 0.6.2
Version: 0.6.3
Release: 0
Summary: XMMS-like audio player
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Players
Url: http://qmmp.ylsoftware.com/
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
Patch1: qmmp-0.6.1-default_pulse.patch
Patch0: qmmp-0.6.1-default_pulse.patch
BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
@ -124,7 +123,6 @@ Development files for libqmmp.
%prep
%setup -q
%patch0
%patch1
%build
mkdir build