all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 38896@debbugs.gnu.org
Subject: [bug#38896] gnu: Add gupnp.
Date: Fri, 03 Jan 2020 11:07:56 -0500	[thread overview]
Message-ID: <4a6ef1146155bb28719ed0d3ad346d6a1422f789.camel@disroot.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 123 bytes --]

Hello Guix!

Please find the attached patch to add gupnp.

NOTE: This patch depends on patch #38894.

Regards,
RG.

[-- Attachment #1.2: gupnp.patch --]
[-- Type: text/x-patch, Size: 1841 bytes --]

From 2bc19cc86b7dbc7ed1bdf82f9f10a6c0a6611ad3 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 3 Jan 2020 11:03:12 -0500
Subject: [PATCH] gnu: Add gupnp.

* gnu/packages/gnome.scm (gupnp): New variable.
---
 gnu/packages/gnome.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b32fc43eec..7d10bb9bac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -275,6 +275,37 @@ and announcement over SSDP.")
    (home-page "https://gitlab.gnome.org/GNOME/gssdp")
    (license license:gpl2)))
 
+(define-public gupnp
+  (package
+   (name "gupnp")
+   (version "1.2.2")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "12cr3isww4zl0d4himpd2fhl2wmy3jh8sbxp4snp51sw7savv04s"))))
+   (build-system meson-build-system)
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("glib:bin" ,glib "bin")
+      ("pkg-config" ,pkg-config)))
+   (inputs
+    `(("gssdp" ,gssdp)
+      ("gtk-doc" ,gtk-doc)
+      ("gobject-introspection" ,gobject-introspection)
+      ("gtk+" ,gtk+)
+      ("libsoup" ,libsoup)
+      ("network-manager" ,network-manager)
+      ("vala" ,vala)))
+   (synopsis "GUPnP API for GNOME desktop")
+   (description "GUPnP is an object-oriented open source framework for creating
+UPnP devices and control points, written in C using GObject and libsoup.")
+   (home-page "https://gitlab.gnome.org/GNOME/gupnp")
+   (license license:gpl2)))
+
 (define-public libmediaart
   (package
     (name "libmediaart")
-- 
2.24.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2020-01-03 16:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 16:07 Raghav Gururajan [this message]
2020-01-12 22:57 ` [bug#38896] v2 Raghav Gururajan
2020-01-12 23:04   ` [bug#38896] v3 Raghav Gururajan
2020-01-13  7:48     ` bug#38896: gupnp v3 Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4a6ef1146155bb28719ed0d3ad346d6a1422f789.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38896@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.