Commit Graph

12 Commits

Author SHA1 Message Date
Kai Pastor
5ff58d61e6
[aom] Update to 3.9.1 (#40477) 2024-08-16 00:31:43 -07:00
Alexander Neumann
c591ac6466
[Qt] Update to 6.6.3 (#37731)
Fixes https://github.com/microsoft/vcpkg/issues/37766
2024-04-30 11:50:26 -07:00
Jia Yue Hua
7c5de5cb17
[aom] update to 3.8.1 (#36549)
* [aom] update to 3.8.1

* [aom] update to 3.8.1
2024-02-05 11:31:32 -08:00
Vasyl Gello
e965edb2c1
[aom] Bump to 3.7.0 and fix arm-linux build (#34925)
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2023-11-17 14:27:31 -08:00
Kenji Mouri
3512f2666b
[aom] Enable arm, arm64 target support for Windows Desktop. (#28739) 2023-01-07 01:15:07 -08:00
Dmitry Baryshev
04a8f42cbc
[aom] Update to 3.5.0 (#27462)
* [aom] Update to 3.5.0

* [aom] vcpkg x-add-version --all --overwrite-version

* [aom] Added license

* [aom] Added license

* [aom] vcpkg x-add-version --all --overwrite-version

* [aom] Revert UWP target cpu

* [aom] vcpkg x-add-version --all --overwrite-version
2022-10-25 21:10:47 -07:00
nicole mazzuca
9ccd693f1b
[toolchain windows] set CMAKE_SYSTEM_PROCESSOR (#24100)
* [toolchain windows] set CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR

In specific, I did this for the cpuinfo PR - I realized the reason
that cpuinfo doesn't support arm64 windows cross compilation is because
we don't set CMAKE_SYSTEM_PROCESSOR.

* correctly set CMAKE_CROSSCOMPILING

* start fixin libraries

* more changes:

- gainput: remove line
- glog: remove try_run when cross compiling
- windows.cmake: set CMAKE_SYSTEM_VERSION

* more patches

- mapnik: set BOOST_REGEX_HAS_ICU to avoid check_cxx_source_runs
- orc: set HAS_PRE_1970 and HAS_POST_2038 for same
- seal: change out check_cxx_source_runs for check_cxx_source_compiles

* more changes

* fix x86-windows

* fix qpid-proton, glog

* build corrade-rc

* fix x64-uwp ports

* forgot to _actually_ always build corrade-rc .,.

* Replay #22831

* Dedupe CMAKE_SYSTEM_NAME settings.

* Add quotes for corrade_rc_param

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update version DB.

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-04-29 11:40:30 -07:00
Levin Li
7bb175eafe
[aom/libavif] Add support for ARM and UWP (#20636)
* Support libavif building on UWP and ARM

Remove deprecated functions

Bump port version

Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

Bump version

Add version all

use patches

* Add version

* Disable deprecated functions using _CRT_SECURE_NO_WARNINGS rather than disabling 4996.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-07 12:34:46 -08:00
autoantwort
e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig()

The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files

* Update port-version for armadillo and polyclipping.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00
Matthew Oliver
c3db26403c
[ffmpeg] Add libaom support. (#20867)
* [aom] Update to  3.2.0

* [ffmpeg] Add libaom support.

* fixup
2021-10-26 23:02:23 -07:00
Dmitry Baryshev
bdc8687f7c
[aom] Update to 3.1.2 (#19505)
* [aom] Update aom 3.1.0 -> 3.1.2

* [aom] vcpkg x-add-version --all
2021-08-13 13:41:51 -07:00
Dmitry Baryshev
835f1613b5
[aom] Add new port (#18083)
* [aom] Add new port

* [aom] vcpkg x-add-version --all

* [aom] Added versions/a-/aom.json

* [aom] Fixes after review

* [aom] vcpkg x-add-version --all --overwrite-version

* [aom] Remove usage

* [aom] vcpkg x-add-version --all --overwrite-version

* [aom] Update ports/aom/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [aom] vcpkg x-add-version --all --overwrite-version

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-01 12:20:31 -07:00