Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Pedro Sanchez <psanchez@fosstel.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] New Package: Linphone
Date: Wed, 10 Aug 2011 10:26:34 -0400	[thread overview]
Message-ID: <4E42951A.9070300@fosstel.com> (raw)
In-Reply-To: <87vcu6ig4c.fsf@macbook.be.48ers.dk>

This is a package for the Linphone VoIP client, console mode operation 
only (linphonec).

Signed-off-by: Pedro Sanchez <psanchez@fosstel.com>
---
  package/Config.in            |    1 +
  package/linphone/Config.in   |   12 ++++++++++++
  package/linphone/linphone.mk |   24 ++++++++++++++++++++++++
  3 files changed, 37 insertions(+), 0 deletions(-)
  create mode 100644 package/linphone/Config.in
  create mode 100644 package/linphone/linphone.mk

diff --git a/package/Config.in b/package/Config.in
index 7112e05..ebe583e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -417,6 +417,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  source "package/lighttpd/Config.in"
  endif
  source "package/links/Config.in"
+source "package/linphone/Config.in"
  source "package/lrzsz/Config.in"
  source "package/mii-diag/Config.in"
  source "package/mrouted/Config.in"
diff --git a/package/linphone/Config.in b/package/linphone/Config.in
new file mode 100644
index 0000000..60739cc
--- /dev/null
+++ b/package/linphone/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_LINPHONE
+	bool "linphone"
+	select BR2_PACKAGE_ALSA_LIB
+	select BR2_PACKAGE_SPEEX
+	select BR2_PACKAGE_NCURSES
+	select BR2_PACKAGE_READLINE
+	select BR2_PACKAGE_LIBEXOSIP2
+	select BR2_PACKAGE_LIBOSIP2
+	help
+	  Install the linphone package, console mode (linphonec)
+
+          http://www.linphone.org
diff --git a/package/linphone/linphone.mk b/package/linphone/linphone.mk
new file mode 100644
index 0000000..0945722
--- /dev/null
+++ b/package/linphone/linphone.mk
@@ -0,0 +1,24 @@
+#############################################################
+#
+# linphone
+#
+#############################################################
+LINPHONE_VERSION = 3.4.3
+LINPHONE_SOURCE = linphone-$(LINPHONE_VERSION).tar.gz
+LINPHONE_SITE = 
http://download-mirror.savannah.gnu.org/releases/linphone/3.4.x/sources
+LINPHONE_INSTALL_STAGING = YES
+LINPHONE_DEPENDENCIES = alsa-lib speex ncurses readline libeXosip2 libosip2
+LINPHONE_CONF_OPT = --enable-gnome_ui=no \
+		    --enable-gtk_ui=no \
+		    --enable-alsa \
+		    --disable-manual \
+		    --disable-sdl \
+		    --disable-theora \
+		    --disable-x11 \
+		    --disable-shared \
+		    --disable-gsm \
+		    --disable-jack \
+		    --disable-libv4l \
+		    --disable-video
+
+$(eval $(call AUTOTARGETS,package,linphone))
-- 
1.7.0.4

      parent reply	other threads:[~2011-08-10 14:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-09 14:05 [Buildroot] linphone package Pedro Sanchez
2011-08-09 15:21 ` Peter Korsgaard
2011-08-09 18:34   ` Pedro Sanchez
2011-08-09 18:39     ` Peter Korsgaard
2011-08-09 18:56       ` Yann E. MORIN
2011-08-09 19:25         ` Peter Korsgaard
2011-08-09 19:40           ` Yann E. MORIN
2011-08-09 19:44             ` Peter Korsgaard
2011-08-09 19:50               ` Yann E. MORIN
2011-08-10 14:26       ` Pedro Sanchez [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E42951A.9070300@fosstel.com \
    --to=psanchez@fosstel.com \
    --cc=buildroot@busybox.net \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox