From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 27 14:52:40 2022 Received: (at 58208) by debbugs.gnu.org; 27 Oct 2022 18:52:40 +0000 Received: from localhost ([127.0.0.1]:59306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oo7zb-0005hh-Rh for submit@debbugs.gnu.org; Thu, 27 Oct 2022 14:52:40 -0400 Received: from knopi.disroot.org ([178.21.23.139]:58672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oo7zV-0005hT-CS for 58208@debbugs.gnu.org; Thu, 27 Oct 2022 14:52:37 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B25904E7F6; Thu, 27 Oct 2022 20:52:32 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g4FBoTDM5mjq; Thu, 27 Oct 2022 20:52:31 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1666896749; bh=YNjnV24/KkgGlenS6mZku7XpJ0gch4fkfO4k74v0GE8=; h=Date:To:Cc:Subject:From:References:In-Reply-To; b=WNQgtVfRSez6pgGeC9K2EBluLQLgPrLnwQF41E6TY4YILZGpeihshAVpKt1N3Dcos QCChleyoFoQvvKijiDmEIQsCh8dxS1Xfc/QArgBmM5DOWZWJo+Vrl5uDOPBlLcPInj y3+OL4p4LppX/Q1JhKWzosTVhm1pOBHCv7s5eDephOy9tS4iERX9TBBV69BH1LgXMW x+1aiCvqzFTJSppNuloofT2Bs/WGnTrumiLTfQs5gnr0TLff2+XHMZZNWPCeWGOg30 5zmReigdS12J6+hVTlmWiXI/xcfQ445EVSfcrNtff4TKvTcNXecKYXzMxCAq0pggup 8F9z2/aQsigug== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 27 Oct 2022 19:52:29 +0100 Message-Id: To: "Lilah Tascheter" , <58208@debbugs.gnu.org> Subject: Re: [bug#58208] [PATCH 2/7] gnu: libkate: Add optional input oggz. From: "(" References: <65512e2f6081960c357ff9b7404d0c6222d95710.1664583143.git.lilah@lunabee.space> In-Reply-To: <65512e2f6081960c357ff9b7404d0c6222d95710.1664583143.git.lilah@lunabee.space> X-Spam-Score: 1.4 (+) 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: On Sat Oct 1, 2022 at 1:22 AM BST, Lilah Tascheter via Guix-patches via wrote: > * gnu/packages/xiph.scm (libkate)[inputs]: Add optional input oggz. > --- > gnu/packages/xiph.scm | 3 +-- > 1 file chan [...] Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 FROM_ONE_CHAR Bogus FROM name -0.0 SPF_PASS SPF: sender matches SPF record 0.0 T_SPF_HELO_TEMPERROR SPF: test of HELO record failed (temperror) X-Debbugs-Envelope-To: 58208 Cc: ludo@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: 0.3 (/) On Sat Oct 1, 2022 at 1:22 AM BST, Lilah Tascheter via Guix-patches via wro= te: > * gnu/packages/xiph.scm (libkate)[inputs]: Add optional input oggz. > --- > gnu/packages/xiph.scm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm > index b97d2a0553..112b8ddf87 100644 > --- a/gnu/packages/xiph.scm > +++ b/gnu/packages/xiph.scm > @@ -293,8 +293,7 @@ (define-public libkate > "0s3vr2nxfxlf1k75iqpp4l78yf4gil3f0v778kvlngbchvaq23n4")))) > (build-system gnu-build-system) > (native-inputs (list doxygen bison pkg-config)) > - ;; FIXME: Add optional input liboggz > - (inputs (list libogg libpng python-wrapper zlib)) > + (inputs (list libogg oggz libpng python-wrapper zlib)) > (synopsis "Karaoke and text codec for embedding in ogg") > (description > "Kate is an overlay codec, originally designed for karaoke and text, > --=20 > 2.37.2 LGTM. -- (