gnu: signify: Update to 27.
[jackhill/guix/guix.git] / gnu / packages / upnp.scm
CommitLineData
c4dc4466
SHT
1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2014 Sree Harsha Totakura <sreeharsha@totakura.in>
0b5eff84 3;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
7f1d8b5c 4;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
a811bca2 5;;; Copyright © 2018 Theodoros Foradis <theodoros@foradis.org>
f5854abc 6;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
c4dc4466
SHT
7;;;
8;;; This file is part of GNU Guix.
9;;;
10;;; GNU Guix is free software; you can redistribute it and/or modify it
11;;; under the terms of the GNU General Public License as published by
12;;; the Free Software Foundation; either version 3 of the License, or (at
13;;; your option) any later version.
14;;;
15;;; GNU Guix is distributed in the hope that it will be useful, but
16;;; WITHOUT ANY WARRANTY; without even the implied warranty of
17;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18;;; GNU General Public License for more details.
19;;;
20;;; You should have received a copy of the GNU General Public License
21;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
22
23(define-module (gnu packages upnp)
24 #:use-module (gnu packages)
f5854abc
JM
25 #:use-module (gnu packages gettext)
26 #:use-module (gnu packages autotools)
27 #:use-module (gnu packages video)
28 #:use-module (gnu packages photo)
29 #:use-module (gnu packages image)
30 #:use-module (gnu packages mp3)
31 #:use-module (gnu packages xiph)
32 #:use-module (gnu packages sqlite)
c4dc4466
SHT
33 #:use-module (gnu packages python)
34 #:use-module (guix build-system gnu)
a811bca2 35 #:use-module (guix utils)
c4dc4466 36 #:use-module (guix download)
a811bca2 37 #:use-module (guix git-download)
c4dc4466 38 #:use-module (guix licenses)
f5854abc
JM
39 #:use-module (guix packages)
40 #:use-module (ice-9 match))
c4dc4466
SHT
41
42(define-public miniupnpc
43 (package
44 (name "miniupnpc")
fbcbafdc 45 (version "2.1.20190824")
c4dc4466
SHT
46 (source
47 (origin
48 (method url-fetch)
d9cf11e0
TGR
49 (uri (string-append "https://miniupnp.tuxfamily.org/files/"
50 name "-" version ".tar.gz"))
c4dc4466 51 (sha256
fbcbafdc 52 (base32 "0rg1i51lnyq8zgflhcg981kq4348vgq03ndmbgiv7knd1vmfzb8z"))))
c4dc4466
SHT
53 (build-system gnu-build-system)
54 (native-inputs
55 `(("python" ,python-2)))
56 (arguments
57 ;; The build system does not use a configure script but depends on
58 ;; `make'. Hence we should pass parameters to `make' instead and remove
59 ;; the configure phase.
60 '(#:make-flags
61 (list
05b1feb9 62 (string-append "SH=" (assoc-ref %build-inputs "bash") "/bin/sh")
c4dc4466 63 (string-append "INSTALLPREFIX=" (assoc-ref %outputs "out"))
caf0c0a9
LC
64 "CC=gcc"
65
66 ;; Allow executables to find libminiupnpc.so.
67 (string-append "LDFLAGS=-Wl,-rpath="
68 (assoc-ref %outputs "out") "/lib"))
c4dc4466 69 #:phases
cdbdaf7b 70 (modify-phases %standard-phases
5af82630
TGR
71 (delete 'configure)
72 (add-before 'install 'qualify-paths
73 (lambda* (#:key outputs #:allow-other-keys)
74 (substitute* "external-ip.sh"
75 (("upnpc")
1e000f17
TGR
76 (string-append (assoc-ref outputs "out") "/bin/upnpc")))
77 #t)))))
c4dc4466 78 (home-page "http://miniupnp.free.fr/")
e0f8a520 79 (synopsis "UPnP protocol client library")
c4dc4466 80 (description
e0f8a520 81 "The MiniUPnPc client library facilitates access to the services provided
8a6f168c
TGR
82by any @dfn{Universal Plug and Play} (UPnP) @dfn{Internet Gateway Device} (IGD)
83present on the network. In UPnP terminology, MiniUPnPc is a UPnP Control Point.
84
85It is useful whenever an application needs to listen for incoming connections
86while running behind a UPnP-enabled router or firewall. Such applications
87include peer-to-peer applications, active-mode FTP clients, DCC file transfers
88over IRC, instant messaging, network games, and most server software.")
c4dc4466
SHT
89 (license
90 (x11-style "file://LICENSE" "See 'LICENSE' file in the distribution"))))
0b5eff84 91
a811bca2
TF
92(define-public monero-miniupnpc
93 ;; This package is the bundled version of miniupnpc used with monero.
94 ;; Monero-project has been maintaining its own version of the package since
95 ;; release 0.12.2.0. It includes security fixes not included in upstream
96 ;; releases.
97 (let ((revision "0")
98 (commit "6a63f9954959119568fbc4af57d7b491b9428d87"))
99 (package
100 (inherit miniupnpc)
101 (name "miniupnpc-monero")
102 (version (string-append "2.1-monero-0.12.3.0-" revision "."
103 (string-take commit 7)))
104 (source (origin
105 (method git-fetch)
106 (uri (git-reference
107 (url "https://github.com/monero-project/miniupnp/")
108 (commit commit)))
109 (sha256
110 (base32
111 "0s67zcz978iapjlq30yy9dl8qda9xhrl3jdi5f99cnbglh5gy16a"))
112 (file-name (string-append name "-" version "-checkout"))
113 (modules '((guix build utils)))
114 (snippet
115 '(begin
116 ;; Delete miniupnp subprojects except for miniupnpc.
117 (for-each
118 delete-file-recursively
119 '("minissdpd" "miniupnpc-async" "miniupnpc-libevent"
120 "miniupnpd" ))
121 #t))))
122 (arguments
123 (substitute-keyword-arguments (package-arguments miniupnpc)
124 ((#:phases phases)
125 `(modify-phases ,phases
126 (add-before 'build 'change-directory
127 (lambda _
128 (chdir "miniupnpc")
129 #t))
130 (add-after 'change-directory 'chmod-header-file
131 (lambda _
132 (chmod "miniupnpc.h" #o644)
133 #t)))))))))
134
0b5eff84
LF
135(define-public libupnp
136 (package
137 (name "libupnp")
50e1843b 138 (version "1.6.25")
0b5eff84
LF
139 (source
140 (origin
141 (method url-fetch)
142 (uri (string-append "mirror://sourceforge/pupnp/pupnp/libUPnP%20"
143 version "/" name "-" version ".tar.bz2"))
144 (sha256
145 (base32
50e1843b 146 "0hzsd7rvfa87b4hxg9yj4xhdfxx9sp09r9sqdl3mqhvmcyw018y5"))))
0b5eff84
LF
147 (build-system gnu-build-system)
148 (arguments
149 ;; The tests require a network device capable of multicasting which is
150 ;; not available in the build environment. See
151 ;; https://lists.gnu.org/archive/html/guix-devel/2015-01/msg00312.html.
152 `(#:tests? #f
153 #:configure-flags '("--enable-ipv6")))
154 (home-page "http://pupnp.sourceforge.net")
155 (synopsis "Portable SDK for UPnP Devices")
156 (description
157 "The portable SDK for UPnP Devices (libupnp) provides developers with an
158API and code for building control points, devices, and bridges that are
159compliant with Version 1.0 of the Universal Plug and Play Device Architecture
160Specification and support several operating systems like Linux, *BSD, Solaris
161and others.")
162 (license bsd-3)))
f5854abc
JM
163
164(define-public readymedia
165 (package
166 (name "readymedia")
167 (version "1.2.1")
168 (source
169 (origin
170 (method git-fetch)
171 (uri (git-reference
172 (url "https://git.code.sf.net/p/minidlna/git")
173 (commit (string-append
174 "v"
175 (string-map (match-lambda
176 (#\. #\_)
177 (chr chr))
178 version)))))
179 (file-name (git-file-name name version))
180 (sha256
181 (base32
182 "160915yv38k0p5zmyncs12kkbbcd8m8fk9jq70fkfd5x6dz40xm4"))))
183 (build-system gnu-build-system)
184 (native-inputs
185 `(("automake" ,automake)
186 ("autoconf" ,autoconf)
187 ("gettext" ,gettext-minimal)))
188 (inputs
189 `(("libexif" ,libexif)
190 ("libjpeg" ,libjpeg)
191 ("libid3tag" ,libid3tag)
192 ("flac" ,flac)
193 ("libvorbis" ,libvorbis)
194 ("sqlite" ,sqlite)
195 ("ffmpeg" ,ffmpeg)))
196 (home-page "https://sourceforge.net/projects/minidlna/")
197 (synopsis "DLNA/UPnP-AV media server")
198 (description "ReadyMedia (formerly known as MiniDLNA) is a simple media
199server, which serves multimedia content to compatible clients on the network.
200It aims to be fully compliant with DLNA and UPnP-AV standards.")
201 (license gpl2)))