UmVirt LFS Package info

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
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.5.tar.xz
Source file size: 5529576
Source file MD5-checkum: d18cde538d5c954e94f888143e703a52
Source directory: gst-plugins-bad-1.22.5
Package URL: https://umvirt.com/linux/downloads/0.2/packages/g/gst-plugins-bad-1.22.5.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/g/gst-plugins-bad-1.22.5.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.0-systemd/ \
       -Dpackage-name="GStreamer 1.22.5 BLFS" 

Build script:
cd    build &&
ninja

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

Install script:
cd    build &&
ninja install