Thomas1664
16b7b6626d
[sdl2] Add feature samplerate ( #28554 )
...
* [sdl2] Add feature samplerate
* version
2022-12-27 00:52:33 -08:00
Kai Pastor
e07c62d059
[skia] Turn into usable and maintainable port ( #28007 )
...
* Remove unused SKIA_PUBLIC_DEFINITIONS
* Revise python3 injection
* Major overhaul
* Revise third-party downloads
Declare them early in a single location, but use as needed.
Validate agains skia's DEPS.
* Integrate download & pkgconfig externals handling
Ensure that downloads are complete with --only-downloads mode.
* Move cmake functions to separate file
* Turn source fixups into proper patches
* Update versions
* Generally disable msvc env setup
* Update python patch
* Remove unused patch
* Rename function
* Update versions
* Handle third-party licenses
* Move block
* Rename and unset skia root variable
* Fix usage with alternative build types
* Update versions
2022-12-20 19:29:21 -08:00
Dmitry Baryshev
c45669fcc7
[sail] Update to 0.9.0-rc2 ( #28402 )
...
* [sail] Update to 0.9.0-rc2
* [sail] vcpkg x-add-version --all --overwrite-version
2022-12-20 09:23:20 -08:00
Anders Wind
231a739462
[stronk] update port to v0.3.1 ( #28355 )
...
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-12-20 09:17:38 -08:00
Nick
eaa1227aaf
[sdl2] Disable X11 feature and make it and Wayland defaults ( #28148 )
2022-12-13 17:41:34 -08:00
erdogan61
e05c925db6
[simd] Add new port ( #28163 )
...
* Added new port for Simd
Created new port for Simd from
https://github.com/ermig1979/Simd
* Added new port for Simd
Created/updated new port for Simd from
https://github.com/ermig1979/Simd
* Revert "Merge branch 'master' of https://github.com/erdogan61/vcpkg "
This reverts commit 789c93e81a6ea996649e314eca852180035361ef, reversing
changes made to c87a8183bd518b77b4092bfc27d24ad35686d4d7.
* portfile.cmake fixes
Update x64-windows-static* and fixes
* Update simd.json
* Added missing define
Set "#define in SIMD_STATIC/src/Simd/SimdConfig.h"
* Update simd.json
* Update simd.json
* Revert "Revert "Merge branch 'master' of https://github.com/erdogan61/vcpkg ""
This reverts commit a97bdb05f4cd0590002ca953fbd158cab8db045c.
* Added Linux support
* Update simd.json
* Added Cmake install patch
Otherwise build error:
"ninja: error: unknown target 'install'"
* Update simd.json
* Added supports in vcpkg.json
* Update simd.json
* Removed unsupported builds
* x64_uwp failes
UWP builds are failing, since not supported,
Reason:
The following DLLs do not have the App Container bit set:
D:/packages/simd_x64-uwp/debug/bin/Simd.dll
D:/packages/simd_x64-uwp/bin/Simd.dll
* Update vcpkg.json
* Update simd.json
* Try ARM support, OSX not running
Osx build failed, arm maybe supported
* Update simd.json
* Fix syntax error and optimize
* Update simd.json
* Fix syntax
* Update simd.json
* Added SIMD_TARGET="aarch64"
* Update simd.json
* Seperated arm64 cmake
Check failes:
#if defined(_MSC_VER) && !defined(__clang__) && (defined(SIMD_X64_ENABLE) || defined(SIMD_X86_ENABLE))
#define SIMD_INIT_AS_CHAR
#elif defined(__GNUC__) || defined(__clang__) || (defined(_MSC_VER) && defined(SIMD_NEON_ENABLE))
#define SIMD_INIT_AS_LONGLONG
#else
#error This platform is unsupported!
#endif
* Update simd.json
* Syntax Error
* Update simd.json
* Update to latest release 5.2.120
*fix bug: MSVS compiler bug (Windows, Arm64).
commit b39197e00a902cbbc5ad397de92f086be994549b
* Baseline Updates
* Include arm64 fix
* Update SHA512
* Update simd.json
* Arm64 with msvc compiler not supported
* Update simd.json
* Updated supports field
* Baseline update
* Update ci.baseline.txt
* Github action fix
Replaced vcpkg_configure_cmake by vcpkg_cmake_configure
* Update simd.json
Co-authored-by: dtmen <dtmen@gmx.de>
2022-12-13 16:36:18 -08:00
Jack Gerrits
d034400a5d
[sse2neon] Fix sse2neon header install path ( #28268 )
...
* [sse2neon] fix header install path
* run ./vcpkg x-add-version --all
2022-12-12 14:28:45 -08:00
Vitalii Koshura
ca28e3a00b
[sentry-native] Update to 0.5.3 ( #28221 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-12-08 10:43:37 -08:00
Pierre Wendling
5d1f188403
[sdl2-image] Fix dynamic linking ( #28137 )
...
* Force DEPS_SHARED to OFF.
* Bump port version.
* Update version history.
2022-12-06 15:19:01 -08:00
Rami ALZEBAK
559bd97670
[sse2neon] Add new port ( #28129 )
2022-12-06 13:20:24 -08:00
Vladimir Petrigo
0e9ffd112a
[smf]: Add v0.1.1 version port ( #28162 )
...
* [smf]: Add v0.1.0 version support
* [smf]: Switch to v0.1.1 with W3 MSVC warning enabled
* [smf]: Replace INSTALL with vcpkg_install_copyright
* misc: Clean up
2022-12-05 13:28:11 -08:00
Oleg Derevenetz
b7422ebaea
[sdl2] update to 2.26.1 ( #28113 )
...
* Update sdl2 to 2.26.1
* Update baseline
2022-12-02 09:10:48 -08:00
autoantwort
50656c9e34
[sdl2-net] no absolute paths ( #28109 )
2022-12-02 09:09:40 -08:00
Gabe Rundlett
e46521db00
[glslang] Bump to latest version again ( #28029 )
...
* Update GLSLANG to 11.12.0
* [glslang] Update baseline and version file
* update port version
* Fix shaderc
* Update version database
* Update ports/glslang/vcpkg.json
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
* [glslang] update version
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2022-12-01 13:52:06 -08:00
Pierre Wendling
3f41432410
[sdl2] Bump to 2.26.0 ( #27947 )
...
* Bump to 2.26.0.
* Add missing include for Wayland builds.
* Update version history
* Make `wayland` option control support altogether.
- Instead of building with/without shared support. Control whether SDL
is built with or without Wayland. See #27947 .
- Removes the need for the new patch.
* Update version history.
* Fix pkg-config targets.
* install copyright with `vcpkg_install_copyright`.
* Update version history.
* Remove unecessary patch.
* Update version history.
* Fix UWP pc file.
* Update version history.
2022-11-28 11:12:32 -08:00
Frank
481ff85748
[sqlite3] Re-set option SQLITE_ENABLE_COLUMN_METADATA to 1 ( #27969 )
...
* Re-set option SQLITE_ENABLE_COLUMN_METADATA to 1
* update version
2022-11-28 10:25:27 -08:00
myd7349
8e84e6a233
[simdjson] Update to 3.0.1 ( #28033 )
...
* [simdjson] Update to 3.0.1
* [simdjson] Bump version
2022-11-28 10:19:48 -08:00
xiaozhuai, Weihang Ding
cb76ac9e92
[expat] Fix expat msvc link static crt ( #27948 )
...
* Fix expat msvc link static crt
* update port version
2022-11-23 10:12:44 -08:00
JonLiu1993
35cff4f5b0
[seal] update to <4.0.0> ( #27952 )
...
* [seal] update to <4.0.0>
* update version
* fix find_package
* update version
* add license
* update version
2022-11-22 12:28:19 -08:00
Sylvain Doremus
b1533123dc
[shaderwriter] Update to version 2.5.0. ( #27925 )
...
* [shaderwriter] Update to version 2.5.0.
* Updated version retrieval.
2022-11-21 08:38:41 -08:00
Daniel Johansson
6a96e768da
[shader-slang] upgrade to v0.24.43 and add osx platform ( #27900 )
2022-11-18 13:42:01 -08:00
JonLiu1993
83311133c8
[sqlite3] update to 3.40.0 ( #27868 )
...
* [sqlite3] update to 3.40.0
* update version
* Use new function
* update version
* remove REF
* update version
2022-11-18 13:06:32 -08:00
autoantwort
5bd13370be
[spirv-headers] no absolute paths ( #27881 )
2022-11-17 23:26:35 -08:00
百地 希留耶
d51b969a7d
[spdlog] Update to 1.11.0 ( #27771 )
...
* [spdlog] Update to 1.11.0
* [spdlog] backporting https://github.com/gabime/spdlog/pull/2545
* [spdlog] Add 1.11.0 to versions file
* Remove patch header, add link to upstream merged PR, add quotes.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-16 13:32:00 -08:00
SvenPStarFinanz
b3bf291c9a
[Sqlitecpp] update to 3.2.0 ( #27807 )
...
* [SQLiteCpp] Update to 3.2.0
* x-add-version
* Update ports/sqlitecpp/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/sqlitecpp/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Updating to vcpkg_cmake_* functions.
* x-add-version
* Update ports/sqlitecpp/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* x-add-version
* Update ports/sqlitecpp/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/sqlitecpp/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* corrected
* x-add-version
* Add comment about new setting to indicate that it doesn't conflict with VCPKG_CRT_LINKAGE, add quotes and formatting.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-16 13:20:56 -08:00
Romain Pokrzywka
c58ae39a72
[spdlog] Fix non-Windows builds with wchar feature enabled ( #27740 )
...
- Defining SPDLOG_WCHAR_TO_UTF8_SUPPORT on non-Windows platforms
triggers an #error, restrict the wchar feature to Windows
- update port-version + vcpkg x-add-version spdlog
2022-11-14 15:27:02 -08:00
Kai Pastor
89a2b29130
[libgpg-error,libgcrpyt,libassuan,gpgme] Update, official mirrors, mingw, cross builds ( #27668 )
...
* Use VERSION
* Add nls feature and gettext deps
* Fix export of libintl dep
* Fix mingw on windows
* Fix crossbuilds
* Cleanup
* Keep translations for nls
* Add license
* [shiftmedia-libgpg-error] Split from pristine source port, update
* [libgpg-error] Update, official tarballs, cross builds
* [libgcrypt] Official tarballs, fix cross builds
* [libgcrypt] Update copyright
* [libassuan] Update, official tarballs, cross builds
* [gpgme] Update, cleanup
* [gpgme] Update copyright
* Update versions
* [shiftmedia-libgcrypt] Update
* No port libgpg
* Add missing version file
* Use make OPTIONS
* Update versions
* Revise build-tools pattern
2022-11-14 15:12:05 -08:00
Arsen Tufankjian
0d9e169414
[spirv-tools] Updating to v2022.4 ( #27762 )
...
* Updating port to 2022.4
* Updating version
2022-11-14 14:30:12 -08:00
Arsen Tufankjian
8e74630b9e
[spirv-headers] Update to latest version and properly installing the target ( #27761 )
...
* Updating port to latest version and to properly install a target
* Formatting
* Update version
2022-11-11 09:19:11 -08:00
Billy O'Neal
e79c0d2b5d
Add vcpkg_minimum_required before using VERSION. ( #27598 )
...
* When @BillyONeal started being the on-call vcpkg maintainer on 2022-10-17, he started applying use of the "embedded VERSION" feature https://github.com/microsoft/vcpkg-tool/pull/717 to PRs on merge.
@dg0yt points out that this use should be accompanied by a call to vcpkg_minimum_required, in https://github.com/microsoft/vcpkg/pull/27594/files#r1010641672
This is an audit of everything merged in that time and whether it needs to gain that.
https://github.com/microsoft/vcpkg/pull/27561 No VERSION
https://github.com/microsoft/vcpkg/pull/27525 No VERSION
https://github.com/microsoft/vcpkg/pull/27554 Already has vcpkg_minimum_required
https://github.com/microsoft/vcpkg/pull/27536 No VERSION
https://github.com/microsoft/vcpkg/pull/27562 No VERSION
https://github.com/microsoft/vcpkg/pull/24914 Fixed here
https://github.com/microsoft/vcpkg/pull/27547 No VERSION
https://github.com/microsoft/vcpkg/pull/27502 No VERSION
https://github.com/microsoft/vcpkg/pull/27497 No VERSION
https://github.com/microsoft/vcpkg/pull/27317 No VERSION
https://github.com/microsoft/vcpkg/pull/27288 No VERSION
https://github.com/microsoft/vcpkg/pull/27509 No VERSION
https://github.com/microsoft/vcpkg/pull/27504 No VERSION
https://github.com/microsoft/vcpkg/pull/27514 No VERSION
https://github.com/microsoft/vcpkg/pull/27501 No VERSION
https://github.com/microsoft/vcpkg/pull/27495 No VERSION
https://github.com/microsoft/vcpkg/pull/27488 No VERSION
https://github.com/microsoft/vcpkg/pull/27499 No VERSION
https://github.com/microsoft/vcpkg/pull/27378 No VERSION
https://github.com/microsoft/vcpkg/pull/27376 Fixed here
https://github.com/microsoft/vcpkg/pull/27373 No VERSION
https://github.com/microsoft/vcpkg/pull/27045 No VERSION
https://github.com/microsoft/vcpkg/pull/27521 No VERSION
https://github.com/microsoft/vcpkg/pull/27453 No VERSION
https://github.com/microsoft/vcpkg/pull/27481 No VERSION
https://github.com/microsoft/vcpkg/pull/27511 No VERSION
https://github.com/microsoft/vcpkg/pull/27490 No VERSION
https://github.com/microsoft/vcpkg/pull/27510 No VERSION
https://github.com/microsoft/vcpkg/pull/27496 No VERSION
https://github.com/microsoft/vcpkg/pull/27503 No VERSION
https://github.com/microsoft/vcpkg/pull/27485 No VERSION
https://github.com/microsoft/vcpkg/pull/27484 No VERSION
https://github.com/microsoft/vcpkg/pull/27483 No VERSION
https://github.com/microsoft/vcpkg/pull/27459 No VERSION
https://github.com/microsoft/vcpkg/pull/27369 No VERSION
https://github.com/microsoft/vcpkg/pull/27489 No VERSION
https://github.com/microsoft/vcpkg/pull/26594 No VERSION
https://github.com/microsoft/vcpkg/pull/27465 No VERSION
https://github.com/microsoft/vcpkg/pull/27456 No VERSION
https://github.com/microsoft/vcpkg/pull/27425 No VERSION
https://github.com/microsoft/vcpkg/pull/27464 Fixed here
https://github.com/microsoft/vcpkg/pull/27406 No VERSION
https://github.com/microsoft/vcpkg/pull/27398 No VERSION
https://github.com/microsoft/vcpkg/pull/27240 No VERSION
https://github.com/microsoft/vcpkg/pull/27450 No VERSION
https://github.com/microsoft/vcpkg/pull/27463 No VERSION
https://github.com/microsoft/vcpkg/pull/27462 No VERSION
https://github.com/microsoft/vcpkg/pull/27448 No VERSION
https://github.com/microsoft/vcpkg/pull/27440 No VERSION
https://github.com/microsoft/vcpkg/pull/27435 No VERSION
https://github.com/microsoft/vcpkg/pull/27424 No VERSION
https://github.com/microsoft/vcpkg/pull/27414 No VERSION
https://github.com/microsoft/vcpkg/pull/27412 No VERSION
https://github.com/microsoft/vcpkg/pull/27380 No VERSION
https://github.com/microsoft/vcpkg/pull/27343 No VERSION
https://github.com/microsoft/vcpkg/pull/27342 No VERSION
https://github.com/microsoft/vcpkg/pull/27367 No VERSION
https://github.com/microsoft/vcpkg/pull/27226 No VERSION
https://github.com/microsoft/vcpkg/pull/27320 No VERSION
https://github.com/microsoft/vcpkg/pull/26923 No VERSION
https://github.com/microsoft/vcpkg/pull/27284 No VERSION
https://github.com/microsoft/vcpkg/pull/27433 No VERSION
https://github.com/microsoft/vcpkg/pull/27314 VERSION got *removed*
https://github.com/microsoft/vcpkg/pull/27335 No VERSION
https://github.com/microsoft/vcpkg/pull/27370 No VERSION
https://github.com/microsoft/vcpkg/pull/27324 No VERSION
https://github.com/microsoft/vcpkg/pull/27391 No VERSION
https://github.com/microsoft/vcpkg/pull/27388 No VERSION
https://github.com/microsoft/vcpkg/pull/27396 No VERSION
https://github.com/microsoft/vcpkg/pull/27404 No VERSION
https://github.com/microsoft/vcpkg/pull/27413 No VERSION
https://github.com/microsoft/vcpkg/pull/27417 No VERSION
https://github.com/microsoft/vcpkg/pull/27427 No VERSION
https://github.com/microsoft/vcpkg/pull/27428 No VERSION
https://github.com/microsoft/vcpkg/pull/27368 No VERSION
https://github.com/microsoft/vcpkg/pull/27307 No VERSION
https://github.com/microsoft/vcpkg/pull/27415 Fixed here.
https://github.com/microsoft/vcpkg/pull/27371 Fixed here.
https://github.com/microsoft/vcpkg/pull/27323 No VERSION
https://github.com/microsoft/vcpkg/pull/27352 No VERSION
https://github.com/microsoft/vcpkg/pull/27347 No VERSION
https://github.com/microsoft/vcpkg/pull/27366 No VERSION
https://github.com/microsoft/vcpkg/pull/27361 No VERSION
https://github.com/microsoft/vcpkg/pull/27359 No VERSION
https://github.com/microsoft/vcpkg/pull/27358 No VERSION
https://github.com/microsoft/vcpkg/pull/27355 No VERSION
https://github.com/microsoft/vcpkg/pull/27331 No VERSION
https://github.com/microsoft/vcpkg/pull/24615 No VERSION
https://github.com/microsoft/vcpkg/pull/27325 No VERSION
https://github.com/microsoft/vcpkg/pull/24861 No VERSION
https://github.com/microsoft/vcpkg/pull/27354 No VERSION
https://github.com/microsoft/vcpkg/pull/27346 No VERSION
https://github.com/microsoft/vcpkg/pull/27345 No VERSION
https://github.com/microsoft/vcpkg/pull/27218 No VERSION
https://github.com/microsoft/vcpkg/pull/27329 No VERSION
https://github.com/microsoft/vcpkg/pull/27326 No VERSION
https://github.com/microsoft/vcpkg/pull/27321 No VERSION
https://github.com/microsoft/vcpkg/pull/27312 No VERSION
https://github.com/microsoft/vcpkg/pull/27297 No VERSION
https://github.com/microsoft/vcpkg/pull/27336 No VERSION
https://github.com/microsoft/vcpkg/pull/27225 No VERSION
https://github.com/microsoft/vcpkg/pull/27339 No VERSION
https://github.com/microsoft/vcpkg/pull/27302 No VERSION
https://github.com/microsoft/vcpkg/pull/27295 No VERSION
https://github.com/microsoft/vcpkg/pull/27233 No VERSION
https://github.com/microsoft/vcpkg/pull/27313 No VERSION
https://github.com/microsoft/vcpkg/pull/27237 No VERSION
https://github.com/microsoft/vcpkg/pull/27250 No VERSION
https://github.com/microsoft/vcpkg/pull/27263 No VERSION
https://github.com/microsoft/vcpkg/pull/27266 No VERSION
https://github.com/microsoft/vcpkg/pull/27272 No VERSION
https://github.com/microsoft/vcpkg/pull/27287 No VERSION
https://github.com/microsoft/vcpkg/pull/27282 No VERSION
https://github.com/microsoft/vcpkg/pull/27294 No VERSION
https://github.com/microsoft/vcpkg/pull/27228 No VERSION
https://github.com/microsoft/vcpkg/pull/27163 No VERSION
https://github.com/microsoft/vcpkg/pull/26817 No VERSION
https://github.com/microsoft/vcpkg/pull/27286 No VERSION
https://github.com/microsoft/vcpkg/pull/27274 No VERSION
https://github.com/microsoft/vcpkg/pull/27276 No VERSION
https://github.com/microsoft/vcpkg/pull/27232 No VERSION
https://github.com/microsoft/vcpkg/pull/27221 No VERSION
https://github.com/microsoft/vcpkg/pull/27215 No VERSION
https://github.com/microsoft/vcpkg/pull/27166 No VERSION
https://github.com/microsoft/vcpkg/pull/27239 No VERSION
https://github.com/microsoft/vcpkg/pull/27246 No VERSION
https://github.com/microsoft/vcpkg/pull/27268 No VERSION
https://github.com/microsoft/vcpkg/pull/27259 No VERSION
https://github.com/microsoft/vcpkg/pull/27238 No VERSION
https://github.com/microsoft/vcpkg/pull/27224 No VERSION
https://github.com/microsoft/vcpkg/pull/27203 No VERSION
https://github.com/microsoft/vcpkg/pull/27124 No VERSION
* Also add libcanberra
2022-11-08 14:49:28 -08:00
Pierre Wendling
39b028f607
[sdl2-image] Bump to 2.6.2. ( #27627 )
...
* [sdl2-image] Update to 2.6.2.
* [sdl2-image] Update baseline and version history.
* [sdl2pp] Update sdl2-image target name.
* [sdl2pp] Update baseline and version history.
* [sdl2-image] Fix .pc file generation.
* [sdl2-image] Visually align features in portfile.
* [sdl2-image] Shorten patch to the strict minimum.
2022-11-08 14:44:33 -08:00
Viktor Chlumský
e6a79ac018
[skia] Fix build for release-only triplets ( #27196 )
...
* Fix Skia in relase-only config
* Use the modern
release_thing()
if (NOT VCPKG_BUILD_TYPE)
debug_thing()
endif()
form
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-07 15:42:19 -08:00
Aung T Naing
15ea681208
[sentencepiece]make sure that Release only build is supported ( #27442 )
...
* make sure that Release only triplets will be successful
* updated version
* Use the modern NOT VCPKG_BUILD_TYPE form and combine ifs.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-07 15:41:58 -08:00
Pierre Wendling
599f106de6
[sdl2] Bump to 2.24.2 ( #27591 )
...
* [sdl2] Bump to 2.24.2.
* [sdl2] Add a usage file.
* [sdl2] Update baseline and version history.
* [sdl2] Update `SDL2_VERSION` variable.
* [sdl2] Update `HEAD_REF`.
* Use VERSION.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-02 14:12:36 -07:00
Kai Pastor
3e35cb0a15
[scripts|nmake] Add jom
option, add language control ( #27255 )
...
* Add CL_LANGUAGE option
* Add PREFER_JOM option
* Append install target to targets, not options
* Update vcpkg_install_nmake
* Re-enable nmake UWP builds for C projects
* Use PREFER_JOM
* Update documentation
* Update versions
* Add license fields
* Update versions
2022-11-02 11:32:43 -07:00
Daniel Johansson
bf6a6ce711
[slang] Adding a package for the Slang shading language ( #24914 )
...
* slang port - initial commit
* added x64-linux target and removed dependency on cmake
* [slang] adding some expected failing platforms
* formatted manifest file
* added license
* added expected failing win64-static platform
* added version
* sort alphabetically
* changing error message
* updated version
* [slang] adding "supports" field for vcpkg.json
* [slang] removing platform exclusion rules
* [slang] update version
* [slang] fixed deprecation warning
* [slang] update version database
* rename slang to shader-slang
* update version database
* Use builtin VERSION and dos2unix.
* remove unused empty folder policy
* set version
* update version
* Remove unnecessary set(VERSION
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-31 13:48:20 -07:00
Pierre Wendling
7ca2798c46
[sdl2-net] Update to 2.2.0. ( #27459 )
...
* [sdl2-net] Update to 2.2.0.
* [sdl2-net] Update homepage and license.
* [sdl2-net] Replace deprecated functions.
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-27 19:15:39 -07:00
Alexander Neumann
16a892c1fb
Single config fixes 2. ( #27406 )
...
* freerdp fix single config
* libassuan fix single config builds
* libcanberra fix single config build
* libmysql fix single config builds
* libobd fix single config
* libusb allow single config wrapper
* nmap single config cleanup
* spdk single config stuff
* zeroc-ice fix single config
* zopfli single config fix
* use version date
* v db
* Revert unchanged libodb-pgsql port-version bump.
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-26 10:55:31 -07:00
autoantwort
a329367df1
[sleef] does not supports arm64-osx ( #27413 )
2022-10-24 16:22:58 -07:00
JonLiu1993
14d353a79a
[sentencepiece] update to 1.97 ( #27427 )
...
* [sentencepiece] update to 1.97
* update version
* add license
* update evrsion
2022-10-24 16:21:25 -07:00
Vitalii Koshura
5251291e16
[sentry-native] Update to 0.5.2 ( #27354 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-10-20 19:17:39 -07:00
Vitalii Koshura
2ad71b540e
[sentry-native] Update to 0.5.1 ( #27276 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-10-17 08:13:08 -07:00
Dmitry Baryshev
4a723f2d16
[sail] Add features ( #27169 )
...
* [sail] Added features
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Added dependency name
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Added priority-based features
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Fix enabling only the selected codecs
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Rename 'Build with' to 'Enable'
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Escape codecs list
* [sail] Remove SVG from aggregated features as its dependency 'resvg' is still not in vcpkg
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Enable SVG if it was explicitly enabled
* [sail] vcpkg x-add-version --all --overwrite-version
2022-10-13 11:59:21 -07:00
Nick
ede90f9507
[sdl2] update to 2.24.1 ( #27168 )
2022-10-12 01:17:16 -07:00
vividos
f0a322f2ca
[sdl2-mixer] don't build samples ( #27182 )
2022-10-12 01:15:24 -07:00
JonLiu1993
42cc830d87
[simdjson] update to 3.0.0 ( #27148 )
...
* [simdjson] update to 3.0.0
* update version
* update version
* update version
2022-10-10 08:40:53 -07:00
autoantwort
1ece5ec4ad
[s2geometry] update port ( #27072 )
2022-10-08 21:31:31 -07:00
Park DongHa
36ef0e1f29
[spine-runtimes] create a new port ( #27006 )
...
* [spine-runtimes] create a new port
* [spine-runtimes] update baseline
* [spine-runtimes] remove -Werror
* [spine-runtimes] remove customized compile flags
* [spine-runtime] license null
* Update ports/spine-runtimes/vcpkg.json
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* Update ports/spine-runtimes/portfile.cmake
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [spine-runtimes] version name 4.1.00 --> 4.1.0
* [spine-runtimes] remove SFML feature
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-10-05 16:06:31 -07:00
autoantwort
d98da60f99
[sdformat10] no osx arm ( #27101 )
2022-10-05 14:58:42 -07:00
autoantwort
878246e6c9
[sdformat9] no osx arm ( #27102 )
2022-10-05 14:58:23 -07:00