Browse Source

Version 4.7.1

master
Sergey Kiselev 1 year ago
parent
commit
87f99097de
  1. 4
      net-im/telegram-desktop/Makefile

4
net-im/telegram-desktop/Makefile

@ -1,5 +1,5 @@
PORTNAME= telegram-desktop
DISTVERSION= 4.6.5
DISTVERSION= 4.7.1
CATEGORIES= net-im
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
DISTNAME= tdesktop-${DISTVERSION}-full
@ -83,7 +83,7 @@ LDFLAGS+= -lBlocksRuntime
# It dynamically loads PulseAudio, and if this fails, it loads ALSA.
# If both of them are not installed, then voice calls do not work, but other functionalities still work.
OPTIONS_DEFAULT= ALSA
OPTIONS_GROUP= AUDIO
OPTIONS_GROUP= AUDIO
OPTIONS_GROUP_AUDIO= ALSA PULSEAUDIO
AUDIO_DESC= Audio backend for voice calls

Loading…
Cancel
Save