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
45fbb03c
Commit
45fbb03c
authored
Sep 27, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix appimage creation
parent
13120af5
Pipeline
#35731
passed with stage
in 26 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/build-image.sh
View file @
45fbb03c
...
...
@@ -84,8 +84,8 @@ mkdir -p $APPDIR/usr/libexec
cp
-r
$DEPS_INSTALL_PREFIX
/lib/x86_64-linux-gnu/libexec/kf5/
*
$APPDIR
/usr/libexec/
#libva accel
cp
-r
/usr/lib/x86_64-linux-gnu/libva
*
$APPDIR
/usr/lib
cp
-r
/usr/lib/x86_64-linux-gnu/dri/
*
_drv_video.so
$APPDIR
/usr/lib/va
cp
-r
/usr/lib/x86_64-linux-gnu/libva
*
$APPDIR
/usr/lib
||
true
cp
-r
/usr/lib/x86_64-linux-gnu/dri/
*
_drv_video.so
$APPDIR
/usr/lib/va
||
true
cp
$(
ldconfig
-p
|
grep
libGL.so.1 |
cut
-d
">"
-f
2 | xargs
)
$APPDIR
/usr/lib/
#cp $(ldconfig -p | grep libGLU.so.1 | cut -d ">" -f 2 | xargs) $APPDIR/usr/lib/
...
...
@@ -170,11 +170,13 @@ cp $APPDIR/usr/share/icons/breeze/apps/48/kdenlive.svg $APPDIR
#linuxdeployqt $APPDIR/usr/bin/melt
#linuxdeployqt -executable $APPDIR/usr/lib/va/*.so
# -executable=$APPDIR/usr/lib/libva.so \
# -executable=$APPDIR/usr/lib/libva-drm.so \
# -executable=$APPDIR/usr/lib/libva-x11.so \
linuxdeployqt
$APPDIR
/usr/share/applications/org.kde.kdenlive.desktop
\
-executable
=
$APPDIR
/usr/bin/kdenlive
\
-executable
=
$APPDIR
/usr/lib/libva.so
\
-executable
=
$APPDIR
/usr/lib/libva-drm.so
\
-executable
=
$APPDIR
/usr/lib/libva-x11.so
\
-qmldir
=
$DEPS_INSTALL_PREFIX
/qml
\
-verbose
=
2
\
-bundle-non-qt-libs
\
...
...
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