[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40677] [PATCH 07/30] gnu: libring: Add libnatpmp as an optional dep
From: |
Jan Wielkiewicz |
Subject: |
[bug#40677] [PATCH 07/30] gnu: libring: Add libnatpmp as an optional dependency; remove unnecessary comment. |
Date: |
Fri, 17 Apr 2020 02:34:10 +0200 |
---
gnu/packages/jami.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index b165335e26..21872122e1 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -190,7 +190,6 @@
(source (jami-source #:without-daemon #t))
(build-system gnu-build-system)
(inputs
- ;; Missing (optional?) dep: libnatpmp.
`(("alsa-lib" ,alsa-lib)
("boost" ,boost)
("dbus-c++" ,dbus-c++)
@@ -201,6 +200,7 @@
("gsm" ,gsm)
("jack" ,jack-1)
("jsoncpp" ,jsoncpp)
+ ("libnatpmp" ,libnatpmp)
("libogg" ,libogg)
("libva" ,libva)
("opendht" ,opendht)
--
2.26.1
- [bug#40677] Jami, Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 01/30] gnu: jami: Move Jami and its dependencies to jami.scm., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 02/30] gnu: jami: Bump to 20200203.1.5ee7e10., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 03/30] gnu: jami: Fix downloading by changing the prefix to "jami_"; Use the "release" dir instead of the deprecated "ring-release"., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 04/30] gnu: jami: Add a generalized procedure for applying patches made by Savoir-faire linux to Jami dependencies., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 07/30] gnu: libring: Add libnatpmp as an optional dependency; remove unnecessary comment.,
Jan Wielkiewicz <=
- [bug#40677] [PATCH 06/30] gnu: Add libnatpmp., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 09/30] gnu: opendht: Bump to 2.0.0rc1., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 05/30] gnu: pjproject-jami: Use the jami-apply-dependency-patches procedure., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 08/30] gnu: libupnp: Bump to 1.8.6; change the download method to git-fetch; add missing dependencies., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 11/30] gnu: libring: Use ffmpeg-jami instead of ffmpeg., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 12/30] gnu: restinio: Bump to 0.6.1.1., Jan Wielkiewicz, 2020/04/16