mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +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)
|
list(APPEND OPTIONS -Djpeg=disabled)
|
||||||
endif()
|
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")
|
if(CMAKE_HOST_WIN32 AND VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
|
||||||
set(GIR_TOOL_DIR ${CURRENT_INSTALLED_DIR})
|
set(GIR_TOOL_DIR ${CURRENT_INSTALLED_DIR})
|
||||||
else()
|
else()
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gdk-pixbuf",
|
"name": "gdk-pixbuf",
|
||||||
"version": "2.42.12",
|
"version": "2.42.12",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Image loading library.",
|
"description": "Image loading library.",
|
||||||
"homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf",
|
"homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf",
|
||||||
"license": "LGPL-2.1-or-later",
|
"license": "LGPL-2.1-or-later",
|
||||||
@ -42,6 +43,9 @@
|
|||||||
"libjpeg-turbo"
|
"libjpeg-turbo"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"others": {
|
||||||
|
"description": "Enable other loaders, which are weakly maintained (ani, bmp, icns, ico, pnm, qtif, tga, xbm, xpm)"
|
||||||
|
},
|
||||||
"png": {
|
"png": {
|
||||||
"description": "Enable PNG loader (requires libpng)",
|
"description": "Enable PNG loader (requires libpng)",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -2990,7 +2990,7 @@
|
|||||||
},
|
},
|
||||||
"gdk-pixbuf": {
|
"gdk-pixbuf": {
|
||||||
"baseline": "2.42.12",
|
"baseline": "2.42.12",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"gemmlowp": {
|
"gemmlowp": {
|
||||||
"baseline": "2021-09-28",
|
"baseline": "2021-09-28",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "a3dd13dfa169e843726c8ac404a85d60aebdb981",
|
||||||
|
"version": "2.42.12",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "bbf12c7f576f4ecae98d0b4d8cdc0f5fc07f24fb",
|
"git-tree": "bbf12c7f576f4ecae98d0b4d8cdc0f5fc07f24fb",
|
||||||
"version": "2.42.12",
|
"version": "2.42.12",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user