Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2018 03:32:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227571] net-im/telegram-desktop: update to 1.2.17
Message-ID:  <bug-227571-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227571

            Bug ID: 227571
           Summary: net-im/telegram-desktop: update to 1.2.17
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: henry.hu.sh@gmail.com

Created attachment 192578
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192578&action=
=3Dedit
patch for the port

This patch updates telegram-desktop to 1.2.17.

Added an option for audio backend. Telegram itself uses OpenAL, but libtgvo=
ip
(for voice calls) uses either ALSA or PulseAudio. If both of them are not
present, video calls do not work, but other functionalities are not affecte=
d.
The new option allows users to select whether they want to use ALSA or
PulseAudio, or neither of them.

This new version uses features from C++17. Both language features and libra=
ry
features are used. Thus, I have not figured out a way to make it work on
FreeBSD 10.
* The clang in base is 3.4.1 which is too old and does not support C++17.
* The clang in port is 5.0 which is good, but it lacks C++17 library featur=
es,
like std::any.
* G++ supports C++17 language & library features, but other libraries like =
Qt
are not compiled with G++. If you mix them, it causes segfaults due to mixed
C++ runtime.
Thus, I marks it broken for <11. I'm looking for ways to solve this.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227571-7788>