Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:20:41 +03:00
parent e8f75fd5d7
commit 9036858e66
+2 -1
View File
@@ -1,10 +1,11 @@
name: imagemagick name: imagemagick
description: FOSS software used for editing and manipulating digital images description: FOSS software used for editing and manipulating digital images
version: 7.1.2_0 version: 7.1.2_0
revision: 2
url: https://imagemagick.org/index.php url: https://imagemagick.org/index.php
license: custom license: custom
architecture: any architecture: any
depends: ["bzip2","cairo","fftw","fontconfig","freetype2","gcc","glib","glibc","libtool","libpng","libxext","libxml2","xz-utils","zlib"] depends: ["bzip2", "cairo", "fftw", "fontconfig", "freetype2", "gcc-libs", "glib", "glibc", "libtool", "libpng", "libxext", "libxml2", "xz-utils", "zlib"]
optional_depends: ["libjpeg-turbo", "librsvg", "libtiff", "libwebp", "pango"] optional_depends: ["libjpeg-turbo", "librsvg", "libtiff", "libwebp", "pango"]
make_depends: ["libjpeg-turbo", "librsvg", "libwebp"] make_depends: ["libjpeg-turbo", "librsvg", "libwebp"]
type: source type: source