<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/imagemagick.scm, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: imagemagick: Only install documentation in final imagemagick.</title>
<updated>2024-08-31T08:44:45+00:00</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2024-01-25T10:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=db3367f95208d741f1ded67e6ba1604a1f774a32'/>
<id>db3367f95208d741f1ded67e6ba1604a1f774a32</id>
<content type='text'>
* gnu/packages/imagemagick.scm (imagemagick/stable)[arguments]: Add
configure-flag to disable documentation.  Adjust phase to remove
work-around for moving documentation to separate output.
[outputs]: Remove field.
(imagemagick)[arguments]: Remove configure-flag disabling documentation.
Add a phase to move documentation to a separate output.
[outputs]: Keep out, doc outputs.

Change-Id: I34f02612d416ad2ff0edf330a274f93bddf4c53d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/imagemagick.scm (imagemagick/stable)[arguments]: Add
configure-flag to disable documentation.  Adjust phase to remove
work-around for moving documentation to separate output.
[outputs]: Remove field.
(imagemagick)[arguments]: Remove configure-flag disabling documentation.
Add a phase to move documentation to a separate output.
[outputs]: Keep out, doc outputs.

Change-Id: I34f02612d416ad2ff0edf330a274f93bddf4c53d
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: imagemagick: Update to 6.9.13-5.</title>
<updated>2024-08-31T08:44:42+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2024-01-23T16:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=2e4e3e883b6feea74da2f528cee0af417f16d982'/>
<id>2e4e3e883b6feea74da2f528cee0af417f16d982</id>
<content type='text'>
This is a follow-up to ac658511ae ("gnu: imagemagick: Update to 6.9.12-91."),
which patch didn't apply cleanly.

* gnu/packages/imagemagick.scm (imagemagick/stable): Update to 6.9.13-5.
[source]: Remove patch.
[configure-flags]: Specify correct --with-gs-font-dir location.
[native-inputs]: Add zstd.
* gnu/packages/patches/imagemagick-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.13-5.

Change-Id: Ic3ab5ea821de91fb18b80325414444e02e7eecb0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a follow-up to ac658511ae ("gnu: imagemagick: Update to 6.9.12-91."),
which patch didn't apply cleanly.

* gnu/packages/imagemagick.scm (imagemagick/stable): Update to 6.9.13-5.
[source]: Remove patch.
[configure-flags]: Specify correct --with-gs-font-dir location.
[native-inputs]: Add zstd.
* gnu/packages/patches/imagemagick-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.13-5.

Change-Id: Ic3ab5ea821de91fb18b80325414444e02e7eecb0
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: imagemagick: Update to 6.9.12-91.</title>
<updated>2024-08-31T08:44:30+00:00</updated>
<author>
<name>Saku Laesvuori via Guix-patches via</name>
<email>guix-patches@gnu.org</email>
</author>
<published>2023-07-20T18:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e77aef7f74caa82baf393f25a0722f444d19cc37'/>
<id>e77aef7f74caa82baf393f25a0722f444d19cc37</id>
<content type='text'>
* gnu/packages/imagemagick.scm (imagemagick)
(imagemagick/stable): Update to 6.9.12-91.
[patches]: Remove upstreamed patches. Add patch for fixing tests.
[arguments]: Enable tests.
* gnu/packages/patches/imagemagick-Fix-tests.patch: New file.
gnu/packages/patches/imagemagick-CVE-2020-27829.patch: Delete file.
* gnu/packages/patches/imagemagick-WriteTHUMBNAILImage-fix.patch: Likewise.
* gnu/packages/patches/imagemagick-ReadDCMImage-fix.patch: Likewise.
* gnu/packages/patches/imagemagick-ReadDCMPixels-fix.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

Signed-off-by: Maxim Cournoyer &lt;maxim.cournoyer@gmail.com&gt;
Modified-by: Maxim Cournoyer &lt;maxim.cournoyer@gmail.com&gt;
Change-Id: I4c554abb1e5592590c3af8c57d9113d90de3f194
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/imagemagick.scm (imagemagick)
(imagemagick/stable): Update to 6.9.12-91.
[patches]: Remove upstreamed patches. Add patch for fixing tests.
[arguments]: Enable tests.
* gnu/packages/patches/imagemagick-Fix-tests.patch: New file.
gnu/packages/patches/imagemagick-CVE-2020-27829.patch: Delete file.
* gnu/packages/patches/imagemagick-WriteTHUMBNAILImage-fix.patch: Likewise.
* gnu/packages/patches/imagemagick-ReadDCMImage-fix.patch: Likewise.
* gnu/packages/patches/imagemagick-ReadDCMPixels-fix.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

