unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Raghav Gururajan" <raghavgururajan@disroot.org>
To: 38901@debbugs.gnu.org
Subject: [bug#38901] v2
Date: Mon, 13 Jan 2020 01:25:44 +0000	[thread overview]
Message-ID: <37e47f98ee938b5212081d772947013e@disroot.org> (raw)
In-Reply-To: <2972759a14e35cfb233d95b8f748e5b276e275be.camel@disroot.org>

[-- Attachment #1: Type: text/plain, Size: 4 bytes --]

v2

[-- Attachment #2: gupnp-dlna.patch --]
[-- Type: application/octet-stream, Size: 2017 bytes --]

From 410750a96e22b2741badc4dde5987a32be6e20c1 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sun, 12 Jan 2020 20:23:53 -0500
Subject: [PATCH] gnu: Add gupnp-dlna.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 519976e2af..eb317d48e6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,40 @@ Desktop.  It is designed to be as simple as possible and has some unique
 features to enable users to create their discs easily and quickly.")
     (license license:gpl2+)))
 
+(define-public gupnp-dlna
+  (package
+   (name "gupnp-dlna")
+   (version "0.10.5")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "0spzd2saax7w776p5laixdam6d7smyynr9qszhbmq7f14y13cghj"))))
+   (build-system gnu-build-system)
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("glib:bin" ,glib "bin")
+      ("gobject-introspection" ,gobject-introspection)
+      ("libxml" ,libxml2)
+      ("pkg-config" ,pkg-config)
+      ("vala" ,vala)))
+   (inputs
+    `(("gtk-doc" ,gtk-doc)
+      ("gst-plugins-base" ,gst-plugins-base)
+      ("gst-plugins-good" ,gst-plugins-good)
+      ("gstreamer" ,gstreamer)
+      ("gtk+" ,gtk+)
+      ("gupnp" ,gupnp)))
+   (synopsis "GUPnP DLNA for GNOME desktop")
+   (description "GUPnP DLNA is a small utility library that aims to ease
+the DLNA-related tasks such as media profile guessing, transcoding to a
+given profile, etc.")
+   (home-page "https://gitlab.gnome.org/GNOME/gupnp-dlna")
+   (license license:lgpl2+)))
+
 (define-public gupnp-av
   (package
    (name "gupnp-av")
-- 
2.24.1


  reply	other threads:[~2020-01-13  1:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 16:39 [bug#38901] gnu: Add gupnp-dlna Raghav Gururajan
2020-01-13  1:25 ` Raghav Gururajan [this message]
2020-01-13  8:07   ` bug#38901: gupnp-dlna 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=37e47f98ee938b5212081d772947013e@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38901@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).