Showtime is an application used for playing audio and video files on the GNOME desktop.
This package is known to build and work properly using an LFS 13.0 platform.
Download (HTTP): https://download.gnome.org/sources/showtime/49/showtime-49.1.tar.xz
Download MD5 sum: 8646fd90b0bbfb9bda6fcb83a637c437
Download size: 2.8 MB
Estimated disk space required: 5.0 MB
Estimated build time: less than 0.1 SBU
blueprint-compiler-0.18.0, gst-plugins-base-1.28.1, libadwaita-1.8.4, and PyGObject-3.54.5
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.