Signed-off-by: Maxim Cournoyer &lt;maxim.cournoyer@gmail.com&gt;
Modified-by: Maxim Cournoyer &lt;maxim.cournoyer@gmail.com&gt;
Change-Id: I4c554abb1e5592590c3af8c57d9113d90de3f194
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: imagemagick/stable: Fix ungexp variable.</title>
<updated>2024-08-31T08:44:20+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2024-01-04T17:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=935470e13c35d0ab148bb0c063caaf06831ddd5d'/>
<id>935470e13c35d0ab148bb0c063caaf06831ddd5d</id>
<content type='text'>
* gnu/packages/imagemagick.scm (imagemagick/stable)
[arguments]: Ungexp reference to NAME variable.

Reported-by: Simon South &lt;simon@simonsouth.net&gt;
Change-Id: Id0584b35ede05ef14e957b2b2c9c754d9f9c0a90
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/imagemagick.scm (imagemagick/stable)
[arguments]: Ungexp reference to NAME variable.

Reported-by: Simon South &lt;simon@simonsouth.net&gt;
Change-Id: Id0584b35ede05ef14e957b2b2c9c754d9f9c0a90
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: imagemagick/stable: Update to 6.9.12-4 and use gexps.</title>
<updated>2024-08-31T08:44:19+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2024-01-03T22:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9be6c34ce737a709ea2058f1af3d4f45654dbc56'/>
<id>9be6c34ce737a709ea2058f1af3d4f45654dbc56</id>
<content type='text'>
* gnu/packages/imagemagick.scm (imagemagick/stable): Update to 6.9.12-4.
[arguments] Use gexps, strip trailing #t in phases.
[inputs]: Remove labels and sort.

Change-Id: I3c97868a663c44efedcea40a99af933cecb50549
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/imagemagick.scm (imagemagick/stable): Update to 6.9.12-4.
[arguments] Use gexps, strip trailing #t in phases.
[inputs]: Remove labels and sort.

Change-Id: I3c97868a663c44efedcea40a99af933cecb50549
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Fix imagemagick webp related failures.</title>
<updated>2024-08-31T08:44:19+00:00</updated>
<author>
<name>Gabriel Wicki</name>
<email>gabriel@erlikon.ch</email>
</author>
<published>2023-11-06T11:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fc1aa48eb73f5542f3260fa92c44594000a68915'/>
<id>fc1aa48eb73f5542f3260fa92c44594000a68915</id>
<content type='text'>
This fixes #48018, as suggested by Saku Laesvuori on the issue tracker.

* gnu/packages/imagemagick.scm (imagemagick/stable)[inputs]: Add libwebp.

Change-Id: I3c02d0fb6c421f7d865b19af359e20068d00b60a
Signed-off-by: Maxim Cournoyer &lt;maxim.cournoyer@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes #48018, as suggested by Saku Laesvuori on the issue tracker.

* gnu/packages/imagemagick.scm (imagemagick/stable)[inputs]: Add libwebp.

Change-Id: I3c02d0fb6c421f7d865b19af359e20068d00b60a
Signed-off-by: Maxim Cournoyer &lt;maxim.cournoyer@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: graphicsmagick: Update to 1.3.40.</title>
<updated>2023-08-13T06:27:46+00:00</updated>
<author>
<name>Andy Tai</name>
<email>atai@atai.org</email>
</author>
<published>2023-07-25T06:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=83eb96bd2b20fcb499388447ef0f56254522288d'/>
<id>83eb96bd2b20fcb499388447ef0f56254522288d</id>
<content type='text'>
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.40.

Signed-off-by: 宋文武 &lt;iyzsong@member.fsf.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.40.

Signed-off-by: 宋文武 &lt;iyzsong@member.fsf.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: graphicsmagick: Use G-expression.</title>
<updated>2022-09-09T21:00:21+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2022-09-09T11:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a38fc96bfc2e79d1e3c1e7a225e770dc9e7b6f1c'/>
<id>a38fc96bfc2e79d1e3c1e7a225e770dc9e7b6f1c</id>
<content type='text'>
* gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Use gexp.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Use gexp.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: graphicsmagick: Remove input labels.</title>
<updated>2022-09-09T21:00:21+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2022-09-09T11:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ef614fd39e88941bd18758c91b0e4740a0c2a31e'/>
<id>ef614fd39e88941bd18758c91b0e4740a0c2a31e</id>
<content type='text'>
* gnu/packages/imagemagick.scm (graphicsmagick)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-DIRECTORY.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/imagemagick.scm (graphicsmagick)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-DIRECTORY.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: graphicsmagick: Update to 1.3.38.</title>
<updated>2022-09-09T21:00:21+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2022-09-09T11:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a7adf473fcde46714d17850f3e597af239efb7de'/>
<id>a7adf473fcde46714d17850f3e597af239efb7de</id>
<content type='text'>
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.38.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.38.
</pre>
</div>
</content>
</entry>
</feed>
