Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:opensuse_zh
TencentMeeting
TencentMeeting.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File TencentMeeting.spec of Package TencentMeeting
# # spec file for package TencentMeeting # # Copyright (c) 2021 Packman Team <packman@links2linux.de> # Copyright (c) 2021 openSUSE Chinese community # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.links2linux.org/ # %define _name wemeet Name: TencentMeeting Version: 3.15.0.402 Release: 0 Summary: TencentMeeting installer License: SUSE-NonFree Group: Productivity/Office/Organizers Url: https://meeting.tencent.com/ Source0: %{_name}.sh.in Source1: %{_name}.in Source2: %{_name}app.desktop.in BuildRequires: hicolor-icon-theme Requires: desktop-file-utils Requires: hicolor-icon-theme Requires: binutils Requires: vlc Requires: gconf2 Requires: libQtQuick5 Requires: libQt5Core5 Requires: libQt5DBus5 Requires: libQt5Widgets5 Requires: libQt5Gui5 Requires: libQt5Sql5 Requires: libQt5X11Extras5 Requires: libQt5Network5 Requires: libQt5Svg5 Requires: libQt5OpenGL5 Requires: libQt5WaylandClient5 Requires: libQt5PrintSupport5 Requires: libpng12-0 Requires: gstreamer-plugins-good Requires: gstreamer-plugins-bad Requires: gstreamer-plugins-ugly Recommends: gstreamer-plugins-bad-orig-addo Recommends: gstreamer-plugins-good-extra Recommends: gstreamer-plugins-libav Recommends: gstreamer-plugins-ugly-orig-addon Provides: wemeet = %{version} ExclusiveArch: x86_64 aarch64 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Global cross-border video conferencing just got better! Wemeet breaks down borders, providing smooth, secure, and reliable cloud-based video conferencing across over 100 countries around the world. Easily schedule or join meetings with crystal clear audio and HD video quality. And effectively collaborate across global teams through instant messaging, screen and document sharing, and much more! %prep %build %install %suse_install_update_script %{SOURCE0} install -d %{buildroot}%{_localstatedir}/adm/update-messages touch %{buildroot}%{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-1 ########################################################### install -d %{buildroot}%{_bindir} install -d %{buildroot}%{_libdir}/wemeet install -d %{buildroot}/opt/wemeet/bin/raw install -d %{buildroot}/opt/wemeet/bin/raw/chromakey install -d %{buildroot}/opt/wemeet/bin/raw/humansegment_pc install -d %{buildroot}/opt/wemeet/bin/raw/gazecorrection install -d %{buildroot}/opt/wemeet/bin/raw/humansegment_android install -d %{buildroot}/opt/wemeet/bin/raw/ytface_alignment install -d %{buildroot}/opt/wemeet/bin/raw/humansegment_ios install -d %{buildroot}/opt/wemeet/bin/raw/ytface_tracker install -d %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/detect/ install -d %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/fastalign install -d %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/pose install -d %{buildroot}/opt/wemeet/bin/router install -d %{buildroot}%{_datadir}/applications/ ########################################################### install -m0755 %{SOURCE1} %{buildroot}%{_bindir}/%{_name} install -m0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{_name}app.desktop ########################################################### touch %{buildroot}%{_libdir}/wemeet/libwemeet_app_sdk.so touch %{buildroot}%{_libdir}/wemeet/libwemeet_framework_common.so touch %{buildroot}%{_libdir}/wemeet/libwemeet.so touch %{buildroot}%{_libdir}/wemeet/libxcast.so touch %{buildroot}%{_libdir}/wemeet/libxnn_core.so touch %{buildroot}%{_libdir}/wemeet/libxnn_cudahelper.so touch %{buildroot}%{_libdir}/wemeet/libxnn.so touch %{buildroot}%{_libdir}/wemeet/libxnn_trt.so touch %{buildroot}%{_libdir}/wemeet/libtquic.so touch %{buildroot}%{_libdir}/wemeet/libQt5WebKitWidgets.so.5 touch %{buildroot}%{_libdir}/wemeet/libQt5WebKit.so.5 touch %{buildroot}%{_libdir}/wemeet/libicui18n.so.55 touch %{buildroot}%{_libdir}/wemeet/libicuuc.so.55 touch %{buildroot}%{_libdir}/wemeet/libicudata.so.55 touch %{buildroot}%{_libdir}/wemeet/libdesktop_common.so touch %{buildroot}/opt/wemeet/bin/wemeetapp touch %{buildroot}/opt/wemeet/bin/router/router.json touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_X.png touch %{buildroot}/opt/wemeet/bin/raw/gru_16k.bin touch %{buildroot}/opt/wemeet/bin/raw/sea.mov touch %{buildroot}/opt/wemeet/bin/raw/timezone_ko.json touch %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/detect/net2_36_bin.rpnproto touch %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/detect/net1_18_bin.rpnproto touch %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/detect/net1_18.rpnmodel touch %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/detect/net2_36.rpnmodel touch %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/config.ini touch %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/fastalign/fastfa.rpdm touch %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/fastalign/fastfa.rpdc touch %{buildroot}/opt/wemeet/bin/raw/ytface_tracker/pose/PE.dat touch %{buildroot}/opt/wemeet/bin/raw/country_code_en.xml touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_Z1.png touch %{buildroot}/opt/wemeet/bin/raw/some_one_join_room.wav touch %{buildroot}/opt/wemeet/bin/raw/xnn_corecfg_android.lua.en2 touch %{buildroot}/opt/wemeet/bin/raw/country_code_4_sms_zh.xml touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Graphical@3x.png touch %{buildroot}/opt/wemeet/bin/raw/xcast_android.conf touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_leakecho.json touch %{buildroot}/opt/wemeet/bin/raw/xcast_mac.conf touch %{buildroot}/opt/wemeet/bin/raw/video_filter_langman.png touch %{buildroot}/opt/wemeet/bin/raw/humansegment_bk0.jpg touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_android_int8.bin touch %{buildroot}/opt/wemeet/bin/raw/win_timezone_map.xml touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Text.png touch %{buildroot}/opt/wemeet/bin/raw/timezone_zh.json touch %{buildroot}/opt/wemeet/bin/raw/emoji_0.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Selector.png touch %{buildroot}/opt/wemeet/bin/raw/network_unavailable_zh.html touch %{buildroot}/opt/wemeet/bin/raw/video_filter_yuanqi.png touch %{buildroot}/opt/wemeet/bin/raw/video_filter_fennen.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Text.cur touch %{buildroot}/opt/wemeet/bin/raw/timezone_ms.json touch %{buildroot}/opt/wemeet/bin/raw/deleted.png touch %{buildroot}/opt/wemeet/bin/raw/vbk_blur@2x.png touch %{buildroot}/opt/wemeet/bin/raw/humansegment_pc/config.json touch %{buildroot}/opt/wemeet/bin/raw/humansegment_pc/model_metal.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/humansegment_pc/model.bin touch %{buildroot}/opt/wemeet/bin/raw/humansegment_pc/model.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_Z1.cur touch %{buildroot}/opt/wemeet/bin/raw/xcast_ios.conf touch %{buildroot}/opt/wemeet/bin/raw/timezone.json touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Selector@3x.png touch %{buildroot}/opt/wemeet/bin/raw/gru_32k.bin touch %{buildroot}/opt/wemeet/bin/raw/country_code_ko.xml touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_Z2.cur touch %{buildroot}/opt/wemeet/bin/raw/chimera_bark_int8.bin touch %{buildroot}/opt/wemeet/bin/raw/gazecorrection/config.json touch %{buildroot}/opt/wemeet/bin/raw/gazecorrection/model.bin touch %{buildroot}/opt/wemeet/bin/raw/gazecorrection/model.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Pen@3x.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Laser_Pointer.cur touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_leakecho_table.json touch %{buildroot}/opt/wemeet/bin/raw/country_code_4_sms_ms.xml touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Hightlighter.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Move@3x.png touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_0812_bluetooth2.param touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_Z1@3x.png touch %{buildroot}/opt/wemeet/bin/raw/deleted@2x.png touch %{buildroot}/opt/wemeet/bin/raw/RTVQA_v2_part1.bin touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_0812_bluetooth2.bin touch %{buildroot}/opt/wemeet/bin/raw/humansegment_android/config.json touch %{buildroot}/opt/wemeet/bin/raw/humansegment_android/model_hv.bin touch %{buildroot}/opt/wemeet/bin/raw/humansegment_android/model_hv.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/humansegment_android/model.bin touch %{buildroot}/opt/wemeet/bin/raw/humansegment_android/model.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/video_filter_normal.png touch %{buildroot}/opt/wemeet/bin/raw/country_code_zh.xml touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Cross.cur touch %{buildroot}/opt/wemeet/bin/raw/chimera_bark_table.json touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Graphical.png touch %{buildroot}/opt/wemeet/bin/raw/XNN_NNPP.bin touch %{buildroot}/opt/wemeet/bin/raw/emoji_5.png touch %{buildroot}/opt/wemeet/bin/raw/emoji_2.png touch %{buildroot}/opt/wemeet/bin/raw/xnn_corecfg_mac.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_table.json touch %{buildroot}/opt/wemeet/bin/raw/xnn_corecfg_win.lua.en2 touch %{buildroot}/opt/wemeet/bin/raw/video_filter_bailan.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Eraser.cur touch %{buildroot}/opt/wemeet/bin/raw/country_code_ms.xml touch %{buildroot}/opt/wemeet/bin/raw/RTVQA_v2_part2.bin touch %{buildroot}/opt/wemeet/bin/raw/si_language_ja.xml touch %{buildroot}/opt/wemeet/bin/raw/fc.bin touch %{buildroot}/opt/wemeet/bin/raw/network_unavailable_ja.html touch %{buildroot}/opt/wemeet/bin/raw/country_code_4_sms_tc.xml touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Graphical.cur touch %{buildroot}/opt/wemeet/bin/raw/si_language_ko.xml touch %{buildroot}/opt/wemeet/bin/raw/xnnmetalkernel.metallib touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Laser_Pointer@2x.png touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/config.ini touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/mouth.rpdm touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/align_opt_bin.rpdc touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/rotBasis.bin touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/align.stb touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/eye.rpdm touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/eyebrow.rpdm touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/align_opt.rpdm touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/mouth_bin.rpdc touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/eyebrow_bin.rpdc touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/meshBasis.bin touch %{buildroot}/opt/wemeet/bin/raw/ytface_alignment/eye_bin.rpdc touch %{buildroot}/opt/wemeet/bin/raw/video_filter_landiao.png touch %{buildroot}/opt/wemeet/bin/raw/si_language_ms.xml touch %{buildroot}/opt/wemeet/bin/raw/video_filter_weimei.png touch %{buildroot}/opt/wemeet/bin/raw/video_filter_huaijiu.png touch %{buildroot}/opt/wemeet/bin/raw/splash_user_guide_3.jpg touch %{buildroot}/opt/wemeet/bin/raw/video_filter_chunzhen.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_X@3x.png touch %{buildroot}/opt/wemeet/bin/raw/chimera_bark.json touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_leakecho_int8.bin touch %{buildroot}/opt/wemeet/bin/raw/Cursor_drag_move.cur touch %{buildroot}/opt/wemeet/bin/raw/network_very_bad.wav touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_android.bin touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms.json touch %{buildroot}/opt/wemeet/bin/raw/cplc.bin touch %{buildroot}/opt/wemeet/bin/raw/xnn_bizcfg_ios.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Laser_Pointer.ico touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Text@3x.png touch %{buildroot}/opt/wemeet/bin/raw/video_filter_qingxin.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Hightlighter.cur touch %{buildroot}/opt/wemeet/bin/raw/grulite_micoff_16k.bin touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms.bin touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Pen.cur touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms.param touch %{buildroot}/opt/wemeet/bin/raw/video_filter_qingliang.png touch %{buildroot}/opt/wemeet/bin/raw/splash_user_guide_2.jpg touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Selector.cur touch %{buildroot}/opt/wemeet/bin/raw/country_code_4_sms_ja.xml touch %{buildroot}/opt/wemeet/bin/raw/speaker_test_sound.wav touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Laser_Pointer@3x.png touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_int8.bin touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_Z2.png touch %{buildroot}/opt/wemeet/bin/raw/si_language_zh.xml touch %{buildroot}/opt/wemeet/bin/raw/fc.param touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Pen.png touch %{buildroot}/opt/wemeet/bin/raw/timezone_tc.json touch %{buildroot}/opt/wemeet/bin/raw/video_filter_white.png touch %{buildroot}/opt/wemeet/bin/raw/emoji_3.png touch %{buildroot}/opt/wemeet/bin/raw/emoji_1.png touch %{buildroot}/opt/wemeet/bin/raw/network_unavailable_tc.html touch %{buildroot}/opt/wemeet/bin/raw/emoji_7.png touch %{buildroot}/opt/wemeet/bin/raw/timezone_ja.json touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_android_table.json touch %{buildroot}/opt/wemeet/bin/raw/splash_user_guide_1.jpg touch %{buildroot}/opt/wemeet/bin/raw/xcast_windows.conf touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_Y.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_Y.cur touch %{buildroot}/opt/wemeet/bin/raw/chimera_20ms_leakecho.bin touch %{buildroot}/opt/wemeet/bin/raw/video_filter_rixi.png touch %{buildroot}/opt/wemeet/bin/raw/si_language_tc.xml touch %{buildroot}/opt/wemeet/bin/raw/.gitattributes touch %{buildroot}/opt/wemeet/bin/raw/emoji_4.png touch %{buildroot}/opt/wemeet/bin/raw/xnn_bizcfg_mac.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Laser.cur touch %{buildroot}/opt/wemeet/bin/raw/chromakey/config.json touch %{buildroot}/opt/wemeet/bin/raw/chromakey/chromakey_search.bin touch %{buildroot}/opt/wemeet/bin/raw/chromakey/chromakey_search.json touch %{buildroot}/opt/wemeet/bin/raw/chromakey/chromakey.json touch %{buildroot}/opt/wemeet/bin/raw/chromakey/chromakey.bin touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Pointer.cur touch %{buildroot}/opt/wemeet/bin/raw/country_code_ja.xml touch %{buildroot}/opt/wemeet/bin/raw/network_unavailable_en.html touch %{buildroot}/opt/wemeet/bin/raw/cplc.json touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Move.cur touch %{buildroot}/opt/wemeet/bin/raw/xnn_bizcfg_win.lua.en2 touch %{buildroot}/opt/wemeet/bin/raw/xnn_corecfg_ios.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Laser_Pointer.png touch %{buildroot}/opt/wemeet/bin/raw/XNN_NNPP.json touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_X.cur touch %{buildroot}/opt/wemeet/bin/raw/video_filter_yinghong.png touch %{buildroot}/opt/wemeet/bin/raw/chimera_bark.bin touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Eraser@3x.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Pointer@3x.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Hightlighter@3x.png touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Pointer.png touch %{buildroot}/opt/wemeet/bin/raw/xcast.conf touch %{buildroot}/opt/wemeet/bin/raw/video_filter_chaotuo.png touch %{buildroot}/opt/wemeet/bin/raw/emoji_6.png touch %{buildroot}/opt/wemeet/bin/raw/RTVQA_v2_part2.json touch %{buildroot}/opt/wemeet/bin/raw/timezone_en.json touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Eraser.png touch %{buildroot}/opt/wemeet/bin/raw/splash_user_guide_0.jpg touch %{buildroot}/opt/wemeet/bin/raw/humansegment_ios/config.json touch %{buildroot}/opt/wemeet/bin/raw/humansegment_ios/model_hv.bin touch %{buildroot}/opt/wemeet/bin/raw/humansegment_ios/model_metal.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/humansegment_ios/model_hv.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/humansegment_ios/model.bin touch %{buildroot}/opt/wemeet/bin/raw/humansegment_ios/model.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/humansegment_ios/model_hv_metal.json.en2 touch %{buildroot}/opt/wemeet/bin/raw/ytface_license touch %{buildroot}/opt/wemeet/bin/raw/country_code_tc.xml touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_Y@3x.png touch %{buildroot}/opt/wemeet/bin/raw/xnnmetalkernel_mac.metallib touch %{buildroot}/opt/wemeet/bin/raw/humansegment_bk1.jpg touch %{buildroot}/opt/wemeet/bin/raw/xnn_bizcfg_android.lua.en2 touch %{buildroot}/opt/wemeet/bin/raw/Cursor_Drag_Z2@3x.png touch %{buildroot}/opt/wemeet/bin/raw/lsqa_wb_v1_table.json touch %{buildroot}/opt/wemeet/bin/raw/lsqa_wb_v1_int8.bin touch %{buildroot}/opt/wemeet/bin/raw/country_code_4_sms_en.xml touch %{buildroot}/opt/wemeet/bin/raw/RTVQA_v2_part1.json touch %{buildroot}/opt/wemeet/bin/raw/si_language_en.xml touch %{buildroot}/opt/wemeet/bin/raw/video_filter_xiangfen.png touch %{buildroot}/opt/wemeet/bin/raw/vbk_blur.png touch %{buildroot}/opt/wemeet/bin/raw/whitening.bin touch %{buildroot}/opt/wemeet/bin/raw/network_unavailable_ms.html touch %{buildroot}/opt/wemeet/bin/raw/lsqa_wb_v1.json touch %{buildroot}/opt/wemeet/bin/raw/network_unavailable_ko.html touch %{buildroot}/opt/wemeet/bin/raw/humansegment_bk2.jpg touch %{buildroot}/opt/wemeet/bin/raw/country_code_4_sms_ko.xml touch %{buildroot}/opt/wemeet/bin/raw/video_filter_yunshang.png touch %{buildroot}/opt/wemeet/bin/qt_zh_CN.qm touch %{buildroot}/opt/wemeet/bin/crashpad_handler touch %{buildroot}/opt/wemeet/bin/wemeet.res touch %{buildroot}/opt/wemeet/bin/qt.conf ########################################################### %files %defattr(-,root,root) %{_localstatedir}/adm/update-scripts/* %{_localstatedir}/adm/update-messages/* %{_bindir}/wemeet %{_datadir}/applications/wemeetapp.desktop %dir %{_libdir}/wemeet %dir /opt/wemeet %dir /opt/wemeet/bin %dir /opt/wemeet/bin/raw %dir /opt/wemeet/bin/router %ghost %{_libdir}/wemeet/libwemeet_app_sdk.so %ghost %{_libdir}/wemeet/libwemeet_framework_common.so %ghost %{_libdir}/wemeet/libwemeet.so %ghost %{_libdir}/wemeet/libxcast.so %ghost %{_libdir}/wemeet/libxnn_core.so %ghost %{_libdir}/wemeet/libxnn_cudahelper.so %ghost %{_libdir}/wemeet/libxnn.so %ghost %{_libdir}/wemeet/libxnn_trt.so %ghost %{_libdir}/wemeet/libtquic.so %ghost %{_libdir}/wemeet/libQt5WebKitWidgets.so.5 %ghost %{_libdir}/wemeet/libQt5WebKit.so.5 %ghost %{_libdir}/wemeet/libicui18n.so.55 %ghost %{_libdir}/wemeet/libicuuc.so.55 %ghost %{_libdir}/wemeet/libicudata.so.55 %ghost %{_libdir}/wemeet/libdesktop_common.so %ghost /opt/wemeet/bin/wemeetapp %ghost /opt/wemeet/bin/router/router.json %ghost /opt/wemeet/bin/raw/Cursor_Drag_X.png %ghost /opt/wemeet/bin/raw/gru_16k.bin %ghost /opt/wemeet/bin/raw/sea.mov %ghost /opt/wemeet/bin/raw/timezone_ko.json %ghost /opt/wemeet/bin/raw/ytface_tracker %ghost /opt/wemeet/bin/raw/ytface_tracker/detect %ghost /opt/wemeet/bin/raw/ytface_tracker/detect/net2_36_bin.rpnproto %ghost /opt/wemeet/bin/raw/ytface_tracker/detect/net1_18_bin.rpnproto %ghost /opt/wemeet/bin/raw/ytface_tracker/detect/net1_18.rpnmodel %ghost /opt/wemeet/bin/raw/ytface_tracker/detect/net2_36.rpnmodel %ghost /opt/wemeet/bin/raw/ytface_tracker/config.ini %ghost /opt/wemeet/bin/raw/ytface_tracker/fastalign %ghost /opt/wemeet/bin/raw/ytface_tracker/fastalign/fastfa.rpdm %ghost /opt/wemeet/bin/raw/ytface_tracker/fastalign/fastfa.rpdc %ghost /opt/wemeet/bin/raw/ytface_tracker/pose %ghost /opt/wemeet/bin/raw/ytface_tracker/pose/PE.dat %ghost /opt/wemeet/bin/raw/country_code_en.xml %ghost /opt/wemeet/bin/raw/Cursor_Drag_Z1.png %ghost /opt/wemeet/bin/raw/some_one_join_room.wav %ghost /opt/wemeet/bin/raw/xnn_corecfg_android.lua.en2 %ghost /opt/wemeet/bin/raw/country_code_4_sms_zh.xml %ghost /opt/wemeet/bin/raw/Cursor_Graphical@3x.png %ghost /opt/wemeet/bin/raw/xcast_android.conf %ghost /opt/wemeet/bin/raw/chimera_20ms_leakecho.json %ghost /opt/wemeet/bin/raw/xcast_mac.conf %ghost /opt/wemeet/bin/raw/video_filter_langman.png %ghost /opt/wemeet/bin/raw/humansegment_bk0.jpg %ghost /opt/wemeet/bin/raw/chimera_20ms_android_int8.bin %ghost /opt/wemeet/bin/raw/win_timezone_map.xml %ghost /opt/wemeet/bin/raw/Cursor_Text.png %ghost /opt/wemeet/bin/raw/timezone_zh.json %ghost /opt/wemeet/bin/raw/emoji_0.png %ghost /opt/wemeet/bin/raw/Cursor_Selector.png %ghost /opt/wemeet/bin/raw/network_unavailable_zh.html %ghost /opt/wemeet/bin/raw/video_filter_yuanqi.png %ghost /opt/wemeet/bin/raw/video_filter_fennen.png %ghost /opt/wemeet/bin/raw/Cursor_Text.cur %ghost /opt/wemeet/bin/raw/timezone_ms.json %ghost /opt/wemeet/bin/raw/deleted.png %ghost /opt/wemeet/bin/raw/vbk_blur@2x.png %ghost /opt/wemeet/bin/raw/humansegment_pc %ghost /opt/wemeet/bin/raw/humansegment_pc/config.json %ghost /opt/wemeet/bin/raw/humansegment_pc/model_metal.json.en2 %ghost /opt/wemeet/bin/raw/humansegment_pc/model.bin %ghost /opt/wemeet/bin/raw/humansegment_pc/model.json.en2 %ghost /opt/wemeet/bin/raw/Cursor_Drag_Z1.cur %ghost /opt/wemeet/bin/raw/xcast_ios.conf %ghost /opt/wemeet/bin/raw/timezone.json %ghost /opt/wemeet/bin/raw/Cursor_Selector@3x.png %ghost /opt/wemeet/bin/raw/gru_32k.bin %ghost /opt/wemeet/bin/raw/country_code_ko.xml %ghost /opt/wemeet/bin/raw/Cursor_Drag_Z2.cur %ghost /opt/wemeet/bin/raw/chimera_bark_int8.bin %ghost /opt/wemeet/bin/raw/gazecorrection %ghost /opt/wemeet/bin/raw/gazecorrection/config.json %ghost /opt/wemeet/bin/raw/gazecorrection/model.bin %ghost /opt/wemeet/bin/raw/gazecorrection/model.json.en2 %ghost /opt/wemeet/bin/raw/Cursor_Pen@3x.png %ghost /opt/wemeet/bin/raw/Cursor_Laser_Pointer.cur %ghost /opt/wemeet/bin/raw/chimera_20ms_leakecho_table.json %ghost /opt/wemeet/bin/raw/country_code_4_sms_ms.xml %ghost /opt/wemeet/bin/raw/Cursor_Hightlighter.png %ghost /opt/wemeet/bin/raw/Cursor_Move@3x.png %ghost /opt/wemeet/bin/raw/chimera_20ms_0812_bluetooth2.param %ghost /opt/wemeet/bin/raw/Cursor_Drag_Z1@3x.png %ghost /opt/wemeet/bin/raw/deleted@2x.png %ghost /opt/wemeet/bin/raw/RTVQA_v2_part1.bin %ghost /opt/wemeet/bin/raw/chimera_20ms_0812_bluetooth2.bin %ghost /opt/wemeet/bin/raw/humansegment_android %ghost /opt/wemeet/bin/raw/humansegment_android/config.json %ghost /opt/wemeet/bin/raw/humansegment_android/model_hv.bin %ghost /opt/wemeet/bin/raw/humansegment_android/model_hv.json.en2 %ghost /opt/wemeet/bin/raw/humansegment_android/model.bin %ghost /opt/wemeet/bin/raw/humansegment_android/model.json.en2 %ghost /opt/wemeet/bin/raw/video_filter_normal.png %ghost /opt/wemeet/bin/raw/country_code_zh.xml %ghost /opt/wemeet/bin/raw/Cursor_Cross.cur %ghost /opt/wemeet/bin/raw/chimera_bark_table.json %ghost /opt/wemeet/bin/raw/Cursor_Graphical.png %ghost /opt/wemeet/bin/raw/XNN_NNPP.bin %ghost /opt/wemeet/bin/raw/emoji_5.png %ghost /opt/wemeet/bin/raw/emoji_2.png %ghost /opt/wemeet/bin/raw/xnn_corecfg_mac.json.en2 %ghost /opt/wemeet/bin/raw/chimera_20ms_table.json %ghost /opt/wemeet/bin/raw/xnn_corecfg_win.lua.en2 %ghost /opt/wemeet/bin/raw/video_filter_bailan.png %ghost /opt/wemeet/bin/raw/Cursor_Eraser.cur %ghost /opt/wemeet/bin/raw/country_code_ms.xml %ghost /opt/wemeet/bin/raw/RTVQA_v2_part2.bin %ghost /opt/wemeet/bin/raw/si_language_ja.xml %ghost /opt/wemeet/bin/raw/fc.bin %ghost /opt/wemeet/bin/raw/network_unavailable_ja.html %ghost /opt/wemeet/bin/raw/country_code_4_sms_tc.xml %ghost /opt/wemeet/bin/raw/Cursor_Graphical.cur %ghost /opt/wemeet/bin/raw/si_language_ko.xml %ghost /opt/wemeet/bin/raw/xnnmetalkernel.metallib %ghost /opt/wemeet/bin/raw/Cursor_Laser_Pointer@2x.png %ghost /opt/wemeet/bin/raw/ytface_alignment %ghost /opt/wemeet/bin/raw/ytface_alignment/config.ini %ghost /opt/wemeet/bin/raw/ytface_alignment/mouth.rpdm %ghost /opt/wemeet/bin/raw/ytface_alignment/align_opt_bin.rpdc %ghost /opt/wemeet/bin/raw/ytface_alignment/rotBasis.bin %ghost /opt/wemeet/bin/raw/ytface_alignment/align.stb %ghost /opt/wemeet/bin/raw/ytface_alignment/eye.rpdm %ghost /opt/wemeet/bin/raw/ytface_alignment/eyebrow.rpdm %ghost /opt/wemeet/bin/raw/ytface_alignment/align_opt.rpdm %ghost /opt/wemeet/bin/raw/ytface_alignment/mouth_bin.rpdc %ghost /opt/wemeet/bin/raw/ytface_alignment/eyebrow_bin.rpdc %ghost /opt/wemeet/bin/raw/ytface_alignment/meshBasis.bin %ghost /opt/wemeet/bin/raw/ytface_alignment/eye_bin.rpdc %ghost /opt/wemeet/bin/raw/video_filter_landiao.png %ghost /opt/wemeet/bin/raw/si_language_ms.xml %ghost /opt/wemeet/bin/raw/video_filter_weimei.png %ghost /opt/wemeet/bin/raw/video_filter_huaijiu.png %ghost /opt/wemeet/bin/raw/splash_user_guide_3.jpg %ghost /opt/wemeet/bin/raw/video_filter_chunzhen.png %ghost /opt/wemeet/bin/raw/Cursor_Drag_X@3x.png %ghost /opt/wemeet/bin/raw/chimera_bark.json %ghost /opt/wemeet/bin/raw/chimera_20ms_leakecho_int8.bin %ghost /opt/wemeet/bin/raw/Cursor_drag_move.cur %ghost /opt/wemeet/bin/raw/network_very_bad.wav %ghost /opt/wemeet/bin/raw/chimera_20ms_android.bin %ghost /opt/wemeet/bin/raw/chimera_20ms.json %ghost /opt/wemeet/bin/raw/cplc.bin %ghost /opt/wemeet/bin/raw/xnn_bizcfg_ios.json.en2 %ghost /opt/wemeet/bin/raw/Cursor_Laser_Pointer.ico %ghost /opt/wemeet/bin/raw/Cursor_Text@3x.png %ghost /opt/wemeet/bin/raw/video_filter_qingxin.png %ghost /opt/wemeet/bin/raw/Cursor_Hightlighter.cur %ghost /opt/wemeet/bin/raw/grulite_micoff_16k.bin %ghost /opt/wemeet/bin/raw/chimera_20ms.bin %ghost /opt/wemeet/bin/raw/Cursor_Pen.cur %ghost /opt/wemeet/bin/raw/chimera_20ms.param %ghost /opt/wemeet/bin/raw/video_filter_qingliang.png %ghost /opt/wemeet/bin/raw/splash_user_guide_2.jpg %ghost /opt/wemeet/bin/raw/Cursor_Selector.cur %ghost /opt/wemeet/bin/raw/country_code_4_sms_ja.xml %ghost /opt/wemeet/bin/raw/speaker_test_sound.wav %ghost /opt/wemeet/bin/raw/Cursor_Laser_Pointer@3x.png %ghost /opt/wemeet/bin/raw/chimera_20ms_int8.bin %ghost /opt/wemeet/bin/raw/Cursor_Drag_Z2.png %ghost /opt/wemeet/bin/raw/si_language_zh.xml %ghost /opt/wemeet/bin/raw/fc.param %ghost /opt/wemeet/bin/raw/Cursor_Pen.png %ghost /opt/wemeet/bin/raw/timezone_tc.json %ghost /opt/wemeet/bin/raw/video_filter_white.png %ghost /opt/wemeet/bin/raw/emoji_3.png %ghost /opt/wemeet/bin/raw/emoji_1.png %ghost /opt/wemeet/bin/raw/network_unavailable_tc.html %ghost /opt/wemeet/bin/raw/emoji_7.png %ghost /opt/wemeet/bin/raw/timezone_ja.json %ghost /opt/wemeet/bin/raw/chimera_20ms_android_table.json %ghost /opt/wemeet/bin/raw/splash_user_guide_1.jpg %ghost /opt/wemeet/bin/raw/xcast_windows.conf %ghost /opt/wemeet/bin/raw/Cursor_Drag_Y.png %ghost /opt/wemeet/bin/raw/Cursor_Drag_Y.cur %ghost /opt/wemeet/bin/raw/chimera_20ms_leakecho.bin %ghost /opt/wemeet/bin/raw/video_filter_rixi.png %ghost /opt/wemeet/bin/raw/si_language_tc.xml %ghost /opt/wemeet/bin/raw/.gitattributes %ghost /opt/wemeet/bin/raw/emoji_4.png %ghost /opt/wemeet/bin/raw/xnn_bizcfg_mac.json.en2 %ghost /opt/wemeet/bin/raw/Cursor_Laser.cur %ghost /opt/wemeet/bin/raw/chromakey %ghost /opt/wemeet/bin/raw/chromakey/config.json %ghost /opt/wemeet/bin/raw/chromakey/chromakey_search.bin %ghost /opt/wemeet/bin/raw/chromakey/chromakey_search.json %ghost /opt/wemeet/bin/raw/chromakey/chromakey.json %ghost /opt/wemeet/bin/raw/chromakey/chromakey.bin %ghost /opt/wemeet/bin/raw/Cursor_Pointer.cur %ghost /opt/wemeet/bin/raw/country_code_ja.xml %ghost /opt/wemeet/bin/raw/network_unavailable_en.html %ghost /opt/wemeet/bin/raw/cplc.json %ghost /opt/wemeet/bin/raw/Cursor_Move.cur %ghost /opt/wemeet/bin/raw/xnn_bizcfg_win.lua.en2 %ghost /opt/wemeet/bin/raw/xnn_corecfg_ios.json.en2 %ghost /opt/wemeet/bin/raw/Cursor_Laser_Pointer.png %ghost /opt/wemeet/bin/raw/XNN_NNPP.json %ghost /opt/wemeet/bin/raw/Cursor_Drag_X.cur %ghost /opt/wemeet/bin/raw/video_filter_yinghong.png %ghost /opt/wemeet/bin/raw/chimera_bark.bin %ghost /opt/wemeet/bin/raw/Cursor_Eraser@3x.png %ghost /opt/wemeet/bin/raw/Cursor_Pointer@3x.png %ghost /opt/wemeet/bin/raw/Cursor_Hightlighter@3x.png %ghost /opt/wemeet/bin/raw/Cursor_Pointer.png %ghost /opt/wemeet/bin/raw/xcast.conf %ghost /opt/wemeet/bin/raw/video_filter_chaotuo.png %ghost /opt/wemeet/bin/raw/emoji_6.png %ghost /opt/wemeet/bin/raw/RTVQA_v2_part2.json %ghost /opt/wemeet/bin/raw/timezone_en.json %ghost /opt/wemeet/bin/raw/Cursor_Eraser.png %ghost /opt/wemeet/bin/raw/splash_user_guide_0.jpg %ghost /opt/wemeet/bin/raw/humansegment_ios %ghost /opt/wemeet/bin/raw/humansegment_ios/config.json %ghost /opt/wemeet/bin/raw/humansegment_ios/model_hv.bin %ghost /opt/wemeet/bin/raw/humansegment_ios/model_metal.json.en2 %ghost /opt/wemeet/bin/raw/humansegment_ios/model_hv.json.en2 %ghost /opt/wemeet/bin/raw/humansegment_ios/model.bin %ghost /opt/wemeet/bin/raw/humansegment_ios/model.json.en2 %ghost /opt/wemeet/bin/raw/humansegment_ios/model_hv_metal.json.en2 %ghost /opt/wemeet/bin/raw/ytface_license %ghost /opt/wemeet/bin/raw/country_code_tc.xml %ghost /opt/wemeet/bin/raw/Cursor_Drag_Y@3x.png %ghost /opt/wemeet/bin/raw/xnnmetalkernel_mac.metallib %ghost /opt/wemeet/bin/raw/humansegment_bk1.jpg %ghost /opt/wemeet/bin/raw/xnn_bizcfg_android.lua.en2 %ghost /opt/wemeet/bin/raw/Cursor_Drag_Z2@3x.png %ghost /opt/wemeet/bin/raw/lsqa_wb_v1_table.json %ghost /opt/wemeet/bin/raw/lsqa_wb_v1_int8.bin %ghost /opt/wemeet/bin/raw/country_code_4_sms_en.xml %ghost /opt/wemeet/bin/raw/RTVQA_v2_part1.json %ghost /opt/wemeet/bin/raw/si_language_en.xml %ghost /opt/wemeet/bin/raw/video_filter_xiangfen.png %ghost /opt/wemeet/bin/raw/vbk_blur.png %ghost /opt/wemeet/bin/raw/whitening.bin %ghost /opt/wemeet/bin/raw/network_unavailable_ms.html %ghost /opt/wemeet/bin/raw/lsqa_wb_v1.json %ghost /opt/wemeet/bin/raw/network_unavailable_ko.html %ghost /opt/wemeet/bin/raw/humansegment_bk2.jpg %ghost /opt/wemeet/bin/raw/country_code_4_sms_ko.xml %ghost /opt/wemeet/bin/raw/video_filter_yunshang.png %ghost /opt/wemeet/bin/qt_zh_CN.qm %ghost /opt/wemeet/bin/crashpad_handler %ghost /opt/wemeet/bin/wemeet.res %ghost /opt/wemeet/bin/qt.conf %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor