diff --git a/qmmp-0.6.7.tar.bz2 b/qmmp-0.6.7.tar.bz2 deleted file mode 100644 index fa258f5..0000000 --- a/qmmp-0.6.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82d8ed7f3678695e213f0989f869095b37bd212d23ad2827981bc65225d59f8c -size 799582 diff --git a/qmmp-0.7.0.tar.bz2 b/qmmp-0.7.0.tar.bz2 new file mode 100644 index 0000000..e510594 --- /dev/null +++ b/qmmp-0.7.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9a67821a711f925e27d7254eb3039d31019fe1a2aaa7a901be0d2f9066183d +size 846257 diff --git a/qmmp-fix_cdda_version.patch b/qmmp-fix_cdda_version.patch new file mode 100644 index 0000000..871ee27 --- /dev/null +++ b/qmmp-fix_cdda_version.patch @@ -0,0 +1,11 @@ +--- src/plugins/Input/cdaudio/decoder_cdaudio.cpp.orig 2013-04-15 18:59:58.252555786 +0200 ++++ src/plugins/Input/cdaudio/decoder_cdaudio.cpp 2013-04-15 19:02:19.299842731 +0200 +@@ -25,7 +25,7 @@ + #include + #include + #include +-#if LIBCDIO_VERSION_NUM <= 83 ++#if LIBCDIO_VERSION_NUM <= 90 + #include + #else + #include diff --git a/qmmp.changes b/qmmp.changes index aeda8ce..cbfb5e2 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Apr 15 01:05:28 UTC 2013 - pascal.bleser@opensuse.org + +- update to 0.7.0: + * added udisks2 plugin + * added opus plugin + * added track change plugin + * added tracks copy/paste plugin + * added x-content/audio-cdda content type + * added 24/32-bit equalizer + * added unity integration + * added user interface language option + * added playlists auto-save feature + * added unified URL dialog + * added playlists downloading support to the command line parser + * added volume control support to the waveout plugin + * added wildmidi configuration file auto-search + * added sorting by file creation date + * added automatic 16-bit audio converter + * added pause handling to the scrobbler plugin + * enabled UTF-8 by default for cue files and shoutcast metadata + * enabled more formats by default in the ffmpeg plugin + * improved analyzer plugin (variable size, fullscreen mode, etc) + * improved last.fm registration + * improved configuration dialog + * removed QtXML dependence from the scrobbler plugin + * disabled udisks plugin by default + +------------------------------------------------------------------- +Thu Mar 28 07:46:17 UTC 2013 - reddwarf@opensuse.org + +- Update to 0.6.8 + * fixed bugs in the mpris plugin + * fixed segmentation fault when running without output plugins + * updated Japanese translation (Ryota Shimamo) + ------------------------------------------------------------------- Thu Feb 21 15:39:41 UTC 2013 - reddwarf@opensuse.org diff --git a/qmmp.spec b/qmmp.spec index 716c9a1..55b8398 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -23,7 +23,7 @@ %define soname 0 Name: qmmp -Version: 0.6.7 +Version: 0.7.0 Release: 0 Summary: XMMS-like audio player License: GPL-2.0+ @@ -32,6 +32,8 @@ 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-FIX-UPSTREAM qmmp-fix_cdda_version.patch pascal.bleser@opensuse.org -- Fix header detection for cdparanoia cdda.h +Patch1: qmmp-fix_cdda_version.patch BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: gcc-c++ @@ -46,6 +48,7 @@ BuildRequires: pkgconfig(QtXml) BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(enca) >= 1.9 BuildRequires: pkgconfig(flac) +BuildRequires: pkgconfig(opus) # Standard Jack version is not new enough until openSUSE 12.1 %if 0%{?suse_version} > 1140 BuildRequires: pkgconfig(jack) @@ -123,6 +126,7 @@ Development files for libqmmp. %prep %setup -q %patch0 +%patch1 %build mkdir build