[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:
Vitalii Koshura 2024-07-26 22:55:31 +02:00 committed by GitHub
parent f79819d788
commit c0a4611383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 16 additions and 1 deletions

View File

@ -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()

View File

@ -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": [

View File

@ -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",

View File

@ -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",