aboutsummaryrefslogtreecommitdiffstats
path: root/community/imagemagick/APKBUILD
blob: 3533209f2bc8d49d712bb8746738c9d606b1ebd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=imagemagick
_pkgname=ImageMagick
pkgver=7.1.0.52
pkgrel=0
_pkgver=${pkgver%.*}-${pkgver##*.}
_abiver=7
pkgdesc="Collection of tools and libraries for many image formats"
url="https://imagemagick.org/"
arch="all"
license="ImageMagick"
options="libtool"
depends_dev="$pkgname=$pkgver-r$pkgrel"
makedepends="
	chrpath
	fontconfig-dev
	freetype-dev
	ghostscript-dev
	lcms2-dev
	libheif-dev
	libjpeg-turbo-dev
	libpng-dev
	libjxl-dev
	librsvg-dev
	libtool
	libwebp-dev
	libx11-dev
	libxext-dev
	libxml2-dev
	perl-dev
	tiff-dev
	zlib-dev
	"

checkdepends="freetype fontconfig ghostscript ghostscript-fonts lcms2 graphviz"
subpackages="
	$pkgname-doc
	$pkgname-static
	$pkgname-dev
	$pkgname-c++:_cxx
	$pkgname-libs
	$pkgname-perlmagick:_perlmagick
	$pkgname-perlmagick-doc:_perlmagick_doc
	"
source="https://imagemagick.org/archive/ImageMagick-$_pkgver.tar.xz"
builddir="$srcdir/$_pkgname-$_pkgver"

# secfixes:
#   7.1.0.47-r0:
#     - CVE-2022-3213
#   7.1.0.30-r0:
#     - CVE-2022-1115
#     - CVE-2022-1114
#     - CVE-2022-2719
#   7.1.0.24-r0:
#     - CVE-2022-0284
#   7.1.0.10-r0:
#     - CVE-2021-39212
#   7.1.0.0-r0:
#     - CVE-2021-34183
#   7.0.11.9-r0:
#     - CVE-2021-3574
#   7.0.11.1-r0:
#     - CVE-2021-20241
#     - CVE-2021-20243
#     - CVE-2021-20244
#     - CVE-2021-20245
#     - CVE-2021-20246
#     - CVE-2021-20309
#     - CVE-2021-20310
#     - CVE-2021-20311
#     - CVE-2021-20312
#     - CVE-2021-20313
#   7.0.10.57-r0:
#     - CVE-2021-20176
#     - CVE-2021-20224
#   7.0.10.42-r0:
#     - CVE-2020-29599
#   7.0.10.35-r0:
#     - CVE-2020-27560
#   7.0.10.31-r0:
#     - CVE-2021-3596
#     - CVE-2022-28463
#     - CVE-2022-32545
#     - CVE-2022-32546
#     - CVE-2022-32547
#   7.0.10.18-r0:
#     - CVE-2020-13902
#   7.0.10.8-r0:
#     - CVE-2020-19667
#   7.0.10.0-r0:
#     - CVE-2020-10251
#   7.0.9.7-r0:
#     - CVE-2019-19952
#   7.0.8.62-r0:
#     - CVE-2019-17547
#   7.0.8.56-r0:
#     - CVE-2019-17541
#     - CVE-2019-17540
#     - CVE-2019-14981
#     - CVE-2019-13454
#   7.0.8.53-r0:
#     - CVE-2019-13391
#     - CVE-2019-13311
#     - CVE-2019-13310
#     - CVE-2019-13309
#     - CVE-2019-13308
#     - CVE-2019-13307
#     - CVE-2019-13306
#     - CVE-2019-13305
#     - CVE-2019-13304
#     - CVE-2019-13303
#     - CVE-2019-13302
#     - CVE-2019-13301
#     - CVE-2019-13300
#     - CVE-2019-13299
#     - CVE-2019-13298
#     - CVE-2019-13297
#     - CVE-2019-13296
#     - CVE-2019-13295
#     - CVE-2019-13137
#     - CVE-2019-13136
#     - CVE-2019-13135
#     - CVE-2019-13134
#     - CVE-2019-13133
#   7.0.8.44-r0:
#     - CVE-2019-19949
#     - CVE-2019-19948
#     - CVE-2019-16713
#     - CVE-2019-16712
#     - CVE-2019-16711
#     - CVE-2019-15141
#     - CVE-2019-15140
#     - CVE-2019-15139
#     - CVE-2019-14980
#     - CVE-2019-11598
#     - CVE-2019-11597
#     - CVE-2019-11472
#   7.0.8.38-r0:
#     - CVE-2019-9956
#     - CVE-2019-16710
#     - CVE-2019-16709
#     - CVE-2019-16708
#     - CVE-2019-10650
#     - CVE-2019-10649

build() {
	# fix doc dir, Gentoo bug 91911
	sed -i -e \
		's:DOCUMENTATION_PATH="$DATA_DIR/doc/$DOCUMENTATION_RELATIVE_PATH":DOCUMENTATION_PATH="/usr/share/doc/imagemagick":g' \
		configure
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--enable-static \
		--disable-openmp \
		--with-threads \
		--with-x \
		--with-jxl \
		--with-tiff \
		--with-png \
		--with-webp \
		--with-gslib \
		--with-gs-font-dir=/usr/share/fonts/Type1 \
		--with-heic \
		--with-modules \
		--with-xml \
		--with-perl \
		--with-perl-options="PREFIX=/usr INSTALLDIRS=vendor" \
		--with-rsvg
	make
}

check() {
	make check
}

package() {
	make -j1 DESTDIR="$pkgdir" install
	if ! [ -e "$pkgdir"/usr/lib/libMagickCore-$_abiver.Q16HDRI.so ]; then
		error "Has ABI verision changed? (current is $_abiver)"
		return 1
	fi

	# we cannot let abuild delete the *.la files due to we need *.la
	# for the modules
	rm "$pkgdir"/usr/lib/*.la

	find "$pkgdir" \( -name '.packlist' -o -name 'perllocal.pod' \
		-o -name '*.bs' \) -delete
}

_cxx() {
	pkgdesc="ImageMagick Magick++ library (C++ bindings)"
	mkdir -p "$subpkgdir"/usr/lib
	mv "$pkgdir"/usr/lib/libMagick++*.so.* "$subpkgdir"/usr/lib/
}

_perlmagick() {
	pkgdesc="PerlMagick Perl Modules for ImageMagick"
	mkdir -p "$subpkgdir"/usr/lib
	mv "$pkgdir"/usr/lib/perl5 "$subpkgdir"/usr/lib/
	# Strip all the rpath that include /home
	scanelf --recursive --rpath "$subpkgdir" | awk '/home/{print $3;}' | xargs chrpath -d
#	chrpath -d "$subpkgdir"/usr/lib/perl5/vendor_perl/auto/Image/Magick/Q16HDRI/Q16HDRI.so
#	chrpath -d "$subpkgdir"/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so
}

_perlmagick_doc() {
	pkgdesc="PerlMagick Perl Module Documentation for ImageMagick"
	mkdir -p "$subpkgdir"
	cd "$builddir"/PerlMagick
	make -j1 DESTDIR="$subpkgdir" doc_vendor_install
}

sha512sums="
8282befbf0bf165f01ffc6994e53d98b05a36a3c03dce81b9b4e4351c68bbfe3fb5a38e178058bb22d9e3bd85cf227c3a44eb43b38a25b9e7c69bf9ee4ba21e1  ImageMagick-7.1.0-52.tar.xz
"