UmVirt LFS Package info

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

gst-plugins-bad

The GStreamer Bad Plug-ins package contains a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.

Package info

Template:
Codename: gst-plugins-bad
Source file: gst-plugins-bad-1.22.10.tar.xz
Source file size: 5549660
Source file MD5-checkum: 8e81739d264c32a10be011b235b454ce
Source directory: gst-plugins-bad-1.22.10
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/g/gst-plugins-bad-1.22.10.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/g/gst-plugins-bad-1.22.10.tar.xz.md5sum
Dependances: gst-plugins-base, libdvdread, libdvdnav, soundtouch.
Dependance of: gtk4, webkitgtk3, webkitgtk4.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson  setup ..            \
       --prefix=/usr       \
       --buildtype=release \
       -Dgpl=enabled       \
       -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