]> git.ipfire.org Git - ipfire-3.x.git/blob - ImageMagick/ImageMagick.nm
openssl: Update to 3.1.2
[ipfire-3.x.git] / ImageMagick / ImageMagick.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ImageMagick
7 version = 7.1.0
8 patchlevel = 62
9 release = 1.1
10
11 groups = Application/Multimedia
12 url = https://www.imagemagick.org/
13 license = ImageMagick
14 summary = Command line programm to create and convert several image formats.
15
16 description
17 ImageMagick also includes command line programs for creating
18 animated or transparent .gifs, creating composite images, creating
19 thumbnail images, and more.
20 end
21
22 thisapp = %{name}-%{version}-%{patchlevel}
23
24 source_dl = https://imagemagick.org/archive/releases/
25 sources = %{thisapp}.tar.xz
26
27 build
28 requires
29 bzip2-devel
30 fontconfig-devel
31 freetype-devel
32 ghostscript-devel
33 graphviz-devel
34 lcms2-devel
35 libjpeg-devel
36 libpng-devel
37 libtiff-devel
38 libxml2-devel
39 pango-devel
40 xz-devel
41 zlib-devel
42 zstd-devel
43 end
44
45 configure_options += \
46 --enable-shared \
47 --disable-static \
48 --disable-docs \
49 --with-threads \
50 --with-bzlib=yes \
51 --with-fontconfig=yes \
52 --with-freetype=yes \
53 --with-gslib=yes \
54 --with-gvc=yes \
55 --with-jpeg=yes \
56 --with-lcms=yes \
57 --with-lzma=yes \
58 --with-pango=yes \
59 --with-png=yes \
60 --with-tiff=yes \
61 --with-xml=yes \
62 --with-zlib=yes \
63 --with-zstd=yes
64 end
65
66 packages
67 package %{name}
68
69 package %{name}-libs
70 template LIBS
71 end
72
73 package %{name}-devel
74 template DEVEL
75
76 requires
77 ImageMagick-libs = %{thisver}
78 end
79 end
80
81 package %{name}-debuginfo
82 template DEBUGINFO
83 end
84 end