Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
9be4cf86
Commit
9be4cf86
authored
Feb 07, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rubberband to AppImage scripts
parent
5d2b4cc5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
packaging/appimage/3rdparty/CMakeLists.txt
packaging/appimage/3rdparty/CMakeLists.txt
+1
-0
packaging/appimage/3rdparty/ext_rubberband/CMakeLists.txt
packaging/appimage/3rdparty/ext_rubberband/CMakeLists.txt
+11
-0
packaging/appimage/build-dependencies.sh
packaging/appimage/build-dependencies.sh
+1
-0
No files found.
packaging/appimage/3rdparty/CMakeLists.txt
View file @
9be4cf86
...
...
@@ -110,6 +110,7 @@ add_subdirectory( ext_gavl )
add_subdirectory
(
ext_frei0r
)
add_subdirectory
(
ext_opencv
)
add_subdirectory
(
ext_vidstab
)
add_subdirectory
(
ext_rubberband
)
add_subdirectory
(
ext_mlt
)
add_subdirectory
(
ext_ruby
)
add_subdirectory
(
ext_kdenlive
)
packaging/appimage/3rdparty/ext_rubberband/CMakeLists.txt
0 → 100644
View file @
9be4cf86
ExternalProject_Add
(
ext_rubberband
DOWNLOAD_DIR
${
EXT_DOWNLOAD_DIR
}
URL https://breakfastquay.com/files/releases/rubberband-1.8.2.tar.bz2
URL_MD5 db0ecb4f1a647bdaf7e43ef2ca2f7883
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=
${
EXT_INSTALL_DIR
}
${
AT_HOST
}
BUILD_COMMAND $
(
MAKE
)
INSTALL_COMMAND $
(
MAKE
)
install
)
packaging/appimage/build-dependencies.sh
View file @
9be4cf86
...
...
@@ -121,6 +121,7 @@ cmake --build . --target ext_gavl
cmake
--build
.
--target
ext_frei0r
cmake
--build
.
--target
ext_vidstab
cmake
--build
.
--target
ext_opencv
cmake
--build
.
--target
ext_rubberband
#export CC=/usr/bin/gcc-6
#export CXX=/usr/bin/g++-6
...
...
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