all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38914] gnu: Add rygel.
@ 2020-01-04  5:14 Raghav Gururajan
  2020-01-13  1:38 ` [bug#38914] v3 Raghav Gururajan
  0 siblings, 1 reply; 5+ messages in thread
From: Raghav Gururajan @ 2020-01-04  5:14 UTC (permalink / raw)
  To: 38914


[-- 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 --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-15 21:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [bug#38914] rygel v4 Raghav Gururajan
2020-01-15 21:34     ` bug#38914: " Ludovic Courtès

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.