Hi there,
It appears this package throws a number of errors when built in clean chroot and run through namcap. Notably these type of errors:
zoom W: Referenced library 'libQt53DQuickScene2D.so.5' is an uninstalled dependency (needed in files ['opt/zoom/Qt/qml/QtQuick/Scene2D/libqtquickscene2dplugin.so'])
zoom W: Referenced library 'libQt53DInput.so.5' is an uninstalled dependency (needed in files ['opt/zoom/Qt/qml/QtQuick/Scene2D/libqtquickscene2dplugin.so', 'opt/zoom/Qt/qml/QtQuick/Scene3D/libqtquickscene3dplugin.so'])
zoom W: Referenced library 'libQt53DLogic.so.5' is an uninstalled dependency (needed in files ['opt/zoom/Qt/qml/QtQuick/Scene2D/libqtquickscene2dplugin.so', 'opt/zoom/Qt/qml/QtQuick/Scene3D/libqtquickscene3dplugin.so'])
zoom W: Referenced library 'libQt5Gamepad.so.5' is an uninstalled dependency (needed in files ['opt/zoom/Qt/qml/QtQuick/Scene2D/libqtquickscene2dplugin.so', 'opt/zoom/Qt/qml/QtQuick/Scene3D/libqtquickscene3dplugin.so'])
zoom W: Referenced library 'libQt5Multimedia.so.5' is an uninstalled dependency (needed in files ['opt/zoom/Qt/plugins/audio/libqtmedia_pulse.so', 'opt/zoom/Qt/plugins/audio/libqtaudio_alsa.so'])
zoom W: Referenced library 'libavutil.so.57' is an uninstalled dependency (needed in files ['opt/zoom/libswresample.so.4', 'opt/zoom/libavcodec.so.59', 'opt/zoom/libavformat.so.59'])
zoom W: Referenced library 'libQt5RemoteObjects.so.5' is an uninstalled dependency (needed in files ['opt/zoom/Qt/qml/QtQml/RemoteObjects/libqtqmlremoteobjects.so'])
zoom W: Referenced library 'libcef.so' is an uninstalled dependency (needed in files ['opt/zoom/zoom'])
zoom W: Referenced library 'libavcodec.so.59' is an uninstalled dependency (needed in files ['opt/zoom/libavformat.so.59'])
zoom W: Referenced library 'libQt53DQuick.so.5' is an uninstalled dependency (needed in files ['opt/zoom/Qt/qml/QtQuick/Scene2D/libqtquickscene2dplugin.so'])
which have some overlap with errors thrown by checkrebuild's ldd verification:
dd /opt/zoom/Qt/qml/QtQml/RemoteObjects/libqtqmlremoteobjects.so
libQt5RemoteObjects.so.5 => not found
ldd /opt/zoom/Qt/qml/QtQuick/Scene2D/libqtquickscene2dplugin.so
libQt5Gamepad.so.5 => not found
ldd /opt/zoom/Qt/qml/QtQuick/Scene3D/libqtquickscene3dplugin.so
libQt5Gamepad.so.5 => not found
ldd /opt/zoom/zoom
libcef.so => not found
libffmpeg.so => not found
Also, as per recent changes to SPDX the license field needs updating, see https://wiki.archlinux.org/title/PKGBUILD#license
zoom E: custom is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.
Thanks for maintaining.
Regards,
Mark
Pinned Comments
erbrecht commented on 2024-11-19 13:06 (UTC)
@Rhinoceros - I finally got screen sharing to work under KDE with Wayland. Looks like I'm using the same versions as you:
I followed the Screen share section on the Zoom wiki page:
https://wiki.archlinux.org/title/Zoom_Meetings
The only thing I didn't need to do was set XDG_CURRENT_DESKTOP=gnome. I followed the other steps, and now I can choose my desktop/window to share. Prior to following the wiki I couldn't stop screen sharing without the hanging issue, which I was experiencing prior to 6.2.10.
edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)