* Generate Imath.pc
* update version
* add dependency imath minizip-ng
* updata version
* update version
* fix build error on uwp
* update version
* modify code source
* update version
* update version
* update version
* modify patch name
* update version
* update version
* update version
* Updating SDL2
* Attempting to fix x64-linux downstream
* Another attempt to fix finding ALSA that doesn't break everything
* ANOTHER attempt to find ALSA properly for linux
* This time trying to change sdlFindALSA
* Attempting to use vcpkg version of ALSA
* Actually adding alsa as a dependency
* Another attempt, this time drawing from the inspiration of how libsamplerate is handled
* Another attempt, this time drawing from the inspiration of how libsamplerate is handled
* Trying a different change to sdlFindALSA
* Another attempt
* Trying to se if perhaps the SDL2Config script is problematic
* Possible fix?
* Again, trying to get linux to behave
* A bit of cleanup of unnecessary cruft
* Removing unnecessary feature
* fix renaming library
* update version
* add usage
* update version
* update line break
* update version
---------
Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
* Support cross-compiling Objective C code using Meson
The glib port uses Objective C code and the Meson build system.
You'll end up cross compiling glib when compiling for x64 osx
on an arm64 osx machine, or vice versa.
For this to work, an Objective C compiler needs to be set
in the Meson cross file.
vcpkg generates this file based on the
`scripts/buildsystems/meson/meson.template.in` template, and expects
the `MESON_OBJC` CMake variable to be set.
That's the job of `z_vcpkg_meson_set_proglist_variables` in
`scripts/cmake/vcpkg_configure_meson.cmake`. It will only generate data
for an Objective C compiler if:
- The `Languages` argument includes `OBJC`
- CMake has detected a Objective C compiler, and has set `VCPKG_DETECTED_CMAKE_OBJC_COMPILER`
To make this work, this patch:
- Enables the OBJC and OBJCXX language on Apple platforms
- Updates the call to `vcpkg_configure_meson` in the glib port file
to include the OBJC OBJCXX languages.
Fixes https://github.com/microsoft/vcpkg/issues/26147
Fixes https://github.com/microsoft/vcpkg/issues/20341
Based on https://github.com/microsoft/vcpkg/pull/26259
Based on 27dee354e4
Tested on an arm64 mac to compile glib for x64 macos
* Update version database
* Generate Imath.pc
* update version
* add dependency imath minizip-ng
* updata version
* add usage
* update version
* add pc
* update version
* add pc
* update version