View | Details | Raw Unified | Return to bug 264274 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-im/telegram-desktop/Makefile (-1 / +4 lines)
Lines 84-89 LDFLAGS+= -lBlocksRuntime Link Here
84
# Telegram uses OpenAL for its audio, but libtgvoip (for voice calls) can use PulseAudio or ALSA.
84
# Telegram uses OpenAL for its audio, but libtgvoip (for voice calls) can use PulseAudio or ALSA.
85
# It dynamically loads PulseAudio, and if this fails, it loads ALSA.
85
# It dynamically loads PulseAudio, and if this fails, it loads ALSA.
86
# If both of them are not installed, then voice calls do not work, but other functionalities still work.
86
# If both of them are not installed, then voice calls do not work, but other functionalities still work.
87
OPTIONS_DEFINE=	SYSTEM_FONTS
87
OPTIONS_DEFAULT=	ALSA
88
OPTIONS_DEFAULT=	ALSA
88
OPTIONS_MULTI=		AUDIO
89
OPTIONS_MULTI=		AUDIO
89
OPTIONS_MULTI_AUDIO=	ALSA PULSEAUDIO
90
OPTIONS_MULTI_AUDIO=	ALSA PULSEAUDIO
Lines 93-98 AUDIO_DESC= Audio backend for voice calls Link Here
93
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
94
ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
94
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
95
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
95
96
97
SYSTEM_FONTS_DESC=		Use system fonts instead of bundled patched ones
98
SYSTEM_FONTS_CMAKE_BOOL=	DESKTOP_APP_USE_PACKAGED_FONTS
99
96
# Telegram asks each custom build to have its own API ID and hash.
100
# Telegram asks each custom build to have its own API ID and hash.
97
TELEGRAM_API_HASH=	20a3432aab43f24bb4460fceac5ba38d
101
TELEGRAM_API_HASH=	20a3432aab43f24bb4460fceac5ba38d
98
TELEGRAM_API_ID=	601761
102
TELEGRAM_API_ID=	601761
99
- 

Return to bug 264274