unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 38914@debbugs.gnu.org
Subject: [bug#38914] gnu: Add rygel.
Date: Sat, 04 Jan 2020 00:14:55 -0500	[thread overview]
Message-ID: <21391b8e496db214eeea2318c37dfb6e3ef2e4f5.camel@disroot.org> (raw)


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

Hello Guix!

Please find the attached patch to add rygel.

NOTE: This patch depends on #38894, #38896, #38898 and #38901.

Regards,
RG.

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

From 7c9bb69e7528bcaaa657fb07bf718a381664f937 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sat, 4 Jan 2020 00:09:02 -0500
Subject: [PATCH] gnu: Add rygel.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b665d02f33..e5f5a94d49 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9524,6 +9524,47 @@ versions of Adwaita, Adwaita-dark and HighContrast themes.  It also provides
 index files needed for Adwaita to be used outside of GNOME.")
     (license license:lgpl2.1+)))
 
+(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)
+      ("pkg-config" ,pkg-config)))
+   (inputs
+    `(("gdk-pixbuf" ,gdk-pixbuf)
+      ("gobject-introspection" ,gobject-introspection)
+      ("gssdp" ,gssdp)
+      ("gstreamer" ,gstreamer)
+      ("gst-plugins-base" ,gst-plugins-base)
+      ("gtk+" ,gtk+)
+      ("gtk-doc" ,gtk-doc)
+      ("gupnp" ,gupnp)
+      ("gupnp-av" ,gupnp-av)
+      ("gupnp-dlna" ,gupnp-dlna)
+      ("libgee" ,libgee)
+      ("libmediaart" ,libmediaart)
+      ("libsoup" ,libsoup)
+      ("libunistring" ,libunistring)
+      ("libxslt" ,libxslt)
+      ("tracker" ,tracker)
+      ("vala" ,vala)))
+   (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 license:gpl2+)))
+
 (define-public polari
   (package
     (name "polari")
-- 
2.24.1


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

             reply	other threads:[~2020-01-04  5:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04  5:14 Raghav Gururajan [this message]
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   ` [bug#38914] rygel v4 Raghav Gururajan
2020-01-15 21:34     ` bug#38914: " 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=21391b8e496db214eeea2318c37dfb6e3ef2e4f5.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38914@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).