diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-08-06 13:18:48 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-08-06 13:18:48 +0000 |
commit | e46b9eb91fa93a94580e274719f4c7d713eae6e2 (patch) | |
tree | 0ba031ced9e23fd5b6a127d62ed3aee4cd5db941 /packages/linphone/linphone_1.3.99.8.bb | |
parent | 3b3ac6317c6798718c88e636c769e2ae3a578ab3 (diff) | |
parent | 8f6d28b3d4b15086e6f21011e0f25d0f7c6f7235 (diff) |
merge of 235bdc3ae0f87feaab2e0933bfdb44645a492c5e
and 2ec546354ed54e5800bc57d56a12bbe7ecb4ccdd
Diffstat (limited to 'packages/linphone/linphone_1.3.99.8.bb')
-rw-r--r-- | packages/linphone/linphone_1.3.99.8.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/linphone/linphone_1.3.99.8.bb b/packages/linphone/linphone_1.3.99.8.bb new file mode 100644 index 0000000000..05998f889d --- /dev/null +++ b/packages/linphone/linphone_1.3.99.8.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "SIP-based IP phone (Console edition)" +HOMEPAGE = "http://www.linphone.org/?lang=us" +LICENSE = "GPL-2" +DEPENDS = "libosip2 speex libogg alsa-lib readline" +PR = "r0" + +SRC_URI = "http://download.savannah.nongnu.org/releases/linphone/unstable/source/linphone-${PV}.tar.gz \ + file://conf.patch;patch=1" + +S = "${WORKDIR}/linphone-${PV}" + +FILES_${PN} += "${datadir}/linphonec" + +inherit autotools + +EXTRA_OECONF = "--disable-gnome_ui --disable-gtk-doc --without-ffmpeg \ + --without-sdl --disable-video --enable-alsa \ + --with-osip=${STAGING_DIR}/${HOST_SYS} \ + --with-readline=${STAGING_DIR}/${HOST_SYS} \ + --with-speex=${STAGING_DIR}/${HOST_SYS} \ + --disable-truespeech --disable-manual \ + --disable-glibtest --disable-glib" + +do_install_append() { + rm -f ${D}${datadir}/sounds/linphone/hello*.wav + rm -f ${D}${datadir}/sounds/linphone/rings/oldphone.wav +} |