all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38896] gnu: Add gupnp.
@ 2020-01-03 16:07 Raghav Gururajan
  2020-01-12 22:57 ` [bug#38896] v2 Raghav Gururajan
  0 siblings, 1 reply; 4+ messages in thread
From: Raghav Gururajan @ 2020-01-03 16:07 UTC (permalink / raw)
  To: 38896


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

Hello Guix!

Please find the attached patch to add gupnp.

NOTE: This patch depends on patch #38894.

Regards,
RG.

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

From 2bc19cc86b7dbc7ed1bdf82f9f10a6c0a6611ad3 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 3 Jan 2020 11:03:12 -0500
Subject: [PATCH] gnu: Add gupnp.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b32fc43eec..7d10bb9bac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -275,6 +275,37 @@ and announcement over SSDP.")
    (home-page "https://gitlab.gnome.org/GNOME/gssdp")
    (license license:gpl2)))
 
+(define-public gupnp
+  (package
+   (name "gupnp")
+   (version "1.2.2")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "12cr3isww4zl0d4himpd2fhl2wmy3jh8sbxp4snp51sw7savv04s"))))
+   (build-system meson-build-system)
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("glib:bin" ,glib "bin")
+      ("pkg-config" ,pkg-config)))
+   (inputs
+    `(("gssdp" ,gssdp)
+      ("gtk-doc" ,gtk-doc)
+      ("gobject-introspection" ,gobject-introspection)
+      ("gtk+" ,gtk+)
+      ("libsoup" ,libsoup)
+      ("network-manager" ,network-manager)
+      ("vala" ,vala)))
+   (synopsis "GUPnP API for GNOME desktop")
+   (description "GUPnP is an object-oriented open source framework for creating
+UPnP devices and control points, written in C using GObject and libsoup.")
+   (home-page "https://gitlab.gnome.org/GNOME/gupnp")
+   (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] 4+ messages in thread

* [bug#38896] v2
  2020-01-03 16:07 [bug#38896] gnu: Add gupnp Raghav Gururajan
@ 2020-01-12 22:57 ` Raghav Gururajan
  2020-01-12 23:04   ` [bug#38896] v3 Raghav Gururajan
  0 siblings, 1 reply; 4+ messages in thread
From: Raghav Gururajan @ 2020-01-12 22:57 UTC (permalink / raw)
  To: 38896

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

v2

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

From 27b03585ce2f318e46d98be6542ba7ea60fe7fc8 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sun, 12 Jan 2020 17:55:40 -0500
Subject: [PATCH] gnu: Add gupnp.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8e1e6e5193..38b5d9b9f3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,62 @@ 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+)))
 
+From b2cb6d5f32f23a55d7c6d500555caa638a4f30d6 Mon Sep 17 00:00:00 2001
+From: Raghav Gururajan <raghavgururajan@disroot.org>
+Date: Sun, 12 Jan 2020 17:42:04 -0500
+Subject: [PATCH] gnu: Add gupnp.
+
+* gnu/packages/gnome.scm (gupnp): New variable.
+---
+ gnu/packages/gnome.scm | 31 +++++++++++++++++++++++++++++++
+ 1 file changed, 31 insertions(+)
+
+diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
+index 4f1c329887..eea9f90e0b 100644
+--- a/gnu/packages/gnome.scm
++++ b/gnu/packages/gnome.scm
+@@ -246,6 +246,37 @@ 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
+  (package
+   (name "gupnp")
+   (version "1.2.2")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "12cr3isww4zl0d4himpd2fhl2wmy3jh8sbxp4snp51sw7savv04s"))))
+   (build-system meson-build-system)
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("glib:bin" ,glib "bin")
+      ("gobject-introspection" ,gobject-introspection)
+      ("pkg-config" ,pkg-config)
+      ("vala" ,vala)))
+   (inputs
+    `(("gssdp" ,gssdp)
+      ("gtk-doc" ,gtk-doc)
+      ("gtk+" ,gtk+)
+      ("libsoup" ,libsoup)
+      ("network-manager" ,network-manager)))
+   (synopsis "GUPnP API for GNOME desktop")
+   (description "GUPnP is an object-oriented open source framework for creating
+UPnP devices and control points, written in C using GObject and libsoup.")
+   (home-page "https://gitlab.gnome.org/GNOME/gupnp")
+   (license license:lgpl2+)))
+
+ (define-public gssdp
+   (package
+    (name "gssdp")
+-- 
+2.24.1
+
+
 (define-public gssdp
   (package
    (name "gssdp")
-- 
2.24.1


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

* [bug#38896] v3
  2020-01-12 22:57 ` [bug#38896] v2 Raghav Gururajan
@ 2020-01-12 23:04   ` Raghav Gururajan
  2020-01-13  7:48     ` bug#38896: gupnp v3 Danny Milosavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: Raghav Gururajan @ 2020-01-12 23:04 UTC (permalink / raw)
  To: 38896

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

v3

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

From 9e7cb2b5f037d31d871bcc849ffdf47a250f3ab9 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sun, 12 Jan 2020 18:03:26 -0500
Subject: [PATCH] gnu: Add gupnp.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8e1e6e5193..5b2061c1be 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -245,6 +245,37 @@
 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
+  (package
+   (name "gupnp")
+   (version "1.2.2")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "12cr3isww4zl0d4himpd2fhl2wmy3jh8sbxp4snp51sw7savv04s"))))
+   (build-system meson-build-system)
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("glib:bin" ,glib "bin")
+      ("gobject-introspection" ,gobject-introspection)
+      ("pkg-config" ,pkg-config)
+      ("vala" ,vala)))
+   (inputs
+    `(("gssdp" ,gssdp)
+      ("gtk-doc" ,gtk-doc)
+      ("gtk+" ,gtk+)
+      ("libsoup" ,libsoup)
+      ("network-manager" ,network-manager)))
+   (synopsis "GUPnP API for GNOME desktop")
+   (description "GUPnP is an object-oriented open source framework for creating
+UPnP devices and control points, written in C using GObject and libsoup.")
+   (home-page "https://gitlab.gnome.org/GNOME/gupnp")
+   (license license:lgpl2+)))
 
 (define-public gssdp
   (package
-- 
2.24.1


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

* bug#38896: gupnp v3
  2020-01-12 23:04   ` [bug#38896] v3 Raghav Gururajan
@ 2020-01-13  7:48     ` Danny Milosavljevic
  0 siblings, 0 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2020-01-13  7:48 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 38896-done

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

Pushed to guix master as commit 291a85b29b166200dcc5bd2ff69af5e13ab68877
after removing network-manager since it didn't change anything in the result.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-01-13  7:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 16:07 [bug#38896] gnu: Add gupnp Raghav Gururajan
2020-01-12 22:57 ` [bug#38896] v2 Raghav Gururajan
2020-01-12 23:04   ` [bug#38896] v3 Raghav Gururajan
2020-01-13  7:48     ` bug#38896: gupnp v3 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.