Package Details: belle-sip-git 5.2.0.alpha.r5.g635b163a-1

Git Clone URL: https://aur.archlinux.org/belle-sip-git.git (read-only, click to copy)
Package Base: belle-sip-git
Description: A Voice-over-IP phone
Upstream URL: https://github.com/BelledonneCommunications/belle-sip/
Licenses: GPL3
Conflicts: belle-sip
Provides: belle-sip
Submitter: IncredibleLaser
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 4
Popularity: 0.000000
First Submitted: 2015-02-02 20:53 (UTC)
Last Updated: 2022-04-15 02:10 (UTC)

Dependencies (5)

Required by (3)

Sources (1)

Latest Comments

1 2 Next › Last »

2G_Storm commented on 2022-04-19 08:02 (UTC)

@thrasibule can confirm although I had to reinstall bctoolbox-git to make it work. You might as well try that

thrasibule commented on 2022-04-15 02:10 (UTC)

git packages don't need to be updated since they pick up the latest commit whenever you reinstall. You just need a recent enough bctoolbox and it should compile fine.

m040601 commented on 2022-04-14 15:48 (UTC) (edited on 2022-04-14 15:48 (UTC) by m040601)

This git PKGBUILD was last checked and updated in 2021-06-27. The github repo has seen many constant updates since then.

Currently fails with error messages highlighting in red:

  • "bctbx_mkdir" :
  • "bctbx_md5"
  • Werror=int-conversion]
/dev/shm/aurydesty/belle-sip-git/src/belle-sip/src/transports/tls_channel.c:202:39: error: implic
it declaration of function ‘bctbx_parse_directory’ [-Werror=implicit-function-declaration]
  202 |         belle_sip_list_t *file_list = bctbx_parse_directory(path, ".pem");
      |                                       ^~~~~~~~~~~~~~~~~~~~~
/dev/shm/aurydesty/belle-sip-git/src/belle-sip/src/transports/tls_channel.c:202:39: error: initia
lization of ‘belle_sip_list_t *’ {aka ‘struct _bctbx_list *’} from ‘int’ makes pointer from integ
er without a cast [-Werror=int-conversion]
/dev/shm/aurydesty/belle-sip-git/src/belle-sip/src/transports/tls_channel.c: In function ‘belle_s
ip_generate_self_signed_certificate’:
/dev/shm/aurydesty/belle-sip-git/src/belle-sip/src/transports/tls_channel.c:279:17: error: implic
it declaration of function ‘bctbx_mkdir’; did you mean ‘bctbx_md5’? [-Werror=implicit-function-de
claration]
  279 |                 bctbx_mkdir(path);
      |                 ^~~~~~~~~~~
      |                 bctbx_md5
cc1: all

halogene commented on 2019-09-03 14:36 (UTC)

I get this during prepare:

patching file belle-sip/src/dns.h Hunk #1 FAILED at 158. 1 out of 1 hunk FAILED -- saving rejects to file belle-sip/src/dns.h.rej

franklucido commented on 2019-07-31 10:42 (UTC)

Comparison pages on doubango vs belle-sip vs Pjsip are also included into the resources list. Here's one more package project on repology: https://repology.org/project/belle-sip/packages https://hireessaywriter.org

malus commented on 2019-07-09 07:44 (UTC)

Hey thrasibule, could you please add 'git' and 'cmake' to makedepends? Thank you!

dreieck commented on 2019-01-16 13:54 (UTC)

Can you add =${pkgver} to the provides=(belle-sip)-entry?

frealgagu commented on 2018-05-12 17:58 (UTC)

An error is happening to me:

[  4%] Building C object src/CMakeFiles/bellesip.dir/belle_sdp_impl.c.o
/tmp/aur/belle-sip-git/src/belle-sip/src/belle_sdp_impl.c: In function ‘belle_sdp_media_description_append_values_from_mime_parameter’:
/tmp/aur/belle-sip-git/src/belle-sip/src/belle_sdp_impl.c:1057:35: error: ‘snprintf’ output may be truncated before the last format character [-Werror=format-truncation=]
   snprintf(ptime,sizeof(ptime),"%i",current_ptime);
                                   ^
/tmp/aur/belle-sip-git/src/belle-sip/src/belle_sdp_impl.c:1057:3: note: ‘snprintf’ output between 2 and 11 bytes into a destination of size 10
   snprintf(ptime,sizeof(ptime),"%i",current_ptime);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/aur/belle-sip-git/src/belle-sip/src/belle_sdp_impl.c:1066:43: error: ‘snprintf’ output may be truncated before the last format character [-Werror=format-truncation=]
   snprintf(max_ptime,sizeof(max_ptime),"%i",current_max_ptime);
                                           ^
/tmp/aur/belle-sip-git/src/belle-sip/src/belle_sdp_impl.c:1066:3: note: ‘snprintf’ output between 2 and 11 bytes into a destination of size 10
   snprintf(max_ptime,sizeof(max_ptime),"%i",current_max_ptime);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/bellesip.dir/build.make:89: src/CMakeFiles/bellesip.dir/belle_sdp_impl.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:106: src/CMakeFiles/bellesip.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...