diff options
author | 2004-07-29 23:25:00 +0000 | |
---|---|---|
committer | 2004-07-29 23:25:00 +0000 | |
commit | a9174ab48b7410f95bef222d89289170f5842e3f (patch) | |
tree | b131c8e1c099c77e0aafa3b4d86cf6439c6e21af /net-im | |
parent | 5.8.4-r1, many changes, see changelog, bugs 58620 and 52660 (diff) | |
download | historical-a9174ab48b7410f95bef222d89289170f5842e3f.tar.gz historical-a9174ab48b7410f95bef222d89289170f5842e3f.tar.bz2 historical-a9174ab48b7410f95bef222d89289170f5842e3f.zip |
version bump
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/linphone/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/linphone/Manifest | 9 | ||||
-rw-r--r-- | net-im/linphone/files/digest-linphone-0.12.2 | 1 | ||||
-rw-r--r-- | net-im/linphone/files/linphone-0.12.2-include-fix.diff | 16 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.12.2.ebuild | 68 |
5 files changed, 98 insertions, 4 deletions
diff --git a/net-im/linphone/ChangeLog b/net-im/linphone/ChangeLog index 8cddd1b36513..04fada63d28c 100644 --- a/net-im/linphone/ChangeLog +++ b/net-im/linphone/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/linphone # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.16 2004/06/24 22:56:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.17 2004/07/29 23:25:00 stkn Exp $ + +*linphone-0.12.2 (30 Jul 2004) + + 30 Jul 2004; <stkn@gentoo.org> +files/linphone-0.12.2-include-fix.diff, + +linphone-0.12.2.ebuild: + version bump 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> linphone-0.12.1.ebuild: Fix use invocation diff --git a/net-im/linphone/Manifest b/net-im/linphone/Manifest index f1ee6f255b03..b5876a080d71 100644 --- a/net-im/linphone/Manifest +++ b/net-im/linphone/Manifest @@ -1,9 +1,12 @@ -MD5 7081b2b14088e6aa38a26f52c655bb0d linphone-0.12.1.ebuild 1476 +MD5 472fcab6e57c5e4706c174f452e83964 ChangeLog 2746 MD5 d027d52514db6898ad1b632dce179d5c linphone-0.10.2.ebuild 1290 MD5 39775794f6b4a334020d89ead490262c linphone-0.12.0.ebuild 1291 -MD5 b08a3a68958777cc37ac22ce78a02359 ChangeLog 2601 +MD5 7081b2b14088e6aa38a26f52c655bb0d linphone-0.12.1.ebuild 1476 MD5 bf329e2b298c08082a3ff4dfe6c236b3 metadata.xml 315 -MD5 46308c2e3cfc6d89910a2daf60d6f988 files/linphone-0.12.1-include-fix.diff 419 +MD5 289916cf8d312c0a6baf3347f295324a linphone-0.12.2.ebuild 1465 MD5 29e56d450d4aa47d230872e2b18eae40 files/digest-linphone-0.10.2 68 MD5 f271139e66524e42ff3a35b3b442dc87 files/digest-linphone-0.12.0 68 MD5 e2202a3f070f209dfe4baa6b7410ebbc files/digest-linphone-0.12.1 68 +MD5 46308c2e3cfc6d89910a2daf60d6f988 files/linphone-0.12.1-include-fix.diff 419 +MD5 46308c2e3cfc6d89910a2daf60d6f988 files/linphone-0.12.2-include-fix.diff 419 +MD5 4ebd711266c847a4a0c40a11c73c793a files/digest-linphone-0.12.2 68 diff --git a/net-im/linphone/files/digest-linphone-0.12.2 b/net-im/linphone/files/digest-linphone-0.12.2 new file mode 100644 index 000000000000..ace4fd1f330b --- /dev/null +++ b/net-im/linphone/files/digest-linphone-0.12.2 @@ -0,0 +1 @@ +MD5 86c01dbbcdb41786229f51ec0994ff67 linphone-0.12.2.tar.gz 3044602 diff --git a/net-im/linphone/files/linphone-0.12.2-include-fix.diff b/net-im/linphone/files/linphone-0.12.2-include-fix.diff new file mode 100644 index 000000000000..a5b47f9eae32 --- /dev/null +++ b/net-im/linphone/files/linphone-0.12.2-include-fix.diff @@ -0,0 +1,16 @@ +--- linphone-0.12.1/coreapi/linphonecore.c.orig 2003-12-07 18:29:04.000000000 +0000 ++++ linphone-0.12.1/coreapi/linphonecore.c 2003-12-07 18:30:42.000000000 +0000 +@@ -34,9 +34,11 @@ + #include <netinet/in.h> + #include <arpa/inet.h> + +-#ifdef INET6 ++/* ++ shoot me if this breaks, stkn ++ (at least it compiles now, w/o use="ipv6") ++*/ + #include <netdb.h> +-#endif + + #define MAX_IF 20 + const double bandwidths[5]= diff --git a/net-im/linphone/linphone-0.12.2.ebuild b/net-im/linphone/linphone-0.12.2.ebuild new file mode 100644 index 000000000000..b316732ec125 --- /dev/null +++ b/net-im/linphone/linphone-0.12.2.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.12.2.ebuild,v 1.1 2004/07/29 23:25:00 stkn Exp $ + +inherit eutils + +IUSE="doc gnome nls xv alsa ipv6" + +DESCRIPTION="Linphone is a Web phone with a GNOME interface." +HOMEPAGE="http://www.linphone.org/?lang=us" +SRC_URI="http://simon.morlat.free.fr/download/${PV}/source/${P}.tar.gz" + +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="dev-libs/glib + <net-libs/libosip-2.0.0 + dev-util/pkgconfig + x86? ( + xv? ( dev-lang/nasm ) + ) + gnome? ( + >=gnome-base/gnome-panel-2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=x11-libs/gtk+-2 + ) + alsa? ( >media-libs/alsa-lib-0.5 ) + doc? ( dev-util/gtk-doc )" + +src_unpack() { + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${P}-include-fix.diff +} + +src_compile() { + + local myconf + + if use gnome + then + einfo "Building with Gnome gui" + myconf="${myconf} --enable-gnome_ui=yes" + myconf="${myconf} --enable-platform-gnome-2" + else + einfo "Building without Gnome gui" + myconf="${myconf} --enable-gnome_ui=no" + fi + + use doc \ + && myconf="${myconf} --enable-gtk-doc" \ + || myconf="${myconf} --disable-gtk-doc" + + econf \ + `use_enable alsa` \ + `use_enable nls` \ + `use_enable ipv6` \ + ${myconf} || die + emake || die +} + +src_install () { + dodoc ABOUT-NLS COPYING README AUTHORS BUGS INSTALL NEWS ChangeLog TODO + einstall PIXDESTDIR=${D} || die +} |