Search Criteria
Package Details: liblinphone 5.4.119-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/liblinphone.git (read-only, click to copy) |
|---|---|
| Package Base: | liblinphone |
| Description: | A high-level SIP library |
| Upstream URL: | http://www.linphone.org |
| Licenses: | AGPL-3.0-only |
| Submitter: | Megver83 |
| Maintainer: | thrasibule |
| Last Packager: | thrasibule |
| Votes: | 1 |
| Popularity: | 0.012879 |
| First Submitted: | 2020-07-23 05:09 (UTC) |
| Last Updated: | 2026-06-08 18:42 (UTC) |
Dependencies (12)
- belcardAUR (belcard-gitAUR)
- belle-sipAUR (belle-sip-gitAUR)
- jsoncpp-cmakeAUR
- limeAUR (lime-gitAUR)
- mediastreamerAUR (mediastreamer-gitAUR)
- xerces-c
- cmake (cmake3AUR, cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- graphviz (make)
- python-pystache (python-pystache-gitAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- xsdAUR (make)
Latest Comments
1 2 Next › Last »
dreieck commented on 2026-06-06 18:31 (UTC) (edited on 2026-06-06 18:33 (UTC) by dreieck)
After fixing this, I get the next build error:
Workaround: Changing
-DENABLE_CXX_WRAPPER=YESto-DENABLE_CXX_WRAPPER=NO. But I don't know which other issues this might produce for using this library. ([ 15%] Building CXX object src/CMakeFiles/liblinphone.dir/c-wrapper/c-wrapper.cpp.ois still executed, though.)In
package(),needs to be removed accordingly.
dreieck commented on 2026-06-06 18:18 (UTC)
-Wno-deprecated-declarations -Wno-unused-but-set-variable -Wno-suggest-overridecan also be appended to the$CXXFLAGS, since there are a lot of those warnings now, too. That would silence them.I also suggest to add
-Wno-devto thecmakecommand line since there are a lot CMake warnings of the type "This warning is for project developers. Use -Wno-dev to suppress it.".Regards!
dreieck commented on 2026-06-06 17:58 (UTC)
Build fails with
(Note that I compiled
mediastreamerwithout the QR code option due to a build issue, maybe related or causing this issue?)Adding
-DENABLE_QRCODE=OFFto thecmakebuild options does work around this issue (and probably disables QR code support).Regards!
Kunda commented on 2025-07-30 19:12 (UTC)
Current stable is 5.4.31
https://github.com/BelledonneCommunications/liblinphone/archive/refs/tags/5.4.31.tar.gz
thrasibule commented on 2023-03-16 02:33 (UTC)
@xiretza What makes you think boost is required in makedepends?
xiretza commented on 2023-03-12 16:38 (UTC)
Requires
makedepends=(boost).xiretza commented on 2023-01-29 19:47 (UTC) (edited on 2023-03-12 15:32 (UTC) by xiretza)
Requires
depends=(python-six).thrasibule commented on 2022-12-10 18:56 (UTC)
I've pushed jsoncpp-cmake that has the fix, the maintainer of jsoncpp-cmake-git was not responsive. I'm not sure what you mean for mediastreamer. If there is an issue with the current PKGBUILD, please explain in the comment page of mediastreamer.
ikidd commented on 2022-12-10 04:12 (UTC)
mediastreamerdownload link broken, manually building from current mediastreamer PKGBUILD works.jsoncpp-cmake-gitneeds to have libjsoncpp.so added to providers and manually built to get past conflict withjsoncppused by cmake.I have no clue how to make a patch to fix this PKGBUILD because I'm an idiot.
1 2 Next › Last »