UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ 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:
Codename: gst-plugins-ugly
Source file: gst-plugins-ugly-1.24.12.tar.xz
Source directory: gst-plugins-ugly-1.24.12
Package URL: gst-plugins-ugly-1.24.12.tar.xz
Package md5-checksum URL: gst-plugins-ugly-1.24.12.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