Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nurlan
eepm
Commits
fbfccdca
Commit
fbfccdca
authored
Mar 08, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack zoom.sh: improve packing (ALT bug 44988)
parent
13745c37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
9 deletions
+36
-9
zoom.sh
repack.d/zoom.sh
+36
-9
No files found.
repack.d/zoom.sh
View file @
fbfccdca
...
...
@@ -32,10 +32,26 @@ done
epm assure patchelf
||
exit
for
i
in
$BUILDROOT
/opt/zoom/lib
*
.so.
*
$BUILDROOT
/opt/zoom/lib
*
.so
;
do
a
=
patchelf
--set-rpath
'$ORIGIN:$ORIGIN/Qt/lib'
$i
||
continue
done
for
i
in
$BUILDROOT
/opt/zoom/Qt/lib/
*
.so.
*
;
do
a
=
patchelf
--set-rpath
'$ORIGIN:$ORIGIN/../../'
$i
||
continue
done
for
i
in
$BUILDROOT
/opt/zoom/Qt/plugins/
*
/lib
*
.so
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/../../lib'
$i
||
continue
done
for
i
in
$BUILDROOT
/opt/zoom/Qt/qml/QtQuick/
*
/lib
*
.so.
*
$BUILDROOT
/opt/zoom/Qt/qml/QtQuick/XmlListModel/lib
*
$BUILDROOT
/opt/zoom/Qt/qml/QtQml/RemoteObjects/lib
*
.so
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/../../../lib'
$i
||
continue
done
for
i
in
$BUILDROOT
/opt/zoom/Qt/qml/Qt/labs/
*
/lib
*
.so
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/../../../../lib'
$i
done
#for i in $BUILDROOT/opt/zoom/cef/libcef.so ; do
# a= patchelf --set-rpath '$ORIGIN/../' $i || continue
#done
...
...
@@ -44,22 +60,33 @@ for i in $BUILDROOT/opt/zoom/{zoom,zopen} ; do
a
=
patchelf
--set-rpath
'$ORIGIN:$ORIGIN/Qt/lib:$ORIGIN/cef'
$i
done
if
[
-d
$BUILDROOT
/opt/zoom/QtQuick/Scene2D
]
;
then
# qt5-3d libqt5-3dquickscene2d
remove_file /opt/zoom/QtQuick/Scene2D/libqtquickscene2dplugin.so
remove_file /opt/zoom/QtQuick/Scene3D/libqtquickscene3dplugin.so
fi
# missed Qt deps
remove_file /opt/zoom/Qt/qml/QtQuick/XmlListModel/libqmlxmllistmodelplugin.so
remove_file /opt/zoom/Qt/qml/QtQuick/Scene2D/libqtquickscene2dplugin.so
remove_file /opt/zoom/Qt/qml/QtQuick/Scene3D/libqtquickscene3dplugin.so
echo
"Fix for library libQt5Multimedia.so.5 not found"
remove_file /opt/zoom/Qt/plugins/audio/libqtaudio_alsa.so
remove_file /opt/zoom/Qt/plugins/audio/libqtmedia_pulse.so
# library libQt5RemoteObjects.so.5 not found
remove_file /opt/zoom/Qt/qml/QtQml/RemoteObjects/libqtqmlremoteobjects.so
# library libQt5Sql.so.5 not found
remove_file /opt/zoom/Qt/qml/QtQuick/LocalStorage/libqmllocalstorageplugin.so
# library libQt5QuickParticles.so.5 not found
remove_file /opt/zoom/Qt/qml/QtQuick/Particles.2/libparticlesplugin.so
#for i in $BUILDROOT/opt/zoom/Qt/qml/Qt/labs/lottieqt/liblottieqtplugin.so ; do
# a= patchelf --set-rpath "$PRODUCTDIR/Qt/lib" $i
#done
echo
"Fix for /opt/zoom/Qt/qml/Qt/labs/lottieqt/liblottieqtplugin.so: library libQt5Bodymovin.so.5 not found"
# qt5-qtlottie
remove_file /opt/zoom/Qt/qml/Qt/labs/lottieqt/liblottieqtplugin.so
# library libQt5EglFSDeviceIntegration.so.5 not found
remove_file /opt/zoom/Qt/plugins/platforms/libqeglfs.so
remove_dir /opt/zoom/Qt/plugins/egldeviceintegrations
install_deps
epm
--skip-installed
install
libxkbcommon-x11 libxcbutil-image libxcbutil-keysyms
epm
--skip-installed
install
glib2 libalsa libatk libat-spi2-core libcairo libcairo-gobject libcups libdbus libdrm libEGL libexpat libgbm libgdk-pixbuf libgio libGL libgomp1 libgtk+3 libkrb5 libnspr libnss libpango libpulseaudio libwayland-client libwayland-cursor libwayland-egl libX11 libxcb libxcb-render-util libxcbutil-icccm libxcbutil-image libxcbutil-keysyms libXcomposite libXdamage libXext libXfixes libxkbcommon libxkbcommon-x11 libXrandr libXtst zlib
fix_chrome_sandbox
$PRODUCTDIR
/cef/chrome-sandbox
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment