- add link to upstream github PR for sndio backend
- remove the installation of include/OpenGL headers, the ones we have in
mesa are much more recent.. puzzling.
- add patch to revert a call to srtp_add_or_update_stream that doesnt
exist anywhere in the libsrtp API (?)
static library. linphone/mediastreamer2 picks it up and fails to build
if it's static. kitinerary depends on this port but doesn't actually
use it (it wants nu-book/zxing-cpp) so the change doesn't affect that.
Linphone is an audio and video internet phone using the SIP protocol.
The main features of linphone are:
- a nice graphical interface;
- includes a large variety of codecs with different quality / bandwidths;
- uses the well-known and standardised SIP protocol.
This package includes the Qt/QML based graphical desktop client.
- Import includes the libs shipped in linphone SDK 4.5.15.
- Mediastreamer2 sndio backend by yours truly, with help from ratchov@.
- Audio calls works but sound needs to be improved,
- Video calls between two linphone instances also working fine.
- AI_V4MAPPED support disabled (unsupported on OpenBSD), IPv6 untested
- bcunit not linked because of a circular dependency with bctoolbox, but
can be useful for debugging.
not yet linked to the build, but importing so that it can be polished
in-tree.
ok/tweaks sthen@
Brad sent me a diff to rearrange CONFIGURE_ARGS for powerpc. Runtime testing on
a G3 machine led to SIGILLs.
The runtime cpu detection configure flag enables the '-maltivec' compiler flag
by default, leading to the execution of altivec instructions unconditionally at
runtime. They are not supported on G3s, so fix that issue by disabling the
runtime cpu detection feature.
OK Brad (maintainer)
This is update for sunclock from 3.56 to 3.57.
remove REVISION for the first revision of 3.57.
remove HOMEPAGE since it is unreachable now.
change MASTER_SITES to github with using commit hash.
remove MASTER_SITES0 and :0 from the end of the SUPDISTFILES entries.
remove Xext, Xau and Xdmcp from WANTLIB-main.
replace Sunclock.se with Sunclock.sv in PLIST-main.
advise and ok from sthen@ and jca@