diff options
author | 2002-10-24 21:49:59 +0000 | |
---|---|---|
committer | 2002-10-24 21:49:59 +0000 | |
commit | 34e02e858f11568b19342d0b0918903a781392b3 (patch) | |
tree | ed24a60df79b78fa97647a32044d59ac5fd7098c | |
parent | New gnomemeeting ebuild. Releasing it as stable. Many bug fixes and (diff) | |
download | gentoo-2-34e02e858f11568b19342d0b0918903a781392b3.tar.gz gentoo-2-34e02e858f11568b19342d0b0918903a781392b3.tar.bz2 gentoo-2-34e02e858f11568b19342d0b0918903a781392b3.zip |
Marked stable
-rw-r--r-- | media-libs/Speex/Speex-1.0_beta1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/openh323/openh323-1.9.10.ebuild | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/media-libs/Speex/Speex-1.0_beta1.ebuild b/media-libs/Speex/Speex-1.0_beta1.ebuild index 82fee5377230..e4711dcb4c64 100644 --- a/media-libs/Speex/Speex-1.0_beta1.ebuild +++ b/media-libs/Speex/Speex-1.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/Speex/Speex-1.0_beta1.ebuild,v 1.1 2002/10/24 20:39:37 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/Speex/Speex-1.0_beta1.ebuild,v 1.2 2002/10/24 21:49:16 raker Exp $ DESCRIPTION="open-source, patent-free voice codec" HOMEPAGE="http://www.speex.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.speex.org/download/${P/_/}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" diff --git a/net-libs/openh323/openh323-1.9.10.ebuild b/net-libs/openh323/openh323-1.9.10.ebuild index 247d779c8199..9f684d1fbbbd 100644 --- a/net-libs/openh323/openh323-1.9.10.ebuild +++ b/net-libs/openh323/openh323-1.9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.9.10.ebuild,v 1.1 2002/10/24 20:13:29 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.9.10.ebuild,v 1.2 2002/10/24 21:49:59 raker Exp $ S="${WORKDIR}/${PN}" @@ -8,11 +8,12 @@ SRC_URI="http://www.openh323.org/bin/${PN}_${PV}.tar.gz" HOMEPAGE="http://www.openh323.org" DESCRIPTION="Open Source implementation of the ITU H.323 teleconferencing protocol" -DEPEND=">=dev-libs/pwlib-1.3.11" +DEPEND="media-libs/Speex + >=dev-libs/pwlib-1.3.11" SLOT="0" LICENSE="MPL-1.1" -KEYWORDS="~x86 ~sparc ~sparc64" +KEYWORDS="x86 ~sparc ~sparc64" src_compile() { |