From 04e40b313ee0f02c66fb6e194353801e4c3cfa08 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Tue, 14 Mar 2006 22:18:55 +0000 Subject: Version bumped ekiga to 2.0.1 svn path=/trunk/; revision=187 --- net-im/ekiga/Manifest | 6 ++ net-im/ekiga/ekiga-2.0.1.ebuild | 111 ++++++++++++++++++++++++++++++++++ net-im/ekiga/files/digest-ekiga-2.0.1 | 3 + 3 files changed, 120 insertions(+) create mode 100644 net-im/ekiga/ekiga-2.0.1.ebuild create mode 100644 net-im/ekiga/files/digest-ekiga-2.0.1 diff --git a/net-im/ekiga/Manifest b/net-im/ekiga/Manifest index 7d87901..de38f37 100644 --- a/net-im/ekiga/Manifest +++ b/net-im/ekiga/Manifest @@ -7,6 +7,9 @@ SHA256 689b90b3d631db6f0aacf6a42314e387410d7bc55df8a409885d661cb9c80c02 ekiga-1. MD5 6b162089f7a52fda22ed107c4f77cc7b ekiga-2.0.0.ebuild 2791 RMD160 0c36ca82f32234e5b4bd1b27fb4e432c0f96509d ekiga-2.0.0.ebuild 2791 SHA256 5149985f15325457db4e2db48ca9d117b5626ff289f202f887e39f4b8cc6292c ekiga-2.0.0.ebuild 2791 +MD5 6b162089f7a52fda22ed107c4f77cc7b ekiga-2.0.1.ebuild 2791 +RMD160 0c36ca82f32234e5b4bd1b27fb4e432c0f96509d ekiga-2.0.1.ebuild 2791 +SHA256 5149985f15325457db4e2db48ca9d117b5626ff289f202f887e39f4b8cc6292c ekiga-2.0.1.ebuild 2791 MD5 be00736076bf70f4aff2757a99d2ce96 files/digest-ekiga-1.99.0 65 RMD160 9eaa3ecbaf1d27b1af54e40f96dc713108b2e0aa files/digest-ekiga-1.99.0 65 SHA256 c29a3f59d9bc51110c7a36d168347797aa0a29c084f4bdb40368523dd6ae73fe files/digest-ekiga-1.99.0 65 @@ -16,6 +19,9 @@ SHA256 c0022dfc6bc5d519f5255ec29fac4295d20e981b6c36661618562052b12b8e4e files/di MD5 828e87bd94db6084bdd60d6dc7ca3f04 files/digest-ekiga-2.0.0 238 RMD160 273a3935669059f70a5226c9d81193c69576d848 files/digest-ekiga-2.0.0 238 SHA256 63388c0942d6c454fc83f8c1a970cd108d7b9ec78ba96b50c669a31ecdce3ec3 files/digest-ekiga-2.0.0 238 +MD5 0483cc844936ac12c35db48d7b0186a3 files/digest-ekiga-2.0.1 238 +RMD160 125ce44db4306d3e3499f0f0e3095b0ff8903189 files/digest-ekiga-2.0.1 238 +SHA256 cb352afaeb56243c6aa58b0dd8b4c91a3dd562e2da62edd8941ca34027082645 files/digest-ekiga-2.0.1 238 MD5 683dfd499a4dd803dd3cb8797a4d0efe files/ekiga-1.99.0-configure.patch 669 RMD160 fa6cfdb6f1613e63b3af9a60d4f14b0260bae2db files/ekiga-1.99.0-configure.patch 669 SHA256 5c8ffcb27ebf51a0f39ae866e8b9637f56bad8fe113adb6122da4d973d55dd80 files/ekiga-1.99.0-configure.patch 669 diff --git a/net-im/ekiga/ekiga-2.0.1.ebuild b/net-im/ekiga/ekiga-2.0.1.ebuild new file mode 100644 index 0000000..bd95715 --- /dev/null +++ b/net-im/ekiga/ekiga-2.0.1.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-1.2.1.ebuild,v 1.5 2005/07/29 18:45:27 stkn Exp $ + +inherit gnome2 eutils flag-o-matic + +DESCRIPTION="H.323 and SIP VoIP softphone" +HOMEPAGE="http://www.ekiga.org/" +SRC_URI="http://www.ekiga.org/includes/clicks_counter.php?http://www.ekiga.org/admin/downloads/latest/sources/sources/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="dbus gnome ipv6 sdl ssl" + +RDEPEND="~dev-libs/pwlib-1.10.0 + ~net-libs/opal-2.2.0 + >=net-nds/openldap-2.0.0 + >=x11-libs/gtk+-2.4.0 + >=dev-libs/glib-2.0.0 + >=dev-libs/libxml2-2.6.1 + ssl? ( >=dev-libs/openssl-0.9.6g ) + sdl? ( >=media-libs/libsdl-1.2.4 ) + dbus? ( >=sys-apps/dbus-0.22 ) + gnome? ( >=gnome-base/libbonoboui-2.2.0 + >=gnome-base/libbonobo-2.2.0 + >=gnome-base/libgnomeui-2.2.0 + >=gnome-base/libgnome-2.2.0 + >=gnome-base/gnome-vfs-2.2.0 + >=gnome-base/gconf-2.2.0 + >=gnome-base/orbit-2.5.0 + gnome-extra/evolution-data-server + >=media-sound/esound-0.2.28 )" + + +DEPEND="${RDEPEND} + dev-lang/perl + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.20 + gnome? ( app-text/scrollkeeper )" + +src_unpack() { + unpack ${A} + + cd ${S} + # Fix configure to install schemafile into the proper directory + epatch ${FILESDIR}/${PN}-1.99.0-configure.patch + + # Relax dbus version check and fix installation of service file +# epatch ${FILESDIR}/${PN}-1.99.0-dbus.diff +} + +src_compile() { + local myconf + + # filter -O3, causes trouble with plugins (bug #88710) + replace-flags -O3 -O2 + + # + # don't touch! yes, it works this way. + # no, changing to use_enable / use_with breaks it + # + if use ssl; then + myconf="${myconf} --with-openssl-libs=/usr/lib" + myconf="${myconf} --with-openssl-includes=/usr/include/openssl" + fi + + use sdl \ + && myconf="${myconf} --with-sdl-prefix=/usr" \ + || myconf="${myconf} --disable-sdltest" + + use gnome \ + || myconf="${myconf} --disable-gnome --disable-scrollkeeper --disable-schemas-install" + + use dbus \ + && myconf="${myconf} --enable-dbus" + + use avahi \ + || myconf="${myconf} --disable-avahi" + + econf \ + $(use_enable ipv6) \ + ${myconf} || die "configure failed" + + emake || die "emake failed" +} + +src_install() { + + if use gnome; then + gnome2_src_install + else + make DESTDIR=${D} install || die "make install failed" + rm -rf ${D}/usr/lib/bonobo + + dodoc AUTHORS ChangeLog COPYING README INSTALL NEWS FAQ TODO + fi +} + +pkg_postinst() { + + if use gnome; then + gnome2_pkg_postinst + # we need to fix the GConf permissions, see bug #59764 + # + einfo "Fixing GConf permissions for gnomemeeting" + gnomemeeting-config-tool --fix-permissions + fi +} + +DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS FAQ TODO" diff --git a/net-im/ekiga/files/digest-ekiga-2.0.1 b/net-im/ekiga/files/digest-ekiga-2.0.1 new file mode 100644 index 0000000..9ec8aa3 --- /dev/null +++ b/net-im/ekiga/files/digest-ekiga-2.0.1 @@ -0,0 +1,3 @@ +MD5 9f0a2bcce380677e38b23991320df171 ekiga-2.0.1.tar.gz 5572709 +RMD160 bce9ffd65c880b1d38240b2662e171e39e525eb9 ekiga-2.0.1.tar.gz 5572709 +SHA256 af0a37f30f2c03126ce387c4f7348e23f8fa107664b387576e42faf3a862a8f4 ekiga-2.0.1.tar.gz 5572709 -- cgit v1.2.3-65-gdbad