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
18b09a34
Commit
18b09a34
authored
Feb 07, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add vamp-sdk to AppImage scripts
parent
9be4cf86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
packaging/appimage/3rdparty/CMakeLists.txt
packaging/appimage/3rdparty/CMakeLists.txt
+1
-0
packaging/appimage/3rdparty/ext_vamp/CMakeLists.txt
packaging/appimage/3rdparty/ext_vamp/CMakeLists.txt
+11
-0
No files found.
packaging/appimage/3rdparty/CMakeLists.txt
View file @
18b09a34
...
...
@@ -110,6 +110,7 @@ add_subdirectory( ext_gavl )
add_subdirectory
(
ext_frei0r
)
add_subdirectory
(
ext_opencv
)
add_subdirectory
(
ext_vidstab
)
add_subdirectory
(
ext_vamp
)
add_subdirectory
(
ext_rubberband
)
add_subdirectory
(
ext_mlt
)
add_subdirectory
(
ext_ruby
)
...
...
packaging/appimage/3rdparty/ext_vamp/CMakeLists.txt
0 → 100644
View file @
18b09a34
ExternalProject_Add
(
ext_vamp
DOWNLOAD_DIR
${
EXT_DOWNLOAD_DIR
}
URL https://code.soundsoftware.ac.uk/attachments/download/2588/vamp-plugin-sdk-2.9.0.tar.gz
URL_MD5 b390743be58c68e0ab2de833c3dbc378
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=
${
EXT_INSTALL_DIR
}
${
AT_HOST
}
BUILD_COMMAND $
(
MAKE
)
INSTALL_COMMAND $
(
MAKE
)
install
)
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