CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/05 15:14:44
Modified files:
audio/mumble : Makefile
audio/mumble/patches: patch-plugins_link_link_pro
patch-src_mumble_mumble_pro
Removed files:
audio/mumble/patches: patch-main_pro
patch-src_mumble_AudioOutputSpeech_h
patch-src_mumble_Audio_cpp
patch-src_mumble_CELTCodec_h
patch-src_mumble_mumble_pch_hpp
Log message:
Drop audio/celt07 dependency, use bundled CELT
Previous releases presumable required an external CELT port,
but Mumble 1.3.0 builds fine with its bundled version, so
use it and stop patching around it to use our own outdated
CELT 0.7 API port.
Builds and runs fine without celt installed on amd64.
OK sthen