diff options
| author | driver1998 <driver1998@foxmail.com> | 2020-02-08 01:36:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-07 09:36:39 -0800 |
| commit | 7d4227f02e445b0a29f8c1ce3258b57d60b71cfe (patch) | |
| tree | 179fcf840bb32edda864d6ec80a5866f56359d3a /ports/pangomm | |
| parent | 8eaa597bba70728c70feb4674566abcbe6feeb5c (diff) | |
| download | vcpkg-7d4227f02e445b0a29f8c1ce3258b57d60b71cfe.tar.gz vcpkg-7d4227f02e445b0a29f8c1ce3258b57d60b71cfe.zip | |
[libffi] Update to v3.3 release (#6119)
* libffi 3.3-rc0 custom port, with arm/arm64 windows support
* fix linux build
* enable EFI64 in linux x64, should fix build errors in some cases
* libffi: move to the arm64 support pr branch
* libffi: move to latest upstream master
* libffi: update to upstream master
* libffi: update to v3.3-rc2
* libffi: update to v3.3 release
* libffi: update version in fficonfig.h
* libffi: Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* [libffi] update portfile.cmake
* [libnice] fix Windows ARM64 build
* CI: set atk:arm64-windows to fail
atk compilation requires running glib(arm64) tools, which is not possible on a x86 system.
* CI: libffi:arm64-windows passing
* [gdk-pixbuf] fix Windows ARM64 build
* [pangomm] show unsupported architecture error on ARM
* [pangomm] update portfile.cmake
* [libffi] Avoid depending on VCPKG_TARGET_TRIPLET; use native cmake variables instead. Avoid double expansion inside if().
* [libffi] TARGET is a keyword for if() -- use quoted expansion instead.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/pangomm')
| -rw-r--r-- | ports/pangomm/CONTROL | 2 | ||||
| -rw-r--r-- | ports/pangomm/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/pangomm/CONTROL b/ports/pangomm/CONTROL index a35d35804..46f41db7f 100644 --- a/ports/pangomm/CONTROL +++ b/ports/pangomm/CONTROL @@ -1,5 +1,5 @@ Source: pangomm -Version: 2.40.1-2 +Version: 2.40.1-3 Homepage: https://ftp.gnome.org/pub/GNOME/sources/pangomm Description: pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class. Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz, pango, cairomm, glibmm diff --git a/ports/pangomm/portfile.cmake b/ports/pangomm/portfile.cmake index b5af1d070..1e2cefa61 100644 --- a/ports/pangomm/portfile.cmake +++ b/ports/pangomm/portfile.cmake @@ -1,4 +1,4 @@ -include(vcpkg_common_functions) +vcpkg_fail_port_install(ON_ARCH "arm" "arm64") vcpkg_download_distfile(ARCHIVE URLS "http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.40/pangomm-2.40.1.tar.xz" @@ -62,4 +62,4 @@ file( vcpkg_copy_pdbs() -file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/pangomm RENAME copyright) +file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
