bug#57990: Add package: python-mat2 (remove metadata from images to improve privacy)

2022-09-24 Thread Dr. Arne Babenhauserheide
Chris Marusich writes: > Apologies for the top post. I noticed this email and wanted to point you to > prior work, in case it proves useful: > > https://issues.guix.gnu.org/31307#14 Very cool — thank you! That should make it easier for me to follow the tips. Best wishes, Arne -- Unpolitisch

bug#57990: Add package: python-mat2 (remove metadata from images to improve privacy)

2022-09-23 Thread Chris Marusich
Apologies for the top post. I noticed this email and wanted to point you to prior work, in case it proves useful: https://issues.guix.gnu.org/31307#14 On Thu, Sep 22, 2022 at 12:24 PM Maxime Devos wrote: > > > On 22-09-2022 13:38, Dr. Arne Babenhauserheide wrote: > > > > Tobias Geerinckx-Rice

bug#57990: Add package: python-mat2 (remove metadata from images to improve privacy)

2022-09-22 Thread Maxime Devos
On 22-09-2022 13:38, Dr. Arne Babenhauserheide wrote: Tobias Geerinckx-Rice writes: can I express "any version of ffmpeg"? No, this would go against the goals of Guix: packages can't depend on properties of the environment they'll end up in (if any). What’s the right way to deal with t

bug#57990: Add package: python-mat2 (remove metadata from images to improve privacy)

2022-09-22 Thread Dr. Arne Babenhauserheide
Tobias Geerinckx-Rice writes: >> can I express "any version of ffmpeg"? > > No, this would go against the goals of Guix: packages can't depend on > properties of the environment they'll end up in (if any). What’s the right way to deal with this, then? I need ffmpeg at as propagated-input, but

bug#57990: Add package: python-mat2 (remove metadata from images to improve privacy)

2022-09-22 Thread Maxime Devos
On 22-09-2022 00:14, Dr. Arne Babenhauserheide wrote: Hi, this packages python-mat2. To avoid profile collisions when the user installed a different version of ffmpeg (e.g. ffmpeg@5) in their profile, could you modify the code to look at a /gnu/store/.../bin/ffmpeg instead? Likewise for b

bug#57990: Add package: python-mat2 (remove metadata from images to improve privacy)

2022-09-22 Thread Maxime Devos
On 22-09-2022 00:24, Dr. Arne Babenhauserheide wrote: "Dr. Arne Babenhauserheide" writes: +(propagated-inputs (list python-mutagen python-pycairo python-pygobject ffmpeg perl-image-exiftool bubblewrap gdk-pixbuf poppler librsvg)) My local ffmpeg is ffmpeg-5, but this dependency pulls

bug#57990: Add package: python-mat2 (remove metadata from images to improve privacy)

2022-09-21 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
> can I express "any version of ffmpeg"? No, this would go against the goals of Guix: packages can't depend on properties of the environment they'll end up in (if any). They must be self-contained, or use standard features like $PATH et al to find optional dependencies at run time, but these wi

bug#57990: Add package: python-mat2 (remove metadata from images to improve privacy)

2022-09-21 Thread Dr. Arne Babenhauserheide
"Dr. Arne Babenhauserheide" writes: > +(propagated-inputs (list python-mutagen python-pycairo python-pygobject > ffmpeg perl-image-exiftool bubblewrap gdk-pixbuf poppler librsvg)) My local ffmpeg is ffmpeg-5, but this dependency pulls in ffmpeg-4 — can I express "any version of ffmpeg"? Be

bug#57990: Add package: python-mat2 (remove metadata from images to improve privacy)

2022-09-21 Thread Dr. Arne Babenhauserheide
"Dr. Arne Babenhauserheide" writes: > +(propagated-inputs (list python-mutagen python-pycairo python-pygobject > ffmpeg perl-image-exiftool bubblewrap gdk-pixbuf poppler librsvg)) My local ffmpeg is ffmpeg-5, but this dependency pulls in ffmpeg-4 — can I express "any version of ffmpeg"? B

bug#57990: Add package: python-mat2 (remove metadata from images to improve privacy)

2022-09-21 Thread Dr. Arne Babenhauserheide
Hi, this packages python-mat2. From 91f85a377361f989900f007fa08cd2a3063175ac Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Thu, 22 Sep 2022 00:12:41 +0200 Subject: [PATCH] gnu: Add python-mat2 0.13.0 * gnu/packages/python-xyz.scm (python-mat2): New variable. --- gnu/packages/pytho