Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sdl3/-image] update to 3.2.2/3.2.0 #43592

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/sdl3-image/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libsdl-org/SDL_image
REF "prerelease-${VERSION}"
SHA512 d11764142798e9c3cbb2fcfb123a5d6e5192d45011118f5a76f63b9ba100119799aacf9cd64835a9c504d3040116202f44aba9df1fc851afc1fdfb3b498c56a2
REF "release-${VERSION}"
SHA512 4306bca91973049fb49d912ad2ea91fd6f29b2c535f91bbb1236f198fc27697296d3ebfe3db58e7e36cbb3423150ba5acc02611faae8958d405f46d828bff2e9
HEAD_REF main
PATCHES
dependencies.diff
Expand Down
2 changes: 1 addition & 1 deletion ports/sdl3-image/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdl3-image",
"version": "3.1.1",
"version": "3.2.0",
"description": "SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV",
"homepage": "https://github.com/libsdl-org/SDL_image",
"license": "Zlib",
Expand Down
4 changes: 2 additions & 2 deletions ports/sdl3/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libsdl-org/SDL
REF "release-3.2.0"
SHA512 ce91a1efb42dae97ad0c28573a9cc682b954a6e2df56f2c5ce2cda78bf589564f927620b55272cb67e0ae021f8385a105b59d1b27b4239c15439b7848f416bff
REF "release-${VERSION}"
SHA512 6caf389f14102da2c31a35b439b2911c6ed24656bdc4fe8186a93423f2714b4507bf41268e9e4fa2032dbece968c8d092cd7ec16b9338979d6358ecb1e1f7884
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/sdl3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdl3",
"version": "3.2.0",
"version": "3.2.2",
"description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.",
"homepage": "https://www.libsdl.org",
"license": "Zlib AND MIT AND Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8285,11 +8285,11 @@
"port-version": 11
},
"sdl3": {
"baseline": "3.2.0",
"baseline": "3.2.2",
"port-version": 0
},
"sdl3-image": {
"baseline": "3.1.1",
"baseline": "3.2.0",
"port-version": 0
},
"seacas": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sdl3-image.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "43457ef2ed80e51c5940bea7ab7662f69c0e78b9",
"version": "3.2.0",
"port-version": 0
},
{
"git-tree": "cf10d2f8df73d5a1e81dfbc824786fdfb32549be",
"version": "3.1.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sdl3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "492cf0f6d8f57bf0d29b11222e640ecda2080ec0",
"version": "3.2.2",
"port-version": 0
},
{
"git-tree": "97f613abfcf62e33359d8cf7b67de5d689408381",
"version": "3.2.0",
Expand Down