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
137fb105
Commit
137fb105
authored
Feb 20, 2021
by
Jean-Baptiste Mardelle
Browse files
Add appimage missing libva
parent
b027a779
Pipeline
#51645
passed with stage
in 33 minutes and 37 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/3rdparty/CMakeLists.txt
View file @
137fb105
...
...
@@ -107,6 +107,7 @@ add_subdirectory( ext_amf )
add_subdirectory
(
ext_mfx
)
add_subdirectory
(
ext_fribidi
)
add_subdirectory
(
ext_ass
)
add_subdirectory
(
ext_libva
)
add_subdirectory
(
ext_ffmpeg
)
add_subdirectory
(
ext_cairo
)
add_subdirectory
(
ext_pango
)
...
...
packaging/appimage/3rdparty/ext_libva/CMakeLists.txt
0 → 100644
View file @
137fb105
ExternalProject_Add
(
ext_libva
DOWNLOAD_DIR
${
EXT_DOWNLOAD_DIR
}
GIT_REPOSITORY https://github.com/intel/libva.git
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 @
137fb105
...
...
@@ -138,6 +138,7 @@ 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_libva
-j
$CPU_CORES
cmake
--build
.
--target
ext_ffmpeg
-j
$CPU_CORES
cmake
--build
.
--target
ext_sox
-j
$CPU_CORES
cmake
--build
.
--target
ext_jack
-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