]> git.pld-linux.org Git - packages/mpd.git/commitdiff
BR/R: libmpg123 >= 1.28.0; rel 3 auto/th/mpd-0.22.10-3
authorJan Palus <atler@pld-linux.org>
Sat, 14 Aug 2021 18:49:39 +0000 (20:49 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 14 Aug 2021 18:49:39 +0000 (20:49 +0200)
binaries compiled against libmpg123 >= 1.28.0 are no longer ABI
compatible with older libmpg123 (mpg123_info() is redefined to
mpg123_info2() not provided by older versions). for simplicity just
require at both build- and tuntime libmpg123 >= 1.28.0

mpd.spec

index bc872582a2eaa37a40c876ac6c880a61f42da166..19c68ca745642502a2f08d4ef5ad1f8427fa9934 100644 (file)
--- a/mpd.spec
+++ b/mpd.spec
@@ -10,7 +10,7 @@ Summary:      Music Player Daemon
 Summary(pl.UTF-8):     Music Player Daemon - demon odtwarzajÄ…cy muzykÄ™
 Name:          mpd
 Version:       0.22.10
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Applications/Multimedia
 Source0:       https://www.musicpd.org/download/mpd/0.22/%{name}-%{version}.tar.xz
@@ -51,7 +51,7 @@ BuildRequires:        libmad-devel
 BuildRequires: libmms-devel >= 0.4
 BuildRequires: libmodplug-devel
 BuildRequires: libmpdclient-devel >= 2.9
-BuildRequires: libmpg123-devel
+BuildRequires: libmpg123-devel >= 1.28.0
 BuildRequires: libnfs-devel >= 1.11
 BuildRequires: libogg-devel
 BuildRequires: libsamplerate-devel >= 0.1.3
@@ -103,6 +103,7 @@ Requires:   libicu >= 50
 %{?with_mod:Requires:  libmikmod >= 3.2}
 Requires:      libmms >= 0.4
 Requires:      libmpdclient >= 2.9
+Requires:      libmpg123 >= 1.28.0
 Requires:      libnfs >= 1.11
 Requires:      libsamplerate >= 0.1.3
 Requires:      libsidplayfp >= 1.8
This page took 0.213488 seconds and 4 git commands to generate.