From unknown Thu Jun 19 14:06:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54716 <54716@debbugs.gnu.org> To: bug#54716 <54716@debbugs.gnu.org> Subject: Status: [PATCH] gnu: celluloid: Update to 0.23. Reply-To: bug#54716 <54716@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:06:51 +0000 retitle 54716 [PATCH] gnu: celluloid: Update to 0.23. reassign 54716 guix-patches submitter 54716 Michael Rohleder severity 54716 normal tag 54716 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 04 18:06:06 2022 Received: (at submit) by debbugs.gnu.org; 4 Apr 2022 22:06:06 +0000 Received: from localhost ([127.0.0.1]:53244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbUpm-0005c1-2f for submit@debbugs.gnu.org; Mon, 04 Apr 2022 18:06:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:52948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbUpk-0005bZ-8k for submit@debbugs.gnu.org; Mon, 04 Apr 2022 18:06:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33696) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbUpj-0004vf-Bv for guix-patches@gnu.org; Mon, 04 Apr 2022 18:05:59 -0400 Received: from [2a01:488:42:1000:50ed:84e7::] (port=48108 helo=wp224.webpack.hosteurope.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbUph-0000Eh-Pk for guix-patches@gnu.org; Mon, 04 Apr 2022 18:05:59 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1nbUpe-0001Qo-CX; Tue, 05 Apr 2022 00:05:54 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1nbUnj-0008PF-4O; Tue, 05 Apr 2022 00:05:53 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: celluloid: Update to 0.23. Date: Tue, 5 Apr 2022 00:04:56 +0200 Message-Id: <20220404220456.999-1-mike@rohleder.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1649109957;b175e116; X-HE-SMSGID: 1nbUpe-0001Qo-CX X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a01:488:42:1000:50ed:84e7:: (failed) Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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/video.scm (celluloid): Update to 0.23. --- gnu/packages/video.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index eb5586b11f..4bc50073cd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -40,7 +40,7 @@ ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020, 2021 Guillaume Le Vaillant ;;; Copyright © 2020 Alex McGrath -;;; Copyright © 2020, 2021 Michael Rohleder +;;; Copyright © 2020, 2021, 2022 Michael Rohleder ;;; Copyright © 2020, 2021, 2022 Vinicius Monego ;;; Copyright © 2020 Brett Gilio ;;; Copyright © 2020 Alexandru-Sergiu Marton @@ -759,7 +759,7 @@ (define-public aalib (define-public celluloid (package (name "celluloid") - (version "0.22") + (version "0.23") (source (origin (method url-fetch) @@ -767,7 +767,7 @@ (define-public celluloid "/releases/download/v" version "/celluloid-" version ".tar.xz")) (sha256 - (base32 "18g596ja8g0fy79pmxqdlzqzb0f9xq69ik4bah8g2ppipfvxbpjz")))) + (base32 "0x23y09jwkg8wbb0yp5f03sj5hwjg3kyhbbww2y1a0izs1iijbdj")))) (build-system glib-or-gtk-build-system) (native-inputs (list intltool pkg-config)) -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 05 14:15:43 2022 Received: (at 54716-done) by debbugs.gnu.org; 5 Apr 2022 18:15:43 +0000 Received: from localhost ([127.0.0.1]:56098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbniR-000390-Ii for submit@debbugs.gnu.org; Tue, 05 Apr 2022 14:15:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41924) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbniP-00038o-TB for 54716-done@debbugs.gnu.org; Tue, 05 Apr 2022 14:15:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39516) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbniK-00009g-JU; Tue, 05 Apr 2022 14:15:36 -0400 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=MceXJrRvg7rnR5EBOaTmwk/BKiNdq4hUENUoLt9YQiQ=; b=Yfrrm+NNk/hRgmyLAzP6 mMZgpFBG4Ocb9iu+gqUupRwGewcwzMo7xHSvyujAwZTblKhQBhvDnqwrCVnoa+5srvTujKkLwG0ML 3U0jbSqA+eGsEPs4KP7/Qp6TgAskoHqU+mY6QIpR+vbmBJZ5Ug+p0WF7cIvzz4lAdQR77DpskSJ4+ qZ9zAhPI8dY+BijgK3JFli19lrNa6cQw6p8r8ad/Xr6Jr97158zRq0CcigxE773kv1pYfBcunLvsX H8R+vyv+M0w+67ISoGXmvH+yuGJDL5sVPcna3rFvSl89oldAV2395Nn/OHSgIf5wAT3COdoj8BhW6 kcfail8Ou2bvoA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57675 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbniK-0001JK-70; Tue, 05 Apr 2022 14:15:36 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: bug#54716: [PATCH] gnu: celluloid: Update to 0.23. References: <20220404220456.999-1-mike@rohleder.de> Date: Tue, 05 Apr 2022 20:15:33 +0200 In-Reply-To: <20220404220456.999-1-mike@rohleder.de> (Michael Rohleder's message of "Tue, 5 Apr 2022 00:04:56 +0200") Message-ID: <87tub7jt16.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54716-done Cc: 54716-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: -3.3 (---) Hi Michael, Michael Rohleder skribis: > * gnu/packages/video.scm (celluloid): Update to 0.23. Applied, thanks! Ludo=E2=80=99. From unknown Thu Jun 19 14:06:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 04 May 2022 11: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