Skip to content
GitLab
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
3e7912b2
Commit
3e7912b2
authored
Feb 19, 2020
by
Jean-Baptiste Mardelle
Browse files
AppImage: use rubberband git
parent
db2f6211
Pipeline
#15273
passed with stage
in 14 minutes and 4 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/3rdparty/CMakeLists.txt
View file @
3e7912b2
...
...
@@ -110,7 +110,6 @@ 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_rubberband/CMakeLists.txt
View file @
3e7912b2
ExternalProject_Add
(
# We have to comment out line 186 of Makefile.in to disable copying of jni file or install will fail
ext_rubberband
DOWNLOAD_DIR
${
EXT_DOWNLOAD_DIR
}
URL https://breakfastquay.com/files/releases/rubberband-1.8.2.tar.bz2
URL_MD5 db0ecb4f1a647bdaf7e43ef2ca2f7883
GIT_REPOSITORY git://github.com/breakfastquay/rubberband.git
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=
${
EXT_INSTALL_DIR
}
${
AT_HOST
}
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=
${
EXT_INSTALL_DIR
}
${
AT_HOST
}
--disable-programs --disable-vamp --disable-ladspa
BUILD_COMMAND $
(
MAKE
)
INSTALL_COMMAND $
(
MAKE
)
install
...
...
packaging/appimage/3rdparty/ext_vamp/CMakeLists.txt
deleted
100644 → 0
View file @
db2f6211
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
BUILD_IN_SOURCE 1
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 @
3e7912b2
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new 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