Please add pkgconf
into makedepends
.
Search Criteria
Package Details: wemeet-bin 3.19.2.400-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/wemeet-bin.git (read-only, click to copy) |
---|---|
Package Base: | wemeet-bin |
Description: | Tencent Video Conferencing, tencent meeting 腾讯会议 |
Upstream URL: | https://source.meeting.qq.com/download-center.html |
Keywords: | tencent-meeting wemeet |
Licenses: | unknown |
Provides: | tencent-meeting, wemeet |
Submitter: | sukanka |
Maintainer: | sukanka (AvianaCruz) |
Last Packager: | sukanka |
Votes: | 68 |
Popularity: | 1.01 |
First Submitted: | 2021-09-03 04:21 (UTC) |
Last Updated: | 2024-09-11 13:37 (UTC) |
Dependencies (27)
- alsa-lib
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libyuv (libyuv-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webchannel
- qt5-webengine
- qt5-x11extras
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- patchelf (patchelf-gitAUR) (make)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-overlayfsAUR, bubblewrap-suid) (optional) – Fix abnormal text color in dark mode and prevent messing files.
- qt5-wayland (qt5-wayland-decorationsAUR) (optional) – Wayland support
Required by (1)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 32 Next › Last »
libook commented on 2023-02-13 09:22 (UTC)
urugang commented on 2023-02-10 14:33 (UTC)
@AvianaCruz Yes, you are right. libwemeetwrap.so seems ok. We should add LD_LIBRARY_PATH to wemeet.sh.
$ diff wemeet.sh /usr/bin/wemeet
34a35
> --setenv LD_LIBRARY_PATH /opt/wemeet/lib \
AvianaCruz commented on 2023-02-10 13:58 (UTC)
@urugang The correct way to read whole array in bash is echo "${args[@]}"
.
urugang commented on 2023-02-10 07:54 (UTC)
@AvianaCruz it's still not work. it seems that read
only fetch first argument.
bubblewrap is not necessary, /opt/wemeet/wemeetapp.sh
works perfect.
[wemeet-bin]$ pkg-config --libs openssl
-lssl -lcrypto
[wemeet-bin]$ read -ra openssl_args < <(pkg-config --libs openssl)
[wemeet-bin]$ echo $openssl_args
-lssl
libook commented on 2023-02-10 05:16 (UTC) (edited on 2023-02-10 05:16 (UTC) by libook)
/home/libook/.cache/yay/wemeet-bin/PKGBUILD: line 67: pkg-config: command not found
YHNdnzj commented on 2023-02-09 12:00 (UTC) (edited on 2023-02-09 12:04 (UTC) by YHNdnzj)
I know. But patches are patches whatever they're used for. And I'm pretty sure that the bubblewrap
part is not only for fixing problems.
Don't get me wrong. I'm not saying that we should drop the patches. Just trying to clarify that this package does more than what a typical -bin
package would do.
AvianaCruz commented on 2023-02-09 11:57 (UTC) (edited on 2023-02-09 11:58 (UTC) by AvianaCruz)
@YHNdnzj The patches are used to fix problems on Arch Linux because the official does not announce Arch Linux as supported.
YHNdnzj commented on 2023-02-09 11:52 (UTC) (edited on 2023-02-09 11:53 (UTC) by YHNdnzj)
I think this should be renamed to wechat-patched-bin
or so, as a number of non-trivial third-party patches are being applied.
Also, please update the description of extra functionality provided by bubblewrap
- it does more than what it currently says. (And I think it's unnecessary to mask out things like /etc/machine-id
and /proc/cpuinfo
.)
AvianaCruz commented on 2023-02-09 10:32 (UTC)
@urugang Can you try if 3.12.0.400-10 works?
urugang commented on 2023-02-09 10:18 (UTC)
" Are you using latest openssl package from official Arch repo" @AvianaCruz yes, I have both openssl installed.
core/openssl 3.0.7-4 [installed]
core/openssl-1.1 1.1.1.s-4 [installed]
extra/python-pyopenssl 23.0.0-1 [installed]
multilib/lib32-openssl 1:3.0.7-1 [installed]
Pinned Comments
xuwd1 commented on 2024-11-21 07:39 (UTC)
KDE wayland下屏幕共享已经实现(非虚拟相机). 请见AUR包wemeet-wayland-screenshare-git
AvianaCruz commented on 2023-08-13 13:57 (UTC)
原生 Wayland 下无法使用摄像头,无法直接进行屏幕共享。如有上述需求请使用
wemeet-x11
启动。sukanka commented on 2022-07-15 15:09 (UTC) (edited on 2022-12-07 14:13 (UTC) by sukanka)
如果遇到提示更新,可先下载,然后标记过期时提供新版本的 4位版本号+md5 (不是 sha512)
请直接标记过期,而不是在评论区贴新版md5与版本号。
(deb 包可在
/tmp/Temp
下找到) 版本号为四位(如3.10.0.401): 解压 deb包中的control.tar.xz
打开其中的control
文件,找到Version: 3.10.0.401
即为新的版本号。arm 版本有时候与应用内不一致,这是由于 x86版本更新了,但是 arm 版没更新,静待更新即可(欢迎提供 md5+版本号)
sukanka commented on 2022-05-02 03:28 (UTC) (edited on 2023-08-13 13:40 (UTC) by sukanka)
pulseaudio
还是pipewire-pulse
pulseaudio
杂音的解决方法:拖动系统音量条(不是腾讯会议里面的)到0再调回来. 每次这样操作就能好了, thank @KimiblockLoadCustomFont()
,请尝试执行mkdir -p $HOME/.config/fontconfig
wayland
下要使用摄像头,请使用wemeet-x11
启动。