* [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
* [bug#38914] v3
2020-01-04 5:14 [bug#38914] gnu: Add rygel Raghav Gururajan
@ 2020-01-13 1:38 ` Raghav Gururajan
2020-01-13 8:14 ` [bug#38914] rygel v3 Danny Milosavljevic
2020-01-14 21:58 ` [bug#38914] rygel v4 Raghav Gururajan
0 siblings, 2 replies; 5+ messages in thread
From: Raghav Gururajan @ 2020-01-13 1:38 UTC (permalink / raw)
To: 38914
[-- Attachment #1: Type: text/plain, Size: 4 bytes --]
v3
[-- Attachment #2: rygel.patch --]
[-- Type: application/octet-stream, Size: 2223 bytes --]
From f0a3ed13d18d4caa21e529e95ec12c3d9254f7bb Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sun, 12 Jan 2020 20:35:38 -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 eb317d48e6..b92681e1df 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,47 @@ 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)
+ ("pkg-config" ,pkg-config)
+ ("vala" ,vala)))
+ (inputs
+ `(("gdk-pixbuf" ,gdk-pixbuf)
+ ("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)
+ ("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 license:lgpl2+)))
+
(define-public gupnp-dlna
(package
(name "gupnp-dlna")
--
2.24.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#38914] rygel v3
2020-01-13 1:38 ` [bug#38914] v3 Raghav Gururajan
@ 2020-01-13 8:14 ` Danny Milosavljevic
2020-01-14 21:58 ` [bug#38914] rygel v4 Raghav Gururajan
1 sibling, 0 replies; 5+ messages in thread
From: Danny Milosavljevic @ 2020-01-13 8:14 UTC (permalink / raw)
To: Raghav Gururajan; +Cc: 38914
[-- Attachment #1: Type: text/plain, Size: 223 bytes --]
None of the CC-BY-SA 3.0 licenses are compatible with LGPL.
rygel contains:
The Rygel logo is (c) Chris Kühl <blixtra@gmail.com> and distributed under
CC-BY-SA 3.0
Could you ask upstream what they are thinking?
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#38914] rygel v4
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
2020-01-15 21:34 ` bug#38914: " Ludovic Courtès
1 sibling, 1 reply; 5+ messages in thread
From: Raghav Gururajan @ 2020-01-14 21:58 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: 38914
[-- 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#38914: rygel v4
2020-01-14 21:58 ` [bug#38914] rygel v4 Raghav Gururajan
@ 2020-01-15 21:34 ` Ludovic Courtès
0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2020-01-15 21:34 UTC (permalink / raw)
To: Raghav Gururajan; +Cc: Danny Milosavljevic, 38914-done
Hi,
"Raghav Gururajan" <raghavgururajan@disroot.org> skribis:
> 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.
I tweaked the synopsis and description and committed.
Thanks,
Ludo’.
^ permalink raw reply [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.