Showtime is an application used for playing audio and video files on the GNOME desktop.
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://download.gnome.org/sources/showtime/49/showtime-49.1.tar.xz
MD5 校验和:8646fd90b0bbfb9bda6fcb83a637c437
大小:2.8 MB
预计所需磁盘空间:5.0 MB
预计构建时间:小于 0.1 SBU
blueprint-compiler-0.22.2, gst-plugins-base-1.28.4, libadwaita-1.9.2, and PyGObject-3.56.3
Install Showtime by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
.. &&
ninja
This package does not come with a test suite.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.