UmVirt LFS Package info
DB commit: 9ed4ff6d798939f3f70457a829818f445904e2c7
APP commit: 6fa6f748d78224f4d12d21793eaf23f75f63066f
gstreamer
gstreamer is a streaming media framework that enables applications to share a common set of plugins for tasks such as video encoding and decoding, audio encoding and decoding, audio and video filters, audio visualisation, web streaming and anything else that streams in real-time or otherwise. This package only provides base functionality and libraries.Package info
Template:
Codename: gstreamer
Source file: gstreamer-1.24.12.tar.xz
Source file size: 1873544
Source file MD5-checkum: 8bfc0b9b4e2467170a66e256d4846f9c
Source directory: gstreamer-1.24.12
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/g/gstreamer-1.24.12.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/g/gstreamer-1.24.12.tar.xz.md5sum
Dependances: glib, gobject-introspection.
Dependance of: pipewire, gst-rtsp-server, spice-gtk, libcanberra, spice-server, gst-plugins-base.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D gst_debug=false
Build script:
cd build &&
ninja
Install script:
cd build &&
ninja install