diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2004-04-27 16:18:42 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2004-04-27 16:18:42 +0000 |
commit | 5c92d2e54920b617d058583369cba8db4c8f6fab (patch) | |
tree | 43b3313a5f8d0af2d08c5e38c9b6dd0ad3933836 /net-im | |
parent | Version bump, closes bug #47645. (Manifest recommit) (diff) | |
download | gentoo-2-5c92d2e54920b617d058583369cba8db4c8f6fab.tar.gz gentoo-2-5c92d2e54920b617d058583369cba8db4c8f6fab.tar.bz2 gentoo-2-5c92d2e54920b617d058583369cba8db4c8f6fab.zip |
version bump
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gnomemeeting/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/gnomemeeting/files/digest-gnomemeeting-1.0.2 | 1 | ||||
-rw-r--r-- | net-im/gnomemeeting/files/gnomemeeting-1.0.2-configure.diff | 20 | ||||
-rw-r--r-- | net-im/gnomemeeting/gnomemeeting-1.0.2.ebuild | 80 |
4 files changed, 108 insertions, 1 deletions
diff --git a/net-im/gnomemeeting/ChangeLog b/net-im/gnomemeeting/ChangeLog index 6518d08d4347..139224fcd422 100644 --- a/net-im/gnomemeeting/ChangeLog +++ b/net-im/gnomemeeting/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/gnomemeeting # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/ChangeLog,v 1.31 2004/03/30 14:50:12 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/ChangeLog,v 1.32 2004/04/27 16:18:42 stkn Exp $ + +*gnomemeeting-1.0.2 (27 Apr 2004) + + 27 Apr 2004; Stefan Knoblich <stkn@gentoo.org> gnomemeeting-1.0.2.ebuild, + files/gnomemeeting-1.0.2-configure.diff: + version bump 30 Mar 2004; Lars Weiler <pylon@gentoo.org> gnomemeeting-1.00.ebuild: Added ~ppc on request of cybersystem diff --git a/net-im/gnomemeeting/files/digest-gnomemeeting-1.0.2 b/net-im/gnomemeeting/files/digest-gnomemeeting-1.0.2 new file mode 100644 index 000000000000..f9d2bb4d99eb --- /dev/null +++ b/net-im/gnomemeeting/files/digest-gnomemeeting-1.0.2 @@ -0,0 +1 @@ +MD5 3d7d7e119d4c22eb793656e3fa0645b8 gnomemeeting-1.0.2.tar.gz 4466016 diff --git a/net-im/gnomemeeting/files/gnomemeeting-1.0.2-configure.diff b/net-im/gnomemeeting/files/gnomemeeting-1.0.2-configure.diff new file mode 100644 index 000000000000..9ac258c906a2 --- /dev/null +++ b/net-im/gnomemeeting/files/gnomemeeting-1.0.2-configure.diff @@ -0,0 +1,20 @@ +--- configure.orig 2004-04-10 17:11:16.446781832 +0200 ++++ configure 2004-04-10 17:12:09.573705312 +0200 +@@ -20790,7 +20790,7 @@ + PWLIB_VERSION=`cat ${with_pwlib_dir}/include/ptbuildopts.h | grep VERSION | cut -f2 -d ' ' | sed "s/\"//g"` + echo "$as_me:$LINENO: result: $PWLIB_VERSION" >&5 + echo "${ECHO_T}$PWLIB_VERSION" >&6 +-if test "x${PWLIB_VERSION}" != "x${PWLIB_REC_VERSION}"; then ++if test ${PWLIB_VERSION//./} -lt ${PWLIB_REC_VERSION//./}; then + { { echo "$as_me:$LINENO: error: Sorry but the recommended PWLib version is ${PWLIB_REC_VERSION}" >&5 + echo "$as_me: error: Sorry but the recommended PWLib version is ${PWLIB_REC_VERSION}" >&2;} + { (exit 1); exit 1; }; }; +@@ -21013,7 +21013,7 @@ + OPENH323_VERSION=`cat ${with_openh323_dir}/include/openh323/openh323buildopts.h | grep VERSION | cut -f2 -d ' ' | sed "s/\"//g"` + echo "$as_me:$LINENO: result: $OPENH323_VERSION" >&5 + echo "${ECHO_T}$OPENH323_VERSION" >&6 +-if test "x${OPENH323_VERSION}" != "x${OPENH323_REC_VERSION}"; then ++if test ${OPENH323_VERSION//./} -lt ${OPENH323_REC_VERSION//./}; then + { { echo "$as_me:$LINENO: error: Sorry but the recommended Openh323 version is ${OPENH323_REC_VERSION}" >&5 + echo "$as_me: error: Sorry but the recommended Openh323 version is ${OPENH323_REC_VERSION}" >&2;} + { (exit 1); exit 1; }; }; diff --git a/net-im/gnomemeeting/gnomemeeting-1.0.2.ebuild b/net-im/gnomemeeting/gnomemeeting-1.0.2.ebuild new file mode 100644 index 000000000000..0dd45638c154 --- /dev/null +++ b/net-im/gnomemeeting/gnomemeeting-1.0.2.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-1.0.2.ebuild,v 1.1 2004/04/27 16:18:42 stkn Exp $ + +inherit gnome2 + +DESCRIPTION="Gnome NetMeeting client" +HOMEPAGE="http://www.gnomemeeting.org" +# now part of gnome-2.4 +SRC_URI="http://www.gnomemeeting.org/includes/clicks_counter.php?http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="sdl ssl ipv6" + +RDEPEND=">=dev-libs/pwlib-1.6.6 + >=net-libs/openh323-1.13.5 + >=net-nds/openldap-2.0.25 + ssl? ( >=dev-libs/openssl-0.9.6g ) + sdl? ( >=media-libs/libsdl-1.2.4 ) + >=gnome-base/libbonoboui-2.0 + >=gnome-base/libbonobo-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/libgnome-2.0 + >=net-libs/linc-0.5.0 + >=x11-libs/gtk+-2.0.0 + >=dev-libs/glib-2.0.0 + >=gnome-base/gconf-2.0 + >=dev-libs/libxml2-2.6.1 + >=media-sound/esound-0.2.28 + >=gnome-base/ORBit2-2.5.0" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.20 + dev-lang/perl + app-text/scrollkeeper" + +MAKEOPTS="${MAKEOPTS} -j1" + +src_unpack() { + unpack ${A} + + cd ${S} + # configure accepts pwlib-1.6.5 and openh323-1.13.4 only, + # but later versions should work too + epatch ${FILESDIR}/${P}-configure.diff +} + +src_compile() { + + local myconf + + myconf="${myconf} --with-ptlib-includes=/usr/include/ptlib" + myconf="${myconf} --with-ptlib-libs=/usr/lib" + myconf="${myconf} --with-openh323-includes=/usr/include/openh323" + myconf="${myconf} --with-openh323-libs=/usr/lib" + + if [ -n "`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 ipv6 \ + && myconf="${myconf} --enable-ipv6" \ + || myconf="${myconf} --disable-ipv6" + + econf \ + --prefix=/usr \ + --host=${CHOST} \ + ${myconf} || die "configure failed" + emake || die +} + +DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS FAQ TODO" |