emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38982: closed ([PATCH 10/22] gnu: Add gnutls-jami (not yet working).


From: GNU bug Tracking System
Subject: bug#38982: closed ([PATCH 10/22] gnu: Add gnutls-jami (not yet working).)
Date: Tue, 07 Jan 2020 11:39:01 +0000

Your message dated Tue, 7 Jan 2020 01:38:01 +0100
with message-id <address@hidden>
and subject line Closing the broken patch
has caused the debbugs.gnu.org bug report #38982,
regarding [PATCH 10/22] gnu: Add gnutls-jami (not yet working).
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38982: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38982
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 10/22] gnu: Add gnutls-jami (not yet working). Date: Mon, 6 Jan 2020 02:11:40 +0100
---
 gnu/packages/jami.scm | 51 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 8b24984bd5..db2e52d27f 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -45,6 +45,7 @@
   #:use-module (gnu packages serialization)
   #:use-module (gnu packages sqlite)
   #:use-module (gnu packages telephony)
+  #:use-module (gnu packages time)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages upnp)
   #:use-module (gnu packages video)
@@ -219,6 +220,56 @@
                 "selftest: pjlib-test pjlib-util-test pjmedia-test"))
              #t)))))))
 
+(define-public gnutls-jami
+  (package
+   (inherit gnutls)
+   (name "gnutls-jami")
+   (native-inputs
+    `(("savoir-faire-linux-patches" ,(jami-source))
+      ("automake" ,automake)
+      ("autoconf" ,autoconf)
+      ("datefudge" ,datefudge)
+      ("openssl" ,openssl)
+      ,@(package-native-inputs gnutls)))
+   (version "3.6.10")
+    (source (origin
+             (method url-fetch)
+             (uri
+              (string-append "mirror://gnupg/gnutls/v"
+                             (version-major+minor version)
+                             "/gnutls-" version ".tar.xz"))
+             ;;(patches (search-patches "gnutls-skip-trust-store-test.patch"))
+             (sha256
+              (base32
+               "14r2h73yfj66cm14k9mnb3kgzq5a7qjg5b31m53bf19vcxkwmwxi"))))
+   (arguments
+    (substitute-keyword-arguments (package-arguments gnutls)
+                                 ((#:configure-flags '())
+                                  '("--disable-gtk-doc"
+                                    "--without-p11-kit"
+                                    "--disable-cxx"
+                                    "--disable-srp-authentication"
+                                    "--disable-psk-authentication-FIXME"
+                                    "--with-included-libtasn1"
+                                    "--with-included-unistring"
+                                    "--disable-openpgp-authentication"
+                                    "--disable-openssl-compatibility"
+                                    "--disable-guile"
+                                    "--disable-nls"
+                                    "--disable-dtls-srtp-support"
+                                    "--without-libintl-prefix"
+                                    "--without-idn"))
+                                 ((#:phases phases)
+                                  `(modify-phases ,phases
+                                                  (add-after 'unpack 
'apply-patches
+                                                             (lambda* (#:key 
inputs #:allow-other-keys)
+                                                                      (let 
((jami-apply-dependency-patches ,jami-apply-dependency-patches))
+                                                                        
(jami-apply-dependency-patches #:inputs inputs
+                                                                               
                        #:dep-name "gnutls"
+                                                                               
                        #:patches
+                                                                               
                        '("downgrade-gettext-requirement"))
+                                                                        
#t)))))))))
+
 (define-public ffmpeg-jami
   (package
    (inherit ffmpeg)
-- 
2.24.1




--- End Message ---
--- Begin Message --- Subject: Closing the broken patch Date: Tue, 7 Jan 2020 01:38:01 +0100
I broke the whole patch series, sorry, hope this solves everything.
I got smtp error and thought patches didn't send.


Jan Wielkiewicz


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]