- Update to 0.6.5

* added latest psi/psi+ support
  * added Hebrew translation (Genghis Khan)
  * increased default mms/http buffer size
  * fixed shortcut dialogs
  * fixed segmentation fault caused by http transport
  * fixed file type determination by content
  * fixed division line position in the playlist
  * fixed some bugs in the WaveOut plugin
  * updated Japanese translation (Ryota Shimamoto)
  * updated Russian translation
  * updated flac mime-type (Christian Morales Vega)
- Drop qmmp-0.6.4-flac_mimetype.patch. Applied upstream.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=29
This commit is contained in:
Cristian Morales Vega 2012-12-09 13:18:50 +00:00 committed by Git OBS Bridge
parent ace614b7dd
commit e155797ce0
5 changed files with 21 additions and 31 deletions

View File

@ -1,24 +0,0 @@
Index: src/app/qmmp.desktop
===================================================================
--- src/app/qmmp.desktop.orig
+++ src/app/qmmp.desktop
@@ -22,5 +22,5 @@ Icon=qmmp
Terminal=false
Type=Application
Categories=AudioVideo;Player;Audio;Qt;
-MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;audio/x-ffmpeg-shorten;
+MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;audio/x-ffmpeg-shorten;
X-KDE-StartupNotify=false
Index: src/app/qmmp_enqueue.desktop
===================================================================
--- src/app/qmmp_enqueue.desktop.orig
+++ src/app/qmmp_enqueue.desktop
@@ -17,7 +17,7 @@ Comment[zh_TW]=添加一個或多個檔æ
Exec=qmmp -e %F
Icon=qmmp
Categories=AudioVideo;Player;Audio;Qt;
-MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;audio/x-ffmpeg-shorten;inode/directory;
+MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;audio/x-ffmpeg-shorten;inode/directory;
Type=Application
X-KDE-StartupNotify=false
NoDisplay=true

View File

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

3
qmmp-0.6.5.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Dec 9 13:17:15 UTC 2012 - reddwarf@opensuse.org
- Update to 0.6.5
* added latest psi/psi+ support
* added Hebrew translation (Genghis Khan)
* increased default mms/http buffer size
* fixed shortcut dialogs
* fixed segmentation fault caused by http transport
* fixed file type determination by content
* fixed division line position in the playlist
* fixed some bugs in the WaveOut plugin
* updated Japanese translation (Ryota Shimamoto)
* updated Russian translation
* updated flac mime-type (Christian Morales Vega)
- Drop qmmp-0.6.4-flac_mimetype.patch. Applied upstream.
-------------------------------------------------------------------
Thu Dec 6 13:43:18 UTC 2012 - reddwarf@opensuse.org

View File

@ -23,7 +23,7 @@
%define soname 0
Name: qmmp
Version: 0.6.4
Version: 0.6.5
Release: 0
Summary: XMMS-like audio player
License: GPL-2.0+
@ -32,8 +32,6 @@ Url: http://qmmp.ylsoftware.com/
Source0: http://qmmp.googlecode.com/files/qmmp-%{version}.tar.bz2
# PATCH-FEATURE-OPENSUSE qmmp-0.6.1-default_pulse.patch reddwarf@opensuse.org -- Use PulseAudio instead of ALSA by default
Patch0: qmmp-0.6.1-default_pulse.patch
# PATCH-FIXUPSTREAM qmmp-0.6.4-flac_mimetype.patch http://code.google.com/p/qmmp/issues/detail?id=567 reddwarf@opensuse.org -- report support for FLAC using the correct MIME type
Patch1: qmmp-0.6.4-flac_mimetype.patch
BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
@ -125,7 +123,6 @@ Development files for libqmmp.
%prep
%setup -q
%patch0
%patch1
%build
mkdir build