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
Vladislav
eepm
Commits
2242553f
Commit
2242553f
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play zoom: fix install on i586 (ALT bug 42405)
parent
ec67a6c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
zoom.sh
repack.d/zoom.sh
+8
-6
No files found.
repack.d/zoom.sh
View file @
2242553f
...
...
@@ -33,17 +33,19 @@ for i in libQt5 libav libfdkaac libmpg123 libquazip libturbojpeg libicu ; do
done
epm assure patchelf
||
exit
for
i
in
$BUILDROOT
/opt/zoom/
{
libicui18n.so,libicui18n.so.
56,libicuuc.so,libicuuc.so.56
}
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/'
$i
for
i
in
$BUILDROOT
/opt/zoom/
{
libicui18n.so,libicui18n.so.
*
,libicuuc.so,libicuuc.so.
*
}
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/'
$i
||
continue
done
for
i
in
$BUILDROOT
/opt/zoom/zoom
;
do
a
=
patchelf
--set-rpath
"
$PRODUCTDIR
/cef"
$i
done
# qt5-3d libqt5-3dquickscene2d
rm
-v
$BUILDROOT
/opt/zoom/QtQuick/Scene2D/libqtquickscene2dplugin.so
$BUILDROOT
/opt/zoom/QtQuick/Scene3D/libqtquickscene3dplugin.so
subst
's|.*/opt/zoom/QtQuick/Scene2D/libqtquickscene2dplugin.so.*||'
$SPEC
subst
's|.*/opt/zoom/QtQuick/Scene3D/libqtquickscene3dplugin.so.*||'
$SPEC
if
[
-d
$BUILDROOT
/opt/zoom/QtQuick/Scene2D
]
;
then
# qt5-3d libqt5-3dquickscene2d
rm
-v
$BUILDROOT
/opt/zoom/QtQuick/Scene2D/libqtquickscene2dplugin.so
$BUILDROOT
/opt/zoom/QtQuick/Scene3D/libqtquickscene3dplugin.so
subst
's|.*/opt/zoom/QtQuick/Scene2D/libqtquickscene2dplugin.so.*||'
$SPEC
subst
's|.*/opt/zoom/QtQuick/Scene3D/libqtquickscene3dplugin.so.*||'
$SPEC
fi
[
-e
$PRODUCTDIR
/cef/chrome-sandbox
]
&&
fix_chrome_sandbox
$PRODUCTDIR
/cef/chrome-sandbox
This diff is collapsed.
Click to expand it.
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