UmVirt LFS Package info

DB commit: 9ed4ff6d798939f3f70457a829818f445904e2c7
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

opus

Opus is a lossy audio compression format developed by the Internet Engineering Task Force (IETF) that is particularly suitable for interactive speech and audio transmission over the Internet. This package provides the Opus development library and headers.

Package info

Template:
Codename: opus
Source file: opus-1.5.2.tar.gz
Source file size: 7839412
Source file MD5-checkum: c40b3a1fbdbb9a7aa178600b88200c76
Source directory: opus-1.5.2
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/o/opus-1.5.2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/o/opus-1.5.2.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libsndfile, opusfile, audacity, sox, spice-server, qtwebengine6, mlt, shotcut, ffmpeg, vlc.
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 docdir=/usr/share/doc/opus-1.5.2

 

Build script:
cd    build &&
ninja

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

Install script:
cd    build &&
ninja install