2021-09-11 04:36:20 +08:00
|
|
|
set(FONTCONFIG_VERSION 2.13.94)
|
2020-12-09 01:58:49 +08:00
|
|
|
|
2020-11-18 01:18:59 +08:00
|
|
|
vcpkg_from_gitlab(
|
|
|
|
GITLAB_URL https://gitlab.freedesktop.org
|
2019-10-08 01:35:13 +08:00
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
2020-11-18 01:18:59 +08:00
|
|
|
REPO fontconfig/fontconfig
|
2021-09-11 04:36:20 +08:00
|
|
|
REF ${FONTCONFIG_VERSION}
|
|
|
|
SHA512 815f999146970c7f0e6c15a21f218d4b3f75b26d4ef14d36711bc0a1de19e59cc62d6a2c53993dd38b963ae30820c4db29f103380d5001886d55b6a7df361154
|
|
|
|
HEAD_REF master
|
2019-10-08 01:35:13 +08:00
|
|
|
)
|
|
|
|
|
2020-11-18 01:18:59 +08:00
|
|
|
vcpkg_find_acquire_program(GPERF)
|
|
|
|
get_filename_component(GPERF_PATH ${GPERF} DIRECTORY)
|
|
|
|
vcpkg_add_to_path(${GPERF_PATH})
|
2019-10-08 01:35:13 +08:00
|
|
|
|
2021-12-02 11:11:01 +08:00
|
|
|
vcpkg_configure_meson(
|
|
|
|
SOURCE_PATH ${SOURCE_PATH}
|
|
|
|
OPTIONS
|
|
|
|
-Ddoc=disabled
|
|
|
|
)
|
2021-09-11 04:36:20 +08:00
|
|
|
vcpkg_install_meson(ADD_BIN_TO_PATH)
|
2019-10-08 01:35:13 +08:00
|
|
|
|
2020-11-18 01:18:59 +08:00
|
|
|
vcpkg_copy_pdbs()
|
[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
|
|
|
#Fix missing libintl static dependency
|
|
|
|
if(NOT VCPKG_TARGET_IS_MINGW AND VCPKG_TARGET_IS_WINDOWS)
|
|
|
|
if(NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "debug")
|
|
|
|
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/fontconfig.pc" "-liconv" "-liconv -lintl")
|
|
|
|
endif()
|
|
|
|
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/fontconfig.pc" "-liconv" "-liconv -lintl")
|
|
|
|
endif()
|
2021-01-11 16:27:46 +08:00
|
|
|
vcpkg_fixup_pkgconfig()
|
2019-10-08 01:35:13 +08:00
|
|
|
|
2020-11-18 01:18:59 +08:00
|
|
|
# Fix paths in debug pc file.
|
|
|
|
set(_file "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/fontconfig.pc")
|
|
|
|
if(EXISTS "${_file}")
|
|
|
|
file(READ "${_file}" _contents)
|
|
|
|
string(REPLACE "/etc" "/../etc" _contents "${_contents}")
|
|
|
|
string(REPLACE "/var" "/../var" _contents "${_contents}")
|
|
|
|
file(WRITE "${_file}" "${_contents}")
|
|
|
|
endif()
|
2019-10-08 01:35:13 +08:00
|
|
|
|
2020-11-18 01:18:59 +08:00
|
|
|
# Make path to cache in fonts.conf relative
|
|
|
|
set(_file "${CURRENT_PACKAGES_DIR}/etc/fonts/fonts.conf")
|
|
|
|
if(EXISTS "${_file}")
|
2021-11-23 07:18:05 +08:00
|
|
|
vcpkg_replace_string("${_file}" "${CURRENT_PACKAGES_DIR}/var/cache/fontconfig" "./../../var/cache/fontconfig")
|
2020-11-18 01:18:59 +08:00
|
|
|
endif()
|
|
|
|
|
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/var"
|
|
|
|
"${CURRENT_PACKAGES_DIR}/debug/share"
|
|
|
|
"${CURRENT_PACKAGES_DIR}/debug/etc")
|
2019-10-08 01:35:13 +08:00
|
|
|
|
|
|
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
2020-11-18 01:18:59 +08:00
|
|
|
if(VCPKG_TARGET_IS_WINDOWS)
|
|
|
|
set(DEFINE_FC_PUBLIC "#define FcPublic __declspec(dllimport)")
|
|
|
|
else()
|
|
|
|
set(DEFINE_FC_PUBLIC "#define FcPublic __attribute__((visibility(\"default\")))")
|
|
|
|
endif()
|
2019-10-08 01:35:13 +08:00
|
|
|
foreach(HEADER fcfreetype.h fontconfig.h)
|
2020-11-18 01:18:59 +08:00
|
|
|
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/fontconfig/${HEADER}"
|
|
|
|
"#define FcPublic"
|
|
|
|
"${DEFINE_FC_PUBLIC}"
|
|
|
|
)
|
2019-10-08 01:35:13 +08:00
|
|
|
endforeach()
|
|
|
|
endif()
|
|
|
|
|
2020-11-18 01:18:59 +08:00
|
|
|
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
|
|
|
|
|
|
|
|
2021-04-01 05:17:19 +08:00
|
|
|
# Build the fontconfig cache
|
2022-01-13 03:59:55 +08:00
|
|
|
if(NOT VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_CROSSCOMPILING)
|
2020-11-18 01:18:59 +08:00
|
|
|
set(ENV{FONTCONFIG_PATH} "${CURRENT_PACKAGES_DIR}/etc/fonts")
|
|
|
|
set(ENV{FONTCONFIG_FILE} "${CURRENT_PACKAGES_DIR}/etc/fonts/fonts.conf")
|
2021-09-11 04:36:20 +08:00
|
|
|
vcpkg_execute_required_process(COMMAND "${CURRENT_PACKAGES_DIR}/bin/fc-cache${VCPKG_TARGET_EXECUTABLE_SUFFIX}" --verbose
|
|
|
|
WORKING_DIRECTORY "${CURRENT_PACKAGES_DIR}/bin"
|
2020-11-18 01:18:59 +08:00
|
|
|
LOGNAME fc-cache-${TARGET_TRIPLET})
|
|
|
|
endif()
|
2019-10-08 01:35:13 +08:00
|
|
|
|
2020-11-18 01:18:59 +08:00
|
|
|
if(VCPKG_TARGET_IS_WINDOWS)
|
2021-12-02 11:11:01 +08:00
|
|
|
# Unnecessary make rule creating the fontconfig cache dir on windows.
|
2020-11-18 01:18:59 +08:00
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}LOCAL_APPDATA_FONTCONFIG_CACHE")
|
2021-01-11 16:27:46 +08:00
|
|
|
endif()
|
|
|
|
|
|
|
|
if(NOT VCPKG_TARGET_IS_LINUX)
|
|
|
|
set(VCPKG_TARGET_IS_LINUX 0) # To not leave empty AND statements in the wrapper
|
|
|
|
endif()
|
|
|
|
configure_file("${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake.in" "${CURRENT_PACKAGES_DIR}/share/${PORT}/vcpkg-cmake-wrapper.cmake" @ONLY)
|
2021-09-11 04:36:20 +08:00
|
|
|
|
|
|
|
vcpkg_copy_tools(
|
|
|
|
TOOL_NAMES fc-match fc-cat fc-list fc-pattern fc-query fc-scan fc-cache fc-validate fc-conflist
|
|
|
|
AUTO_CLEAN
|
|
|
|
)
|