UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
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: meson
Codename: gst-plugins-bad
Source file: gst-plugins-bad-1.28.1.tar.xz
Source file size: 7972092
Source file MD5-checkum: cac5a49eb4bc02b2fcd7a3a92b268581
Source directory: gst-plugins-bad-1.28.1
Package URL: https://umvirt.com/linux/downloads/0.3/packages/g/gst-plugins-bad-1.28.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/g/gst-plugins-bad-1.28.1.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 \
-D gpl=enabled
Build script:
cd build &&
ninja
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
ninja test
fi
Install script:
cd build
ninja install