From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 11 17:30:33 2023 Received: (at submit) by debbugs.gnu.org; 11 Mar 2023 22:30:33 +0000 Received: from localhost ([127.0.0.1]:58781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pb7jU-0002FX-5m for submit@debbugs.gnu.org; Sat, 11 Mar 2023 17:30:33 -0500 Received: from lists.gnu.org ([209.51.188.17]:41090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pb7jS-0002FP-2C for submit@debbugs.gnu.org; Sat, 11 Mar 2023 17:30:30 -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 1pb7jR-0004mL-Q8 for guix-patches@gnu.org; Sat, 11 Mar 2023 17:30:29 -0500 Received: from smtprelay04.ispgateway.de ([80.67.31.31]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pb7jQ-0004Li-2N for guix-patches@gnu.org; Sat, 11 Mar 2023 17:30:29 -0500 Received: from [92.193.230.242] (helo=milk.tsis.home.arpa) by smtprelay04.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1pb7jL-00006N-B7; Sat, 11 Mar 2023 23:30:23 +0100 From: simon@netpanic.org To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cyanrip. Date: Sat, 11 Mar 2023 23:30:17 +0100 Message-Id: X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Df-Sender: c2ltb25AbmV0cGFuaWMub3Jn Received-SPF: none client-ip=80.67.31.31; envelope-from=simon@netpanic.org; helo=smtprelay04.ispgateway.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Simon Streit 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 (---) From: Simon Streit * gnu/packages/audio.scm (cyanrip): New variable. --- gnu/packages/audio.scm | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 6f3fa2a580..966a0b96f9 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -38,7 +38,7 @@ ;;; Copyright © 2021 Aleksandr Vityazev ;;; Copyright © 2022 Arjan Adriaanse ;;; Copyright © 2022 Juliana Sims -;;; Copyright © 2022 Simon Streit +;;; Copyright © 2022, 2023 Simon Streit ;;; Copyright © 2022 Andy Tai ;;; Copyright © 2023 Sergiu Ivanov ;;; Copyright © 2023 David Thompson @@ -68,6 +68,7 @@ (define-module (gnu packages audio) #:use-module (gnu packages bison) #:use-module (gnu packages build-tools) #:use-module (gnu packages boost) + #:use-module (gnu packages cdrom) #:use-module (gnu packages check) #:use-module (gnu packages compression) #:use-module (gnu packages curl) @@ -124,6 +125,7 @@ (define-module (gnu packages audio) #:use-module (gnu packages linux) #:use-module (gnu packages tls) #:use-module (gnu packages valgrind) + #:use-module (gnu packages version-control) #:use-module (gnu packages video) #:use-module (gnu packages vim) ;xxd #:use-module (gnu packages web) @@ -6316,3 +6318,29 @@ (define-public cubeb (description "Cubeb is Mozilla's cross-platform audio library.") (home-page "https://github.com/mozilla/cubeb") (license license:isc)))) + +(define-public cyanrip + (package + (name "cyanrip") + (version "0.9.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cyanreg/cyanrip") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pf381qmqr3p3xk26w8v4gfv5cyi5siljs4gv485spsq6icynzw0")))) + (build-system meson-build-system) + (native-inputs + (list pkg-config)) + (propagated-inputs + (list curl ffmpeg libcdio-paranoia libmusicbrainz libxml2 neon)) + (synopsis "Fully featured CD ripping program") + (description "Console CD ripper with automatic tagging through integration +with MusicBrainz , error detection, log generation, many formats, HDCD +decoding, covert art automatic download.") + (home-page "https://github.com/cyanreg/cyanrip") + (license license:lgpl2.1+))) -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 16:42:41 2023 Received: (at 62132) by debbugs.gnu.org; 13 Mar 2023 20:42:41 +0000 Received: from localhost ([127.0.0.1]:35697 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbp0D-00055F-4L for submit@debbugs.gnu.org; Mon, 13 Mar 2023 16:42:41 -0400 Received: from mail-ed1-f66.google.com ([209.85.208.66]:40679) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbp0A-000551-Rr for 62132@debbugs.gnu.org; Mon, 13 Mar 2023 16:42:39 -0400 Received: by mail-ed1-f66.google.com with SMTP id fd5so19986387edb.7 for <62132@debbugs.gnu.org>; Mon, 13 Mar 2023 13:42:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678740153; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=EZLs1tflBSAdzVyv7AhCZRLnF8M88BwDf7C2Fy829xM=; b=oNmzDGKLW5XVJnKtpArcSUvfnAHIf5mRvBn3LJtK94SGeuQ4CYZgf+ZUqr5JnBusn+ 3f/avv18mncTk9RnG3chnt80jNx3rF9LbIRxaix3ZEoojrRPEKL+25943WH45dYi+YLB DMquqnUQMKFXWh+HH3m32yoDuM+35UxHWJg3X6nygJQ/cNciwRtvPC49lOysLDxL0SA7 D0LZyJs0/iaU9wjoWSBtbL4f0El9huHyH4N5eIBizluDk32h5YkkeaUTnG5ckGH9Z8su r7IbYAW+pjVFGM54SAgbsechPLZTNxB4YEByL5/pJzyffhPxoVyOWKndsXg23GYlHb6T U8zA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678740153; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=EZLs1tflBSAdzVyv7AhCZRLnF8M88BwDf7C2Fy829xM=; b=e24voSR0AR3yqbCud89dKb03/kKKmUmyo1Z0QFKtL0R5SaxsRoCPru4WCHgIMVYz/V wQa0K7p4onZmBKclpR+/TPfQ0tGtH5ITKAIUrRPkdTYGEGPkxyFnozVTLhDFMZbG+MHi Ws+KAvYtV/lRfLaXva69ZKYvfsR5omCYKPKa5Jnv2bq9ESi+vuPDo0FfvLfGSxsZAKkb uWEmAEmVxcwba9XufCO0x8PIil/DugYq05RN0x0FaQk2LwB5NYmIv34zLyCty+x3FfMD RfWzJINLAHhG8YLkug1pEVRVUkuIXxRFciTUkrvnsGRltCuejoC+0t8bNxH7Rx7GDPGa dgqA== X-Gm-Message-State: AO0yUKXJkluLvbUraQLGur1923WP/w/kssvdvG9DkkArrFJGZSrEXXyE UlkQ3qE2xjBi843iyrK+sCM= X-Google-Smtp-Source: AK7set8yCQO7VWCqKgXR64D7904KoGEHM4I1Fr97HY63BYxrJ4LNm2BmBHJa489ebYu0+L/gkrTtFQ== X-Received: by 2002:a17:906:28d3:b0:8b2:3eb6:8661 with SMTP id p19-20020a17090628d300b008b23eb68661mr33942035ejd.8.1678740152627; Mon, 13 Mar 2023 13:42:32 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id ko22-20020a170907987600b008d325e167f3sm204067ejc.201.2023.03.13.13.42.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Mar 2023 13:42:32 -0700 (PDT) Message-ID: <6a0ba9b42f98d0cf7efc7f16ae21ac05088e80b8.camel@gmail.com> Subject: Re: [PATCH] gnu: Add cyanrip. From: Liliana Marie Prikler To: simon@netpanic.org, 62132@debbugs.gnu.org Date: Mon, 13 Mar 2023 21:42:30 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62132 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.0 (-) Am Samstag, dem 11.03.2023 um 23:30 +0100 schrieb simon@netpanic.org: > From: Simon Streit >=20 > * gnu/packages/audio.scm (cyanrip): New variable. > --- > =C2=A0gnu/packages/audio.scm | 30 +++++++++++++++++++++++++++++- > =C2=A01 file changed, 29 insertions(+), 1 deletion(-) >=20 > diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm > index 6f3fa2a580..966a0b96f9 100644 > --- a/gnu/packages/audio.scm > +++ b/gnu/packages/audio.scm > @@ -38,7 +38,7 @@ > =C2=A0;;; Copyright =C2=A9 2021 Aleksandr Vityazev > =C2=A0;;; Copyright =C2=A9 2022 Arjan Adriaanse > =C2=A0;;; Copyright =C2=A9 2022 Juliana Sims > -;;; Copyright =C2=A9 2022 Simon Streit > +;;; Copyright =C2=A9 2022, 2023 Simon Streit > =C2=A0;;; Copyright =C2=A9 2022 Andy Tai > =C2=A0;;; Copyright =C2=A9 2023 Sergiu Ivanov > =C2=A0;;; Copyright =C2=A9 2023 David Thompson > @@ -68,6 +68,7 @@ (define-module (gnu packages audio) > =C2=A0=C2=A0 #:use-module (gnu packages bison) > =C2=A0=C2=A0 #:use-module (gnu packages build-tools) > =C2=A0=C2=A0 #:use-module (gnu packages boost) > +=C2=A0 #:use-module (gnu packages cdrom) > =C2=A0=C2=A0 #:use-module (gnu packages check) > =C2=A0=C2=A0 #:use-module (gnu packages compression) > =C2=A0=C2=A0 #:use-module (gnu packages curl) > @@ -124,6 +125,7 @@ (define-module (gnu packages audio) > =C2=A0=C2=A0 #:use-module (gnu packages linux) > =C2=A0=C2=A0 #:use-module (gnu packages tls) > =C2=A0=C2=A0 #:use-module (gnu packages valgrind) > +=C2=A0 #:use-module (gnu packages version-control) > =C2=A0=C2=A0 #:use-module (gnu packages video) > =C2=A0=C2=A0 #:use-module (gnu packages vim) ;xxd > =C2=A0=C2=A0 #:use-module (gnu packages web) > @@ -6316,3 +6318,29 @@ (define-public cubeb > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "Cubeb is Mozilla's cro= ss-platform audio > library.") > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/mozil= la/cubeb") > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:isc)))) > + > +(define-public cyanrip > +=C2=A0 (package > +=C2=A0=C2=A0=C2=A0 (name "cyanrip") > +=C2=A0=C2=A0=C2=A0 (version "0.9.0") > +=C2=A0=C2=A0=C2=A0 (source > +=C2=A0=C2=A0=C2=A0=C2=A0 (origin > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= (url "https://github.com/cyanreg/cyanrip") > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= (commit (string-append "v" version)))) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name name vers= ion)) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "1pf381qmqr3p3xk26w8v4g= fv5cyi5siljs4gv485spsq6icynzw0")))) > +=C2=A0=C2=A0=C2=A0 (build-system meson-build-system) > +=C2=A0=C2=A0=C2=A0 (native-inputs > +=C2=A0=C2=A0=C2=A0=C2=A0 (list pkg-config)) > +=C2=A0=C2=A0=C2=A0 (propagated-inputs > +=C2=A0=C2=A0=C2=A0=C2=A0 (list curl ffmpeg libcdio-paranoia libmusicbrai= nz libxml2 > neon)) Propagated inputs are not that great, prefer normal ones. Also don't let the lines get too long. > +=C2=A0=C2=A0=C2=A0 (synopsis "Fully featured CD ripping program") Avoid marketing buzzwords; perhaps use "Console CD ripper" instead? > +=C2=A0=C2=A0=C2=A0 (description "Console CD ripper with automatic taggin= g through > integration > +with MusicBrainz , error detection, log generation, many formats, > HDCD > +decoding, covert art automatic download.") Please use complete sentences for the description. Cheers From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 28 12:35:09 2024 Received: (at 62132) by debbugs.gnu.org; 28 Jul 2024 16:35:09 +0000 Received: from localhost ([127.0.0.1]:44303 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sY6rU-0005h6-UB for submit@debbugs.gnu.org; Sun, 28 Jul 2024 12:35:09 -0400 Received: from layka.disroot.org ([178.21.23.139]:32960) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sY2ju-0006pU-Gd for 62132@debbugs.gnu.org; Sun, 28 Jul 2024 08:11:03 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 240ED4172A; Sun, 28 Jul 2024 14:10:49 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id alTv2xqYQd5f; Sun, 28 Jul 2024 14:10:48 +0200 (CEST) From: mio DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1722168648; bh=SSq2e2Fbp6E4Ca6ESGw7DSr4sKdJSLGWC28LrkwTelY=; h=From:To:Cc:Subject:Date; b=mG+VsVsB8DTzTueFdOdx3v+hEKYw6EGjwB03vrHgniJw75jXs/tz5eZUJ7rZFQktV FF0SbMCYzLvWCbQCJ2OnBvEIcsDReEg8gmg54Fy/60a3Lgltx4C4TjEaMo1tyus26O dykN3qFWcyfzQ/qfS1DC3tHty6hneEJd9ju+D3ISMKsesNXOkq61ersC1XGALurl7F k8wwiqC9Y0iSUzhlkhT7p02mNTnadO2Ofax0uMX7ed96+QGoucuspudFxCEv+fT9k0 WPTPAfUgqsowtcSWjtLEZkulc94+xh7dOTDK3huKZ6IMnLW5uprXjW1gbRummvCojV ivtg6X+LUuPJw== To: 62132@debbugs.gnu.org Subject: [PATCH v2 0/1] gnu: Add cyanrip. Date: Sun, 28 Jul 2024 22:10:42 +1000 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62132 X-Mailman-Approved-At: Sun, 28 Jul 2024 12:35:04 -0400 Cc: mio , Simon Streit , Liliana Marie Prikler 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.0 (-) > Propagated inputs are not that great, prefer normal ones. Also don't > let the lines get too long. > [...] > Avoid marketing buzzwords; perhaps use "Console CD ripper" instead? > [...] > Please use complete sentences for the description. Hey, I hope you don't mind but I updated the package definition to use the latest version of cyanrip (0.9.3.1) and modified the synopsis and description to be more complete and neutral. Simon Streit (1): gnu: Add cyanrip. gnu/packages/audio.scm | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) base-commit: 46a64c7fdd057283063aae6df058579bb07c4b6a -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 28 12:35:11 2024 Received: (at 62132) by debbugs.gnu.org; 28 Jul 2024 16:35:11 +0000 Received: from localhost ([127.0.0.1]:44305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sY6rV-0005hE-LK for submit@debbugs.gnu.org; Sun, 28 Jul 2024 12:35:11 -0400 Received: from layka.disroot.org ([178.21.23.139]:32818) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sY2kf-0006qw-UU for 62132@debbugs.gnu.org; Sun, 28 Jul 2024 08:11:51 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1D6914172A; Sun, 28 Jul 2024 14:11:38 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id waT3V6g7Vlrg; Sun, 28 Jul 2024 14:11:36 +0200 (CEST) From: mio DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1722168696; bh=SKuZ/iiMcX2PRhzRKrQUGu0WtdThTRHTXwd16fuo3fk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=LzaGzsjf5rwHWHV+M7CjWVJjs5MuSBOnHTOk2ld4EZn+ATo1xiuLV8NJAm14WhhbP OkR7lZu3Zwg2BzxVJ2ufAf5snOW7gSyHTIaJ830PRh7R3w7wE8Stitl6nCQvn1UVDK cTcEI+US5H3BupPZb01csW7wUJ66gYt5CzK+EnmDZpvNA0icT1t0IqvFRe/5bgeUUL 7VMpiWgSmrDVcePlqDSeyEiPUHOLJXO8Z+6ulc0LJxanU9WgyypzpYQ0SpPIcoXauh bUUjUfhGDaiWyc75tzMQUKad84SfFFMKmhxX97G5ljON8QQW5iRk8fKmmpe6zpQB9Q 7e04FZxAc53hA== To: 62132@debbugs.gnu.org Subject: [PATCH v2 1/1] gnu: Add cyanrip. Date: Sun, 28 Jul 2024 22:10:45 +1000 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62132 X-Mailman-Approved-At: Sun, 28 Jul 2024 12:35:04 -0400 Cc: mio , Simon Streit , Liliana Marie Prikler 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.0 (-) From: Simon Streit * gnu/packages/audio.scm (cyanrip): New variable. Signed-off-by: mio Change-Id: If7059b47e5a9f968570af8617f28bbe9a8b30b93 --- gnu/packages/audio.scm | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index b728220e1f..0aea78b117 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -38,7 +38,7 @@ ;;; Copyright © 2021 Aleksandr Vityazev ;;; Copyright © 2022 Arjan Adriaanse ;;; Copyright © 2022, 2023 Juliana Sims -;;; Copyright © 2022 Simon Streit +;;; Copyright © 2022, 2023 Simon Streit ;;; Copyright © 2022 Andy Tai ;;; Copyright © 2023 Sergiu Ivanov ;;; Copyright © 2023 David Thompson @@ -47,6 +47,7 @@ ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2023 Parnikkapore ;;; Copyright © 2024 hapster +;;; Copyright © 2024 mio ;;; ;;; This file is part of GNU Guix. ;;; @@ -74,6 +75,7 @@ (define-module (gnu packages audio) #:use-module (gnu packages boost) #:use-module (gnu packages build-tools) #:use-module (gnu packages check) + #:use-module (gnu packages cdrom) #:use-module (gnu packages compression) #:use-module (gnu packages cpp) #:use-module (gnu packages curl) @@ -137,6 +139,7 @@ (define-module (gnu packages audio) #:use-module (gnu packages telephony) #:use-module (gnu packages tls) #:use-module (gnu packages valgrind) + #:use-module (gnu packages version-control) #:use-module (gnu packages video) #:use-module (gnu packages vim) ;xxd #:use-module (gnu packages web) @@ -6537,6 +6540,38 @@ (define-public cubeb (home-page "https://github.com/mozilla/cubeb") (license license:isc)))) +(define-public cyanrip + (package + (name "cyanrip") + (version "0.9.3.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cyanreg/cyanrip") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "13v6gjbxw6ybviq802wmgwlwy846ma4yw94aay0h698qhjqwf0qq")))) + (build-system meson-build-system) + (native-inputs (list pkg-config)) + (inputs (list curl + ffmpeg + libcdio-paranoia + libmusicbrainz + libxml2 + neon)) + (synopsis "Command line CD ripper and encoder") + (description + "cyanrip is a command line tool for ripping CDs. It uses +MusicBrainz to name and tag each track, and to download and embed cover art. +cyanrip supports encoding tracks to multiple formats in parallel, and can +save files in FLAC, Opus, MP3, TTA (True Audio), WavPac, ALAC, Vorbis, and +AAC formats. Checksums for ripped tracks are automatically verified using +the Exact Audio Copy CRC32 and AccurateRip V1 and V2 databases.") + (home-page "https://github.com/cyanreg/cyanrip") + (license license:lgpl2.1+))) + (define-public easyeffects (package (name "easyeffects") -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 28 14:47:53 2024 Received: (at 62132) by debbugs.gnu.org; 28 Jul 2024 18:47:53 +0000 Received: from localhost ([127.0.0.1]:44356 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sY8vx-0000bp-32 for submit@debbugs.gnu.org; Sun, 28 Jul 2024 14:47:53 -0400 Received: from mail-ed1-f65.google.com ([209.85.208.65]:54365) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sY8vu-0000bc-K0 for 62132@debbugs.gnu.org; Sun, 28 Jul 2024 14:47:52 -0400 Received: by mail-ed1-f65.google.com with SMTP id 4fb4d7f45d1cf-5a108354819so4853513a12.0 for <62132@debbugs.gnu.org>; Sun, 28 Jul 2024 11:47:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1722192393; x=1722797193; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=dTNxL4o3IeSXraUsg4uxjkol2Uy6kbInkY3mnYw6Tmo=; b=leok6Iorr5nw+I8j9nqVajan9euarTBUR4Eec0/2gfGhbGplhFNrMxLQghiPIKvC/E XnYVGQlfFXVVMCWbelESqpTOQO/ne+IiGPFdgRFcVQovMrTnlTnqy88e8At8wENBebkd xduadDFNi9KZOOezYJoD9wsz6oQk2/jqtiuzJ1zOliaaXcmsQjscqLBi2o2ObVoICz6F SHW1MOzHHO5PILvCfOYZTogZxBgNE+vJ6M3pvrVahFdA+DQWkv43687TxhhzBAHPFnrR 81RiQwJ3bDws8aMdOqPu2V8ACxRSnrZ5sdAuqJZQ+Cfx7QcdCfylFE0xSgUPlmgNI4p9 C5fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722192393; x=1722797193; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=dTNxL4o3IeSXraUsg4uxjkol2Uy6kbInkY3mnYw6Tmo=; b=QO52oiVq4d31DNl/hK1fld3Jita1WhKCv/XZyY1ynUPIu4sPKca55PD51AF8i8wwB3 JW92nyDqULOudzR17LF0apyYYpKHWMADYqboaPQ60v3FMSOg8zuKwkoNlLkobqJxjmn1 +y8vlcvEdovrl7xVwqdlSSl3nld3MNw/PNYDv/lK4996ICm9/DYNhSvul0iKLle6/aMK Ki2iz4aimGsIW9mpOshm5AEy3YGuqrDYPqfmi1Be4XCuXJu6Agc3KlO9l8ma9shA8l90 59NCs84G9X6/JLo7dI4QjCGQjB5BnMrLHzg9I4MjQLoL+alh6KoP1XLBkLvPZfYO5O0g jZZQ== X-Forwarded-Encrypted: i=1; AJvYcCW9Wz5KgBLBKhTYiTvlgtPRZbnpC3jljoBiMoe76fRA3QelJAoP6EfAGuVp0gP7NasG88hsIUThWUJyJW3lRJs2PN+J+Lg= X-Gm-Message-State: AOJu0YyybDtzwlckUhSIv25yru/hb9hZSojPKZ/Z3m2IrCPdsMCLZbs8 zY47r3/9dOx/HZTnnwIRWRb+JJFYSQCLiTswNtF+AvpmZGLXDC6GVkJE+oQR X-Google-Smtp-Source: AGHT+IEbbpYG4bHNUXXBtZDvIfoajth3qS3bETbmtWQrLM2blW9o4SnX1w3zaOF8M5fHzn+Pi6Nv6w== X-Received: by 2002:a05:6402:3595:b0:5a2:8802:8e10 with SMTP id 4fb4d7f45d1cf-5b02000c226mr3582337a12.8.1722192392668; Sun, 28 Jul 2024 11:46:32 -0700 (PDT) Received: from lumine.fritz.box (85-127-20-124.dsl.dynamic.surfer.at. [85.127.20.124]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-5ac6578344fsm4644405a12.91.2024.07.28.11.46.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 28 Jul 2024 11:46:32 -0700 (PDT) Message-ID: <9e72715d5965e1a76ffa50a247651e212cafbc93.camel@gmail.com> Subject: Re: [PATCH v2 1/1] gnu: Add cyanrip. From: Liliana Marie Prikler To: mio , 62132@debbugs.gnu.org Date: Sun, 28 Jul 2024 20:46:30 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Am Sonntag, dem 28.07.2024 um 22:10 +1000 schrieb mio: > From: Simon Streit > > * gnu/packages/audio.scm (cyanrip): New variable. > > Signed-off-by: mio > Change-Id: If7059b47e5a9f968570af8617f28b [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) 1.3 RCVD_IN_VALIDITY_RPBL RBL: Relay in Validity RPBL, https://senderscore.org/blocklistlookup/ [209.85.208.65 listed in bl.score.senderscore.com] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.208.65 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.208.65 listed in wl.mailspike.net] X-Debbugs-Envelope-To: 62132 Cc: Simon Streit 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: 0.3 (/) Am Sonntag, dem 28.07.2024 um 22:10 +1000 schrieb mio: > From: Simon Streit >=20 > * gnu/packages/audio.scm (cyanrip): New variable. >=20 > Signed-off-by: mio > Change-Id: If7059b47e5a9f968570af8617f28bbe9a8b30b93 > --- > =C2=A0gnu/packages/audio.scm | 37 ++++++++++++++++++++++++++++++++++++- > =C2=A01 file changed, 36 insertions(+), 1 deletion(-) >=20 > diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm > index b728220e1f..0aea78b117 100644 > --- a/gnu/packages/audio.scm > +++ b/gnu/packages/audio.scm > @@ -38,7 +38,7 @@ > =C2=A0;;; Copyright =C2=A9 2021 Aleksandr Vityazev > =C2=A0;;; Copyright =C2=A9 2022 Arjan Adriaanse > =C2=A0;;; Copyright =C2=A9 2022, 2023 Juliana Sims > -;;; Copyright =C2=A9 2022 Simon Streit > +;;; Copyright =C2=A9 2022, 2023 Simon Streit > =C2=A0;;; Copyright =C2=A9 2022 Andy Tai > =C2=A0;;; Copyright =C2=A9 2023 Sergiu Ivanov > =C2=A0;;; Copyright =C2=A9 2023 David Thompson > @@ -47,6 +47,7 @@ > =C2=A0;;; Copyright =C2=A9 2023 Zheng Junjie <873216071@qq.com> > =C2=A0;;; Copyright =C2=A9 2023 Parnikkapore > =C2=A0;;; Copyright =C2=A9 2024 hapster > +;;; Copyright =C2=A9 2024 mio > =C2=A0;;; > =C2=A0;;; This file is part of GNU Guix. > =C2=A0;;; > @@ -74,6 +75,7 @@ (define-module (gnu packages audio) > =C2=A0=C2=A0 #:use-module (gnu packages boost) > =C2=A0=C2=A0 #:use-module (gnu packages build-tools) > =C2=A0=C2=A0 #:use-module (gnu packages check) > +=C2=A0 #:use-module (gnu packages cdrom) > =C2=A0=C2=A0 #:use-module (gnu packages compression) > =C2=A0=C2=A0 #:use-module (gnu packages cpp) > =C2=A0=C2=A0 #:use-module (gnu packages curl) > @@ -137,6 +139,7 @@ (define-module (gnu packages audio) > =C2=A0=C2=A0 #:use-module (gnu packages telephony) > =C2=A0=C2=A0 #:use-module (gnu packages tls) > =C2=A0=C2=A0 #:use-module (gnu packages valgrind) > +=C2=A0 #:use-module (gnu packages version-control) > =C2=A0=C2=A0 #:use-module (gnu packages video) > =C2=A0=C2=A0 #:use-module (gnu packages vim) ;xxd > =C2=A0=C2=A0 #:use-module (gnu packages web) > @@ -6537,6 +6540,38 @@ (define-public cubeb > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/mozil= la/cubeb") > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:isc)))) > =C2=A0 > +(define-public cyanrip > +=C2=A0 (package > +=C2=A0=C2=A0=C2=A0 (name "cyanrip") > +=C2=A0=C2=A0=C2=A0 (version "0.9.3.1") > +=C2=A0=C2=A0=C2=A0 (source > +=C2=A0=C2=A0=C2=A0=C2=A0 (origin > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= (url "https://github.com/cyanreg/cyanrip") > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= (commit (string-append "v" version)))) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name name vers= ion)) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 > "13v6gjbxw6ybviq802wmgwlwy846ma4yw94aay0h698qhjqwf0qq")))) > +=C2=A0=C2=A0=C2=A0 (build-system meson-build-system) > +=C2=A0=C2=A0=C2=A0 (native-inputs (list pkg-config)) > +=C2=A0=C2=A0=C2=A0 (inputs (list curl > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ffmpeg > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libcdio-paranoia > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libmusicbrainz > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libxml2 > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 neon)) > +=C2=A0=C2=A0=C2=A0 (synopsis "Command line CD ripper and encoder") > +=C2=A0=C2=A0=C2=A0 (description > +=C2=A0=C2=A0=C2=A0=C2=A0 "cyanrip is a command line tool for ripping CDs= .=C2=A0 It uses > +MusicBrainz to name and tag each track, and to download and embed > cover art. > +cyanrip supports encoding tracks to multiple formats in parallel, > and can > +save files in FLAC, Opus, MP3, TTA (True Audio), WavPac, ALAC, > Vorbis, and Perhaps we can shorten that to just "multiple formats in parallel"? > +AAC formats.=C2=A0 Checksums for ripped tracks are automatically verifie= d > using > +the Exact Audio Copy CRC32 and AccurateRip V1 and V2 databases.") Perhaps shorten this to "Checksums are automatically verified"? > +=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/cyanreg/cyanrip") > +=C2=A0=C2=A0=C2=A0 (license license:lgpl2.1+))) Otherwise LGTM. Cheers From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 29 06:59:30 2024 Received: (at 62132) by debbugs.gnu.org; 29 Jul 2024 10:59:30 +0000 Received: from localhost ([127.0.0.1]:44995 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sYO6D-00009Z-FN for submit@debbugs.gnu.org; Mon, 29 Jul 2024 06:59:30 -0400 Received: from layka.disroot.org ([178.21.23.139]:37434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sYO6A-00009Q-9d for 62132@debbugs.gnu.org; Mon, 29 Jul 2024 06:59:28 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6FF7B41923; Mon, 29 Jul 2024 12:59:12 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tkcqBGs_K_sA; Mon, 29 Jul 2024 12:59:11 +0200 (CEST) From: mio DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1722250751; bh=KecTlE3GuZVTKgyRbyKDsGXZDe4yqJha6KKj+xTaSxs=; h=From:To:Cc:Subject:Date; b=PyH6fmdTmzXFNahTdFHT+lsqPNmtf9+IcZA5tC44wn8/W9HydvW5ttxzyyqQth39C uplSsLSbGfwhu/9qceGD86zuywoOnjr3HH1fJbboda/4/fQ6SWelUw7lHwF6pB5+Ih aI9QHUVmd3sL4Psv2jVIRQhqwMvYJLUOfN9cLt2Dls2fGn7dbgnq85D9JNn9c2xkWg 6GUyuzaVLsZ/ZQ5b7qJMmhaWsDb+Q2y9lk5hQrKeB2mqWRvUy8nIWIDUBfDnUvDaRF 4HTdnbNivZOQ3lzQ5foiXE0rELzsxt5eE0mV1nb6aL5WwC/+/BMZM+3FMuwTOqq9AY 1m7i0D2n7c+IA== To: 62132@debbugs.gnu.org Subject: [PATCH v3] gnu: Add cyanrip. Date: Mon, 29 Jul 2024 20:58:07 +1000 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62132 Cc: mio , Simon Streit , Liliana Marie Prikler 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.0 (-) From: Simon Streit * gnu/packages/audio.scm (cyanrip): New variable. Signed-off-by: mio Change-Id: If7059b47e5a9f968570af8617f28bbe9a8b30b93 --- gnu/packages/audio.scm | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index b728220e1f..1e7ee55bfc 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -38,7 +38,7 @@ ;;; Copyright © 2021 Aleksandr Vityazev ;;; Copyright © 2022 Arjan Adriaanse ;;; Copyright © 2022, 2023 Juliana Sims -;;; Copyright © 2022 Simon Streit +;;; Copyright © 2022, 2023 Simon Streit ;;; Copyright © 2022 Andy Tai ;;; Copyright © 2023 Sergiu Ivanov ;;; Copyright © 2023 David Thompson @@ -47,6 +47,7 @@ ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2023 Parnikkapore ;;; Copyright © 2024 hapster +;;; Copyright © 2024 mio ;;; ;;; This file is part of GNU Guix. ;;; @@ -74,6 +75,7 @@ (define-module (gnu packages audio) #:use-module (gnu packages boost) #:use-module (gnu packages build-tools) #:use-module (gnu packages check) + #:use-module (gnu packages cdrom) #:use-module (gnu packages compression) #:use-module (gnu packages cpp) #:use-module (gnu packages curl) @@ -137,6 +139,7 @@ (define-module (gnu packages audio) #:use-module (gnu packages telephony) #:use-module (gnu packages tls) #:use-module (gnu packages valgrind) + #:use-module (gnu packages version-control) #:use-module (gnu packages video) #:use-module (gnu packages vim) ;xxd #:use-module (gnu packages web) @@ -6537,6 +6540,36 @@ (define-public cubeb (home-page "https://github.com/mozilla/cubeb") (license license:isc)))) +(define-public cyanrip + (package + (name "cyanrip") + (version "0.9.3.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cyanreg/cyanrip") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "13v6gjbxw6ybviq802wmgwlwy846ma4yw94aay0h698qhjqwf0qq")))) + (build-system meson-build-system) + (native-inputs (list pkg-config)) + (inputs (list curl + ffmpeg + libcdio-paranoia + libmusicbrainz + libxml2 + neon)) + (synopsis "Command line CD ripper and encoder") + (description + "cyanrip is a command line tool for ripping CDs. It uses +MusicBrainz to name and tag each track, and to download and embed cover art. +cyanrip supports encoding tracks to multiple formats in parallel and automatically +verifies checksums.") + (home-page "https://github.com/cyanreg/cyanrip") + (license license:lgpl2.1+))) + (define-public easyeffects (package (name "easyeffects") -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 04 02:03:10 2024 Received: (at 62132-done) by debbugs.gnu.org; 4 Aug 2024 06:03:10 +0000 Received: from localhost ([127.0.0.1]:55267 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1saUKj-0007y8-VI for submit@debbugs.gnu.org; Sun, 04 Aug 2024 02:03:10 -0400 Received: from mail-lj1-f196.google.com ([209.85.208.196]:56480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1saUKg-0007xU-Ip for 62132-done@debbugs.gnu.org; Sun, 04 Aug 2024 02:03:08 -0400 Received: by mail-lj1-f196.google.com with SMTP id 38308e7fff4ca-2f15790b472so43568111fa.0 for <62132-done@debbugs.gnu.org>; Sat, 03 Aug 2024 23:02:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1722751300; x=1723356100; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=bucOxjDRmWhADZ6RujkRz8nE072k9E1hfaxgtBcB+Uc=; b=c93Z1AsqgHMacH13XCIA/jNoagpDn3Tl7RnUngjixbGmTjMMp/z0jIPhQEZEQvcHOD ywumapguNBz5KRJ3YYkgx5k5KARWdBeKR8hMuULVaUF+UgxgU3gqYgsvOhtH/GrimyCO 0mmFRwBcUdau1iVZeOCGY1j00idtGwYhV0uZe3d+OrEag4ZQ+MSCdE01xYPfxjACIGTd oFuSQzfG8G8eC9tVEzel+C7x/bVQu3Ec+NSXkGxlCgKyW/LV7Gi0cQyh2sWks3BTCi/N S3cID7KJMH1oSBzcUhTvol+5bNUWLPqH1uHi1+QYDlr04SSNhM2yN9H5VgZR8W7GeFKY l1MA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722751300; x=1723356100; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=bucOxjDRmWhADZ6RujkRz8nE072k9E1hfaxgtBcB+Uc=; b=ND4OK1UCFWTjk/eXiKQYD0VEJw5UqvgzJVK7g/7FPVj+ZVf2qNXnxCiuG6FZ+rwNNH YXBE0Cf0scUNF3xXm+UwEnCeU5Pd1dEZxKbRgOIEy9kXJ0S4CwR7M1/RAv/JRO94qIu4 nWnNNrILBgbZSvaE2kp8216nWCVNpVdemnDK/TKOlmaIn3ZafbxwzsJdG83G5OBpJWhs pja+/IxK61tzKyHE86A5JYWyQe/qnQvqS9+VYnB7/eq3HFGnl3or8al6wOzYWBKc9Vv3 WgI7W6CDgfq3UPNhaz9LsDqFNtNgUkzlVXf7lFlwk9/Rrb9JEX3wJhy/BTS+Y1fTtt/3 nTBA== X-Forwarded-Encrypted: i=1; AJvYcCVI2lr6a8FzmTRuNArelXIOhHX4Ls0sXxlN9GboMB5FQ7komV3Pq2B24QeZCfZ8Go89Hk4gRyPDGwOPVxpGf1wrS6NseHg7vu9Fcw== X-Gm-Message-State: AOJu0YzL0jRlBRmrYwk+1KZfnbWpvK2lCjvVQ9iBEXLeZ3G7DXyFwP0R 5O9dpoSOPHcpEhtsmWJKhHET8FAQWNuHNpJYUjmgosrEkrqlMgeL X-Google-Smtp-Source: AGHT+IFbfOkQQ01YulMu+EBocjvboTiBdIjj+rGWl1bpHwZzNeKo3+PGD7BugWAyLqt1M3ivBXD8Uw== X-Received: by 2002:a05:6512:220d:b0:52e:8141:1b2b with SMTP id 2adb3069b0e04-530bb6c7fc0mr4897985e87.57.1722751299314; Sat, 03 Aug 2024 23:01:39 -0700 (PDT) Received: from lumine.fritz.box (85-127-20-124.dsl.dynamic.surfer.at. [85.127.20.124]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a7dc9d433e8sm293029666b.135.2024.08.03.23.01.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 03 Aug 2024 23:01:38 -0700 (PDT) Message-ID: <2a6a552c73b3ee9dde2db96b2c23512bc33a2656.camel@gmail.com> Subject: Re: [PATCH v3] gnu: Add cyanrip. From: Liliana Marie Prikler To: mio , 62132-done@debbugs.gnu.org Date: Sun, 04 Aug 2024 08:01:34 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62132-done Cc: Simon Streit 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.0 (-) Am Montag, dem 29.07.2024 um 20:58 +1000 schrieb mio: > From: Simon Streit >=20 > * gnu/packages/audio.scm (cyanrip): New variable. >=20 > Signed-off-by: mio > Change-Id: If7059b47e5a9f968570af8617f28bbe9a8b30b93 Pushed as 4e9c5c601905eb281f2304d0a0d35992c51054cd. Heads-up, I just now noticed that you used Signed-off-by: instead of Co-authored-by: to signal co-authorship. Let's avoid that next time ;) Cheers From unknown Tue Jun 17 22:18:07 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, 01 Sep 2024 11:24:07 +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