FS#77048 - [libphonenumber] Please consider dropping boost dependency

Attached to Project: Arch Linux
Opened by loqs (loqs) - Sunday, 08 January 2023, 16:29 GMT
Last edited by Jan Alexander Steffens (heftig) - Sunday, 08 January 2023, 21:57 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
libphonenumber can use posix threads or C++11 std::mutex in place of boost thread, reducing dependencies. Attached patch switches to std::mutex.

Additional info:
* libphonenumber 1:8.13.0-1
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Sunday, 08 January 2023, 21:57 GMT
Reason for closing:  Implemented
Additional comments about closing:  libphonenumber 1:8.13.4-1
Comment by Toolybird (Toolybird) - Sunday, 08 January 2023, 20:35 GMT
Yeah, it appears boost was added to support Windows [1].

[1] https://github.com/google/libphonenumber/blob/master/FAQ.md#what-about-windows

Loading...