Page MenuHomeFreeBSD

net/ortp: Update to 5.1.55
ClosedPublic

Authored by zirias on Sep 5 2022, 4:02 PM.
Tags
None
Referenced Files
F159705643: D36458.id110158.diff
Wed, Jun 17, 7:10 AM
F159704286: D36458.id110163.diff
Wed, Jun 17, 6:51 AM
F159704197: D36458.id110163.diff
Wed, Jun 17, 6:48 AM
F159691725: D36458.id110162.diff
Wed, Jun 17, 3:04 AM
Unknown Object (File)
Mon, Jun 15, 6:22 PM
Unknown Object (File)
Thu, Jun 4, 3:32 PM
Unknown Object (File)
Thu, Jun 4, 7:49 AM
Unknown Object (File)
May 8 2026, 8:20 PM
Subscribers

Details

Summary

Changelog: https://gitlab.linphone.org/BC/public/ortp/-/tags

PR: 266016

net/mediastreamer: Update to 5.1.55

Add QTGL option and enable it by default, this is needed by net/linphone
for working video calls.

Changelog: https://gitlab.linphone.org/BC/public/mediastreamer2/-/tags

PR: 266006, 266017
Approved by: bofh (maintainer, via IRC)
Suggested by: Ruslan Zalata <rz@fabmicro.ru>

net/liblinphone: Update to 5.1.56

Changelog: https://gitlab.linphone.org/BC/public/liblinphone/-/tags

PR: 266018
Approved by: bofh (maintainer, via IRC)

net/linphone: Fix mediastreamer plugins dir

PR: 266008

multimedia/msopenh264: Bump PORTREVISION

Required libraries net/ortp and net/mediastreamer were updated.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zirias requested review of this revision.Sep 5 2022, 4:02 PM
net/liblinphone/files/patch-CMakeLists.txt
8 ↗(On Diff #110158)

^it might be helpful to add a comment atop of the patch to explain why this is needed, to reduce head-scratching on the next-update :)

net/mediastreamer/Makefile
73 ↗(On Diff #110158)

^I'd recommend orderig by type (lib, build, run), and only then alphabetically:

QTGL_USE=	QT=core,declarative,gui,network,buildtools_build,qmake_build

this makes it easier to glance what is actually required at run/build-time

net/liblinphone/Makefile
39 ↗(On Diff #110158)

^ this could be done a bit cleaner with CMAKE_ON and CMAKE_OFF for another review.

rebased, added some of the suggestions.

This revision is now accepted and ready to land.Sep 5 2022, 4:27 PM