mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
[gdk-pixbuf] Enable other loaders, which are weakly maintained (ani, bmp, icns, ico, pnm, qtif, tga, xbm, xpm) (#40086)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
f79819d788
commit
c0a4611383
@ -37,6 +37,12 @@ else()
|
||||
list(APPEND OPTIONS -Djpeg=disabled)
|
||||
endif()
|
||||
|
||||
if("others" IN_LIST FEATURES)
|
||||
list(APPEND OPTIONS -Dothers=enabled)
|
||||
else()
|
||||
list(APPEND OPTIONS -Dothers=disabled)
|
||||
endif()
|
||||
|
||||
if(CMAKE_HOST_WIN32 AND VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
|
||||
set(GIR_TOOL_DIR ${CURRENT_INSTALLED_DIR})
|
||||
else()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "gdk-pixbuf",
|
||||
"version": "2.42.12",
|
||||
"port-version": 1,
|
||||
"description": "Image loading library.",
|
||||
"homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
@ -42,6 +43,9 @@
|
||||
"libjpeg-turbo"
|
||||
]
|
||||
},
|
||||
"others": {
|
||||
"description": "Enable other loaders, which are weakly maintained (ani, bmp, icns, ico, pnm, qtif, tga, xbm, xpm)"
|
||||
},
|
||||
"png": {
|
||||
"description": "Enable PNG loader (requires libpng)",
|
||||
"dependencies": [
|
||||
|
@ -2990,7 +2990,7 @@
|
||||
},
|
||||
"gdk-pixbuf": {
|
||||
"baseline": "2.42.12",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"gemmlowp": {
|
||||
"baseline": "2021-09-28",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a3dd13dfa169e843726c8ac404a85d60aebdb981",
|
||||
"version": "2.42.12",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "bbf12c7f576f4ecae98d0b4d8cdc0f5fc07f24fb",
|
||||
"version": "2.42.12",
|
||||
|
Loading…
x
Reference in New Issue
Block a user