unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 38898@debbugs.gnu.org
Subject: [bug#38898] gnu: Add gupnp-av.
Date: Fri, 03 Jan 2020 11:25:44 -0500	[thread overview]
Message-ID: <c40d6d53ab193d52e8bb2017fd997740dfba1c7a.camel@disroot.org> (raw)


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

Hello Guix!

Please find the attached patch to add gupnp-av.

NOTE: This patch depends on patch #38896.

Regards,
RG.

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

From 0f5664eac9dd7e4b159fa35d415986261c6913fe Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 3 Jan 2020 11:22:37 -0500
Subject: [PATCH] gnu: Add gupnp-av.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7d10bb9bac..a4f3a32d90 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -306,6 +306,35 @@ 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 gupnp-av
+  (package
+   (name "gupnp-av")
+   (version "0.12.11")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "1p3grslwqm9bc8rmpn4l48d7v9s84nina4r9xbd932dbj8acz7b8"))))
+   (build-system gnu-build-system)
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("glib:bin" ,glib "bin")
+      ("pkg-config" ,pkg-config)))
+   (inputs
+    `(("gtk-doc" ,gtk-doc)
+      ("gobject-introspection" ,gobject-introspection)
+      ("gtk+" ,gtk+)
+      ("gupnp" ,gupnp)
+      ("libxml" ,libxml2)))
+   (synopsis "GUPnP A/V for GNOME desktop")
+   (description "GUPnP A/V is a small utility library that aims to ease
+the handling and implementation of UPnP A/V profiles.")
+   (home-page "https://gitlab.gnome.org/GNOME/gupnp-av")
+   (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:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 16:25 Raghav Gururajan [this message]
2020-01-13  1:20 ` [bug#38898] v2 Raghav Gururajan
2020-01-13  8:00   ` bug#38898: v2 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=c40d6d53ab193d52e8bb2017fd997740dfba1c7a.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38898@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).