diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-04-13 19:45:25 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-04-13 22:01:32 +0200 |
commit | 34da3f5aa8336e5ba6f3e429fce7e1b9b7f6e984 (patch) | |
tree | 7f93964317d9f6e09e970f81382b4f6bf2de238c /source/l | |
parent | ce3e6fa735b792d09ae674beb9acfa04e21a12d9 (diff) | |
download | current-34da3f5aa8336e5ba6f3e429fce7e1b9b7f6e984.tar.gz current-34da3f5aa8336e5ba6f3e429fce7e1b9b7f6e984.tar.xz |
Sat Apr 13 19:45:25 UTC 202420240413194525
l/imagemagick-7.1.1_29-x86_64-1.txz: Upgraded.
Revert to the previous ImageMagick because the latest one is destroying SVG
files if "identify" or "display" is used on them.
Thanks to pc2005.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/libwebp/libwebp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libwebp/libwebp.SlackBuild b/source/l/libwebp/libwebp.SlackBuild index 4b00c40c1..0cde53d37 100755 --- a/source/l/libwebp/libwebp.SlackBuild +++ b/source/l/libwebp/libwebp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libwebp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |