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