From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id eIpmN6pKt2O7VQAAbAwnHQ (envelope-from ) for ; Thu, 05 Jan 2023 23:09:46 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id yAVzN6pKt2M1uwAA9RJhRA (envelope-from ) for ; Thu, 05 Jan 2023 23:09:46 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9329F3DC9D for ; Thu, 5 Jan 2023 23:09:46 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pDYQB-0004xl-0i; Thu, 05 Jan 2023 17:09:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDYQ5-0004te-Oi for guix-patches@gnu.org; Thu, 05 Jan 2023 17:09:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pDYQ3-0005nI-24 for guix-patches@gnu.org; Thu, 05 Jan 2023 17:09:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pDYQ2-0002ql-Ml for guix-patches@gnu.org; Thu, 05 Jan 2023 17:09:02 -0500 Subject: bug#60377: [PATCH] gnu: Add charls Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 05 Jan 2023 22:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 60377 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Tor-bj=C3=B6rn?= Claesson Cc: 60377-done@debbugs.gnu.org Mail-Followup-To: 60377@debbugs.gnu.org, ludo@gnu.org, tclaesson@gmail.com Received: via spool by 60377-done@debbugs.gnu.org id=D60377.167295650010895 (code D ref 60377); Thu, 05 Jan 2023 22:09:02 +0000 Received: (at 60377-done) by debbugs.gnu.org; 5 Jan 2023 22:08:20 +0000 Received: from localhost ([127.0.0.1]:53197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDYPL-0002pf-SN for submit@debbugs.gnu.org; Thu, 05 Jan 2023 17:08:20 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44652) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDYPK-0002pU-KC for 60377-done@debbugs.gnu.org; Thu, 05 Jan 2023 17:08:18 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDYPF-0005fg-B6; Thu, 05 Jan 2023 17:08:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=dE08906h6Cg/24+WM4+A1uc4n24b7LZvOr4bSwe9ZjQ=; b=pPpjVlAqvFETUBUuRe/h sr9VZK7KcQw9ZsDpUcEqtqzgSKI7ko6DM2ebrxaBaaPJsTBNbtc7v0fKgnwqPaWCBbPz0LqH/vKdq vd6J1sBnnKbUM3GPdXx64oDeFOka0neSEKF+0nHAB/9KcpizqejrL+AxigChanq2g3KKcsxlHPUZx lsX5qzN/0pkdNMGWWs3ghUZj3RE5K89tBp2kLlmoDvGVW5zP7bo7E+OKFpYYK7Xo8bCXkcAtSUGzP bSC0s0jsZ2npU6YOxtnA843RWaHIcK2eZZaA+rYvcgKuOduFIpWka9qAQ/+ihb5As+rfLe4pcQp3G P0rPwg/SSK2OQw==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDYPE-0003CY-Vv; Thu, 05 Jan 2023 17:08:13 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87lems74qk.fsf@gmail.com> Date: Thu, 05 Jan 2023 23:08:11 +0100 In-Reply-To: <87lems74qk.fsf@gmail.com> ("=?UTF-8?Q?Tor-bj=C3=B6rn?= Claesson"'s message of "Wed, 28 Dec 2022 02:23:53 +0200") Message-ID: <87h6x41vp0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1672956586; a=rsa-sha256; cv=none; b=UX3wbvvtsRBW69PUIL/aqVMqwD/mdSEQ/McfyrHDDWH0Zyof/r55h7UVhDQTLkxjjaoSrp PzpbZaP4Hwmsxbt1mGfcDbEwLYYZSsEAi47KXQbuLiFUTIA9t+Hkx01B8JfbFw6MiF5LTx 68jFERqvs9xwheJWLlql9i8Mi+eIWF+XqIdoLyJmF1ikUR48XJcYbDwCftFVfw2lrBn+Iw pQEkXSYZID+2w8SlboXMKb5llFjxvIqUvzEerh4d26FD024Mu5DHWHPnjLv8WEgaLR/kAu 7HGAzCElNVCytcVcqgi8USGpeJ1x67HTNulZiOvSOHGYta5NDXiBQ8D2Br0AZg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=pPpjVlAq; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1672956586; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=dE08906h6Cg/24+WM4+A1uc4n24b7LZvOr4bSwe9ZjQ=; b=Ht1QFbOtELI6+5i5DwFmye6Dq2osfLGRYjBKCzGKhjtrQ8UHcDP5PmFx3RIiSsG8p0yNcs HMdy/AtHHJWm/q1K9g+ux/LaGfyTB0/GUm8izN6C41PSRzKvtvBIhHN22GGM8eoN7tVdM7 xQRmh9nsCkkn7y5ih6slK0i8lZuU3SVsKM5KiHUW4IWSs05vbOckiDB9ttI6WTUv1JlYB1 2LgBIP6zNU4/xphA1qh1J0k7zFeuTv6sXY3hvRHVlKOKKoHLQZYJO6a0yDAntBmpUbo9PV gMtsJeklD4CsDDgHxv6bvFzFYVXCroDcYGrAB9uG42dRWGNNgRGaWWoiwYcqYw== X-Spam-Score: -3.26 X-Migadu-Queue-Id: 9329F3DC9D Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=pPpjVlAq; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-Migadu-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -3.26 X-TUID: 8dc4Kfm8C5nB Hi, Tor-bj=C3=B6rn Claesson skribis: > gnu: Add charls > --- > gnu/packages/image-processing.scm | 28 ++++++++++++++++++++++++++++ Applied with a commit log that follows the ChangeLog format (see ). > Thanks for making GUIX, it is a lot of fun! Heh, glad to share the fun. :-) > This is a package of charls, which is a dependency of gdcm, which I in > turn need and am packaging. > > I'm able to build gdcm with this charls-package, and think this package > seems fairly straight forward (though I don't have previous experience > packaging for GUIX or writing Guile). > > I'm not sure about the style of the description, it is from the charls > home-page, which I used since English is not my first language and I > wanted to respect the original authors. The package looks perfect to me. Welcome on board! Thanks, Ludo=E2=80=99.