George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
imagemagick
Commits:
a50a10a3 by George Rawlinson at 2026-02-15T07:22:04+00:00
reuse: simplify conf
- - - - -
46fe84e4 by George Rawlinson at 2026-02-15T07:39:59+00:00
upgpkg: 7.1.2.13-2
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = imagemagick
pkgdesc = An image viewing/manipulation program
pkgver = 7.1.2.13
- pkgrel = 1
+ pkgrel = 2
url = https://www.imagemagick.org/
arch = x86_64
- license = custom
+ license = ImageMagick
checkdepends = gsfonts
checkdepends = ttf-dejavu
makedepends = chrpath
@@ -31,7 +31,6 @@ pkgbase = imagemagick
depends = fftw
depends = fontconfig
depends = freetype2
- depends = gcc-libs
depends = glib2
depends = glibc
depends = lcms2
@@ -41,6 +40,9 @@ pkgbase = imagemagick
depends = libraqm
depends = libxext
depends = libxml2
+ depends = libgcc
+ depends = libstdc++
+ depends = libgomp
depends = xz
depends = zlib
optdepends = ghostscript: PS/PDF support
=====================================
PKGBUILD
=====================================
@@ -4,17 +4,16 @@
pkgname=imagemagick
pkgver=7.1.2.13
_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
+pkgrel=2
pkgdesc='An image viewing/manipulation program'
url='https://www.imagemagick.org/'
arch=(x86_64)
-license=(custom)
+license=(ImageMagick)
depends=(bzip2
cairo
fftw
fontconfig
freetype2
- gcc-libs
glib2
glibc
lcms2
@@ -24,6 +23,9 @@ depends=(bzip2
libraqm
libxext
libxml2
+ libgcc
+ libstdc++
+ libgomp
xz
zlib)
optdepends=('ghostscript: PS/PDF support'
=====================================
REUSE.toml
=====================================
@@ -3,21 +3,9 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
"keys/**",
".SRCINFO",
".nvchecker.toml",
- "*.install",
- "*.sysusers",
- "*.tmpfiles",
- "*.logrotate",
- "*.pam",
- "*.service",
- "*.socket",
- "*.timer",
- "*.desktop",
- "*.hook",
- "libraw-0.22.patch",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imagemagick/-/compare/f3673a06fb5a255956078d38ef612de4414ce0da...46fe84e4e686c0abb0f7fff88dc907eba49fafb6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/imagemagick/-/compare/f3673a06fb5a255956078d38ef612de4414ce0da...46fe84e4e686c0abb0f7fff88dc907eba49fafb6
You're receiving this email because of your account on gitlab.archlinux.org.