Remove needless libmediaart dependency
The libmediaart extraction requires write access to ~/.cache/media-art which doesn't work well with the seccomp-based sandbox for the extraction modules. Therefore this has been disabled upstream, and album art extraction has been directly implemented in gnome-music. Let's remove the needless BuildRequires and build flag from the tracker package. There is no need to issue an update for this because it is a cosmetic change.
This commit is contained in:
parent
d78a1dd43b
commit
3be618ecf0
@ -58,7 +58,6 @@ BuildRequires: pkgconfig(libgrss)
|
||||
BuildRequires: pkgconfig(libgsf-1)
|
||||
BuildRequires: pkgconfig(libgxps)
|
||||
BuildRequires: pkgconfig(libiptcdata)
|
||||
BuildRequires: pkgconfig(libmediaart-2.0)
|
||||
BuildRequires: pkgconfig(libnm-glib)
|
||||
BuildRequires: pkgconfig(libosinfo-1.0)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
@ -154,7 +153,6 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
||||
--enable-gtk-doc \
|
||||
--enable-libflac \
|
||||
--enable-libvorbis \
|
||||
--enable-libmediaart \
|
||||
--disable-miner-evolution \
|
||||
--disable-miner-firefox \
|
||||
--disable-miner-thunderbird \
|
||||
|
Loading…
Reference in New Issue
Block a user