Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Farid Abdelnour
kdenlive
Commits
2257c6c2
Commit
2257c6c2
authored
Jan 06, 2019
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include translations in AppImage, speedup generation
parent
de6c3a4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
packaging/appimage/build-image.sh
packaging/appimage/build-image.sh
+4
-4
packaging/appimage/build-kdenlive.sh
packaging/appimage/build-kdenlive.sh
+6
-6
No files found.
packaging/appimage/build-image.sh
View file @
2257c6c2
...
...
@@ -101,10 +101,10 @@ fi
cp
$APPDIR
/usr/share/icons/breeze/apps/48/kdenlive.svg
$APPDIR
# Step 5: Build the image!!!
linuxdeployqt
$APPDIR
/usr/bin/ffmpeg
linuxdeployqt
$APPDIR
/usr/bin/ffplay
linuxdeployqt
$APPDIR
/usr/bin/ffprobe
linuxdeployqt
$APPDIR
/usr/bin/melt
#
linuxdeployqt $APPDIR/usr/bin/ffmpeg
#
linuxdeployqt $APPDIR/usr/bin/ffplay
#
linuxdeployqt $APPDIR/usr/bin/ffprobe
#
linuxdeployqt $APPDIR/usr/bin/melt
linuxdeployqt
$APPDIR
/usr/share/applications/org.kde.kdenlive.desktop
\
-executable
=
$APPDIR
/usr/bin/kdenlive
\
...
...
packaging/appimage/build-kdenlive.sh
View file @
2257c6c2
...
...
@@ -62,13 +62,13 @@ mkdir -p $BUILD_PREFIX/kdenlive.appdir/usr
cmake
$KDENLIVE_SOURCES
/packaging/appimage/3rdparty
-DCMAKE_INSTALL_PREFIX
=
$BUILD_PREFIX
/kdenlive.appdir/usr/
-DEXT_INSTALL_DIR
=
$DEPS_INSTALL_PREFIX
-DEXT_DOWNLOAD_DIR
=
$DOWNLOADS_DIR
-DKDENLIVE_INSTALL_DIR
=
$BUILD_PREFIX
/kdenlive.appdir/usr/
#download translations
#
mkdir -p $BUILD_PREFIX/deps-build/ext_kdenlive/ext_kdenlive-prefix/src/ext_kdenlive-build/
#
cp $KDENLIVE_SOURCES/packaging/appimage/fetch_l10n_po.rb $BUILD_PREFIX/deps-build/ext_kdenlive/ext_kdenlive-prefix/src/ext_kdenlive-build/
#
cp $KDENLIVE_SOURCES/packaging/appimage/subdirs $BUILD_PREFIX/deps-build/ext_kdenlive/ext_kdenlive-prefix/src/ext_kdenlive-build/
#
cd $BUILD_PREFIX/deps-build/ext_kdenlive/ext_kdenlive-prefix/src/ext_kdenlive-build/
#
ruby fetch_l10n_po.rb --enable-kdenlive
mkdir
-p
$BUILD_PREFIX
/deps-build/ext_kdenlive/ext_kdenlive-prefix/src/ext_kdenlive-build/
cp
$KDENLIVE_SOURCES
/packaging/appimage/fetch_l10n_po.rb
$BUILD_PREFIX
/deps-build/ext_kdenlive/ext_kdenlive-prefix/src/ext_kdenlive-build/
cp
$KDENLIVE_SOURCES
/packaging/appimage/subdirs
$BUILD_PREFIX
/deps-build/ext_kdenlive/ext_kdenlive-prefix/src/ext_kdenlive-build/
cd
$BUILD_PREFIX
/deps-build/ext_kdenlive/ext_kdenlive-prefix/src/ext_kdenlive-build/
ruby fetch_l10n_po.rb
--enable-kdenlive
#
cd $BUILD_PREFIX/deps-build/
cd
$BUILD_PREFIX
/deps-build/
cmake
--build
.
--target
ext_kdenlive
...
...
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