<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/image-processing.scm, branch wip-arm-bootstrap</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: opencv: Disable one more test.</title>
<updated>2021-12-27T12:21:05+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-12-27T12:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9e9489fb11ac73e51abe293235738d70365affa9'/>
<id>9e9489fb11ac73e51abe293235738d70365affa9</id>
<content type='text'>
* gnu/packages/image-processing.scm (opencv)[arguments]: Disable a failing
test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/image-processing.scm (opencv)[arguments]: Disable a failing
test.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: gmic: Build with OpenEXR 3.</title>
<updated>2021-12-26T20:40:22+00:00</updated>
<author>
<name>Vinicius Monego</name>
<email>monego@posteo.net</email>
</author>
<published>2021-12-23T19:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4ff2fe728e7699ae9e495d6098e163201d5ba63a'/>
<id>4ff2fe728e7699ae9e495d6098e163201d5ba63a</id>
<content type='text'>
* gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace
openexr-2 with openexr.

Signed-off-by: Nicolas Goaziou &lt;mail@nicolasgoaziou.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace
openexr-2 with openexr.

Signed-off-by: Nicolas Goaziou &lt;mail@nicolasgoaziou.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: gmic: Update to 3.0.0.</title>
<updated>2021-12-26T20:40:13+00:00</updated>
<author>
<name>Vinicius Monego</name>
<email>monego@posteo.net</email>
</author>
<published>2021-12-23T19:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fecc1c0539b0b6c9f415be8ef014778d937216b9'/>
<id>fecc1c0539b0b6c9f415be8ef014778d937216b9</id>
<content type='text'>
* gnu/packages/image-processing.scm (gmic): Update to 3.0.0.

Signed-off-by: Nicolas Goaziou &lt;mail@nicolasgoaziou.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/image-processing.scm (gmic): Update to 3.0.0.

Signed-off-by: Nicolas Goaziou &lt;mail@nicolasgoaziou.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: opencv: Fix installation.</title>
<updated>2021-12-21T09:27:34+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-12-21T09:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=21219307febfd6a9ed6036fdf0d78194292a3e14'/>
<id>21219307febfd6a9ed6036fdf0d78194292a3e14</id>
<content type='text'>
This is a follow-up to commit 5894b1210d689ec408db21184b85b0a6a1a5ca3e.

* gnu/packages/image-processing.scm (opencv)[arguments]: Add build phase
'do-not-install-3rdparty-file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a follow-up to commit 5894b1210d689ec408db21184b85b0a6a1a5ca3e.

* gnu/packages/image-processing.scm (opencv)[arguments]: Add build phase
'do-not-install-3rdparty-file.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: opencv: Update to 4.5.4.</title>
<updated>2021-12-20T22:23:40+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-12-20T22:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5894b1210d689ec408db21184b85b0a6a1a5ca3e'/>
<id>5894b1210d689ec408db21184b85b0a6a1a5ca3e</id>
<content type='text'>
* gnu/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch: Delete file.
* gnu/packages/patches/opencv-rgbd-aarch64-test-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove patches.
* gnu/packages/image-processing.scm (opencv): Update to 4.5.4.
[source]: Remove patch; keep bundled quirc.
[arguments]: Build without ade; update build phase 'disable-broken-tests;
remove build phase 'add-ilmbase-include-path.
[native-inputs]: Update source hashes for opencv-contrib and opencv-extra.
[inputs]: Use new style; add imath and openblas; replace openexr-2 with
openexr.
[description]: Reformat first paragraph.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch: Delete file.
* gnu/packages/patches/opencv-rgbd-aarch64-test-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove patches.
* gnu/packages/image-processing.scm (opencv): Update to 4.5.4.
[source]: Remove patch; keep bundled quirc.
[arguments]: Build without ade; update build phase 'disable-broken-tests;
remove build phase 'add-ilmbase-include-path.
[native-inputs]: Update source hashes for opencv-contrib and opencv-extra.
[inputs]: Use new style; add imath and openblas; replace openexr-2 with
openexr.
[description]: Reformat first paragraph.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: opencv: Remove trailing #T from snippet.</title>
<updated>2021-12-20T22:23:40+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-12-20T22:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b934d88514284bf2c02ffba204c8b9b3e7272944'/>
<id>b934d88514284bf2c02ffba204c8b9b3e7272944</id>
<content type='text'>
* gnu/packages/image-processing.scm (opencv)[source]: Remove #T at the end of
the snippet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/image-processing.scm (opencv)[source]: Remove #T at the end of
the snippet.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Further simplify package inputs.</title>
<updated>2021-12-13T21:15:07+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2021-12-13T21:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e3196755e60ba7f1ed9d432e73f26a85e0c8893c'/>
<id>e3196755e60ba7f1ed9d432e73f26a85e0c8893c</id>
<content type='text'>
This is the result of running:

  ./pre-inst-env guix style --input-simplification=safe

and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the result of running:

  ./pre-inst-env guix style --input-simplification=safe

and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Simplify package inputs.</title>
<updated>2021-12-13T16:48:25+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2021-12-13T16:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8394619baceb118df92e355377fd543bb1aa501a'/>
<id>8394619baceb118df92e355377fd543bb1aa501a</id>
<content type='text'>
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: labelme: Loosen Python requirements.</title>
<updated>2021-12-08T07:45:11+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2021-12-07T20:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=14bc2ce43aed002809774eb575caf2dbb87c17ae'/>
<id>14bc2ce43aed002809774eb575caf2dbb87c17ae</id>
<content type='text'>
* gnu/packages/image-processing.scm (labelme)[arguments]: Patch setup.py so it
does not require a specific version of Matplotlib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/image-processing.scm (labelme)[arguments]: Patch setup.py so it
does not require a specific version of Matplotlib.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove vtk-8.</title>
<updated>2021-11-30T20:27:13+00:00</updated>
<author>
<name>Mathieu Othacehe</name>
<email>othacehe@gnu.org</email>
</author>
<published>2021-11-29T14:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=2d0c5e2477edc34819a8ee1c48aad306e0801bc1'/>
<id>2d0c5e2477edc34819a8ee1c48aad306e0801bc1</id>
<content type='text'>
* gnu/packages/image-processing.scm (vtk-8): Remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/image-processing.scm (vtk-8): Remove it.
</pre>
</div>
</content>
</entry>
</feed>
