File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5203,7 +5203,7 @@ MAGICK_PATCHLEVEL_VERSION=24
5203
5203
5204
5204
MAGICK_VERSION=6.9.13-24
5205
5205
5206
- MAGICK_GIT_REVISION=5f062bb31:20250309
5206
+ MAGICK_GIT_REVISION=25b191c20:20250316
5207
5207
5208
5208
5209
5209
# Substitute library versioning
@@ -5237,7 +5237,7 @@ PACKAGE_LIB_VERSION=0x69D
5237
5237
5238
5238
PACKAGE_LIB_VERSION_NUMBER=6,9,13,24
5239
5239
5240
- PACKAGE_RELEASE_DATE=2025-03-09
5240
+ PACKAGE_RELEASE_DATE=2025-03-16
5241
5241
5242
5242
5243
5243
# Ensure that make can run correctly
@@ -38027,6 +38027,8 @@ printf "%s\n" "$GSColorDevice" >&6; }
38027
38027
printf %s "checking for gs alpha device... " >&6; }
38028
38028
if $PSDelegate -q -dBATCH -sDEVICE=$GSAlphaDevice -sOutputFile=/dev/null < /dev/null 1>&5 2>&5; then
38029
38029
:
38030
+ elif $PSDelegate -q -dBATCH -sDEVICE=pngalpha -sOutputFile=/dev/null < /dev/null 1>&5 2>&5; then
38031
+ GSAlphaDevice=pngalpha
38030
38032
else
38031
38033
GSAlphaDevice=$GSColorDevice
38032
38034
fi
Original file line number Diff line number Diff line change @@ -3644,6 +3644,8 @@ if test $have_gs = 'yes'; then
3644
3644
AC_MSG_CHECKING ( [ for gs alpha device] )
3645
3645
if $PSDelegate -q -dBATCH -sDEVICE=$GSAlphaDevice -sOutputFile=/dev/null < /dev/null 1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ; then
3646
3646
:
3647
+ elif $PSDelegate -q -dBATCH -sDEVICE=pngalpha -sOutputFile=/dev/null < /dev/null 1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ; then
3648
+ GSAlphaDevice=pngalpha
3647
3649
else
3648
3650
GSAlphaDevice=$GSColorDevice
3649
3651
fi
You can’t perform that action at this time.
0 commit comments