UmVirt LFS Package info
DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
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
Codename: opus
Source file: opus-1.5.2.tar.gz
Source directory: opus-1.5.2
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/o/opus-1.5.2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/o/opus-1.5.2.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libsndfile, opusfile, audacity, spice-server, 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