The Shared Mime Info package contains a MIME database. This allows central updates of MIME information for all supporting applications.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/2.5.1/shared-mime-info-2.5.1.tar.gz
MD5 校验和:5f8baa7bac254ea9e65782f754a2880b
大小:8.5 MB
预计所需磁盘空间:32 MB(含测试)
预计构建时间:小于 0.1 SBU(含测试)
GLib-2.88.2 and libxml2-2.15.3
git-2.55.0 (for tests), and xmlto-0.0.29
An Internet connection is needed for some tests of this package. The system certificate store may need to be set up with make-ca-1.16.1 before testing this package.
Install Shared Mime Info by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
-D update-mimedb=true \
-D build-tests=false \
.. &&
ninja
Now, as the root user:
ninja install
If want to run the tests, support files will automatically be downloaded from upstream. Build and run the tests with:
meson configure -D build-tests=true && ninja test
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D update-mimedb=true: This
parameter tells the build system to run update-mime-database during
installation. Otherwise, this must be done manually in order to be
able to use the MIME database.