git: 529b6b1239ef - main - net-im/telegram-desktop: Copying dependencies of tg_owt over to telegram-desktop
Li-Wen Hsu
lwhsu at FreeBSD.org
Mon Aug 9 05:29:01 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=529b6b1239ef88cd68cfe71f5df4e9057e294cb6
commit 529b6b1239ef88cd68cfe71f5df4e9057e294cb6
Author: Henry Hu <henry.hu.sh at gmail.com>
AuthorDate: 2021-08-07 04:47:33 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-08-09 05:24:13 +0000
net-im/telegram-desktop: Copying dependencies of tg_owt over to telegram-desktop
tg_owt is statically linked but there are some its LIB_DEPENDS still
needed by telegram-desktop
PR: 257290
---
net-im/telegram-desktop/Makefile | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile
index 394ed1af7223..3b818ce93339 100644
--- a/net-im/telegram-desktop/Makefile
+++ b/net-im/telegram-desktop/Makefile
@@ -28,17 +28,22 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
libdbus-1.so:devel/dbus \
libdbusmenu-qt5.so:devel/libdbusmenu-qt \
libenchant-2.so:textproc/enchant2 \
+ libevent.so:devel/libevent \
libhunspell-1.7.so:textproc/hunspell \
libjpeg.so:graphics/jpeg-turbo \
liblz4.so:archivers/liblz4 \
libminizip.so:archivers/minizip \
librnnoise.so:audio/rnnoise \
libopenal.so:audio/openal-soft \
+ libopenh264.so:multimedia/openh264 \
libopus.so:audio/opus \
+ libpipewire-0.3.so:multimedia/pipewire \
libqrcodegencpp.so:graphics/qr-code-generator \
libusrsctp.so:net/libusrsctp \
+ libxcb-keysyms.so:x11/xcb-util-keysyms \
libxkbcommon.so:x11/libxkbcommon \
- libxxhash.so:devel/xxhash
+ libxxhash.so:devel/xxhash \
+ libvpx.so:multimedia/libvpx
USES= cmake compiler:c++17-lang desktop-file-utils gl \
gnome pkgconfig python:3.7+,build qt:5 ssl xorg
@@ -51,7 +56,7 @@ USE_GNOME= glib20 glibmm
INSTALLS_ICONS= yes
USE_QT= core dbus gui imageformats network widgets buildtools_build \
qmake_build wayland
-USE_XORG= x11 xcb
+USE_XORG= x11 xcb xcomposite xdamage xext xfixes xrender xrandr xtst
CMAKE_ARGS= -DDESKTOP_APP_SPECIAL_TARGET="" -DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \
-DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_API_HASH} \
More information about the dev-commits-ports-all
mailing list