UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

gst-plugins-ugly

The GStreamer Ugly Plug-ins is a set of plug-ins considered by the GStreamer developers to have good quality and correct functionality, but distributing them might pose problems. The license on either the plug-ins or the supporting libraries might not be how the GStreamer developers would like. The code might be widely known to present patent problems.

Package info

Template: meson
Codename: gst-plugins-ugly
Source file: gst-plugins-ugly-1.26.5.tar.xz
Source file size: 227124
Source file MD5-checkum: 5316ced5357c6af10ab1651084f2f09d
Source directory: gst-plugins-ugly-1.26.5
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/g/gst-plugins-ugly-1.26.5.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/g/gst-plugins-ugly-1.26.5.tar.xz.md5sum
Dependances: gst-plugins-base, libdvdread, x264, libcdio, a52dec, libmpeg2, valgrind.
Dependance of: gst-rtsp-server.
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

Install script:
cd    build
ninja install