UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ 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

Codename: gst-plugins-bad
Source file: gst-plugins-bad-1.24.7.tar.xz
Source directory: gst-plugins-bad-1.24.7
Package URL: gst-plugins-bad-1.24.7.tar.xz
Package md5-checksum URL: gst-plugins-bad-1.24.7.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