2018-03-03 04:28:34 +08:00
|
|
|
vcpkg_from_github(
|
2022-04-14 02:26:56 +08:00
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO webmproject/libwebp
|
2023-01-27 23:25:42 +08:00
|
|
|
REF "v${VERSION}"
|
|
|
|
SHA512 96f73ba6caee4e65535721ca80faa976f51930eb6693e4499593e896f15269dfb756defabe7afbefb3bd2ef90afc0c95e3ba49d8020bc18589c34e9e680d955a
|
2022-04-14 02:26:56 +08:00
|
|
|
HEAD_REF master
|
|
|
|
PATCHES
|
|
|
|
0002-cmake-config.patch
|
|
|
|
0007-fix-arm-build.patch
|
|
|
|
0008-sdl.patch
|
2022-07-29 06:16:30 +08:00
|
|
|
0010-fix_build.patch
|
2016-10-24 04:26:15 +08:00
|
|
|
)
|
|
|
|
|
2020-01-12 07:28:39 +08:00
|
|
|
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
2022-04-14 02:26:56 +08:00
|
|
|
FEATURES
|
|
|
|
anim WEBP_BUILD_ANIM_UTILS
|
2023-01-27 23:25:42 +08:00
|
|
|
cwebp WEBP_BUILD_CWEBP
|
|
|
|
dwebp WEBP_BUILD_DWEBP
|
|
|
|
extras WEBP_BUILD_EXTRAS
|
2022-04-14 02:26:56 +08:00
|
|
|
gif2webp WEBP_BUILD_GIF2WEBP
|
|
|
|
img2webp WEBP_BUILD_IMG2WEBP
|
|
|
|
info WEBP_BUILD_WEBPINFO
|
2023-01-27 23:25:42 +08:00
|
|
|
libwebpmux WEBP_BUILD_LIBWEBPMUX
|
2022-04-14 02:26:56 +08:00
|
|
|
mux WEBP_BUILD_WEBPMUX
|
|
|
|
nearlossless WEBP_NEAR_LOSSLESS
|
|
|
|
simd WEBP_ENABLE_SIMD
|
|
|
|
swap16bitcsp WEBP_ENABLE_SWAP_16BIT_CSP
|
|
|
|
unicode WEBP_UNICODE
|
2023-01-27 23:25:42 +08:00
|
|
|
vwebp WEBP_BUILD_VWEBP
|
|
|
|
vwebp-sdl CMAKE_REQUIRE_FIND_PACKAGE_SDL
|
|
|
|
INVERTED_FEATURES
|
|
|
|
vwebp-sdl CMAKE_DISABLE_FIND_PACKAGE_SDL
|
2020-01-12 07:28:39 +08:00
|
|
|
)
|
|
|
|
|
2021-09-28 08:51:56 +08:00
|
|
|
vcpkg_cmake_configure(
|
2022-04-14 02:26:56 +08:00
|
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
|
|
OPTIONS
|
|
|
|
${FEATURE_OPTIONS}
|
2023-01-27 23:25:42 +08:00
|
|
|
OPTIONS_DEBUG
|
|
|
|
-DWEBP_BUILD_ANIM_UTILS=OFF
|
|
|
|
-DWEBP_BUILD_CWEBP=OFF
|
|
|
|
-DWEBP_BUILD_DWEBP=OFF
|
|
|
|
-DWEBP_BUILD_EXTRAS=OFF
|
|
|
|
-DWEBP_BUILD_GIF2WEBP=OFF
|
|
|
|
-DWEBP_BUILD_IMG2WEBP=OFF
|
|
|
|
-DWEBP_BUILD_VWEBP=OFF
|
|
|
|
-DWEBP_BUILD_WEBPINFO=OFF
|
|
|
|
-DWEBP_BUILD_WEBPMUX=OFF
|
|
|
|
MAYBE_UNUSED_VARIABLES
|
|
|
|
CMAKE_DISABLE_FIND_PACKAGE_SDL
|
|
|
|
CMAKE_REQUIRE_FIND_PACKAGE_SDL
|
2016-10-24 04:26:15 +08:00
|
|
|
)
|
|
|
|
|
2021-09-28 08:51:56 +08:00
|
|
|
vcpkg_cmake_install()
|
2016-10-24 04:26:15 +08:00
|
|
|
|
2021-09-28 08:51:56 +08:00
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
2019-02-27 00:16:20 +08:00
|
|
|
|
|
|
|
vcpkg_copy_pdbs()
|
2022-04-14 02:26:56 +08:00
|
|
|
vcpkg_cmake_config_fixup(PACKAGE_NAME WebP CONFIG_PATH share/WebP/cmake)
|
2021-09-28 08:51:56 +08:00
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
2020-01-20 07:15:16 +08:00
|
|
|
|
[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
|
|
|
vcpkg_fixup_pkgconfig()
|
|
|
|
|
2023-01-27 23:25:42 +08:00
|
|
|
vcpkg_list(SET BIN_NAMES)
|
|
|
|
foreach(tool IN ITEMS get_disto gif2webp img2webp vwebp vwebp_sdl webpinfo webpmux webp_quality cwebp dwebp)
|
2022-04-14 02:26:56 +08:00
|
|
|
if(EXISTS "${CURRENT_PACKAGES_DIR}/bin/${tool}${VCPKG_TARGET_EXECUTABLE_SUFFIX}")
|
2023-01-27 23:25:42 +08:00
|
|
|
vcpkg_list(APPEND BIN_NAMES "${tool}")
|
2022-04-14 02:26:56 +08:00
|
|
|
endif()
|
2020-01-12 07:28:39 +08:00
|
|
|
endforeach()
|
2023-01-27 23:25:42 +08:00
|
|
|
if(NOT BIN_NAMES STREQUAL "")
|
|
|
|
vcpkg_copy_tools(TOOL_NAMES ${BIN_NAMES} AUTO_CLEAN)
|
2019-05-10 02:45:23 +08:00
|
|
|
endif()
|
|
|
|
|
2023-01-27 23:25:42 +08:00
|
|
|
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
|
|
|
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|