From: Erik Edrosa <erik.edrosa@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH v2 3/3] gnu: Add utox.
Date: Thu, 8 Sep 2016 21:02:31 -0400 [thread overview]
Message-ID: <20160909010231.26698-2-erik.edrosa@gmail.com> (raw)
In-Reply-To: <20160909010231.26698-1-erik.edrosa@gmail.com>
* gnu/packages/messaging.scm (utox): New variable.
---
gnu/packages/messaging.scm | 51 ++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 49 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b95239a..055cb7b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -24,7 +24,7 @@
(define-module (gnu packages messaging)
#:use-module ((guix licenses)
- #:select (gpl3+ gpl2+ gpl2 lgpl2.1 lgpl2.0+ bsd-2 non-copyleft
+ #:select (gpl3+ gpl3 gpl2+ gpl2 lgpl2.1 lgpl2.0+ bsd-2 non-copyleft
asl2.0 x11))
#:use-module (guix utils)
#:use-module (guix packages)
@@ -64,7 +64,9 @@
#:use-module (gnu packages tls)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages video)
- #:use-module (gnu packages xiph))
+ #:use-module (gnu packages xiph)
+ #:use-module (gnu packages audio)
+ #:use-module (gnu packages fontutils))
(define-public libotr
(package
@@ -612,4 +614,49 @@ protocols.")
(license gpl3+)
(home-page "https://tox.chat"))))
+(define-public utox
+ (package
+ (name "utox")
+ (version "0.9.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/GrayHatter/uTox/archive/v"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "13hfqbwzcgvfbvf9yjm62aqsvxnpqppb50c88sys43m7022yqcsy"))))
+ (build-system gnu-build-system)
+ (arguments
+ '(#:make-flags (list (string-append "PREFIX=" %output)
+ "CC=gcc")
+ ;; No tests
+ #:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ ;; No configure script
+ (delete 'configure))))
+ (inputs
+ `(("dbus" ,dbus)
+ ("filteraudio" ,filteraudio)
+ ("fontconfig" ,fontconfig)
+ ("freetype" ,freetype)
+ ("libsodium" ,libsodium)
+ ("libtoxcore" ,libtoxcore)
+ ("libvpx" ,libvpx)
+ ("libx11" ,libx11)
+ ("libxext" ,libxext)
+ ("libxrender" ,libxrender)
+ ("openal" ,openal)
+ ("v4l-utils" ,v4l-utils)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (synopsis "Lightweight Tox client")
+ (description "The lightest and fluffiest Tox client. Tox is a
+distributed and secure instant messenger with audio and video chat
+capabilities.")
+ (home-page "http://utox.org/")
+ (license gpl3)))
+
;;; messaging.scm ends here
--
2.10.0
next prev parent reply other threads:[~2016-09-09 1:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-08 0:59 [PATCH 0/3] Add utox Erik Edrosa
2016-09-08 1:00 ` [PATCH 1/3] gnu: openal: Update to 1.17.2 Erik Edrosa
2016-09-08 9:02 ` Efraim Flashner
2016-09-08 1:00 ` [PATCH 2/3] gnu: Add filteraudio Erik Edrosa
2016-09-08 8:40 ` Efraim Flashner
2016-09-08 1:00 ` [PATCH 3/3] gnu: Add utox Erik Edrosa
2016-09-08 8:56 ` Efraim Flashner
2016-09-09 1:02 ` [PATCH v2 2/3] gnu: Add filteraudio Erik Edrosa
2016-09-09 1:02 ` Erik Edrosa [this message]
2016-09-10 19:40 ` [PATCH v2 3/3] gnu: Add utox Efraim Flashner
2016-09-10 19:40 ` [PATCH v2 2/3] gnu: Add filteraudio Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160909010231.26698-2-erik.edrosa@gmail.com \
--to=erik.edrosa@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).