* [bug#38901] gnu: Add gupnp-dlna.
@ 2020-01-03 16:39 Raghav Gururajan
2020-01-13 1:25 ` [bug#38901] v2 Raghav Gururajan
0 siblings, 1 reply; 3+ messages in thread
From: Raghav Gururajan @ 2020-01-03 16:39 UTC (permalink / raw)
To: 38901
[-- Attachment #1.1: Type: text/plain, Size: 128 bytes --]
Hello Guix!
Please find the attached patch to add gupnp-dlna.
NOTE: This patch depends on patch #38898.
Regards,
RG.
[-- Attachment #1.2: gupnp-dlna.patch --]
[-- Type: text/x-patch, Size: 1991 bytes --]
From 17b5f8a4cebb70f7900ed70c034b89f55f48a87c Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 3 Jan 2020 11:34: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 a4f3a32d90..757091790d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -335,6 +335,40 @@ the handling and implementation of UPnP A/V profiles.")
(home-page "https://gitlab.gnome.org/GNOME/gupnp-av")
(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")
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("gtk-doc" ,gtk-doc)
+ ("gobject-introspection" ,gobject-introspection)
+ ("gst-plugins-base" ,gst-plugins-base)
+ ("gst-plugins-good" ,gst-plugins-good)
+ ("gstreamer" ,gstreamer)
+ ("gtk+" ,gtk+)
+ ("gupnp" ,gupnp)
+ ("libxml" ,libxml2)
+ ("vala" ,vala)))
+ (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:gpl2+)))
+
(define-public libmediaart
(package
(name "libmediaart")
--
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] 3+ messages in thread
* [bug#38901] v2
2020-01-03 16:39 [bug#38901] gnu: Add gupnp-dlna Raghav Gururajan
@ 2020-01-13 1:25 ` Raghav Gururajan
2020-01-13 8:07 ` bug#38901: gupnp-dlna v2 Danny Milosavljevic
0 siblings, 1 reply; 3+ messages in thread
From: Raghav Gururajan @ 2020-01-13 1:25 UTC (permalink / raw)
To: 38901
[-- 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#38901: gupnp-dlna v2
2020-01-13 1:25 ` [bug#38901] v2 Raghav Gururajan
@ 2020-01-13 8:07 ` Danny Milosavljevic
0 siblings, 0 replies; 3+ messages in thread
From: Danny Milosavljevic @ 2020-01-13 8:07 UTC (permalink / raw)
To: Raghav Gururajan; +Cc: 38901-done
[-- Attachment #1: Type: text/plain, Size: 147 bytes --]
Pushed to guix master as commit 47607ec8744a97021df1e5dd3be31f664d0b9f28
after moving gst-plugins-bad and gst-plugins-good to propagated-inputs.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-13 8:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-03 16:39 [bug#38901] gnu: Add gupnp-dlna Raghav Gururajan
2020-01-13 1:25 ` [bug#38901] v2 Raghav Gururajan
2020-01-13 8:07 ` bug#38901: gupnp-dlna v2 Danny Milosavljevic
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.