[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40677] [PATCH 06/18] gnu: libupnp: Bump to 1.8.6; change the downlo
From: |
Jan Wielkiewicz |
Subject: |
[bug#40677] [PATCH 06/18] gnu: libupnp: Bump to 1.8.6; change the download method to git-fetch; add missing dependencies. |
Date: |
Tue, 21 Apr 2020 18:10:20 +0200 |
---
gnu/packages/upnp.scm | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 8f3c887a68..768df4a03e 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2016, 2017, 2018, 2020 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018 Theodoros Foradis <address@hidden>
;;; Copyright © 2019 Jens Mølgaard <address@hidden>
+;;; Copyright © 2020 Jan Wielkiewicz <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -28,6 +29,7 @@
#:use-module (gnu packages photo)
#:use-module (gnu packages image)
#:use-module (gnu packages mp3)
+ #:use-module (gnu packages pkg-config)
#:use-module (gnu packages xiph)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages python)
@@ -92,15 +94,21 @@ over IRC, instant messaging, network games, and most server
software.")
(define-public libupnp
(package
(name "libupnp")
- (version "1.6.25")
+ (version "1.8.6")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://sourceforge/pupnp/pupnp/libUPnP%20"
- version "/" name "-" version ".tar.bz2"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pupnp/pupnp.git")
+ (commit (string-append "release-" version))))
(sha256
(base32
- "0hzsd7rvfa87b4hxg9yj4xhdfxx9sp09r9sqdl3mqhvmcyw018y5"))))
+ "1jlb6qh47513h2simy0zxia5q61w1c31mnwmjqpr2nf832lmnpk4"))))
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
(build-system gnu-build-system)
(arguments
;; The tests require a network device capable of multicasting which is
--
2.26.1
- [bug#40677] Code review problems resolved, (continued)
- [bug#40677] [PATCH 01/18] gnu: jami: Move Jami and its dependencies to jami.scm., Jan Wielkiewicz, 2020/04/21
- [bug#40677] [PATCH 05/18] gnu: libring: Add libnatpmp as an optional dependency., Jan Wielkiewicz, 2020/04/21
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Jan Wielkiewicz, 2020/04/21
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Mathieu Othacehe, 2020/04/22
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Jan, 2020/04/27
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Mathieu Othacehe, 2020/04/28
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Jan, 2020/04/29
- [bug#40677] [PATCH 04/18] gnu: Add libnatpmp., Mathieu Othacehe, 2020/04/30
[bug#40677] [PATCH 06/18] gnu: libupnp: Bump to 1.8.6; change the download method to git-fetch; add missing dependencies.,
Jan Wielkiewicz <=
[bug#40677] [PATCH 02/18] gnu: jami: Fix downloading., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 10/18] gnu: pjproject-jami: Add a new SFL patch., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 08/18] gnu: libring: Use ffmpeg-jami instead of ffmpeg., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 11/18] gnu: pjproject: Fix formatting., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 07/18] gnu: Add ffmpeg-jami., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 15/18] gnu: opendht: Bump to 2.0.0., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 03/18] gnu: jami.scm: Add and use a generalized procedure for applying patches made by Savoir-faire linux to Jami dependencies., Jan Wielkiewicz, 2020/04/21
[bug#40677] [PATCH 14/18] gnu: pjproject-jami: Bump to 2.10, apply new SFL patches., Jan Wielkiewicz, 2020/04/21