]> git.pld-linux.org Git - packages/ImageMagick.git/blame - magick6.patch
- release 2 (by relup.sh)
[packages/ImageMagick.git] / magick6.patch
CommitLineData
70534de9
JR
1--- ImageMagick-6.9.7-0/magick/Magick-config.in~ 2016-12-18 14:34:45.000000000 +0100
2+++ ImageMagick-6.9.7-0/magick/Magick-config.in 2016-12-27 08:35:51.406200932 +0100
3@@ -8,11 +8,11 @@
4 exec_prefix=@exec_prefix@
5
6 usage="\
7-Usage: Magick-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
8+Usage: Magick6-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
9
10 if test $# -eq 0; then
11 echo "${usage}" 1>&2
12- echo "Example: gcc \`Magick-config --cflags --cppflags\` -o core core.c \`Magick-config --ldflags --libs\`" 1>&2
13+ echo "Example: gcc \`Magick6-config --cflags --cppflags\` -o core core.c \`Magick6-config --ldflags --libs\`" 1>&2
14 exit 1
15 fi
16
17@@ -38,19 +38,19 @@
18 echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
19 ;;
20 --cflags)
21- pkg-config --cflags MagickCore
22+ pkg-config --cflags MagickCore6
23 ;;
24 --cxxflags)
25- pkg-config --cflags MagickCore
26+ pkg-config --cflags MagickCore6
27 ;;
28 --cppflags)
29- pkg-config --cflags MagickCore
30+ pkg-config --cflags MagickCore6
31 ;;
32 --ldflags)
33- pkg-config --libs MagickCore
34+ pkg-config --libs MagickCore6
35 ;;
36 --libs)
37- pkg-config --libs MagickCore
38+ pkg-config --libs MagickCore6
39 ;;
40 *)
41 echo "${usage}" 1>&2
42--- ImageMagick-6.9.7-0/magick/MagickCore-config.in~ 2016-12-18 14:34:45.000000000 +0100
43+++ ImageMagick-6.9.7-0/magick/MagickCore-config.in 2016-12-27 08:37:09.821645212 +0100
44@@ -8,11 +8,11 @@
45 exec_prefix=@exec_prefix@
46
47 usage="\
48-Usage: MagickCore-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
49+Usage: MagickCore6-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
50
51 if test $# -eq 0; then
52 echo "${usage}" 1>&2
53- echo "Example: gcc \`MagickCore-config --cflags --cppflags\` -o core core.c \`Magick-config --ldflags --libs\`" 1>&2
54+ echo "Example: gcc \`MagickCore6-config --cflags --cppflags\` -o core core.c \`Magick6-config --ldflags --libs\`" 1>&2
55 exit 1
56 fi
57
58@@ -38,19 +38,19 @@
59 echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
60 ;;
61 --cflags)
62- pkg-config --cflags MagickCore
63+ pkg-config --cflags MagickCore6
64 ;;
65 --cxxflags)
66- pkg-config --cflags MagickCore
67+ pkg-config --cflags MagickCore6
68 ;;
69 --cppflags)
70- pkg-config --cflags MagickCore
71+ pkg-config --cflags MagickCore6
72 ;;
73 --ldflags)
74- pkg-config --libs MagickCore
75+ pkg-config --libs MagickCore6
76 ;;
77 --libs)
78- pkg-config --libs MagickCore
79+ pkg-config --libs MagickCore6
80 ;;
81 *)
82 echo "${usage}" 1>&2
e29b4726
JB
83--- ImageMagick-6.9.8-9/wand/MagickWand-config.in.orig 2017-06-03 02:38:04.000000000 +0200
84+++ ImageMagick-6.9.8-9/wand/MagickWand-config.in 2017-06-03 21:50:38.584589096 +0200
70534de9
JR
85@@ -8,11 +8,11 @@
86 exec_prefix=@exec_prefix@
87
88 usage="\
89-Usage: MagickWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
90+Usage: MagickWand6-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
91
92 if test $# -eq 0; then
93 echo "${usage}" 1>&2
94- echo "Example: gcc \`MagickWand-config --cflags --cppflags\` -o wand wand.c \`MagickWand-config --ldflags --libs\`" 1>&2
95+ echo "Example: gcc \`MagickWand6-config --cflags --cppflags\` -o wand wand.c \`MagickWand6-config --ldflags --libs\`" 1>&2
96 exit 1
97 fi
98
99@@ -38,19 +38,19 @@
100 echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
101 ;;
102 --cflags)
e29b4726
JB
103- pkg-config --cflags MagickWand
104+ pkg-config --cflags MagickWand6
70534de9
JR
105 ;;
106 --cxxflags)
e29b4726
JB
107- pkg-config --cflags MagickWand
108+ pkg-config --cflags MagickWand6
70534de9
JR
109 ;;
110 --cppflags)
e29b4726
JB
111- pkg-config --cflags MagickWand
112+ pkg-config --cflags MagickWand6
70534de9
JR
113 ;;
114 --ldflags)
e29b4726
JB
115- pkg-config --libs MagickWand
116+ pkg-config --libs MagickWand6
70534de9
JR
117 ;;
118 --libs)
e29b4726
JB
119- pkg-config --libs MagickWand
120+ pkg-config --libs MagickWand6
70534de9
JR
121 ;;
122 *)
123 echo "${usage}" 1>&2
124--- ImageMagick-6.9.7-0/wand/Wand-config.in~ 2016-12-18 14:34:45.000000000 +0100
125+++ ImageMagick-6.9.7-0/wand/Wand-config.in 2016-12-27 08:39:14.421666371 +0100
126@@ -8,11 +8,11 @@
127 exec_prefix=@exec_prefix@
128
129 usage="\
130-Usage: Wand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
131+Usage: Wand6-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
132
133 if test $# -eq 0; then
134 echo "${usage}" 1>&2
135- echo "Example: gcc \`Wand-config --cflags --cppflags\` -o wand wand.c \`Wand-config --ldflags --libs\`" 1>&2
136+ echo "Example: gcc \`Wand6-config --cflags --cppflags\` -o wand wand.c \`Wand6-config --ldflags --libs\`" 1>&2
137 exit 1
138 fi
139
140@@ -38,19 +38,19 @@
141 echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
142 ;;
143 --cflags)
144- pkg-config --cflags MagickWand
145+ pkg-config --cflags MagickWand6
146 ;;
147 --cxxflags)
148- pkg-config --cflags MagickWand
149+ pkg-config --cflags MagickWand6
150 ;;
151 --cppflags)
152- pkg-config --cflags MagickWand
153+ pkg-config --cflags MagickWand6
154 ;;
155 --ldflags)
156- pkg-config --libs MagickWand
157+ pkg-config --libs MagickWand6
158 ;;
159 --libs)
160- pkg-config --libs MagickWand
161+ pkg-config --libs MagickWand6
162 ;;
163 *)
164 echo "${usage}" 1>&2
165--- ImageMagick-6.9.7-0/wand/MagickWand.pc.in~ 2016-12-18 14:34:45.000000000 +0100
166+++ ImageMagick-6.9.7-0/wand/MagickWand.pc.in 2016-12-27 08:45:54.205764162 +0100
167@@ -9,7 +9,7 @@
168 Description: MagickWand - C API for ImageMagick (ABI @MAGICK_ABI_SUFFIX@)
169 URL: https://www.imagemagick.org
170 Version: @PACKAGE_VERSION@
171-Requires: MagickCore
172+Requires: MagickCore6
173 Cflags: -I${includearchdir} -I${includedir} @MAGICK_PCFLAGS@
174 Libs: -L${libdir} -l${libname}
175 Libs.private: -L${libdir} -l${libname} @MAGICK_LIBS@ @MATH_LIBS@
176--- ImageMagick-6.9.7-0/wand/Wand.pc.in~ 2016-12-18 14:34:45.000000000 +0100
177+++ ImageMagick-6.9.7-0/wand/Wand.pc.in 2016-12-27 08:46:32.786803064 +0100
178@@ -9,7 +9,7 @@
179 Description: MagickCore - C API for ImageMagick (ABI @MAGICK_ABI_SUFFIX@)
180 URL: https://www.imagemagick.org
181 Version: @PACKAGE_VERSION@
182-Requires: MagickCore
183+Requires: MagickCore6
184 Cflags: -I${includearchdir} -I${includedir} @MAGICK_PCFLAGS@
185 Libs: -L${libdir} -l${libname}
186 Libs.private: -L${libdir} -l${libname} @MAGICK_LIBS@ @MATH_LIBS@
This page took 0.048596 seconds and 4 git commands to generate.