unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 8ac95efc5ea61def0274b0771f2a417ebe309eed 1804 bytes (raw)
name: gnu/packages/seren.scm 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
 
(define-module (gnu packages seren)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (guix licenses)
  #:use-module (gnu packages linux)
  #:use-module (gnu packages xiph)
  #:use-module (gnu packages ncurses)
  #:use-module (gnu packages multiprecision))

(define-public seren
  (package
    (name "seren")
    (version "0.0.21")
    (source (origin
              (method url-fetch)
              (uri (string-append "http://holdenc.altervista.org/"
                                  "seren/downloads/seren-" version
                                  ".tar.gz"))
              (sha256
               (base32
                 "06mams6bng7ib7p2zpfq88kdr4ffril9svzc9lprkb0wjgmkglk9"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases
       (modify-phases %standard-phases
         (delete 'check))))
    (inputs `(("alsa-lib" ,alsa-lib)
              ("opus" ,opus)
              ("libogg" ,libogg)
              ("ncurses" ,ncurses)
              ("gmp" ,gmp)))
    (synopsis "Simple VoIP program to create conferences from the terminal")
    (description
     "Seren is a simple VoIP program based on the Opus codec that allows you
to create a voice conference from the terminal, with up to 10
partecipants, without having to register accounts, exchange emails, or
add people to contact lists.
All you need to join an existing conference is the host name or IP
address of one of the partecipants.
Seren creates a dynamic peer-to-peer network of equivalent nodes which
exchange text and audio data using a UDP connection, and offers the
user the ability to change the quality/bitrate on the fly, encrypt the
traffic and record the calls.")
    (home-page "http://holdenc.altervista.org/seren/")
    (license gpl3+)))

debug log:

solving 8ac95ef ...
found 8ac95ef in https://yhetil.org/guix-devel/1462458843.23626.5.camel@gmail.com/

applying [1/1] https://yhetil.org/guix-devel/1462458843.23626.5.camel@gmail.com/
diff --git a/gnu/packages/seren.scm b/gnu/packages/seren.scm
new file mode 100644
index 0000000..8ac95ef

Checking patch gnu/packages/seren.scm...
Applied patch gnu/packages/seren.scm cleanly.

index at:
100644 8ac95efc5ea61def0274b0771f2a417ebe309eed	gnu/packages/seren.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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).