summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-22 04:44:42 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-22 04:44:42 +0000
commitd382058539e4be7e4db3ed8c598753b52381d471 (patch)
tree6ac6ec1fdcd1b5ab23d7d713195d5f5447170999 /net-voip
parentoriginal upstream commit was broken ... need a few of the changes to keep fro... (diff)
downloadgentoo-2-d382058539e4be7e4db3ed8c598753b52381d471.tar.gz
gentoo-2-d382058539e4be7e4db3ed8c598753b52381d471.tar.bz2
gentoo-2-d382058539e4be7e4db3ed8c598753b52381d471.zip
Force disable building of the manual and running doxygen to save time and such #206109 by Marcel Unbehaun.
(Portage version: 2.1.4)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/linphone/ChangeLog6
-rw-r--r--net-voip/linphone/linphone-2.0.1-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/net-voip/linphone/ChangeLog b/net-voip/linphone/ChangeLog
index dbefb14e448c..c670dd62d75f 100644
--- a/net-voip/linphone/ChangeLog
+++ b/net-voip/linphone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-voip/linphone
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.9 2008/01/22 04:32:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.10 2008/01/22 04:44:42 vapier Exp $
+
+ 22 Jan 2008; Mike Frysinger <vapier@gentoo.org> linphone-2.0.1-r1.ebuild:
+ Force disable building of the manual and running doxygen to save time and
+ such #206109 by Marcel Unbehaun.
22 Jan 2008; Mike Frysinger <vapier@gentoo.org>
+files/linphone-2.0.1-no-alsa.patch, linphone-2.0.1-r1.ebuild:
diff --git a/net-voip/linphone/linphone-2.0.1-r1.ebuild b/net-voip/linphone/linphone-2.0.1-r1.ebuild
index 1b77f3f88314..90ff00002a35 100644
--- a/net-voip/linphone/linphone-2.0.1-r1.ebuild
+++ b/net-voip/linphone/linphone-2.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.0.1-r1.ebuild,v 1.4 2008/01/22 04:32:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-2.0.1-r1.ebuild,v 1.5 2008/01/22 04:44:42 vapier Exp $
# Note: video support in linphone relies on swscaler being disabled
# in ffmpeg. this is because the video code in linphone is old
@@ -60,7 +60,9 @@ src_unpack() {
}
src_compile() {
+ export ac_cv_path_DOXYGEN=false
econf \
+ --disable-manual \
--disable-strict \
--libdir=/usr/$(get_libdir)/linphone \
--libexecdir=/usr/$(get_libdir)/linphone/exec \
@@ -88,6 +90,5 @@ src_install () {
# to avoid conflicts with net-libs/ortp
rm -r "${D}"/usr/include/{mediastreamer2,ortp} || die
rm -r "${D}"/usr/$(get_libdir)/linphone/pkgconfig/{mediastreamer,ortp}.pc || die
- rm -r "${D}"/usr/share/doc/ortp || die
mv "${D}"/usr/$(get_libdir)/{linphone/,}pkgconfig || die
}