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
This commit is contained in:
Илья Индиго 2023-08-29 16:50:18 +00:00 committed by Git OBS Bridge
parent 39f8eaa5dc
commit 568938768b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 29 12:36:00 UTC 2023 - llyyr <llyyr.public@gmail.com>
- 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 - Илья Индиго <ilya@ilya.cf>

View File

@ -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 \