Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
929d46cb
Commit
929d46cb
authored
Aug 18, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix Appimage with current dependency
parent
01374070
Pipeline
#6803
passed with stage
in 20 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/build-image.sh
View file @
929d46cb
...
...
@@ -60,7 +60,10 @@ if [ -d $DEPS_INSTALL_PREFIX/share/icons/breeze ] ; then
fi
cp
-r
$DEPS_INSTALL_PREFIX
/translations
$APPDIR
/usr/
#cp -r $DEPS_INSTALL_PREFIX/openssl/lib/* $APPDIR/usr/lib
# TO remove once we switch to the newer Qt5.12 Appimage dependency
cp
-r
$DEPS_INSTALL_PREFIX
/openssl/lib/
*
$APPDIR
/usr/lib
cp
-r
$DEPS_INSTALL_PREFIX
/share/mlt
$APPDIR
/usr/share
cp
-r
$DEPS_INSTALL_PREFIX
/lib/mlt
$APPDIR
/usr/lib
cp
-r
$DEPS_INSTALL_PREFIX
/lib/libmlt
*
$APPDIR
/usr/lib
...
...
@@ -162,7 +165,7 @@ linuxdeployqt $APPDIR/usr/share/applications/org.kde.kdenlive.desktop \
# -appimage \
rm
$APPDIR
/usr/lib/libGL.so.1
||
true
#
rm $APPDIR/usr/lib/libasound.so.2 || true
rm
$APPDIR
/usr/lib/libasound.so.2
||
true
# libxcb should be removed
...
...
Write
Preview
Supports
Markdown
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