aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2
AgeCommit message (Collapse)Author
2021-10-06[sdl2] Fix calling `find_packages` from different directories (#20542)Kai Pastor
* Fix multiple calls to `find_package` * Update versions
2021-08-18[sdl2] Update to 2.0.16 (#19509)Rémy Tassoux
* [sdl2] Update to 2.0.16 * [sdl2] Update version files * [sdl2] Fix uwp builds * [sdl2] Update version files * [sdl2] Change version-semver to version * [sdl2] Fix uwp pkgconfig file creation * [sdl2] Add alias on static build * [sdl2] Remove cmake wrapper * [sdl2] Update version files * [sdl2] Disable SDL2::SDL2main target search on uwp * [sdl2] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-04-07[sdl2] Fix pthread detection on macOS (#17106)pastdue
* [sdl2] Fix pthread detection on macOS * Add missing "FEATURES" to vcpkg_check_features * [sdl2] Bump port-version * Run x-add-version sdl2
2021-02-24[sdl2] Update patch (#16370)NancyLi1013
* [SDl2] Update patch * update versions
2021-02-08[sdl2] Fix vulkan feature dependencies (#16033)pastdue
* [sdl2] Fix vulkan feature dependencies SDL2 ships with its own copy of required Vulkan headers, so the `vulkan` port dependency here is unneeded (and unused). * Run x-add-version sdl2
2021-01-24[sdl2] Fix improper replacement of -lSDL2main + remove IGNORE_FLAGS and ↵Long Nguyen
SYSTEM_LIBRARIES (#15540) * [sdl2] Proper replacement of -lSDL2main -> -lSDL2maind * [sdl2] Add extra SYSTEM_LIBRARIES and IGNORE_FLAGS * [sdl2] Remove SYSTEM_LIBRARIES and IGNORE_FLAGS * update baseline Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-05[sdl2] Update to 2.0.14 (#15398)Rémy Tassoux
* [sdl2] Update to 2.0.14 * Revert "[sdl2] Update to 2.0.14" This reverts commit b8e82e0dacb3877febd1f32e9b92c90fd8c0db19. * [sdl2] Update to 2.0.14 * [sdl2] Fix manifest formatting * [sdl2] Change the shared library preprocessor symbol name to DLL_EXPORT for compatibility with SDL 2.0.14 Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2020-12-11[sdl2] Don't propagate shared link options (#14992)Jesse Farebrother
2020-11-09[sdl2] apply upstream patch to fix macos vulkan (#14417)Jon Spencer
2020-10-30skip ibus on linux (#14275)Joakim L. Gilje
2020-10-07[sdl2] Fix build when VCPKG_BUILD_TYPE is set to "release" (#13801)pastdue
* [sdl2] Fix build when VCPKG_BUILD_TYPE is set to "release" * Convert CONTROL file to manifest
2020-09-14[sdl2] Fix pkgconfig: missing system lib dbus-1 (#13520)Jack·Boos·Yu
2020-08-18[ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, ↵Matthew Oliver
theora. (#11277) Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-06-11[vcpkg] [cudnn] [msmpi] [openmpi] Update VMSS (#11365)Billy O'Neal
Co-authored-by: @JackBoosY Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com> Co-authored-by: Voskrese <10104740+Voskrese@users.noreply.github.com>
2020-03-27[sdl2] Fix patches filesRémy Tassoux
2020-03-26[sdl2] Remove no longer used patchRémy Tassoux
2020-03-26[sdl2] Remove no longer used patchRémy Tassoux
2020-03-26[sdl2] Change homepage link to the official sdl websiteRémy Tassoux
2020-03-22[SDL2] Update to 2.0.12 versionRémy Tassoux
2020-03-02[sdl2] Fix CMake include directory (#10092)Mohamed Akram
2019-10-28Fix sdl2 build if there is space in the path (#8760)Krisztián Csordás
* Fix sdl2 build if there is space in the path * [sdl2] Bump control version to account for new patch
2019-10-17[sdl2] Update to 2.0.10 (#8643)RT222
2019-06-20[many ports] improvements for linux/wsl (#6730)Stefano Sinigardi
* [many ports] improve compatibility with WSL and mixed case filesystems * [treehopper] express dependency on libusb, which was not working on non-win32 platforms and is still broken there * [libharu] add compatibility with non-win32 platforms * [geogram] fix openblas on linux [clapack] better integration with linux environment [visit-struct] put cmake config file in the expected folder [geogram] remove trailing underscore to enable compatibility with OpenBLAS * [openblas] playing with underscore, without success * [openblas/lapack] fix library integration * [clapack] improve target handling in cmake module * [openblas] promote self-generated config to default cmake module, otherwise internal ones thinks wrongly that openblas can also solve lapack libs * [clapack,openblas] improve libraries integration * [many ports] fix cmake unnecessary target paths, wrong config paths, empty default dependencies, unnecessary [core] tags * [suitesparse] improve integration with new lapack/openblas mechanism * [suitesparse] add no underscore postfix also for linux * [ceres] fix integration with newer openblas/lapack configs * [aws-c-event-stream] fix regression * [systemc] fix regression * [libwebp,geogram] trigger rebuild * [libwebp,pthread4w] fix regressions * [glbinding] fix cmake module installation * [globjects] disentangle unnecessary dependency from qt5 * [jasper] remove broken and unnecessary patches * [libwebp] fix regression * [many ports] avoid using BUILD_SHARED_LIBS which is uninitialized in port files * [clapack] correctly find dlls * [clapack] use a generic blas as dependency * [fizz,g2o] restore expected version * fix mistake * [many ports] remove WIN32, APPLE and UNIX (again, they keep creeping in) from ports since they are broken and usually break non-win32 ports * [libressl,openssl] do not try to build one if the other is already installed * [itk] update ref and patch to avoid regression * [libressl,openssl] implement full strategy to fix CI * [libwebp] disable components that are broken on macOS * [ogre] enable macOS build * [freeimage,jxrlib,ogre,openexr,protobuf] port patches from #5169 * [ogre] add missing install command * [ffmpeg] enable wrapper for cmake module * [ffmpeg] add avresample module finder * [ffmpeg] improve module detection and exported symbols * [ffmpeg] add variables to cache * [thrift] remove unnecessary build option * [allegro5] fix shared/static inversion * [protobuf] cleanup * [libressl] cleanup * [moos-core] cleanup * commented features must not be separated from other features, otherwise vcpkg complains * [itk] fix regression * [shogun,itk] fix regressions * [ogre] fix regression * [opusfile] add compatibility with non-win32 * [itk] fix regression * [sndfile,libsndfile] remove duplicate, redirect sndfile to libsndfile * add missing dependencies * [ismrmrd] fix regression * [ffmpeg] trigger rebuild * [clapack,openblas,libogg] fix regressions on macOS * [libtins] fix regression * force rebuild windows regressions, unable to reproduce locally * [mosquitto] enable non-win32 builds * [json-dto] force rebuild, unable to reproduce regression locally * [many ports] uniform naming and path length requests * fix regression * fix regression * [ffmpeg] fixes for downstream projects * clean up - thanks to reviewers * trigger rebuild of regressions on macOS * trigger rebuild of regressions on macOS - part2 * Add core back * Use VCPKG_CONCURRENCY * Add core back to suitesparse * Add core back to curl * Add core back to magnum * Add core back to magnum * Add core back to magnum * Add core back to cgal
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-04-23[SDL2] fix arm-windows build (#6146)driver1998
* fix sdl2 arm-windows build * bump sdl2 version
2019-03-26[SDL2] Add patch for SDL2 hid_enumerate bug 4391 (#5820)past-due
Applies patch for SDL 2.0.9 bug 4391: "hid_enumerate() sometimes causes game to freeze for a few seconds" See: https://bugzilla.libsdl.org/show_bug.cgi?id=4391
2019-02-26[sdl2] allow sdl2 vulkan support (#5374)Jon Spencer
* [sdl2] allow sdl2 vulkan support * turn sdl2 vulkan support into a feature
2018-11-08[sdl2] Update to SDL2 2.0.9 (#4648)jdellar
* [sdl2] Update to SDL2 2.0.9 * [sdl2] Fix x86-windows and fix uwp patch
2018-11-07[pixel] added support for dascandy/pixel (#4637)Jayesh Badwaik
* + added support for dascandy/pixel * [pixel] Cleanup comments * [SDL2] Add SDL2::SDL2{,-static} wrapper * [pixel] update to v0.2 - fixes linking problem against SDL2 * [pixel] Bump control version
2018-03-19[sdl2] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-11[many ports] Improve behavior on Linux and general cleanupRobert Schumacher
2018-03-02[sdl2] update to 2.0.8 (#2934)Jason Juang
2018-01-16[SDL2] use vcpkg_from_github to enable --headjasjuang
2017-11-22[sdl2] Use cmake for UWPRobert Schumacher
2017-11-20[SDL2] Move SDL2main.lib into manual-link.Robert Schumacher
2017-11-11[sdl2] Update to 2.0.7Ted John
2017-09-24[sdl2] update to 2.0.6Mikhail Paulyshka
- update to 2.0.6 - enable cmake-targets - fix export symbols patch - remove default library linkage patch (fixed in upstream)
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-07-21[sdl2] Prevent exports in static buildcodicodi
2016-12-29[sdl2] link to CRT librariescodicodi
2016-12-20[sdl2] bump versioncodicodi
2016-12-20[sdl2] make SDL2 use libccodicodi
2016-12-11[sdl2] enable static buildcodicodi
2016-12-07[vcpkg] Remove all instances of TRIPLET_SYSTEM_NAME; use ↵Robert Schumacher
VCPKG_CMAKE_SYSTEM_NAME instead.
2016-11-12Update SDL2 port to 2.0.5 (its latest release; up from 2.0.4)David Ludwig
2016-11-08If portfile is not static-enabled yet, warn and then build dynamicAlexander Karatarakis
The opposite if portfile is not dynamic enabled
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-26[SDL2] Mark as not static readyAlexander Karatarakis
2016-10-06Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123Robert Schumacher
2016-09-28Introduce SOURCE_PATH to almost all portfilesAlexander Karatarakis