UmVirt LFS Package info

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

gst-plugins-base

The GStreamer Base Plug-ins is a well-groomed and well-maintained collection of GStreamer plug-ins and elements, spanning the range of possible types of elements one would want to write for GStreamer. You will need at least one of Good, Bad, Ugly or Libav plugins for GStreamer applications to function properly.

Package info

Template:
Codename: gst-plugins-base
Source file: gst-plugins-base-1.22.10.tar.xz
Source file size: 2371240
Source file MD5-checkum: 8b3fdd849cfc198c8e5ceb3d8513661b
Source directory: gst-plugins-base-1.22.10
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/g/gst-plugins-base-1.22.10.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/g/gst-plugins-base-1.22.10.tar.xz.md5sum
Dependances: gobject-introspection, Xlibs, wayland-protocols, mesa, pango, iso-codes, gstreamer, cdparanoia-III, libgudev, libogg, libvorbis, libtheora.
Dependance of: gst-plugins-bad, pipewire, spice-gtk, wine, gst-libav, xfburn, tracker-miners, gst-plugins-good, tumbler, nautilus, gnome-shell, cogl, webkitgtk3, webkitgtk4, qt5, libreoffice7, libreoffice24, qt6.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson  setup ..               \
       --prefix=/usr          \
       --buildtype=release    \
       --wrap-mode=nodownload \
       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/12.1-systemd/ \
       -Dpackage-name="GStreamer 1.22.10 BLFS" 

Build script:
cd    build &&
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    ninja test
fi

Install script:
cd    build &&
ninja install