unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40255] gnu: packages: Create linphone.scm
@ 2020-03-27 20:37 Raghav Gururajan
  2020-03-27 20:46 ` Leo Famulari
  2020-03-27 20:51 ` Raghav Gururajan
  0 siblings, 2 replies; 6+ messages in thread
From: Raghav Gururajan @ 2020-03-27 20:37 UTC (permalink / raw)
  To: 40255

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

Hello Guix!

Please find the attached patch to add new package module "linphone.scm".

Regards,
RG.

[-- Attachment #2: create-linphone-module.patch --]
[-- Type: application/octet-stream, Size: 516 bytes --]

From 30b69c57dc5ded37e14fdf85448a9aa2ef6e9b45 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 27 Mar 2020 16:28:52 -0400
Subject: [PATCH] gnu: packages: Create linphone.scm

* gnu/packages/linphone.scm: New module.
---
 gnu/packages/linphone.scm | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 gnu/packages/linphone.scm

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
new file mode 100644
index 0000000000..e69de29bb2
-- 
2.26.0


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

* [bug#40255] gnu: packages: Create linphone.scm
  2020-03-27 20:37 [bug#40255] gnu: packages: Create linphone.scm Raghav Gururajan
@ 2020-03-27 20:46 ` Leo Famulari
  2020-03-27 20:51 ` Raghav Gururajan
  1 sibling, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2020-03-27 20:46 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 40255

On Fri, Mar 27, 2020 at 08:37:28PM +0000, Raghav Gururajan wrote:
> Hello Guix!
> 
> Please find the attached patch to add new package module "linphone.scm".

Thanks! The new file is empty though...

Also, I think that linphone should go in (gnu packages telephony),
rather than its own module.

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

* [bug#40255] gnu: packages: Create linphone.scm
  2020-03-27 20:37 [bug#40255] gnu: packages: Create linphone.scm Raghav Gururajan
  2020-03-27 20:46 ` Leo Famulari
@ 2020-03-27 20:51 ` Raghav Gururajan
  2020-03-27 21:19   ` Leo Famulari
                     ` (2 more replies)
  1 sibling, 3 replies; 6+ messages in thread
From: Raghav Gururajan @ 2020-03-27 20:51 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 40255

> Thanks! The new file is empty though...

Yes, I will be adding this to it through separate patches, so that we can track by commits.

> Also, I think that linphone should go in (gnu packages telephony),
> rather than its own module.

Yes, I am gonna create a separate module for linphone, because it is a bit project like gnome, has lot of packages on its own. :-)

Regards,
RG.

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

* [bug#40255] gnu: packages: Create linphone.scm
  2020-03-27 20:51 ` Raghav Gururajan
@ 2020-03-27 21:19   ` Leo Famulari
  2020-03-27 21:24   ` Raghav Gururajan
  2020-03-27 21:28   ` [bug#40255] gnu: packages: linphone: Add bcunit Raghav Gururajan
  2 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2020-03-27 21:19 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 40255

On Fri, Mar 27, 2020 at 08:51:23PM +0000, Raghav Gururajan wrote:
> > Thanks! The new file is empty though...
> 
> Yes, I will be adding this to it through separate patches, so that we can track by commits.

I think you should do it how you feel comfortable, but we aren't going
to add an empty file :)

> Yes, I am gonna create a separate module for linphone, because it is a bit project like gnome, has lot of packages on its own. :-)

Okay, that makes sense.

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

* [bug#40255] gnu: packages: Create linphone.scm
  2020-03-27 20:51 ` Raghav Gururajan
  2020-03-27 21:19   ` Leo Famulari
@ 2020-03-27 21:24   ` Raghav Gururajan
  2020-03-27 21:28   ` [bug#40255] gnu: packages: linphone: Add bcunit Raghav Gururajan
  2 siblings, 0 replies; 6+ messages in thread
From: Raghav Gururajan @ 2020-03-27 21:24 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 40255

Hi Leo!

> I think you should do it how you feel comfortable, but we aren't going
> to add an empty file :)

I have sent a patch (#40256).

> Okay, that makes sense.

:-)

Regards,
RG.

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

* [bug#40255] gnu: packages: linphone: Add bcunit
  2020-03-27 20:51 ` Raghav Gururajan
  2020-03-27 21:19   ` Leo Famulari
  2020-03-27 21:24   ` Raghav Gururajan
@ 2020-03-27 21:28   ` Raghav Gururajan
  2 siblings, 0 replies; 6+ messages in thread
From: Raghav Gururajan @ 2020-03-27 21:28 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 40255

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

Hi Leo!

Please find the attached patch.

Regards,
RG.

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

From fe32f106ca646c357c958e1b5ebd375b942f4f3c Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 27 Mar 2020 17:19:45 -0400
Subject: [PATCH 3/3] gnu: packages: linphone: Add bcunit

* gnu/packages/linphone.scm (bcunit): New variable.
---
 gnu/packages/linphone.scm | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 35c9ec955f..974fc62792 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -20,6 +20,7 @@
 (define-module (gnu packages linphone)
   #:use-module (gnu packages)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages ncurses)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -28,3 +29,40 @@
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
   #:use-module (guix build-system qt))
+
+(define-public bcunit
+ (package
+  (name "bcunit")
+   (version "3.0.2")
+   (source
+    (origin
+     (method url-fetch)
+     (uri
+      (string-append "https://www.linphone.org/releases/sources/" name
+                     "/" name "-" version ".tar.gz"))
+     (sha256
+      (base32 "0ylchj8w98ic2fkqpxc6yk4s6s0h0ql2zsz5n49jd7126m4h8dqk"))))
+ (build-system cmake-build-system)
+ (arguments
+  '(#:tests? #f ; No test target
+    #:configure-flags
+     (list
+      "-DENABLE_SHARED=YES"
+      "-DENABLE_STATIC=YES"
+      "-DENABLE_AUTOMATED=ON"
+      "-DENABLE_BASIC=ON"
+      "-DENABLE_CONSOLE=ON"
+      "-DENABLE_CURSES=ON"
+      "-DENABLE_DOC=ON"
+      "-DENABLE_EXAMPLES=ON"
+      "-DENABLE_TEST=OFF" ; Undefined reference to CU_trace_handler
+      "-DENABLE_MEMTRACE=ON"
+      "-DENABLE_DEPRECATED=OFF"))) ; Not required
+ (inputs
+  `(("curses" ,ncurses)))
+ (synopsis "Belledonne Communications Unit Testing Framework")
+ (description "BCUnit is a fork of the defunct project CUnit,
+with several fixes and patches applied.  It is an unit testing
+framework for writing, administering, and running unit tests in C.")
+ (home-page "https://gitlab.linphone.org/BC/public/bcunit")
+ (license license:lgpl2.0+)))
-- 
2.26.0


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

end of thread, other threads:[~2020-03-27 21:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27 20:37 [bug#40255] gnu: packages: Create linphone.scm Raghav Gururajan
2020-03-27 20:46 ` Leo Famulari
2020-03-27 20:51 ` Raghav Gururajan
2020-03-27 21:19   ` Leo Famulari
2020-03-27 21:24   ` Raghav Gururajan
2020-03-27 21:28   ` [bug#40255] gnu: packages: linphone: Add bcunit Raghav Gururajan

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