[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48953] [PATCH v4 3/3] gnu: dino: Enable missing features.
From: |
Raghav Gururajan |
Subject: |
[bug#48953] [PATCH v4 3/3] gnu: dino: Enable missing features. |
Date: |
Wed, 16 Jun 2021 03:19:51 -0400 |
* gnu/packages/messaging.scm (dino)[inputs]: Add gspell and icu4c.
---
gnu/packages/messaging.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 54d09c4815..eb4fc5436c 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1241,6 +1241,14 @@ Encryption to Gajim.")
(guix build glib-or-gtk-build-system))
#:phases
(modify-phases %standard-phases
+ ;; To be enabled in v0.3.0, for A/V support.
+ ;;(add-after 'install 'wrap
+ ;;(lambda* (#:key outputs #:allow-other-keys)
+ ;;(let* ((out (assoc-ref outputs "out"))
+ ;;(dino (string-append out "/bin/dino"))
+ ;;(gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
+ ;;(wrap-program dino
+ ;;`("GST_PLUGIN_SYSTEM_PATH" ":" prefix
(,gst-plugin-path))))))
(add-after 'install 'glib-or-gtk-wrap
(assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))))
(native-inputs
@@ -1251,6 +1259,7 @@ Encryption to Gajim.")
("pkg-config" ,pkg-config)
("vala" ,vala)))
(inputs
+ ;; NOTE: Commented-out lines are to be enabled in v0.3.0.
`(("atk" ,atk)
("cairo" ,cairo)
("gdk-pixbuf" ,gdk-pixbuf+svg)
@@ -1258,15 +1267,23 @@ Encryption to Gajim.")
("glib-networking" ,glib-networking)
("gpgme" ,gpgme)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+ ("gspell" ,gspell) ;for spell-check support
+ ;;("gstreamer" ,gstreamer) ;for A/V support
+ ;;("gst-plugins-base" ,gst-plugins-base)
+ ;;("gst-plugins-good" ,gst-plugins-good)
("gtk+" ,gtk+)
+ ("icu4c" ,icu4c) ;for emoji support
+ ;;("libcanberra" ,libcanberra) ;for sound-notification support
("libgcrypt" ,libgcrypt)
("libgee" ,libgee)
("libnice" ,libnice)
("libsignal-protocol-c" ,libsignal-protocol-c)
("libsoup" ,libsoup)
+ ;;("libsrtp" ,libsrtp) ;for calls support
("pango" ,pango)
("qrencode" ,qrencode)
("sqlite" ,sqlite)))
+ ;;("webrtc-audio-processing" ,webrtc-audio-processing))) ;for A/V
support
(synopsis "Graphical Jabber/XMPP Client using GTK+/Vala")
(description "Dino is a chat client for the desktop. It focuses on
providing
a minimal yet reliable Jabber/XMPP experience and having encryption enabled by
--
2.32.0
- [bug#48953] [PATCH v2 3/3] gnu: dino: Enable missing features., (continued)
[bug#48953] [PATCH v3 1/3] gnu: dino: Remove duplicate inputs., Raghav Gururajan, 2021/06/16
[bug#48953] [PATCH v4 1/3] gnu: dino: Remove duplicate inputs., Raghav Gururajan, 2021/06/16
[bug#48953] [PATCH v5 1/3] gnu: dino: Remove duplicate inputs., Raghav Gururajan, 2021/06/16
bug#48953: (no subject), Raghav Gururajan, 2021/06/22