UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

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: meson
Codename: gstreamer
Source file: gstreamer-1.28.1.tar.xz
Source file size: 1920144
Source file MD5-checkum: 921d99a6c1d1b1a1afee2434d675480d
Source directory: gstreamer-1.28.1
Package URL: https://umvirt.com/linux/downloads/0.3/packages/g/gstreamer-1.28.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/g/gstreamer-1.28.1.tar.xz.md5sum
Dependances: glib, gobject-introspection.
Dependance of: pipewire-base, 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