SHA256
1
0
forked from pool/qmmp

Compare commits

...

4 Commits

4 changed files with 20 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Nov 11 11:11:11 UTC 2024 - olaf@aepfle.de
- Convert BuildRequires from libfaad-devel to pkgconfig(faad2)
-------------------------------------------------------------------
Fri Oct 18 02:12:45 UTC 2024 - ming li <mli@suse.com>
- Update to version 2.1.9
* fixed build with PipeWire version less than 0.3.33
* fixed displaying bitrate in the wavpack plugin
* disabled Qt 6.7 build warnings
* disabled waveform seekbar for CD tracks in the simple user
interface
-------------------------------------------------------------------
Sun Jun 30 00:53:51 UTC 2024 - jun wang <jgwang@suse.com>

View File

@ -22,7 +22,7 @@
%bcond_with faad
%bcond_with restricted
Name: qmmp
Version: 2.1.8
Version: 2.1.9
Release: 0
Summary: Qt-based Multimedia Player
License: GPL-2.0-or-later
@ -82,7 +82,7 @@ Requires: %{name}(%{sover})(Output)
Requires: %{name}(%{sover})(Ui)
ExclusiveArch: %ix86 x86_64
%if %{with faad}
BuildRequires: libfaad-devel
BuildRequires: pkgconfig(faad2)
%endif
%description