Accepting request 172934 from multimedia:apps
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/172934 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=16
This commit is contained in:
commit
79ddb55900
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82d8ed7f3678695e213f0989f869095b37bd212d23ad2827981bc65225d59f8c
|
||||
size 799582
|
3
qmmp-0.7.0.tar.bz2
Normal file
3
qmmp-0.7.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f9a67821a711f925e27d7254eb3039d31019fe1a2aaa7a901be0d2f9066183d
|
||||
size 846257
|
11
qmmp-fix_cdda_version.patch
Normal file
11
qmmp-fix_cdda_version.patch
Normal file
@ -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 <QFileInfo>
|
||||
#include <QDir>
|
||||
#include <cdio/cdio.h>
|
||||
-#if LIBCDIO_VERSION_NUM <= 83
|
||||
+#if LIBCDIO_VERSION_NUM <= 90
|
||||
#include <cdio/cdda.h>
|
||||
#else
|
||||
#include <cdio/paranoia/cdda.h>
|
36
qmmp.changes
36
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user