Page MenuHomeFreeBSD

net/ortp: Update to 5.1.55
ClosedPublic

Authored by zirias on Sep 5 2022, 4:02 PM.
Tags
None
Referenced Files
F83441772: D36458.diff
Fri, May 10, 3:38 PM
Unknown Object (File)
Wed, May 1, 3:25 AM
Unknown Object (File)
Mon, Apr 22, 9:04 AM
Unknown Object (File)
Mar 4 2024, 8:54 PM
Unknown Object (File)
Mar 4 2024, 8:54 PM
Unknown Object (File)
Mar 4 2024, 8:54 PM
Unknown Object (File)
Mar 4 2024, 8:54 PM
Unknown Object (File)
Mar 4 2024, 8:42 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