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

Collapse All | Expand All

(-)./Makefile (-2 / +7 lines)
Lines 27-43 Link Here
27
		libdbus-1.so:devel/dbus \
27
		libdbus-1.so:devel/dbus \
28
		libdbusmenu-qt5.so:devel/libdbusmenu-qt \
28
		libdbusmenu-qt5.so:devel/libdbusmenu-qt \
29
		libenchant-2.so:textproc/enchant2 \
29
		libenchant-2.so:textproc/enchant2 \
30
		libevent.so:devel/libevent \
30
		libhunspell-1.7.so:textproc/hunspell \
31
		libhunspell-1.7.so:textproc/hunspell \
31
		libjpeg.so:graphics/jpeg-turbo \
32
		libjpeg.so:graphics/jpeg-turbo \
32
		liblz4.so:archivers/liblz4 \
33
		liblz4.so:archivers/liblz4 \
33
		libminizip.so:archivers/minizip \
34
		libminizip.so:archivers/minizip \
34
		librnnoise.so:audio/rnnoise \
35
		librnnoise.so:audio/rnnoise \
35
		libopenal.so:audio/openal-soft \
36
		libopenal.so:audio/openal-soft \
37
		libopenh264.so:multimedia/openh264 \
36
		libopus.so:audio/opus \
38
		libopus.so:audio/opus \
39
		libpipewire-0.3.so:multimedia/pipewire \
37
		libqrcodegencpp.so:graphics/qr-code-generator \
40
		libqrcodegencpp.so:graphics/qr-code-generator \
38
		libusrsctp.so:net/libusrsctp \
41
		libusrsctp.so:net/libusrsctp \
42
		libxcb-keysyms.so:x11/xcb-util-keysyms \
39
		libxkbcommon.so:x11/libxkbcommon \
43
		libxkbcommon.so:x11/libxkbcommon \
40
		libxxhash.so:devel/xxhash
44
		libxxhash.so:devel/xxhash \
45
		libvpx.so:multimedia/libvpx
41
46
42
USES=		cmake compiler:c++17-lang desktop-file-utils gl \
47
USES=		cmake compiler:c++17-lang desktop-file-utils gl \
43
		gnome pkgconfig python:3.7+,build qt:5 ssl xorg
48
		gnome pkgconfig python:3.7+,build qt:5 ssl xorg
Lines 50-56 Link Here
50
INSTALLS_ICONS=	yes
55
INSTALLS_ICONS=	yes
51
USE_QT=		core dbus gui imageformats network widgets buildtools_build \
56
USE_QT=		core dbus gui imageformats network widgets buildtools_build \
52
		qmake_build wayland
57
		qmake_build wayland
53
USE_XORG=	x11 xcb
58
USE_XORG=	x11 xcb xcomposite xdamage xext xfixes xrender xrandr xtst
54
59
55
CMAKE_ARGS=	-DDESKTOP_APP_SPECIAL_TARGET="" -DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \
60
CMAKE_ARGS=	-DDESKTOP_APP_SPECIAL_TARGET="" -DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \
56
		-DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_API_HASH} \
61
		-DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_API_HASH} \

Return to bug 257290