From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 23 08:33:49 2021 Received: (at submit) by debbugs.gnu.org; 23 Oct 2021 12:33:49 +0000 Received: from localhost ([127.0.0.1]:34600 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meGDc-0008WS-Qo for submit@debbugs.gnu.org; Sat, 23 Oct 2021 08:33:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:42590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meGDX-0008WI-Of for submit@debbugs.gnu.org; Sat, 23 Oct 2021 08:33:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52716) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meGDX-0003oX-AK for guix-patches@gnu.org; Sat, 23 Oct 2021 08:33:43 -0400 Received: from mout02.posteo.de ([185.67.36.66]:44015) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meGDU-0005Le-Qc for guix-patches@gnu.org; Sat, 23 Oct 2021 08:33:42 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A03C5240107 for ; Sat, 23 Oct 2021 14:33:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1634992415; bh=Qm5gvnSggBBSPD54nlMbDnJkBqWNYlY0ynHQcVcUiak=; h=From:To:Cc:Subject:Date:From; b=aUf6GekRyaR0SsbgS+j6IzAyd2cq8cKrt9RHFNl52mq0K8UGOCQJku36E/vaRoO3s BohSajaqDVAG9M0Qbhj5OCBqUGrJJzxQx2/3DzDYnLPOc2HkZ/1+bAvNtXH+tWWwAa FeGr3K84zY6f+7OKGUOXdzgdpGgmv0WVJiVxB5T3HV9IRzHvAZscPhpXQZ8/W3oNZf FXc6fD86keyzGwvupZP2i+wiTyIzVyjQEycBAeiNO9quA/xuyKphdOTTyfbrcTkn/I CngmSfE38ZCZVTf6ySa3LdTshaWTP2wuTWeaMARhW6tAcFANwe/qgmftFefVdOQ9oY HgeCEoxTAx1vA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Hc0xl2rYxz6tmL; Sat, 23 Oct 2021 14:33:30 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH 0/3] Add OpenEXR version 3. Date: Sat, 23 Oct 2021 12:13:32 +0000 Message-Id: <20211023121332.5443-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) These patches add OpenEXR version 3. There were structural changes in this version. Part of "ilmbase" (the library for openexr 2) was split into the "imath" package (now in a separate repository), and the other part was merged into openexr 3. Patches #2 and #3 do not cause any change in derivation (no rebuild). The description of the openexr packages was also changed to reflect both versions. Vinicius Monego (3): gnu: Add imath. gnu: Rename openexr to openexr-2. gnu: Add OpenEXR 3. gnu/packages/animation.scm | 2 +- gnu/packages/gimp.scm | 4 +- gnu/packages/graphics.scm | 80 ++++++++++++++++++++++++++----- gnu/packages/gstreamer.scm | 2 +- gnu/packages/image-processing.scm | 12 ++--- gnu/packages/image-viewers.scm | 2 +- gnu/packages/image.scm | 6 +-- gnu/packages/kde-frameworks.scm | 2 +- gnu/packages/kde.scm | 2 +- gnu/packages/photo.scm | 6 +-- 10 files changed, 87 insertions(+), 31 deletions(-) base-commit: e1261ddd38cf02a0f046f3a5360502d659b4e7d4 -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 23 08:35:43 2021 Received: (at 51350) by debbugs.gnu.org; 23 Oct 2021 12:35:43 +0000 Received: from localhost ([127.0.0.1]:34609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meGFT-00008k-Jv for submit@debbugs.gnu.org; Sat, 23 Oct 2021 08:35:43 -0400 Received: from mout01.posteo.de ([185.67.36.65]:42841) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meGFR-00008U-AR for 51350@debbugs.gnu.org; Sat, 23 Oct 2021 08:35:42 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id DE09A240028 for <51350@debbugs.gnu.org>; Sat, 23 Oct 2021 14:35:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1634992534; bh=XOLcpR8ylH62UKqRON+F8HBiFpCI4Y3TgbY3O6XRRDI=; h=From:To:Cc:Subject:Date:From; b=DZFmDeNvI6//oZqeEOuEEnPMg7cVyUJl8JkdrxxAza5/8fJn9Zx5Rdz7ucgByAYt3 P49dUe3G0kBfHslsqx/gtQlk1exzXSV0Lo6D9xu88AfvTrDHmpW0+UO6FQ2eQdzF2v BuOYAY1Yd4cg+imfF82VHb+cluM4iUbhT8CLICc+04kYGL/XomUeAYALNXc7FCCht8 7pq774+46QE+c8YOC4vqFEoYDiAqE1Af0UNZdXRy1omBW4vm00Aw1DslwbvnatFKBQ eb4zHKGZO3900f4JQa71BVvNTEfkypynPECDuMy/0HibeNZpE8VGyf1ks0hyNPM6NZ x2DoiI7zqmGAw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Hc1045Bt3z6tmM; Sat, 23 Oct 2021 14:35:32 +0200 (CEST) From: Vinicius Monego To: 51350@debbugs.gnu.org Subject: [PATCH 1/3] gnu: Add imath. Date: Sat, 23 Oct 2021 12:17:59 +0000 Message-Id: <20211023121801.5889-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51350 Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/graphics.scm (imath): New variable. --- gnu/packages/graphics.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 9a5e2f2195..404617aa7b 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -26,6 +26,7 @@ ;;; Copyright © 2021 Antoine Côté ;;; Copyright © 2021 Andy Tai ;;; Copyright © 2021 Ekaitz Zarraga +;;; Copyright © 2021 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -796,6 +797,29 @@ many more.") ;; permissive licenses. (license license:gpl3+))) +(define-public imath + (package + (name "imath") + (version "3.1.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/AcademySoftwareFoundation/Imath") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1nyld18mf220ghm1vidnfnn0rdns9z5i4l9s66xgd0kfdgarb31f")))) + (build-system cmake-build-system) + (home-page "https://github.com/AcademySoftwareFoundation/Imath") + (synopsis "Library of math operations for computer graphics") + (description + "Imath is a basic, light-weight, and efficient C++ representation of 2D +and 3D vectors and matrices and other simple but useful mathematical objects, +functions, and data types common in computer graphics applications, including +the @code{half} 16-bit floating-point type.") + (license license:bsd-3))) + (define-public ilmbase (package (name "ilmbase") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 23 08:35:47 2021 Received: (at 51350) by debbugs.gnu.org; 23 Oct 2021 12:35:47 +0000 Received: from localhost ([127.0.0.1]:34614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meGFW-000095-T5 for submit@debbugs.gnu.org; Sat, 23 Oct 2021 08:35:47 -0400 Received: from mout02.posteo.de ([185.67.36.66]:33799) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meGFU-00008Y-46 for 51350@debbugs.gnu.org; Sat, 23 Oct 2021 08:35:45 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id F1047240104 for <51350@debbugs.gnu.org>; Sat, 23 Oct 2021 14:35:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1634992538; bh=M1KfOcWgu563IRw53iEN3+PcuIFb+UqjoCjR5xUM7cI=; h=From:To:Cc:Subject:Date:From; b=eOxJH7gru/wH41dlaMuhdsRRi78NkT+JVe8o6OTNUUnns9eVLBA1JwbrkKXL7U0Gi ajaJznJ2oh8ymSz1unesInqOsf7v/r+qkTsJEn+T8Fcz9dg/6gHch+8JBMevIjL2lI YEhmezuAg7Xukngjr/ghYy/R5hZcLugmII0HuK/S7gR/3OdE2pP2tTsYc4isdu1iks xRf6MAhbIvrW17mNVmEe3V1+ZZXpL+xzsV0Hk/d1+ZFNkey1pbnkx73jIq456RZgOF CEYZmpkOes7NM6cxrKzwIh+JD3mmdOXnHCYHpJcxTy/pCCEnS6xDuCAMW6SVNm22e6 6yOMKQ1ny3LbA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Hc1086L5nz6tmB; Sat, 23 Oct 2021 14:35:36 +0200 (CEST) From: Vinicius Monego To: 51350@debbugs.gnu.org Subject: [PATCH 2/3] gnu: Rename openexr to openexr-2. Date: Sat, 23 Oct 2021 12:18:00 +0000 Message-Id: <20211023121801.5889-2-monego@posteo.net> In-Reply-To: <20211023121801.5889-1-monego@posteo.net> References: <20211023121801.5889-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51350 Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) This change was automated via the following command: $ git ls-files | xargs sed -i 's/,openexr)/,openexr-2)/g' $ git checkout etc # to clear some spurious changes This is done so the openexr package can be upgraded to version 3 in the following commit. --- gnu/packages/animation.scm | 2 +- gnu/packages/gimp.scm | 4 ++-- gnu/packages/graphics.scm | 12 ++++++------ gnu/packages/gstreamer.scm | 2 +- gnu/packages/image-processing.scm | 12 ++++++------ gnu/packages/image-viewers.scm | 2 +- gnu/packages/image.scm | 6 +++--- gnu/packages/kde-frameworks.scm | 2 +- gnu/packages/kde.scm | 2 +- gnu/packages/photo.scm | 6 +++--- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm index 6f116af63c..a8ead4295c 100644 --- a/gnu/packages/animation.scm +++ b/gnu/packages/animation.scm @@ -179,7 +179,7 @@ C++ @dfn{Standard Template Library} (STL).") ("libxml++" ,libxml++) ("libsigc++" ,libsigc++) ("mlt" ,mlt-6) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("pango" ,pango))) (native-inputs `(("intltool" ,intltool) diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index ae59385d45..11ec47b7e5 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -265,7 +265,7 @@ provided, as well as a framework to add new color models and data types.") ("libtiff" ,libtiff) ("libwebp" ,libwebp) ("maxflow" ,maxflow) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("pango" ,pango) ("poppler" ,poppler) ("sdl2" ,sdl2))) @@ -352,7 +352,7 @@ buffers.") ("libmng" ,libmng) ; optional, MNG support ("librsvg" ,librsvg) ; optional, SVG support ("libxcursor" ,libxcursor) ; optional, Mouse Cursor support - ("openexr" ,openexr) ; optional, EXR support + ("openexr" ,openexr-2) ; optional, EXR support ("openjpeg" ,openjpeg) ; optional, JPEG 2000 support ("poppler" ,poppler) ; optional, PDF support ("poppler-data" ,poppler-data) ; optional, PDF support diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 404617aa7b..6f478a0b81 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -569,7 +569,7 @@ typically encountered in feature film production.") ("libxrender" ,libxrender) ("opencolorio" ,opencolorio) ("openimageio" ,openimageio) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("opensubdiv" ,opensubdiv) ("ilmbase" ,ilmbase) ("openjpeg" ,openjpeg) @@ -669,7 +669,7 @@ application can be customized via its API for Python scripting.") ("libx11" ,libx11) ("opencolorio" ,opencolorio) ("openimageio" ,openimageio) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("ilmbase" ,ilmbase) ("openjpeg" ,openjpeg) ("libjpeg" ,libjpeg-turbo) @@ -1106,7 +1106,7 @@ graphics.") (home-page "https://www.ogre3d.org/") (license license:expat))) -(define-public openexr +(define-public openexr-2 (package (name "openexr") (version (package-version ilmbase)) @@ -1190,7 +1190,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.") ("libjpeg" ,libjpeg-turbo) ("libtiff" ,libtiff) ("giflib" ,giflib) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("ilmbase" ,ilmbase) ("pugixml" ,pugixml) ("python" ,python-wrapper) @@ -1393,7 +1393,7 @@ in Julia).") ("libjpeg" ,libjpeg-turbo) ("libpng" ,libpng) ("libtiff" ,libtiff) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("sdl" ,sdl) ("zlib" ,zlib))) (arguments @@ -1514,7 +1514,7 @@ and is connected to the programming logic using data bindings and commands.") (arguments '(#:tests? #f)) ;no 'test' target ;; Headers include OpenEXR and IlmBase headers. - (propagated-inputs `(("openexr" ,openexr))) + (propagated-inputs `(("openexr" ,openexr-2))) (home-page "http://ampasctl.sourceforge.net") (synopsis "Color Transformation Language") diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 73ae2c9815..bb991789da 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -768,7 +768,7 @@ model to base your own plug-in on, here it is.") ("mesa" ,mesa) ("neon" ,neon) ("openal" ,openal) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("openjpeg" ,openjpeg) ("openssl" ,openssl) ("opus" ,opus) diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index c8b1f20c63..a972ce052c 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -160,7 +160,7 @@ licences similar to the Modified BSD licence.")))) ("maxflow" ,maxflow) ("niftilib" ,niftilib) ("nlopt" ,nlopt) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("python-lxml" ,python2-lxml) ("vtk" ,vtk))) (native-inputs @@ -230,7 +230,7 @@ of external libraries that provide additional functionality.") ;; ocioconvert fails: error: conflicting declaration ?typedef void ;; (* PFNGLGETFRAGMENTMATERIALFVSGIXPROC)(GLenum, GLenum, GLfloat*) `(("lcms" ,lcms) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("tinyxml" ,tinyxml))) (home-page "https://opencolorio.org") (synopsis "Color management for visual effects and animation") @@ -635,7 +635,7 @@ integrates with various databases on GUI toolkits such as Qt and Tk.") ("libwebp" ,libwebp) ("zlib" ,zlib) ("gtkglext" ,gtkglext) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("ilmbase" ,ilmbase) ("gtk+" ,gtk+-2) ("python-numpy" ,python-numpy) @@ -701,7 +701,7 @@ vision algorithms. It can be used to do things like: ("libwebp" ,libwebp) ("matio" ,matio) ("niftilib" ,niftilib) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("orc" ,orc) ("pango" ,pango) ("poppler" ,poppler))) @@ -753,7 +753,7 @@ due to its architecture which automatically parallelises the image workflows.") ("libtiff" ,libtiff) ("libx11" ,libx11) ;;("opencv" ,opencv) ;OpenCV is currently broken in the CI - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("zlib" ,zlib))) (home-page "https://gmic.eu/") (synopsis "Full-featured framework for digital image processing") @@ -840,7 +840,7 @@ including 2D color images.") ("matio" ,matio) ("lcms" ,lcms) ("libwebp" ,libwebp) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("poppler" ,poppler) ("gsl" ,gsl))) (native-inputs diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index 0bd53aae8f..4f87b63ca1 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -544,7 +544,7 @@ It supports JPEG, PNG and GIF formats.") ("libpng" ,libpng) ("libjpeg" ,libjpeg-turbo) ("lcms" ,lcms) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("fftw" ,fftwf) ("gsl" ,gsl) ("libtiff" ,libtiff))) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 8a632c85d3..c1781ba4f2 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1158,7 +1158,7 @@ supplies a generic doubly-linked list and some string functions.") ("libraw" ,libraw) ("libtiff" ,libtiff) ("libwebp" ,libwebp) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("openjpeg" ,openjpeg) ("zlib" ,zlib))) (synopsis "Library for handling popular graphics image formats") @@ -1192,7 +1192,7 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.") ("libjpeg" ,libjpeg-turbo) ("libpng" ,libpng) ("libtiff" ,libtiff) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("python" ,python-wrapper) ("python-numpy" ,python-numpy) ("zlib" ,zlib))) @@ -1405,7 +1405,7 @@ and XMP metadata of images in various formats.") ("libmng" ,libmng) ("libpng" ,libpng) ("libtiff" ,libtiff) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("zlib" ,zlib))) (synopsis "Library for manipulating many image formats") (description "Developer's Image Library (DevIL) is a library to develop diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 00d5eb049d..6a48dc229a 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1816,7 +1816,7 @@ by applications to write metadata.") ("pkg-config" ,pkg-config))) (inputs `(("karchive" ,karchive) ; for Krita and OpenRaster images - ("openexr" ,openexr) ; for OpenEXR high dynamic-range images + ("openexr" ,openexr-2) ; for OpenEXR high dynamic-range images ("qtbase" ,qtbase-5))) (arguments `(#:phases diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 6cba017af0..c6f5227e8b 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -522,7 +522,7 @@ illustrate project schedules.") ("libx11" ,libx11) ("libxcb" ,libxcb) ("libxi" ,libxi) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("perl" ,perl) ("poppler-qt5" ,poppler-qt5) ("qtbase" ,qtbase-5) diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 908a872b6b..6364323731 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -413,7 +413,7 @@ overlapping images, as well as some command line tools.") ("libjpeg" ,libjpeg-turbo) ("libpng" ,libpng) ("libtiff" ,libtiff) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("vigra" ,vigra) ("zlib" ,zlib))) (arguments @@ -568,7 +568,7 @@ photographic equipment.") ("libxslt" ,libxslt) ("lua" ,lua) ;optional, for plugins ("opencl-icd-loader" ,opencl-icd-loader) ;optional, for OpenCL support - ("openexr" ,openexr) ;optional, for EXR import/export + ("openexr" ,openexr-2) ;optional, for EXR import/export ("openjpeg" ,openjpeg) ;optional, for JPEG2000 export ("osm-gps-map" ,osm-gps-map) ;optional, for geotagging view ("pugixml" ,pugixml) @@ -726,7 +726,7 @@ off' shooting directly from the controlling computer.") ("libxi" ,libxi) ("libxmu" ,libxmu) ("mesa" ,mesa) - ("openexr" ,openexr) + ("openexr" ,openexr-2) ("sqlite" ,sqlite) ("vigra" ,vigra) ("wxwidgets" ,wxwidgets) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 23 08:35:54 2021 Received: (at 51350) by debbugs.gnu.org; 23 Oct 2021 12:35:54 +0000 Received: from localhost ([127.0.0.1]:34619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meGFd-00009W-Rl for submit@debbugs.gnu.org; Sat, 23 Oct 2021 08:35:54 -0400 Received: from mout02.posteo.de ([185.67.36.66]:55969) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meGFX-00008i-PV for 51350@debbugs.gnu.org; Sat, 23 Oct 2021 08:35:48 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 13B69240104 for <51350@debbugs.gnu.org>; Sat, 23 Oct 2021 14:35:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1634992542; bh=//jtO8/mjU4b7tHM0YJxJPf+9jpVKvceK0c4B2Dmv+Q=; h=From:To:Cc:Subject:Date:From; b=oxzEjhdD8JncldiRiZYn8YGjyFKKSR8g1ZsgTGnk7xpjgvAVmrWNQPWYGL7LkFlF8 B3OtXo7tTsq5TFpi+ZXvpKj9iYLV/KsYl9uR0ecbmEsw6TiVpK5naxxrUuH01FnF9t dNI48Nz2ZytoZXCkGEyvhxZrN3P0kQg1wCqMMmofuGKPxyXzwVVWdedIqR0I0CcDtK laZQnTQ+NWIuvT/AAJ09jhwn4WcCPfeRiehlbbd3uF+ek2zDoHHhus4aBmy8fomZjg KOp4aju4x6XgC4NV8CPBZh+aczdcb5/JdVBgniy18l4Gb9P/GZKVndsKnsJdycJL/B jc1RgiwRNEmcA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Hc10F1bMmz9rxK; Sat, 23 Oct 2021 14:35:40 +0200 (CEST) From: Vinicius Monego To: 51350@debbugs.gnu.org Subject: [PATCH 3/3] gnu: Add OpenEXR 3. Date: Sat, 23 Oct 2021 12:18:01 +0000 Message-Id: <20211023121801.5889-3-monego@posteo.net> In-Reply-To: <20211023121801.5889-1-monego@posteo.net> References: <20211023121801.5889-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51350 Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/graphics.scm (openexr): New variable. (openexr-2)[home-page]: Use home-page from openexr. [synopsis]: Use synopsis from openexr. [description]: Use description from openexr. [license]: Use license from openexr. --- gnu/packages/graphics.scm | 46 +++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 6f478a0b81..0baf0af6ac 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1106,6 +1106,41 @@ graphics.") (home-page "https://www.ogre3d.org/") (license license:expat))) +(define-public openexr + (package + (name "openexr") + (version "3.1.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/AcademySoftwareFoundation/openexr") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0vyclrrikphwkkpyjg8kzh3qzflzk3d6xsidgqllgfdgllr9wmgv")) + (modules '((guix build utils))) + (snippet + '(begin + (with-directory-excursion "src/test" + (substitute* (append (find-files "." "tmpDir\\.h") + '("OpenEXRCoreTest/main.cpp")) + (("\"/var/tmp/\"") + "\"/tmp/\""))) + #t)))) + (build-system cmake-build-system) + (inputs + `(("imath" ,imath) + ("zlib" ,zlib))) + (home-page "https://www.openexr.com/") + (synopsis "High-dynamic-range file format library") + (description + "OpenEXR provides the specification and reference implementation of the +EXR file format. The purpose of EXR format is to accurately and efficiently +represent high-dynamic-range scene-linear image data and associated metadata, +with strong support for multi-part, multi-channel use cases.") + (license license:bsd-3))) + (define-public openexr-2 (package (name "openexr") @@ -1153,13 +1188,10 @@ graphics.") (propagated-inputs `(("ilmbase" ,ilmbase) ;used in public headers ("zlib" ,zlib))) ;OpenEXR.pc reads "-lz" - (home-page "https://www.openexr.com/") - (synopsis "High-dynamic range file format library") - (description - "OpenEXR is a high dynamic-range (HDR) image file format developed for -use in computer imaging applications. The IlmImf C++ libraries support -storage of the \"EXR\" file format for storing 16-bit floating-point images.") - (license license:bsd-3))) + (home-page (package-home-page openexr)) + (synopsis (package-synopsis openexr)) + (description (package-description openexr)) + (license (package-license openexr)))) (define-public openimageio (package -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 23 16:24:05 2021 Received: (at 51350) by debbugs.gnu.org; 23 Oct 2021 20:24:05 +0000 Received: from localhost ([127.0.0.1]:37421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meNYj-00051V-7C for submit@debbugs.gnu.org; Sat, 23 Oct 2021 16:24:05 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:41697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meNYh-000511-9m for 51350@debbugs.gnu.org; Sat, 23 Oct 2021 16:24:04 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AE2EA5C078B; Sat, 23 Oct 2021 16:23:57 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 23 Oct 2021 16:23:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=JVcSThL5dYaedmKBa+tLmJFQ lgkSNxHCxebGuvgzvuM=; b=pE0u+qHkhsxBOx0LS1SAjKEMr2DRUqi5teUPz81n 2PQOg7GtEyYimgOsB7c6cyk6gBFAwkkwrrJMktV65YXstJNJnCZN5bXQrINjOq7o Nk7pFA7OiqCt3BMdaCY7NHCqkkZndfwDGo6joZM3sDUcPmJ+J8D8TLCshZc6+lcp h1I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=JVcSTh L5dYaedmKBa+tLmJFQlgkSNxHCxebGuvgzvuM=; b=gPSS8J2Hvrfs0YTWmUDWcG XxGk6YKFXPHNr35GJfrkPlc1etGSTerYYQ1fxhTtNsSVp5sJLSr3w4kFOaOjWmPD spI3sAltB2oH3kvejxKmoHcD+uSRTyi/GcRWnT0bHWYOYlXq9lZ88tGS5EgxdDPX tBHMTJS2iAh2qiEjDs4eARblzaQv/jXxo+qTarhavdZX4jxovPzkuOP4VZMlkLBT 5id52/WxY9SFniVOS2IkZgrDaVn1EYhuRl91qQt6HR/aZ9HT4EXWpzzTHSGtyqp9 2RB6tkkYz5YUjfnixli3FDF35KUeFJA7ip7HPekD9sP0xaBWXFzgSnYAVh+c8z3g == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvdeftddgudefkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheff vefgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplh gvohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 23 Oct 2021 16:23:57 -0400 (EDT) Date: Sat, 23 Oct 2021 16:23:55 -0400 From: Leo Famulari To: Vinicius Monego Subject: Re: [bug#51350] [PATCH 1/3] gnu: Add imath. Message-ID: References: <20211023121332.5443-1-monego@posteo.net> <20211023121801.5889-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211023121801.5889-1-monego@posteo.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51350 Cc: 51350@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Sat, Oct 23, 2021 at 12:17:59PM +0000, Vinicius Monego wrote: > * gnu/packages/graphics.scm (imath): New variable. Thanks! This is necessary for updating Blender, so I'm very grateful for the patch. > + (description > + "Imath is a basic, light-weight, and efficient C++ representation of 2D > +and 3D vectors and matrices and other simple but useful mathematical objects, > +functions, and data types common in computer graphics applications, including > +the @code{half} 16-bit floating-point type.") I tweaked the description to remove what I consider "marketing language" such as "light-weight and efficient", and also to properly quote "half". I pushed this commit as ae3fa855f38bd3952e2cf510bbb58bbe74aeb3f8 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 23 16:24:28 2021 Received: (at 51350) by debbugs.gnu.org; 23 Oct 2021 20:24:28 +0000 Received: from localhost ([127.0.0.1]:37425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meNZ6-000527-F4 for submit@debbugs.gnu.org; Sat, 23 Oct 2021 16:24:28 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53731) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meNZ3-00051s-Uz for 51350@debbugs.gnu.org; Sat, 23 Oct 2021 16:24:26 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id CA9EC5C078C; Sat, 23 Oct 2021 16:24:20 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Sat, 23 Oct 2021 16:24:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=3PjOyAKRCt3wts0Y5nYjMhXe K3pQXvsI/mUu8ZMIpw4=; b=1yQ32MJziLKoEvo3pe5O5ULhOgaFF35zdFgy0Vu+ Z5yGjql4DbAKxg6IiyhjqI/GuSAJ6JSGypapSa3sQWfX036WxPwzjLBray+akEVj Wa7LzjIvSThLUCB/QCQ64lCScXij0kDcyTHFbg3YfAUqoKVvX2Sh2IYmAN4h/8hB Dcw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=3PjOyA KRCt3wts0Y5nYjMhXeK3pQXvsI/mUu8ZMIpw4=; b=OmVO2sVI6iW3wl1skCcxXR 2tyq8iHZ7p3Pgum3PHt/oCvMD+NER+p6kEbBXmORa1Ulg7zUJucn8jNHTSNyiV6U v8xGX42XRJ/a+5xtrJ5f1Fm1f0zwPUw+bsR2FvUsUeoUSIJ9NwxO+f7xFGnXiA84 23bWnDVg8g0inGKlGLmc8P2y/MbQCGRdhcIdbiIyJoaV5/ybLT13KwRKZmOcgaxE +TnuTsCVwBjdaput9M8UTvlffzoZ+FnLSV2RgY+uMjRZHpRu3NqFnA6fNCG2IS0c SXLuRKXcUBAM8NFzJafZln9yAXA3DUTlErSoJvrgfUADE6GteDHua7NleUecE76g == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvdeftddgudefkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheff vefgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplh gvohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 23 Oct 2021 16:24:20 -0400 (EDT) Date: Sat, 23 Oct 2021 16:24:18 -0400 From: Leo Famulari To: Vinicius Monego Subject: Re: [bug#51350] [PATCH 2/3] gnu: Rename openexr to openexr-2. Message-ID: References: <20211023121801.5889-1-monego@posteo.net> <20211023121801.5889-2-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211023121801.5889-2-monego@posteo.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51350 Cc: 51350@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Sat, Oct 23, 2021 at 12:18:00PM +0000, Vinicius Monego wrote: > This change was automated via the following command: > > $ git ls-files | xargs sed -i 's/,openexr)/,openexr-2)/g' > $ git checkout etc # to clear some spurious changes > > This is done so the openexr package can be upgraded to version 3 in the > following commit. Thanks! I wrote the commit message and pushed this patch as commit d71336b2e3c86432f174645163d06a3ef83deaae From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 23 16:28:27 2021 Received: (at 51350-done) by debbugs.gnu.org; 23 Oct 2021 20:28:27 +0000 Received: from localhost ([127.0.0.1]:37431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meNcw-000583-VE for submit@debbugs.gnu.org; Sat, 23 Oct 2021 16:28:27 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:55303) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meNcv-00057q-JA for 51350-done@debbugs.gnu.org; Sat, 23 Oct 2021 16:28:25 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 6F9975C0736; Sat, 23 Oct 2021 16:28:20 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Sat, 23 Oct 2021 16:28:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=6axjjyTemJ1S2mwuPUJvcTts oZzpQiI09GT/G6fEXdc=; b=vEdJsVM7P5+zXVMTnOGyR8AmJvg6IXrI+L7E4zgv Z0K3+Vok5EdoHa54NMkhGI6f2qe57f2l5TlR7lhEXG+f4yeyur/Cu3mxMDJ9JKe5 P0KT4gLn+uQEl8FFvjBwkDXvIT9fhcOtiIQbXqoTWCOTdrfoOy+vSXCXIMHcdMBi Vp8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=6axjjy TemJ1S2mwuPUJvcTtsoZzpQiI09GT/G6fEXdc=; b=S25shiaW5VWhsq3/VqR9bH ERMqofe17CnH8RtEM7oCf1re5W0fbg1ehHZx9z0bhnUk2sgCdEkULeWFh6Ayq/XR S5I5CWM2Mi4wxIybTOjiif7RfRblLOeHa/veujoxLRnlgLCf2W7d0+ph5Hj34WLu QDM7nmTwHItmirrZNBQiCcf13tg9n4GSRgC+jFMFXaK0rfBKfS5dpIEQHNpzDOC9 hXGfZ6nBP0i7LU9zo39HFVejTb7YkdjTGopW3xPLOXtExqWYH2JYNmmmvRLKi9po k462vvivBzu2YGHQvZp8P75VAR7rXLy41pkJmStB4ojhLjUwNBokyPsPNnIclAFQ == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvdeftddgudeflecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheff vefgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplh gvohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 23 Oct 2021 16:28:20 -0400 (EDT) Date: Sat, 23 Oct 2021 16:28:18 -0400 From: Leo Famulari To: Vinicius Monego Subject: Re: [bug#51350] [PATCH 3/3] gnu: Add OpenEXR 3. Message-ID: References: <20211023121801.5889-1-monego@posteo.net> <20211023121801.5889-3-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211023121801.5889-3-monego@posteo.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51350-done Cc: 51350-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Sat, Oct 23, 2021 at 12:18:01PM +0000, Vinicius Monego wrote: > * gnu/packages/graphics.scm (openexr): New variable. > (openexr-2)[home-page]: Use home-page from openexr. > [synopsis]: Use synopsis from openexr. > [description]: Use description from openexr. > [license]: Use license from openexr. Thanks! Pushed as c52ba63c673f90be1d3b52be0051961ed2a9181a > + (snippet > + '(begin > + (with-directory-excursion "src/test" > + (substitute* (append (find-files "." "tmpDir\\.h") > + '("OpenEXRCoreTest/main.cpp")) > + (("\"/var/tmp/\"") > + "\"/tmp/\""))) > + #t)))) I pushed this patch separately from the rest of the series because I was going to ask you to revise it, changing this snippet to a build phase. But then I realized that it was already like this in the OpenEXR 2 package so I went ahead and pushed. I'll make that change myself shortly. Snippets should be reserved for really critical problems like fixing bugs or removing nonfree components. From unknown Sun Sep 07 16:50:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 21 Nov 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator