From 568938768b8c026f08d5ee56b12b6d24201d435128b539c328ccee0767e4cea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Tue, 29 Aug 2023 16:50:18 +0000 Subject: [PATCH] Accepting request 1107977 from home:llyyr:branches:multimedia:apps - Disable libchromaprint requirement and disable feature. This would cause mpd to pull in ffmpeg-4 on installation. We can patch libchromaprint to use ffmpeg-5, but that still won't bring us to ffmpeg-6. There no need to bring ffmpeg-4 or ffmpeg-5 for such a niche feature, so just disable it entirely. If someone complains I'll look into making libchromaprint work with ffmpeg-6. OBS-URL: https://build.opensuse.org/request/show/1107977 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=110 --- mpd.changes | 6 ++++++ mpd.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mpd.changes b/mpd.changes index 8e2aea8..f765496 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 29 12:36:00 UTC 2023 - llyyr + +- Disable libchromaprint requirement and disable feature. This would + cause mpd to pull in ffmpeg-4 on installation. + ------------------------------------------------------------------- Tue May 23 22:00:59 UTC 2023 - Илья Индиго diff --git a/mpd.spec b/mpd.spec index e7c2bdb..cf118c4 100644 --- a/mpd.spec +++ b/mpd.spec @@ -66,7 +66,6 @@ BuildRequires: pkgconfig(libavformat) BuildRequires: pkgconfig(libavutil) BuildRequires: pkgconfig(libcdio) >= 2.0.0 BuildRequires: pkgconfig(libcdio_paranoia) -BuildRequires: pkgconfig(libchromaprint) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libgme) BuildRequires: pkgconfig(libmms) @@ -167,6 +166,7 @@ This package contains optional documentation provided in addition to this packag -Dlibmpdclient=enabled \ -Dexpat=enabled \ -Did3tag=enabled \ + -Dchromaprint=disabled \ -Dsqlite=enabled \ -Dlibsamplerate=enabled \ -Dsoxr=enabled \