2019-09-24 04:46:16 +08:00
|
|
|
vcpkg_from_github(
|
2019-03-30 14:23:18 +08:00
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
2019-09-24 04:46:16 +08:00
|
|
|
REPO ffmpeg/ffmpeg
|
2021-03-30 00:42:42 +08:00
|
|
|
REF n4.3.2
|
|
|
|
SHA512 95e6fdc5980d2940cac33be9015e3acc2e1ce5247ef92211889fcf120add1e6ef01089ca2b8d59c13f91761757ebfe9819dc87a24f690edcafa7e0626f06f64e
|
2019-09-24 04:46:16 +08:00
|
|
|
HEAD_REF master
|
2019-03-30 14:23:18 +08:00
|
|
|
PATCHES
|
2019-09-24 04:46:16 +08:00
|
|
|
0001-create-lib-libraries.patch
|
|
|
|
0003-fix-windowsinclude.patch
|
|
|
|
0004-fix-debug-build.patch
|
|
|
|
0005-fix-libvpx-linking.patch
|
2020-04-28 05:43:29 +08:00
|
|
|
0006-fix-StaticFeatures.patch
|
2020-08-19 03:58:14 +08:00
|
|
|
0007-fix-lib-naming.patch
|
|
|
|
0008-Fix-wavpack-detection.patch
|
|
|
|
0009-Fix-fdk-detection.patch
|
|
|
|
0010-Fix-x264-detection.patch
|
|
|
|
0011-Fix-x265-detection.patch
|
|
|
|
0012-Fix-ssl-110-detection.patch
|
2020-12-02 06:13:58 +08:00
|
|
|
0013-define-WINVER.patch
|
2021-02-09 10:09:01 +08:00
|
|
|
0014-avfilter-dependency-fix.patch
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
0015-Fix-xml2-detection.patch
|
2019-03-30 14:23:18 +08:00
|
|
|
)
|
|
|
|
|
2020-09-01 13:36:25 +08:00
|
|
|
if (SOURCE_PATH MATCHES " ")
|
2018-03-24 08:02:23 +08:00
|
|
|
message(FATAL_ERROR "Error: ffmpeg will not build with spaces in the path. Please use a directory with no spaces")
|
|
|
|
endif()
|
|
|
|
|
2021-01-28 10:29:58 +08:00
|
|
|
|
|
|
|
if(${VCPKG_TARGET_ARCHITECTURE} STREQUAL x86)
|
|
|
|
# ffmpeg nasm build gives link error on x86, so fall back to yasm
|
|
|
|
vcpkg_find_acquire_program(YASM)
|
|
|
|
get_filename_component(YASM_EXE_PATH ${YASM} DIRECTORY)
|
|
|
|
vcpkg_add_to_path(${YASM_EXE_PATH})
|
|
|
|
else()
|
|
|
|
vcpkg_find_acquire_program(NASM)
|
|
|
|
get_filename_component(NASM_EXE_PATH ${NASM} DIRECTORY)
|
|
|
|
vcpkg_add_to_path(${NASM_EXE_PATH})
|
|
|
|
endif()
|
2017-03-02 23:29:00 +08:00
|
|
|
|
2020-12-02 06:13:58 +08:00
|
|
|
if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
|
2019-06-04 07:42:09 +08:00
|
|
|
#We're assuming that if we're building for Windows we're using MSVC
|
2019-06-01 07:25:56 +08:00
|
|
|
set(INCLUDE_VAR "INCLUDE")
|
|
|
|
set(LIB_PATH_VAR "LIB")
|
|
|
|
else()
|
|
|
|
set(INCLUDE_VAR "CPATH")
|
|
|
|
set(LIB_PATH_VAR "LIBRARY_PATH")
|
|
|
|
endif()
|
|
|
|
|
2021-01-28 10:29:58 +08:00
|
|
|
set(OPTIONS "--enable-asm --enable-x86asm --disable-doc --enable-debug --enable-runtime-cpudetect")
|
2020-09-01 08:14:14 +08:00
|
|
|
|
2019-08-07 04:25:50 +08:00
|
|
|
if(VCPKG_TARGET_IS_WINDOWS)
|
2019-06-07 07:04:28 +08:00
|
|
|
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64")
|
2020-09-01 13:36:25 +08:00
|
|
|
vcpkg_acquire_msys(MSYS_ROOT
|
|
|
|
DIRECT_PACKAGES
|
|
|
|
# Required for "cpp.exe" preprocessor
|
|
|
|
"https://repo.msys2.org/msys/x86_64/gcc-9.3.0-1-x86_64.pkg.tar.xz"
|
|
|
|
76af0192a092278e6b26814b2d92815a2c519902a3fec056b057faec19623b1770ac928a59a39402db23cfc23b0d7601b7f88b367b27269361748c69d08654b2
|
|
|
|
"https://repo.msys2.org/msys/x86_64/isl-0.22.1-1-x86_64.pkg.tar.xz"
|
|
|
|
f4db50d00bad0fa0abc6b9ad965b0262d936d437a9faa35308fa79a7ee500a474178120e487b2db2259caf51524320f619e18d92acf4f0b970b5cbe5cc0f63a2
|
|
|
|
"https://repo.msys2.org/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz"
|
|
|
|
b607da40d3388b440f2a09e154f21966cd55ad77e02d47805f78a9dee5de40226225bf0b8335fdfd4b83f25ead3098e9cb974d4f202f28827f8468e30e3b790d
|
|
|
|
"https://repo.msys2.org/msys/x86_64/mpc-1.1.0-1-x86_64.pkg.tar.xz"
|
|
|
|
7d0715c41c27fdbf91e6dcc73d6b8c02ee62c252e027f0a17fa4bfb974be8a74d8e3a327ef31c2460721902299ef69a7ef3c7fce52c8f02ce1cb47f0b6e073e9
|
|
|
|
"https://repo.msys2.org/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst"
|
|
|
|
d64fa60e188124591d41fc097d7eb51d7ea4940bac05cdcf5eafde951ed1eaa174468f5ede03e61106e1633e3428964b34c96de76321ed8853b398fbe8c4d072
|
|
|
|
"https://repo.msys2.org/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz"
|
|
|
|
1389a443e775bb255d905665dd577bef7ed71d51a8c24d118097f8119c08c4dfe67505e88ddd1e9a3764dd1d50ed8b84fa34abefa797d257e90586f0cbf54de8
|
|
|
|
)
|
2019-04-05 13:32:10 +08:00
|
|
|
else()
|
2020-09-01 13:36:25 +08:00
|
|
|
vcpkg_acquire_msys(MSYS_ROOT)
|
2019-04-05 13:32:10 +08:00
|
|
|
endif()
|
[openexr,openimageio,suitesparse,theia] updates for non-win32 (#6371)
* [openexr,openimageio,suitesparse,theia] updates for non-win32
* [theia] use only valid cmake symbols
* [suitesparse] Fix build
* [lapack] still not properly integrating with other ports
* [lapack] intercept cmake module calls and substitute them with our defs
* [suitesparse,clapack] fixes for proper integration
* [ceres,clapack] bump CONTROL
* [suitesparse] remove unnecessary defs
* [clapack] improve wrapper logic
* [WIN32] remove wrong symbol
* [clapack] fix wrapper integration
* [Accelerate] use best framework when available
* [clapack] separate config from wrapper
* [clapack] fix paths and filenames
* [mlpack,armadillo,clapack] improve library handling
* [mlpack] remove unnecessary cmake option
* [clp,coinutils,osi,liblemon] dependencies of openmvg, improve compatibility with non-win32
* [openmvg] fix for case-sensitive filesystems
* [clp,coinutils,osi] simplify CMakeLists removing many unnecessary steps
* [sophus] Force rebuild
* [theia] fixes for linux, part1
* [io2d] remove broken sintax
* [fontconfig] bump version to remove CI cached failure
* [theia] fixes for linux, part2
* [theia] remove unnecessary empty folders and comments from portfile
* [theia] use correct build type removing forced vars in cmakelists.txt
* [openmvg] add missing suitesparse target detection
* [sophus] fix Suitesparse dependency
* [sophus,openmvg] use suitesparse lowercase for module compatibility on case-sensitive filesystems
* [suitesparse] fixes for case-sensitive filesystems
* [openmvg] use correct Eigen3 name for case-sensitive filesystems
* [sophus] trigger rebuild
* [shogun] use modern vcpkg style
* [shogun] add missing cmake system processor symbol
2019-06-01 06:48:17 +08:00
|
|
|
|
2020-09-01 08:14:14 +08:00
|
|
|
set(SHELL ${MSYS_ROOT}/usr/bin/bash.exe)
|
2020-12-02 06:13:58 +08:00
|
|
|
if(VCPKG_TARGET_IS_MINGW)
|
|
|
|
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
|
|
|
|
set(OPTIONS "--target-os=mingw32 ${OPTIONS}")
|
|
|
|
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
|
|
|
set(OPTIONS "--target-os=mingw64 ${OPTIONS}")
|
|
|
|
endif()
|
|
|
|
else()
|
|
|
|
set(OPTIONS "--toolchain=msvc ${OPTIONS}")
|
|
|
|
endif()
|
2018-02-24 16:00:51 +08:00
|
|
|
else()
|
2020-09-01 08:14:14 +08:00
|
|
|
set(SHELL /bin/sh)
|
2018-02-24 16:00:51 +08:00
|
|
|
endif()
|
2019-04-05 13:32:10 +08:00
|
|
|
|
2020-09-01 13:36:25 +08:00
|
|
|
set(ENV{${INCLUDE_VAR}} "${CURRENT_INSTALLED_DIR}/include${VCPKG_HOST_PATH_SEPARATOR}$ENV{${INCLUDE_VAR}}")
|
2017-03-02 23:29:00 +08:00
|
|
|
|
|
|
|
set(_csc_PROJECT_PATH ffmpeg)
|
|
|
|
|
|
|
|
file(REMOVE_RECURSE ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel)
|
|
|
|
|
2018-03-12 21:13:14 +08:00
|
|
|
if("nonfree" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-nonfree")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if("gpl" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-gpl")
|
|
|
|
endif()
|
|
|
|
|
2019-12-24 07:37:41 +08:00
|
|
|
if("version3" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-version3")
|
|
|
|
endif()
|
|
|
|
|
2018-09-03 04:06:07 +08:00
|
|
|
if("ffmpeg" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-ffmpeg")
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-ffmpeg")
|
|
|
|
endif()
|
|
|
|
|
2018-03-12 21:13:14 +08:00
|
|
|
if("ffplay" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-ffplay")
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-ffplay")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if("ffprobe" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-ffprobe")
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-ffprobe")
|
|
|
|
endif()
|
|
|
|
|
2020-08-15 01:01:01 +08:00
|
|
|
if("avcodec" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-avcodec")
|
|
|
|
set(ENABLE_AVCODEC ON)
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-avcodec")
|
|
|
|
set(ENABLE_AVCODEC OFF)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if("avdevice" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-avdevice")
|
|
|
|
set(ENABLE_AVDEVICE ON)
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-avdevice")
|
|
|
|
set(ENABLE_AVDEVICE OFF)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if("avformat" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-avformat")
|
|
|
|
set(ENABLE_AVFORMAT ON)
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-avformat")
|
|
|
|
set(ENABLE_AVFORMAT OFF)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if("avfilter" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-avfilter")
|
|
|
|
set(ENABLE_AVFILTER ON)
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-avfilter")
|
|
|
|
set(ENABLE_AVFILTER OFF)
|
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
if("postproc" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-postproc")
|
|
|
|
set(ENABLE_POSTPROC ON)
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-postproc")
|
|
|
|
set(ENABLE_POSTPROC OFF)
|
|
|
|
endif()
|
|
|
|
|
2020-08-15 01:01:01 +08:00
|
|
|
if("swresample" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-swresample")
|
|
|
|
set(ENABLE_SWRESAMPLE ON)
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-swresample")
|
|
|
|
set(ENABLE_SWRESAMPLE OFF)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if("swscale" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-swscale")
|
|
|
|
set(ENABLE_SWSCALE ON)
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-swscale")
|
|
|
|
set(ENABLE_SWSCALE OFF)
|
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENABLE_AVRESAMPLE OFF)
|
|
|
|
if("avresample" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-avresample")
|
|
|
|
set(ENABLE_AVRESAMPLE ON)
|
|
|
|
endif()
|
|
|
|
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(STATIC_LINKAGE OFF)
|
|
|
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
|
|
|
set(STATIC_LINKAGE ON)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_ASS OFF)
|
|
|
|
if("ass" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libass")
|
|
|
|
set(ENABLE_ASS ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libass")
|
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
if("avisynthplus" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-avisynth")
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-avisynth")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_BZIP2 OFF)
|
|
|
|
if("bzip2" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-bzlib")
|
|
|
|
set(ENABLE_BZIP2 ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-bzlib")
|
|
|
|
endif()
|
|
|
|
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(ENABLE_DAV1D OFF)
|
|
|
|
if("dav1d" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libdav1d")
|
|
|
|
set(ENABLE_DAV1D ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libdav1d")
|
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENABLE_ICONV OFF)
|
|
|
|
if("iconv" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-iconv")
|
|
|
|
set(ENABLE_ICONV ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-iconv")
|
|
|
|
endif()
|
|
|
|
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(ENABLE_ILBC OFF)
|
|
|
|
if("ilbc" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libilbc")
|
|
|
|
set(ENABLE_ILBC ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libilbc")
|
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENABLE_FDKAAC OFF)
|
|
|
|
if("fdk-aac" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libfdk-aac")
|
|
|
|
set(ENABLE_FDKAAC ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libfdk-aac")
|
|
|
|
endif()
|
|
|
|
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(ENABLE_FONTCONFIG OFF)
|
|
|
|
if("fontconfig" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libfontconfig")
|
|
|
|
set(ENABLE_FONTCONFIG ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libfontconfig")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_FREETYPE OFF)
|
|
|
|
if("freetype" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libfreetype")
|
|
|
|
set(ENABLE_FREETYPE ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libfreetype")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_FRIBIDI OFF)
|
|
|
|
if("fribidi" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libfribidi")
|
|
|
|
set(ENABLE_FRIBIDI ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libfribidi")
|
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENABLE_LZMA OFF)
|
|
|
|
if("lzma" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-lzma")
|
|
|
|
set(ENABLE_LZMA ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-lzma")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_LAME OFF)
|
|
|
|
if("mp3lame" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libmp3lame")
|
|
|
|
set(ENABLE_LAME ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libmp3lame")
|
2020-03-28 11:34:59 +08:00
|
|
|
endif()
|
|
|
|
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(ENABLE_MODPLUG OFF)
|
|
|
|
if("modplug" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libmodplug")
|
|
|
|
set(ENABLE_MODPLUG ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libmodplug")
|
|
|
|
endif()
|
|
|
|
|
2020-10-29 05:24:51 +08:00
|
|
|
set(ENABLE_NVCODEC OFF)
|
2020-03-25 04:00:09 +08:00
|
|
|
if("nvcodec" IN_LIST FEATURES)
|
2020-08-19 03:58:14 +08:00
|
|
|
#Note: the --enable-cuda option does not actually require the cuda sdk or toolset port dependency as ffmpeg uses runtime detection and dynamic loading
|
2020-10-29 05:24:51 +08:00
|
|
|
set(ENABLE_NVCODEC ON)
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(OPTIONS "${OPTIONS} --enable-cuda --enable-nvenc --enable-nvdec --enable-cuvid --enable-ffnvcodec")
|
2020-03-25 04:00:09 +08:00
|
|
|
else()
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(OPTIONS "${OPTIONS} --disable-cuda --disable-nvenc --disable-nvdec --disable-cuvid --disable-ffnvcodec")
|
2020-03-25 04:00:09 +08:00
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENABLE_OPENCL OFF)
|
|
|
|
if("opencl" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-opencl")
|
|
|
|
set(ENABLE_OPENCL ${STATIC_LINKAGE})
|
2020-06-24 04:40:35 +08:00
|
|
|
else()
|
2020-08-19 03:58:14 +08:00
|
|
|
set(OPTIONS "${OPTIONS} --disable-opencl")
|
|
|
|
endif()
|
|
|
|
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(ENABLE_OPENGL OFF)
|
|
|
|
if("opengl" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-opengl")
|
|
|
|
set(ENABLE_OPENGL ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-opengl")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_OPENJPEG OFF)
|
|
|
|
if("openjpeg" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libopenjpeg")
|
|
|
|
set(ENABLE_OPENJPEG ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libopenjpeg")
|
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENABLE_OPENSSL OFF)
|
|
|
|
if("openssl" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-openssl")
|
|
|
|
set(ENABLE_OPENSSL ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-openssl")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_OPUS OFF)
|
|
|
|
if("opus" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libopus")
|
|
|
|
set(ENABLE_OPUS ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libopus")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_SDL2 OFF)
|
|
|
|
if("sdl2" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-sdl2")
|
|
|
|
set(ENABLE_SDL2 ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-sdl2")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_SNAPPY OFF)
|
|
|
|
if("snappy" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libsnappy")
|
|
|
|
set(ENABLE_SNAPPY ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libsnappy")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_SOXR OFF)
|
|
|
|
if("soxr" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libsoxr")
|
|
|
|
set(ENABLE_SOXR ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libsoxr")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_SPEEX OFF)
|
|
|
|
if("speex" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libspeex")
|
|
|
|
set(ENABLE_SPEEX ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libspeex")
|
|
|
|
endif()
|
|
|
|
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(ENABLE_SSH OFF)
|
|
|
|
if("ssh" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libssh")
|
|
|
|
set(ENABLE_SSH ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libssh")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_TENSORFLOW OFF)
|
|
|
|
if("tensorflow" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libtensorflow")
|
|
|
|
set(ENABLE_TENSORFLOW ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libtensorflow")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_TESSERACT OFF)
|
|
|
|
if("tesseract" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libtesseract")
|
|
|
|
set(ENABLE_TESSERACT ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libtesseract")
|
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENABLE_THEORA OFF)
|
|
|
|
if("theora" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libtheora")
|
|
|
|
set(ENABLE_THEORA ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libtheora")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_VORBIS OFF)
|
|
|
|
if("vorbis" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libvorbis")
|
|
|
|
set(ENABLE_VORBIS ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libvorbis")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_VPX OFF)
|
|
|
|
if("vpx" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libvpx")
|
|
|
|
set(ENABLE_VPX ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libvpx")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_WAVPACK OFF)
|
|
|
|
if("wavpack" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libwavpack")
|
|
|
|
set(ENABLE_WAVPACK ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libwavpack")
|
|
|
|
endif()
|
|
|
|
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(ENABLE_WEBP OFF)
|
|
|
|
if("webp" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libwebp")
|
|
|
|
set(ENABLE_WEBP ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libwebp")
|
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENABLE_X264 OFF)
|
|
|
|
if("x264" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libx264")
|
|
|
|
set(ENABLE_X264 ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libx264")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
set(ENABLE_X265 OFF)
|
|
|
|
if("x265" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libx265")
|
|
|
|
set(ENABLE_X265 ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libx265")
|
|
|
|
endif()
|
|
|
|
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
set(ENABLE_XML2 OFF)
|
|
|
|
if("xml2" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-libxml2")
|
|
|
|
set(ENABLE_XML2 ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-libxml2")
|
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENABLE_ZLIB OFF)
|
|
|
|
if("zlib" IN_LIST FEATURES)
|
|
|
|
set(OPTIONS "${OPTIONS} --enable-zlib")
|
|
|
|
set(ENABLE_ZLIB ${STATIC_LINKAGE})
|
|
|
|
else()
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-zlib")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if (VCPKG_TARGET_IS_OSX)
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-vdpau") # disable vdpau in OSX
|
2020-06-24 04:40:35 +08:00
|
|
|
endif()
|
|
|
|
|
2019-06-07 07:04:28 +08:00
|
|
|
set(OPTIONS_CROSS "")
|
|
|
|
|
|
|
|
if (VCPKG_TARGET_ARCHITECTURE STREQUAL "arm" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64")
|
2020-09-15 07:06:48 +08:00
|
|
|
if(VCPKG_TARGET_IS_WINDOWS)
|
|
|
|
set(OPTIONS_CROSS " --enable-cross-compile --target-os=win32 --arch=${VCPKG_TARGET_ARCHITECTURE}")
|
|
|
|
vcpkg_find_acquire_program(GASPREPROCESSOR)
|
|
|
|
foreach(GAS_PATH ${GASPREPROCESSOR})
|
|
|
|
get_filename_component(GAS_ITEM_PATH ${GAS_PATH} DIRECTORY)
|
|
|
|
set(ENV{PATH} "$ENV{PATH}${VCPKG_HOST_PATH_SEPARATOR}${GAS_ITEM_PATH}")
|
|
|
|
endforeach(GAS_PATH)
|
|
|
|
endif()
|
2019-06-07 07:04:28 +08:00
|
|
|
elseif (VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
|
|
|
elseif (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
|
|
|
|
else()
|
|
|
|
message(FATAL_ERROR "Unsupported architecture")
|
|
|
|
endif()
|
|
|
|
|
2020-03-28 11:34:59 +08:00
|
|
|
if(VCPKG_TARGET_IS_UWP)
|
2017-11-05 05:54:12 +08:00
|
|
|
set(ENV{LIBPATH} "$ENV{LIBPATH};$ENV{_WKITS10}references\\windows.foundation.foundationcontract\\2.0.0.0\\;$ENV{_WKITS10}references\\windows.foundation.universalapicontract\\3.0.0.0\\")
|
2019-06-07 07:04:28 +08:00
|
|
|
set(OPTIONS "${OPTIONS} --disable-programs")
|
2017-06-18 02:30:03 +08:00
|
|
|
set(OPTIONS "${OPTIONS} --extra-cflags=-DWINAPI_FAMILY=WINAPI_FAMILY_APP --extra-cflags=-D_WIN32_WINNT=0x0A00")
|
2019-06-07 07:04:28 +08:00
|
|
|
set(OPTIONS_CROSS " --enable-cross-compile --target-os=win32 --arch=${VCPKG_TARGET_ARCHITECTURE}")
|
2017-06-18 02:30:03 +08:00
|
|
|
endif()
|
|
|
|
|
2019-09-24 04:46:16 +08:00
|
|
|
set(OPTIONS_DEBUG "--debug") # Note: --disable-optimizations can't be used due to http://ffmpeg.org/pipermail/libav-user/2013-March/003945.html
|
2017-06-20 16:08:04 +08:00
|
|
|
set(OPTIONS_RELEASE "")
|
2017-03-02 23:29:00 +08:00
|
|
|
|
2019-06-07 07:04:28 +08:00
|
|
|
set(OPTIONS "${OPTIONS} ${OPTIONS_CROSS}")
|
2017-11-05 05:54:12 +08:00
|
|
|
|
2017-03-02 23:29:00 +08:00
|
|
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
|
|
|
|
set(OPTIONS "${OPTIONS} --disable-static --enable-shared")
|
2020-03-28 11:34:59 +08:00
|
|
|
if (VCPKG_TARGET_IS_UWP)
|
2017-06-18 02:30:03 +08:00
|
|
|
set(OPTIONS "${OPTIONS} --extra-ldflags=-APPCONTAINER --extra-ldflags=WindowsApp.lib")
|
|
|
|
endif()
|
2017-03-02 23:29:00 +08:00
|
|
|
endif()
|
|
|
|
|
2020-12-02 06:13:58 +08:00
|
|
|
if(VCPKG_TARGET_IS_MINGW)
|
|
|
|
set(OPTIONS "${OPTIONS} --extra_cflags=-D_WIN32_WINNT=0x0601")
|
|
|
|
elseif(VCPKG_TARGET_IS_WINDOWS)
|
2019-09-24 04:46:16 +08:00
|
|
|
set(OPTIONS "${OPTIONS} --extra-cflags=-DHAVE_UNISTD_H=0")
|
2019-04-05 13:32:10 +08:00
|
|
|
if(VCPKG_CRT_LINKAGE STREQUAL "dynamic")
|
2019-09-24 04:46:16 +08:00
|
|
|
set(OPTIONS_DEBUG "${OPTIONS_DEBUG} --extra-cflags=-MDd --extra-cxxflags=-MDd")
|
2019-04-05 13:32:10 +08:00
|
|
|
set(OPTIONS_RELEASE "${OPTIONS_RELEASE} --extra-cflags=-MD --extra-cxxflags=-MD")
|
|
|
|
else()
|
2019-09-24 04:46:16 +08:00
|
|
|
set(OPTIONS_DEBUG "${OPTIONS_DEBUG} --extra-cflags=-MTd --extra-cxxflags=-MTd")
|
2019-04-05 13:32:10 +08:00
|
|
|
set(OPTIONS_RELEASE "${OPTIONS_RELEASE} --extra-cflags=-MT --extra-cxxflags=-MT")
|
|
|
|
endif()
|
2017-03-02 23:29:00 +08:00
|
|
|
endif()
|
|
|
|
|
2020-08-19 03:58:14 +08:00
|
|
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
|
|
|
set(OPTIONS "${OPTIONS} --pkg-config-flags=--static")
|
|
|
|
endif()
|
|
|
|
|
2019-06-01 07:25:56 +08:00
|
|
|
set(ENV_LIB_PATH "$ENV{${LIB_PATH_VAR}}")
|
2017-03-02 23:29:00 +08:00
|
|
|
|
2019-09-24 04:46:16 +08:00
|
|
|
message(STATUS "Building Options: ${OPTIONS}")
|
|
|
|
|
2019-12-22 06:04:38 +08:00
|
|
|
# Release build
|
2019-08-07 04:25:50 +08:00
|
|
|
if (NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL release)
|
2019-12-22 06:04:38 +08:00
|
|
|
message(STATUS "Building Release Options: ${OPTIONS_RELEASE}")
|
2020-09-01 13:36:25 +08:00
|
|
|
set(ENV{${LIB_PATH_VAR}} "${CURRENT_INSTALLED_DIR}/lib${VCPKG_HOST_PATH_SEPARATOR}${ENV_LIB_PATH}")
|
2019-10-14 19:03:01 +08:00
|
|
|
set(ENV{CFLAGS} "${VCPKG_C_FLAGS} ${VCPKG_C_FLAGS_RELEASE}")
|
|
|
|
set(ENV{LDFLAGS} "${VCPKG_LINKER_FLAGS}")
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENV{PKG_CONFIG_PATH} "${CURRENT_INSTALLED_DIR}/lib/pkgconfig")
|
2019-08-07 04:25:50 +08:00
|
|
|
message(STATUS "Building ${_csc_PROJECT_PATH} for Release")
|
|
|
|
file(MAKE_DIRECTORY ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel)
|
2020-09-01 08:14:14 +08:00
|
|
|
|
|
|
|
set(BUILD_DIR "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel")
|
|
|
|
set(CONFIGURE_OPTIONS "${OPTIONS} ${OPTIONS_RELEASE}")
|
|
|
|
set(INST_PREFIX "${CURRENT_PACKAGES_DIR}")
|
|
|
|
|
|
|
|
configure_file("${CMAKE_CURRENT_LIST_DIR}/build.sh.in" "${BUILD_DIR}/build.sh" @ONLY)
|
|
|
|
|
2019-08-07 04:25:50 +08:00
|
|
|
vcpkg_execute_required_process(
|
2020-09-01 08:14:14 +08:00
|
|
|
COMMAND ${SHELL} ./build.sh
|
|
|
|
WORKING_DIRECTORY ${BUILD_DIR}
|
2019-08-07 04:25:50 +08:00
|
|
|
LOGNAME build-${TARGET_TRIPLET}-rel
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
# Debug build
|
|
|
|
if (NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL debug)
|
|
|
|
message(STATUS "Building Debug Options: ${OPTIONS_DEBUG}")
|
2020-09-01 13:36:25 +08:00
|
|
|
set(ENV{${LIB_PATH_VAR}} "${CURRENT_INSTALLED_DIR}/debug/lib${VCPKG_HOST_PATH_SEPARATOR}${ENV_LIB_PATH}")
|
2019-10-14 19:03:01 +08:00
|
|
|
set(ENV{CFLAGS} "${VCPKG_C_FLAGS} ${VCPKG_C_FLAGS_DEBUG}")
|
|
|
|
set(ENV{LDFLAGS} "${VCPKG_LINKER_FLAGS}")
|
2020-08-19 03:58:14 +08:00
|
|
|
set(ENV{PKG_CONFIG_PATH} "${CURRENT_INSTALLED_DIR}/debug/lib/pkgconfig")
|
2019-08-07 04:25:50 +08:00
|
|
|
message(STATUS "Building ${_csc_PROJECT_PATH} for Debug")
|
|
|
|
file(MAKE_DIRECTORY ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg)
|
2020-09-01 08:14:14 +08:00
|
|
|
|
|
|
|
set(BUILD_DIR "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg")
|
|
|
|
set(CONFIGURE_OPTIONS "${OPTIONS} ${OPTIONS_DEBUG}")
|
|
|
|
set(INST_PREFIX "${CURRENT_PACKAGES_DIR}/debug")
|
|
|
|
|
|
|
|
configure_file("${CMAKE_CURRENT_LIST_DIR}/build.sh.in" "${BUILD_DIR}/build.sh" @ONLY)
|
|
|
|
|
2019-08-07 04:25:50 +08:00
|
|
|
vcpkg_execute_required_process(
|
2020-09-01 08:14:14 +08:00
|
|
|
COMMAND ${SHELL} ./build.sh
|
|
|
|
WORKING_DIRECTORY ${BUILD_DIR}
|
2019-08-07 04:25:50 +08:00
|
|
|
LOGNAME build-${TARGET_TRIPLET}-dbg
|
|
|
|
)
|
|
|
|
endif()
|
2017-03-02 23:29:00 +08:00
|
|
|
|
2020-09-01 13:36:25 +08:00
|
|
|
if(VCPKG_TARGET_IS_WINDOWS)
|
|
|
|
file(GLOB DEF_FILES ${CURRENT_PACKAGES_DIR}/lib/*.def ${CURRENT_PACKAGES_DIR}/debug/lib/*.def)
|
2020-12-02 06:13:58 +08:00
|
|
|
|
|
|
|
if(NOT VCPKG_TARGET_IS_MINGW)
|
|
|
|
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm")
|
|
|
|
set(LIB_MACHINE_ARG /machine:ARM)
|
|
|
|
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64")
|
|
|
|
set(LIB_MACHINE_ARG /machine:ARM64)
|
|
|
|
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
|
|
|
|
set(LIB_MACHINE_ARG /machine:x86)
|
|
|
|
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
|
|
|
set(LIB_MACHINE_ARG /machine:x64)
|
|
|
|
else()
|
|
|
|
message(FATAL_ERROR "Unsupported target architecture")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
foreach(DEF_FILE ${DEF_FILES})
|
|
|
|
get_filename_component(DEF_FILE_DIR "${DEF_FILE}" DIRECTORY)
|
|
|
|
get_filename_component(DEF_FILE_NAME "${DEF_FILE}" NAME)
|
|
|
|
string(REGEX REPLACE "-[0-9]*\\.def" "${VCPKG_TARGET_STATIC_LIBRARY_SUFFIX}" OUT_FILE_NAME "${DEF_FILE_NAME}")
|
|
|
|
file(TO_NATIVE_PATH "${DEF_FILE}" DEF_FILE_NATIVE)
|
|
|
|
file(TO_NATIVE_PATH "${DEF_FILE_DIR}/${OUT_FILE_NAME}" OUT_FILE_NATIVE)
|
|
|
|
message(STATUS "Generating ${OUT_FILE_NATIVE}")
|
|
|
|
vcpkg_execute_required_process(
|
|
|
|
COMMAND lib.exe /def:${DEF_FILE_NATIVE} /out:${OUT_FILE_NATIVE} ${LIB_MACHINE_ARG}
|
|
|
|
WORKING_DIRECTORY ${CURRENT_PACKAGES_DIR}
|
|
|
|
LOGNAME libconvert-${TARGET_TRIPLET}
|
|
|
|
)
|
|
|
|
endforeach()
|
2020-09-01 13:36:25 +08:00
|
|
|
endif()
|
2020-12-02 06:13:58 +08:00
|
|
|
|
2020-03-28 10:40:10 +08:00
|
|
|
file(GLOB EXP_FILES ${CURRENT_PACKAGES_DIR}/lib/*.exp ${CURRENT_PACKAGES_DIR}/debug/lib/*.exp)
|
|
|
|
file(GLOB LIB_FILES ${CURRENT_PACKAGES_DIR}/bin/*${VCPKG_TARGET_STATIC_LIBRARY_SUFFIX} ${CURRENT_PACKAGES_DIR}/debug/bin/*${VCPKG_TARGET_STATIC_LIBRARY_SUFFIX})
|
2020-12-02 06:13:58 +08:00
|
|
|
if(VCPKG_TARGET_IS_MINGW)
|
|
|
|
file(GLOB LIB_FILES_2 ${CURRENT_PACKAGES_DIR}/bin/*.lib ${CURRENT_PACKAGES_DIR}/debug/bin/*.lib)
|
|
|
|
endif()
|
|
|
|
list(APPEND FILES_TO_REMOVE ${EXP_FILES} ${LIB_FILES} ${LIB_FILES_2} ${DEF_FILES})
|
2020-03-28 10:40:10 +08:00
|
|
|
if(FILES_TO_REMOVE)
|
|
|
|
file(REMOVE ${FILES_TO_REMOVE})
|
|
|
|
endif()
|
2017-03-03 00:26:39 +08:00
|
|
|
endif()
|
2020-03-28 10:40:10 +08:00
|
|
|
|
2020-10-14 04:36:20 +08:00
|
|
|
if("ffmpeg" IN_LIST FEATURES)
|
|
|
|
vcpkg_copy_tools(TOOL_NAMES ffmpeg AUTO_CLEAN)
|
|
|
|
endif()
|
|
|
|
if("ffprobe" IN_LIST FEATURES)
|
|
|
|
vcpkg_copy_tools(TOOL_NAMES ffprobe AUTO_CLEAN)
|
|
|
|
endif()
|
|
|
|
if("ffplay" IN_LIST FEATURES)
|
|
|
|
vcpkg_copy_tools(TOOL_NAMES ffplay AUTO_CLEAN)
|
|
|
|
endif()
|
|
|
|
|
2017-03-02 23:29:00 +08:00
|
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share)
|
|
|
|
|
2020-03-19 15:28:10 +08:00
|
|
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
|
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
|
|
|
|
endif()
|
|
|
|
|
2017-03-02 23:29:00 +08:00
|
|
|
vcpkg_copy_pdbs()
|
|
|
|
|
2020-12-22 11:22:13 +08:00
|
|
|
if (VCPKG_TARGET_IS_WINDOWS)
|
|
|
|
# Translate cygpath to local path
|
|
|
|
set(CYGPATH_CMD "${MSYS_ROOT}/usr/bin/cygpath.exe" -w)
|
|
|
|
|
|
|
|
foreach(PKGCONFIG_PATH "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/lib/pkgconfig")
|
|
|
|
file(GLOB PKGCONFIG_FILES "${PKGCONFIG_PATH}/*.pc")
|
|
|
|
foreach(PKGCONFIG_FILE IN LISTS PKGCONFIG_FILES)
|
|
|
|
file(READ "${PKGCONFIG_FILE}" PKGCONFIG_CONTENT)
|
|
|
|
foreach(PATH_NAME prefix libdir includedir)
|
|
|
|
string(REGEX MATCH "${PATH_NAME}=[^\n]*\n" PATH_VALUE "${PKGCONFIG_CONTENT}")
|
|
|
|
string(REPLACE "${PATH_NAME}=" "" PATH_VALUE "${PATH_VALUE}")
|
|
|
|
string(REPLACE "\n" "" PATH_VALUE "${PATH_VALUE}")
|
|
|
|
set("${PATH_NAME}_cygpath" "${PATH_VALUE}")
|
|
|
|
endforeach()
|
|
|
|
execute_process(
|
|
|
|
COMMAND ${CYGPATH_CMD} "${prefix_cygpath}"
|
|
|
|
OUTPUT_VARIABLE FIXED_PREFIX_PATH
|
|
|
|
)
|
|
|
|
string(REPLACE "\n" "" FIXED_PREFIX_PATH "${FIXED_PREFIX_PATH}")
|
|
|
|
file(TO_CMAKE_PATH "${FIXED_PREFIX_PATH}" FIXED_PREFIX_PATH)
|
|
|
|
execute_process(
|
|
|
|
COMMAND ${CYGPATH_CMD} "${libdir_cygpath}"
|
|
|
|
OUTPUT_VARIABLE FIXED_LIBDIR_PATH
|
|
|
|
)
|
|
|
|
string(REPLACE "\n" "" FIXED_LIBDIR_PATH ${FIXED_LIBDIR_PATH})
|
|
|
|
file(TO_CMAKE_PATH ${FIXED_LIBDIR_PATH} FIXED_LIBDIR_PATH)
|
|
|
|
execute_process(
|
|
|
|
COMMAND ${CYGPATH_CMD} "${includedir_cygpath}"
|
|
|
|
OUTPUT_VARIABLE FIXED_INCLUDE_PATH
|
|
|
|
)
|
|
|
|
string(REPLACE "\n" "" FIXED_INCLUDE_PATH "${FIXED_INCLUDE_PATH}")
|
|
|
|
file(TO_CMAKE_PATH ${FIXED_INCLUDE_PATH} FIXED_INCLUDE_PATH)
|
|
|
|
|
|
|
|
vcpkg_replace_string("${PKGCONFIG_FILE}" "${prefix_cygpath}" "${FIXED_PREFIX_PATH}")
|
|
|
|
vcpkg_replace_string("${PKGCONFIG_FILE}" "${libdir_cygpath}" "${FIXED_LIBDIR_PATH}")
|
|
|
|
vcpkg_replace_string("${PKGCONFIG_FILE}" "${includedir_cygpath}" "${FIXED_INCLUDE_PATH}")
|
|
|
|
endforeach()
|
|
|
|
endforeach()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
vcpkg_fixup_pkgconfig()
|
|
|
|
|
2021-04-15 04:46:12 +08:00
|
|
|
# Handle version strings
|
|
|
|
|
|
|
|
function(extract_regex_from_file out)
|
|
|
|
cmake_parse_arguments(PARSE_ARGV 1 "arg" "" "FILE;REGEX" "")
|
|
|
|
file(READ "${arg_FILE}" contents)
|
|
|
|
if (contents MATCHES "${arg_REGEX}")
|
|
|
|
if(NOT CMAKE_MATCH_COUNT EQUAL 1)
|
|
|
|
message(FATAL_ERROR "Could not identify match group in regular expression \"${arg_REGEX}\"")
|
|
|
|
endif()
|
|
|
|
else()
|
|
|
|
message(FATAL_ERROR "Could not find line matching \"${arg_REGEX}\" in file \"${arg_FILE}\"")
|
|
|
|
endif()
|
|
|
|
set("${out}" "${CMAKE_MATCH_1}" PARENT_SCOPE)
|
|
|
|
endfunction()
|
|
|
|
|
|
|
|
function(extract_version_from_component out)
|
|
|
|
cmake_parse_arguments(PARSE_ARGV 1 "arg" "" "COMPONENT" "")
|
|
|
|
string(TOLOWER "${arg_COMPONENT}" component_lower)
|
|
|
|
string(TOUPPER "${arg_COMPONENT}" component_upper)
|
|
|
|
extract_regex_from_file(major_version
|
|
|
|
FILE "${SOURCE_PATH}/${component_lower}/version.h"
|
|
|
|
REGEX "#define ${component_upper}_VERSION_MAJOR[ ]+([0-9]+)"
|
|
|
|
)
|
|
|
|
extract_regex_from_file(minor_version
|
|
|
|
FILE "${SOURCE_PATH}/${component_lower}/version.h"
|
|
|
|
REGEX "#define ${component_upper}_VERSION_MINOR[ ]+([0-9]+)"
|
|
|
|
)
|
|
|
|
extract_regex_from_file(micro_version
|
|
|
|
FILE "${SOURCE_PATH}/${component_lower}/version.h"
|
|
|
|
REGEX "#define ${component_upper}_VERSION_MICRO[ ]+([0-9]+)"
|
|
|
|
)
|
|
|
|
set("${out}" "${major_version}.${minor_version}.${micro_version}" PARENT_SCOPE)
|
|
|
|
endfunction()
|
|
|
|
|
|
|
|
extract_regex_from_file(FFMPEG_VERSION
|
|
|
|
FILE "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/libavutil/ffversion.h"
|
|
|
|
REGEX "#define FFMPEG_VERSION[ ]+\"(.+)\""
|
|
|
|
)
|
|
|
|
|
|
|
|
extract_version_from_component(LIBAVUTIL_VERSION
|
|
|
|
COMPONENT libavutil)
|
|
|
|
extract_version_from_component(LIBAVCODEC_VERSION
|
|
|
|
COMPONENT libavcodec)
|
|
|
|
extract_version_from_component(LIBAVDEVICE_VERSION
|
|
|
|
COMPONENT libavdevice)
|
|
|
|
extract_version_from_component(LIBAVFILTER_VERSION
|
|
|
|
COMPONENT libavfilter)
|
|
|
|
extract_version_from_component( LIBAVFORMAT_VERSION
|
|
|
|
COMPONENT libavformat)
|
|
|
|
extract_version_from_component(LIBAVRESAMPLE_VERSION
|
|
|
|
COMPONENT libavresample)
|
|
|
|
extract_version_from_component(LIBSWRESAMPLE_VERSION
|
|
|
|
COMPONENT libswresample)
|
|
|
|
extract_version_from_component(LIBSWSCALE_VERSION
|
|
|
|
COMPONENT libswscale)
|
|
|
|
|
2017-03-02 23:29:00 +08:00
|
|
|
# Handle copyright
|
2019-12-24 07:37:41 +08:00
|
|
|
file(STRINGS ${CURRENT_BUILDTREES_DIR}/build-${TARGET_TRIPLET}-rel-out.log LICENSE_STRING REGEX "License: .*" LIMIT_COUNT 1)
|
2020-09-01 13:36:25 +08:00
|
|
|
if(LICENSE_STRING STREQUAL "License: LGPL version 2.1 or later")
|
2019-12-24 07:37:41 +08:00
|
|
|
set(LICENSE_FILE "COPYING.LGPLv2.1")
|
2020-09-01 13:36:25 +08:00
|
|
|
elseif(LICENSE_STRING STREQUAL "License: LGPL version 3 or later")
|
2019-12-24 07:37:41 +08:00
|
|
|
set(LICENSE_FILE "COPYING.LGPLv3")
|
2020-09-01 13:36:25 +08:00
|
|
|
elseif(LICENSE_STRING STREQUAL "License: GPL version 2 or later")
|
2019-12-24 07:37:41 +08:00
|
|
|
set(LICENSE_FILE "COPYING.GPLv2")
|
2020-09-01 13:36:25 +08:00
|
|
|
elseif(LICENSE_STRING STREQUAL "License: GPL version 3 or later")
|
2019-12-24 07:37:41 +08:00
|
|
|
set(LICENSE_FILE "COPYING.GPLv3")
|
2020-09-01 13:36:25 +08:00
|
|
|
elseif(LICENSE_STRING STREQUAL "License: nonfree and unredistributable")
|
2019-12-24 07:37:41 +08:00
|
|
|
set(LICENSE_FILE "COPYING.NONFREE")
|
|
|
|
file(WRITE ${SOURCE_PATH}/${LICENSE_FILE} ${LICENSE_STRING})
|
|
|
|
else()
|
|
|
|
message(FATAL_ERROR "Failed to identify license (${LICENSE_STRING})")
|
|
|
|
endif()
|
2018-02-22 08:39:48 +08:00
|
|
|
|
2019-09-24 04:46:16 +08:00
|
|
|
configure_file(${CMAKE_CURRENT_LIST_DIR}/FindFFMPEG.cmake.in ${CURRENT_PACKAGES_DIR}/share/${PORT}/FindFFMPEG.cmake @ONLY)
|
[many ports] improvements for linux/wsl (#6730)
* [many ports] improve compatibility with WSL and mixed case filesystems
* [treehopper] express dependency on libusb, which was not working on non-win32 platforms and is still broken there
* [libharu] add compatibility with non-win32 platforms
* [geogram] fix openblas on linux
[clapack] better integration with linux environment
[visit-struct] put cmake config file in the expected folder
[geogram] remove trailing underscore to enable compatibility with OpenBLAS
* [openblas] playing with underscore, without success
* [openblas/lapack] fix library integration
* [clapack] improve target handling in cmake module
* [openblas] promote self-generated config to default cmake module, otherwise internal ones thinks wrongly that openblas can also solve lapack libs
* [clapack,openblas] improve libraries integration
* [many ports] fix cmake unnecessary target paths, wrong config paths, empty default dependencies, unnecessary [core] tags
* [suitesparse] improve integration with new lapack/openblas mechanism
* [suitesparse] add no underscore postfix also for linux
* [ceres] fix integration with newer openblas/lapack configs
* [aws-c-event-stream] fix regression
* [systemc] fix regression
* [libwebp,geogram] trigger rebuild
* [libwebp,pthread4w] fix regressions
* [glbinding] fix cmake module installation
* [globjects] disentangle unnecessary dependency from qt5
* [jasper] remove broken and unnecessary patches
* [libwebp] fix regression
* [many ports] avoid using BUILD_SHARED_LIBS which is uninitialized in port files
* [clapack] correctly find dlls
* [clapack] use a generic blas as dependency
* [fizz,g2o] restore expected version
* fix mistake
* [many ports] remove WIN32, APPLE and UNIX (again, they keep creeping in) from ports since they are broken and usually break non-win32 ports
* [libressl,openssl] do not try to build one if the other is already installed
* [itk] update ref and patch to avoid regression
* [libressl,openssl] implement full strategy to fix CI
* [libwebp] disable components that are broken on macOS
* [ogre] enable macOS build
* [freeimage,jxrlib,ogre,openexr,protobuf] port patches from #5169
* [ogre] add missing install command
* [ffmpeg] enable wrapper for cmake module
* [ffmpeg] add avresample module finder
* [ffmpeg] improve module detection and exported symbols
* [ffmpeg] add variables to cache
* [thrift] remove unnecessary build option
* [allegro5] fix shared/static inversion
* [protobuf] cleanup
* [libressl] cleanup
* [moos-core] cleanup
* commented features must not be separated from other features, otherwise vcpkg complains
* [itk] fix regression
* [shogun,itk] fix regressions
* [ogre] fix regression
* [opusfile] add compatibility with non-win32
* [itk] fix regression
* [sndfile,libsndfile] remove duplicate, redirect sndfile to libsndfile
* add missing dependencies
* [ismrmrd] fix regression
* [ffmpeg] trigger rebuild
* [clapack,openblas,libogg] fix regressions on macOS
* [libtins] fix regression
* force rebuild windows regressions, unable to reproduce locally
* [mosquitto] enable non-win32 builds
* [json-dto] force rebuild, unable to reproduce regression locally
* [many ports] uniform naming and path length requests
* fix regression
* fix regression
* [ffmpeg] fixes for downstream projects
* clean up - thanks to reviewers
* trigger rebuild of regressions on macOS
* trigger rebuild of regressions on macOS - part2
* Add core back
* Use VCPKG_CONCURRENCY
* Add core back to suitesparse
* Add core back to curl
* Add core back to magnum
* Add core back to magnum
* Add core back to magnum
* Add core back to cgal
2019-06-21 10:11:54 +08:00
|
|
|
file(COPY ${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
|
2020-03-28 10:40:10 +08:00
|
|
|
file(INSTALL ${SOURCE_PATH}/${LICENSE_FILE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|