diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-22 01:30:41 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-22 01:30:41 +0000 |
commit | ecb27537fb0224e4c15380ecaa38f3e6f605a68f (patch) | |
tree | 11099f37de21fbb311425eeb648fd5e2471c8c42 /net-im/gnomemeeting | |
parent | Added missing ant call. Thanks to Chetan Sarva <gentoo-bugs@fw2.net> for the ... (diff) | |
download | gentoo-2-ecb27537fb0224e4c15380ecaa38f3e6f605a68f.tar.gz gentoo-2-ecb27537fb0224e4c15380ecaa38f3e6f605a68f.tar.bz2 gentoo-2-ecb27537fb0224e4c15380ecaa38f3e6f605a68f.zip |
stable bump and cleanup - 0.98.0 doesn't work with libxml2.6
Diffstat (limited to 'net-im/gnomemeeting')
6 files changed, 2 insertions, 164 deletions
diff --git a/net-im/gnomemeeting/files/digest-gnomemeeting-0.96.1-r1 b/net-im/gnomemeeting/files/digest-gnomemeeting-0.96.1-r1 deleted file mode 100644 index c8a03220c281..000000000000 --- a/net-im/gnomemeeting/files/digest-gnomemeeting-0.96.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 980825e1cde57c3294d209380af5a36b gnomemeeting-0.96.1.tar.gz 1938080 diff --git a/net-im/gnomemeeting/files/digest-gnomemeeting-0.98.4 b/net-im/gnomemeeting/files/digest-gnomemeeting-0.98.4 deleted file mode 100644 index 8d376bc4c291..000000000000 --- a/net-im/gnomemeeting/files/digest-gnomemeeting-0.98.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 a85d6db696764196ec1b390c2edcc278 gnomemeeting-0.98.4.tar.bz2 1729926 diff --git a/net-im/gnomemeeting/files/gnomemeeting-0.96.1-pwcworkaround.patch b/net-im/gnomemeeting/files/gnomemeeting-0.96.1-pwcworkaround.patch deleted file mode 100644 index 9780948ec34c..000000000000 --- a/net-im/gnomemeeting/files/gnomemeeting-0.96.1-pwcworkaround.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- gnomemeeting-0.96.1/src/videograbber.cpp 2003-03-04 22:04:48.000000000 +0000 -+++ gnomemeeting-cvs/src/videograbber.cpp 2003-03-31 00:07:44.000000000 +0100 -@@ -517,14 +517,14 @@ - if (!grabber->SetChannel(video_channel)) - error_code = 2; - else -+ if (!grabber->SetFrameSizeConverter (width, height, FALSE)) -+ error_code = 5; -+ else - if (!grabber->SetColourFormatConverter ("YUV420P")) - error_code = 3; - else - if (!grabber->SetFrameRate (30)) - error_code = 4; -- else -- if (!grabber->SetFrameSizeConverter (width, height, FALSE)) -- error_code = 5; - } - - diff --git a/net-im/gnomemeeting/gnomemeeting-0.96.1-r1.ebuild b/net-im/gnomemeeting/gnomemeeting-0.96.1-r1.ebuild deleted file mode 100644 index 06618e1bc0d1..000000000000 --- a/net-im/gnomemeeting/gnomemeeting-0.96.1-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.96.1-r1.ebuild,v 1.3 2003/09/05 23:58:58 msterret Exp $ - -IUSE="sdl ssl ipv6 gnome" -inherit gnome2 - -S="${WORKDIR}/${P}" -SRC_URI="http://www.gnomemeeting.org/downloads/latest/sources/${P}.tar.gz" -HOMEPAGE="http://www.gnomemeeting.org" -DESCRIPTION="Gnome NetMeeting client" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc -sparc" -DEPEND=">=dev-libs/pwlib-1.4.11 - >=net-libs/openh323-1.11.7 - >=net-nds/openldap-2.0.25 - ssl? ( >=dev-libs/openssl-0.9.6g ) - sdl? ( >=media-libs/libsdl-1.2.4 ) - gnome? ( >=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.4.23 - >=media-sound/esound-0.2.28 - >=gnome-base/ORBit2-2.5.0" - -RDEPEND="${DEPEND} - >=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.20 - dev-lang/perl" - -src_unpack() { - unpack ${A} - # backported patch from CVS. remove this in next release. - epatch ${FILESDIR}/${P}-pwcworkaround.patch || die "patch failed" -} - -src_compile() { - - local myconf - export PWLIBDIR=/usr/share/pwlib - export OPENH323DIR=/usr/share/openh323 - - myconf="${myconf} --with-ptlib-includes=${PWLIBDIR}/include/ptlib" - myconf="${myconf} --with-ptlib-libs=/usr/lib" - myconf="${myconf} --with-openh323-includes=${OPENH323DIR}/include" - 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" - use gnome || myconf="${myconf} --disable-gnome" - - econf ${myconf} || die "configure failed" - make || die -} - -DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS FAQ TODO" -G2CONF="${G2CONF} --enable-platform-gnome-2" -SCHEMAS="gnomemeeting.schema" - - diff --git a/net-im/gnomemeeting/gnomemeeting-0.98.4.ebuild b/net-im/gnomemeeting/gnomemeeting-0.98.4.ebuild deleted file mode 100644 index 3d300f312722..000000000000 --- a/net-im/gnomemeeting/gnomemeeting-0.98.4.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.98.4.ebuild,v 1.2 2003/09/05 23:58:58 msterret Exp $ - -inherit gnome2 - -DESCRIPTION="Gnome NetMeeting client" -HOMEPAGE="http://www.gnomemeeting.org" -# now part of gnome-2.4 -#SRC_URI="http://www.gnomemeeting.org/downloads/latest/sources/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc -sparc" -IUSE="sdl ssl ipv6" - -DEPEND=">=dev-libs/pwlib-1.5.0 - >=net-libs/openh323-1.12.0 - >=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.4.23 - >=media-sound/esound-0.2.28 - >=gnome-base/ORBit2-2.5.0" - -RDEPEND="${DEPEND} - >=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.20 - dev-lang/perl" - -MAKEOPTS="${MAKEOPTS} -j1" - -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 ${myconf} || die "configure failed" - emake || die -} - -DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS FAQ TODO" diff --git a/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild b/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild index a7ded47b6b83..e9ba8b36fba0 100644 --- a/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild +++ b/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild,v 1.4 2003/11/09 23:46:23 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.98.5.ebuild,v 1.5 2004/01/22 01:30:41 liquidx Exp $ inherit gnome2 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnomemeeting.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" IUSE="sdl ssl ipv6" DEPEND=">=dev-libs/pwlib-1.5.0 |