From unknown Sun Jun 22 07:58:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43964] [PATCH] gnu: kodi: Add nfs functionality. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 12 Oct 2020 16:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43964 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43964@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160251893710419 (code B ref -1); Mon, 12 Oct 2020 16:09:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Oct 2020 16:08:57 +0000 Received: from localhost ([127.0.0.1]:43743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kS0Nd-0002hz-Jb for submit@debbugs.gnu.org; Mon, 12 Oct 2020 12:08:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:45932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kS0Nb-0002hr-LK for submit@debbugs.gnu.org; Mon, 12 Oct 2020 12:08:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36574) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kS0Nb-0003bi-G0 for guix-patches@gnu.org; Mon, 12 Oct 2020 12:08:55 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:34800) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kS0NZ-0002wR-6H for guix-patches@gnu.org; Mon, 12 Oct 2020 12:08:55 -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 1kS0NU-00086V-DH; Mon, 12 Oct 2020 18:08:48 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kS0NR-0006O4-Qp; Mon, 12 Oct 2020 18:08:47 +0200 From: Michael Rohleder Date: Mon, 12 Oct 2020 18:08:47 +0200 Message-Id: <20201012160847.5935-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1602518933;8589bee0; X-HE-SMSGID: 1kS0NU-00086V-DH Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/12 12:08:48 X-ACL-Warn: Detected OS = ??? 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, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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/kodi.scm (kodi): Add nfs functionality. [inputs]: Add libnfs. --- gnu/packages/kodi.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index 2edf5c0614..6673916ebb 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2017 Oleg Pykhalov ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018, 2020 Efraim Flashner +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -42,6 +43,7 @@ #:use-module (gnu packages curl) #:use-module (gnu packages databases) #:use-module (gnu packages documentation) + #:use-module (gnu packages file-systems) #:use-module (gnu packages fontutils) #:use-module (gnu packages freedesktop) #:use-module (gnu packages fribidi) @@ -375,7 +377,6 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") (lambda _ (invoke "make" "kodi-test")))))) ;; TODO: Add dependencies for: - ;; - nfs ;; - cec ;; - plist ;; - shairplay @@ -424,6 +425,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") ("libmad" ,libmad) ("libmicrohttpd" ,libmicrohttpd) ("libmpeg2" ,libmpeg2) + ("libnfs" ,libnfs) ("libogg" ,libogg) ("libpng" ,libpng) ("libssh" ,libssh) -- 2.28.0 From unknown Sun Jun 22 07:58:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Michael Rohleder Subject: bug#43964: closed (Re: [bug#43964] [PATCH] gnu: kodi: Add nfs functionality.) Message-ID: References: <87tuulnkzc.fsf@gnu.org> <20201012160847.5935-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 43964 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 43964@debbugs.gnu.org Date: Fri, 23 Oct 2020 13:14:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1603458842-14436-1" This is a multi-part message in MIME format... ------------=_1603458842-14436-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #43964: [PATCH] gnu: kodi: Add nfs functionality. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 43964@debbugs.gnu.org. --=20 43964: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D43964 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1603458842-14436-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 43964-done) by debbugs.gnu.org; 23 Oct 2020 13:14:00 +0000 Received: from localhost ([127.0.0.1]:56328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVwtM-0003kX-9Q for submit@debbugs.gnu.org; Fri, 23 Oct 2020 09:14:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVwtL-0003kF-Lw for 43964-done@debbugs.gnu.org; Fri, 23 Oct 2020 09:13:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49219) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVwtE-0008MZ-MW; Fri, 23 Oct 2020 09:13:54 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55380 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kVwt6-00056p-UT; Fri, 23 Oct 2020 09:13:48 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: [bug#43964] [PATCH] gnu: kodi: Add nfs functionality. References: <20201012160847.5935-1-mike@rohleder.de> Date: Fri, 23 Oct 2020 15:13:43 +0200 In-Reply-To: <20201012160847.5935-1-mike@rohleder.de> (Michael Rohleder's message of "Mon, 12 Oct 2020 18:08:47 +0200") Message-ID: <87tuulnkzc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (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: 43964-done Cc: 43964-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 Rohleder skribis: > * gnu/packages/kodi.scm (kodi): Add nfs functionality. > [inputs]: Add libnfs. Applied, thanks! Ludo=E2=80=99. ------------=_1603458842-14436-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Oct 2020 16:08:57 +0000 Received: from localhost ([127.0.0.1]:43743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kS0Nd-0002hz-Jb for submit@debbugs.gnu.org; Mon, 12 Oct 2020 12:08:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:45932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kS0Nb-0002hr-LK for submit@debbugs.gnu.org; Mon, 12 Oct 2020 12:08:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36574) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kS0Nb-0003bi-G0 for guix-patches@gnu.org; Mon, 12 Oct 2020 12:08:55 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:34800) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kS0NZ-0002wR-6H for guix-patches@gnu.org; Mon, 12 Oct 2020 12:08:55 -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 1kS0NU-00086V-DH; Mon, 12 Oct 2020 18:08:48 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kS0NR-0006O4-Qp; Mon, 12 Oct 2020 18:08:47 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: kodi: Add nfs functionality. Date: Mon, 12 Oct 2020 18:08:47 +0200 Message-Id: <20201012160847.5935-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1602518933;8589bee0; X-HE-SMSGID: 1kS0NU-00086V-DH Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/12 12:08:48 X-ACL-Warn: Detected OS = ??? 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, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham 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/kodi.scm (kodi): Add nfs functionality. [inputs]: Add libnfs. --- gnu/packages/kodi.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index 2edf5c0614..6673916ebb 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2017 Oleg Pykhalov ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018, 2020 Efraim Flashner +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -42,6 +43,7 @@ #:use-module (gnu packages curl) #:use-module (gnu packages databases) #:use-module (gnu packages documentation) + #:use-module (gnu packages file-systems) #:use-module (gnu packages fontutils) #:use-module (gnu packages freedesktop) #:use-module (gnu packages fribidi) @@ -375,7 +377,6 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") (lambda _ (invoke "make" "kodi-test")))))) ;; TODO: Add dependencies for: - ;; - nfs ;; - cec ;; - plist ;; - shairplay @@ -424,6 +425,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.") ("libmad" ,libmad) ("libmicrohttpd" ,libmicrohttpd) ("libmpeg2" ,libmpeg2) + ("libnfs" ,libnfs) ("libogg" ,libogg) ("libpng" ,libpng) ("libssh" ,libssh) -- 2.28.0 ------------=_1603458842-14436-1--