unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Raghav Gururajan" <raghavgururajan@disroot.org>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 38914@debbugs.gnu.org
Subject: [bug#38914] rygel v4
Date: Tue, 14 Jan 2020 21:58:51 +0000	[thread overview]
Message-ID: <3b575bb775971c7c4bd681d3b09b6a6c@disroot.org> (raw)
In-Reply-To: <20200113091421.7b96b7ca@scratchpost.org>

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

Hello Danny!

> rygel contains:
> 
> The Rygel logo is (c) Chris Kühl <blixtra@gmail.com> and distributed under
> CC-BY-SA 3.0

Rygel is dual-licensed. Please find the revised patch (v4) attached with this email.

Regards,
RG.

[-- Attachment #2: rygel.patch --]
[-- Type: application/octet-stream, Size: 2348 bytes --]

From 6ebc5f92b58104f9fb39a3208a8157f760bb1007 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Tue, 14 Jan 2020 16:53:34 -0500
Subject: [PATCH] gnu: Add rygel.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4fad0b1700..8f62f47207 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,51 @@ 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 rygel
+  (package
+   (name "rygel")
+   (version "0.38.3")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                               (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "003xficqb08r1dgid20i7cn889lbfwrglpx78rjd5nkvgxbimhh8"))))
+   (build-system gnu-build-system)
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("gobject-introspection" ,gobject-introspection)
+      ("gtk-doc" ,gtk-doc)
+      ("pkg-config" ,pkg-config)
+      ("vala" ,vala)))
+   (inputs
+    `(("gdk-pixbuf" ,gdk-pixbuf)
+      ("gssdp" ,gssdp)
+      ("gstreamer" ,gstreamer)
+      ("gst-plugins-base" ,gst-plugins-base)
+      ("gtk+" ,gtk+)
+      ("gupnp" ,gupnp)
+      ("gupnp-av" ,gupnp-av)
+      ("gupnp-dlna" ,gupnp-dlna)
+      ("libgee" ,libgee)
+      ("libmediaart" ,libmediaart)
+      ("libsoup" ,libsoup)
+      ("libxslt" ,libxslt)
+      ("libunistring" ,libunistring)
+      ("tracker" ,tracker)))
+   (synopsis "UPnP AV MediaServer and MediaRenderer for GNOME desktop")
+   (description "Rygel is a home media solution that allows you to easily
+share audio, video and pictures, and control of media player on your
+home network.")
+   (home-page "https://wiki.gnome.org/Projects/Rygel")
+   (license (list
+             ;; For logo (data/icons/*).
+             license:cc-by-sa3.0
+             ;; For all others.
+             license:lgpl2.1+))))
+
 (define-public libnma
   (package
    (name "libnma")
-- 
2.24.1


  parent reply	other threads:[~2020-01-14 21:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04  5:14 [bug#38914] gnu: Add rygel Raghav Gururajan
2020-01-13  1:38 ` [bug#38914] v3 Raghav Gururajan
2020-01-13  8:14   ` [bug#38914] rygel v3 Danny Milosavljevic
2020-01-14 21:58   ` Raghav Gururajan [this message]
2020-01-15 21:34     ` bug#38914: rygel v4 Ludovic Courtès

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=3b575bb775971c7c4bd681d3b09b6a6c@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38914@debbugs.gnu.org \
    --cc=dannym@scratchpost.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).