Search Criteria
Package Details: bctoolbox 5.3.36-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bctoolbox.git (read-only, click to copy) |
---|---|
Package Base: | bctoolbox |
Description: | A library written in C that allows you to create and run audio and video streams |
Upstream URL: | https://gitlab.linphone.org/ |
Licenses: | GPL |
Submitter: | arojas |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 1 |
Popularity: | 0.000001 |
First Submitted: | 2022-11-05 08:59 (UTC) |
Last Updated: | 2024-04-01 19:34 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libdecafAUR
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- cmake (cmake-gitAUR) (make)
Latest Comments
dreieck commented on 2023-12-22 14:46 (UTC)
Does this really explicitly need the
-dtls
variant ofmbedtls2
?For me, it also builds fine with standard
mbedtls2
.Regards!
simona commented on 2023-11-14 09:26 (UTC) (edited on 2023-11-14 09:26 (UTC) by simona)
can i use with mbedtls2 ?
graysonzzz commented on 2023-06-22 19:04 (UTC)
With
mbedtls2-dtls
, I have the following error when building the package:pespin commented on 2023-05-31 09:36 (UTC)
As @gnaggnoyil said, bctoolbox fails with current mbetls.
Switch to bctoolbox-git-5.3.0.alpha.r20.g9e63b4e-1 (current bctoolbox-git from AUR) fixed the issue.
So my guess is that the issue will be fixed when bctoolbox 5.3.0 is released upstream?
gnaggnoyil commented on 2023-05-28 17:47 (UTC)
It seems current release of bctoolbox does not support mbedtls v3 yet, which has API-breaking changes compared with mbedtls v2.28. Running
makepkg -s
will thus reports build error, saying that arguments and API function signatures mismatch for mbedtls headers.