diff --git a/ports/sdl3-image/portfile.cmake b/ports/sdl3-image/portfile.cmake index 73f2f73b34c7fc..56acfd543ed500 100644 --- a/ports/sdl3-image/portfile.cmake +++ b/ports/sdl3-image/portfile.cmake @@ -41,7 +41,7 @@ endif() vcpkg_fixup_pkgconfig() if(NOT VCPKG_TARGET_IS_LINUX AND NOT VCPKG_TARGET_IS_ANDROID AND NOT VCPKG_BUILD_TYPE) - vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/SDL3-image.pc" "-lSDL3_image" "-lSDL3_imaged") + vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/sdl3-image.pc" "-lSDL3_image" "-lSDL3_imaged") endif() file(REMOVE_RECURSE diff --git a/ports/sdl3-image/vcpkg.json b/ports/sdl3-image/vcpkg.json index e686176581f848..74c1ff9c58fe00 100644 --- a/ports/sdl3-image/vcpkg.json +++ b/ports/sdl3-image/vcpkg.json @@ -1,6 +1,7 @@ { "name": "sdl3-image", "version": "3.1.0", + "port-version": 1, "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", diff --git a/versions/baseline.json b/versions/baseline.json index 165cd3df4111de..1476108eeea9cd 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8286,7 +8286,7 @@ }, "sdl3-image": { "baseline": "3.1.0", - "port-version": 0 + "port-version": 1 }, "seacas": { "baseline": "2022-11-22", diff --git a/versions/s-/sdl3-image.json b/versions/s-/sdl3-image.json index 8d9355feb960fc..675c59013fe90e 100644 --- a/versions/s-/sdl3-image.json +++ b/versions/s-/sdl3-image.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1f37b53e6e17516d3e0de2aa6c98ee101309061f", + "version": "3.1.0", + "port-version": 1 + }, { "git-tree": "e5c443cbdf6896a4989f1a0a6034be21c3fc43c0", "version": "3.1.0",