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
b027a779
Commit
b027a779
authored
Feb 20, 2021
by
Jean-Baptiste Mardelle
Browse files
Add appimage missing fribidi dependency
parent
f8d41fda
Pipeline
#51643
passed with stage
in 11 minutes and 14 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/3rdparty/CMakeLists.txt
View file @
b027a779
...
...
@@ -105,6 +105,7 @@ add_subdirectory( ext_libvpx )
add_subdirectory
(
ext_nv-codec-headers
)
add_subdirectory
(
ext_amf
)
add_subdirectory
(
ext_mfx
)
add_subdirectory
(
ext_fribidi
)
add_subdirectory
(
ext_ass
)
add_subdirectory
(
ext_ffmpeg
)
add_subdirectory
(
ext_cairo
)
...
...
packaging/appimage/3rdparty/ext_fribidi/CMakeLists.txt
0 → 100644
View file @
b027a779
ExternalProject_Add
(
ext_fribidi
DOWNLOAD_DIR
${
EXT_DOWNLOAD_DIR
}
URL https://github.com/fribidi/fribidi/releases/download/v1.0.10/fribidi-1.0.10.tar.xz
URL_MD5 97c87da9930e8e70fbfc8e2bcd031554
CONFIGURE_COMMAND <SOURCE_DIR>/autogen.sh && <SOURCE_DIR>/configure --prefix=
${
EXT_INSTALL_DIR
}
${
AT_HOST
}
${
AT_SHARED_ONLY
}
BUILD_IN_SOURCE 1
BUILD_ALWAYS TRUE
BUILD_COMMAND $
(
MAKE
)
clean
COMMAND $
(
MAKE
)
INSTALL_COMMAND $
(
MAKE
)
install
)
packaging/appimage/build-dependencies.sh
View file @
b027a779
...
...
@@ -136,6 +136,7 @@ cmake --build . --target ext_harfbuzz -j$CPU_CORES
cmake
--build
.
--target
ext_pango
-j
$CPU_CORES
cmake
--build
.
--target
ext_gdkpixbuf
-j
$CPU_CORES
cmake
--build
.
--target
ext_gtk+
-j
$CPU_CORES
cmake
--build
.
--target
ext_fribidi
-j
$CPU_CORES
cmake
--build
.
--target
ext_libass
-j
$CPU_CORES
cmake
--build
.
--target
ext_ffmpeg
-j
$CPU_CORES
cmake
--build
.
--target
ext_sox
-j
$CPU_CORES
...
...
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