Change dependencies and rebuild with automatic stripping

This commit is contained in:
2025-10-28 15:36:38 +02:00
parent 3d94bb6944
commit af41b547dc
+15 -1
View File
@@ -1,7 +1,7 @@
name: imagemagick
description: FOSS software used for editing and manipulating digital images
version: 7.1.2_7
revision: 1
revision: 2
url: https://imagemagick.org/index.php
license: custom
architecture: any
@@ -15,6 +15,7 @@ depends:
- gcc-libs
- glib
- glibc
- lcms2
- libtool
- libpng
- libxext
@@ -22,15 +23,28 @@ depends:
- xz-utils
- zlib
optional_depends:
- ghostscript
- libheif
- libjpeg-turbo
- libjxl
- libraw
- librsvg
- libtiff
- libwebp
- libwmf
- openjpeg
- pango
make_depends:
- ghostscript
- glu
- libheif
- libjpeg-turbo
- libjxl
- libraw
- librsvg
- libwebp
- libwmf
- openjpeg
downloads:
- url: https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${BPM_PKG_VERSION//_/-}.tar.gz
extract_to: ${BPM_SOURCE}