summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2010-10-28 08:21:35 +0000
committerMounir Lamouri <volkmar@gentoo.org>2010-10-28 08:21:35 +0000
commit8e215599402cb9d4ce1d377136c557f451884a2c (patch)
treecf097bffabec0207afb69fd8d20d9e713275e0ca /net-voip
parentFix overflow. Bug #340665 (diff)
downloadgentoo-2-8e215599402cb9d4ce1d377136c557f451884a2c.tar.gz
gentoo-2-8e215599402cb9d4ce1d377136c557f451884a2c.tar.bz2
gentoo-2-8e215599402cb9d4ce1d377136c557f451884a2c.zip
Didn't meant to remove ekiga-3.2.7...
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/ekiga/ChangeLog10
-rw-r--r--net-voip/ekiga/ekiga-3.2.7.ebuild (renamed from net-voip/ekiga/ekiga-3.2.5-r2.ebuild)22
2 files changed, 13 insertions, 19 deletions
diff --git a/net-voip/ekiga/ChangeLog b/net-voip/ekiga/ChangeLog
index aeaf29c32673..75ee3ecba546 100644
--- a/net-voip/ekiga/ChangeLog
+++ b/net-voip/ekiga/ChangeLog
@@ -1,12 +1,16 @@
# ChangeLog for net-voip/ekiga
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.20 2010/10/27 22:53:53 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.21 2010/10/28 08:21:35 volkmar Exp $
- 27 Oct 2010; <volkmar@gentoo.org> -ekiga-3.2.6.ebuild,
+ 28 Oct 2010; Mounir Lamouri <volkmar@gentoo.org> -ekiga-3.2.5-r2.ebuild,
+ +ekiga-3.2.7.ebuild:
+ Didn't meant to remove ekiga-3.2.7...
+
+ 27 Oct 2010; Mounir Lamouri <volkmar@gentoo.org> -ekiga-3.2.6.ebuild,
-ekiga-3.2.7.ebuild:
Removing old ebuilds.
- 27 Oct 2010; <volkmar@gentoo.org> ekiga-3.2.7.ebuild:
+ 27 Oct 2010; Mounir Lamouri <volkmar@gentoo.org> ekiga-3.2.7.ebuild:
Update required glib version.
*ekiga-3.2.7 (19 Aug 2010)
diff --git a/net-voip/ekiga/ekiga-3.2.5-r2.ebuild b/net-voip/ekiga/ekiga-3.2.7.ebuild
index cbef9cfe7ef8..496d737e2caf 100644
--- a/net-voip/ekiga/ekiga-3.2.5-r2.ebuild
+++ b/net-voip/ekiga/ekiga-3.2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-3.2.5-r2.ebuild,v 1.6 2010/05/01 00:54:12 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-3.2.7.ebuild,v 1.4 2010/10/28 08:21:35 volkmar Exp $
EAPI="2"
@@ -20,11 +20,11 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="avahi dbus debug doc eds gconf gnome gstreamer h323 kde kontact ldap
libnotify mmx nls +shm static v4l xcap xv"
-RDEPEND=">=dev-libs/glib-2.8.0:2
+RDEPEND=">=dev-libs/glib-2.14.0:2
dev-libs/libsigc++:2
dev-libs/libxml2:2
- >=net-libs/opal-3.6.4[audio,sip,video,debug=,h323?]
- >=net-libs/ptlib-2.6.4[stun,video,wav,debug=]
+ >=net-libs/opal-3.6.8[audio,sip,video,debug=,h323?]
+ >=net-libs/ptlib-2.6.7[stun,video,wav,debug=]
>=x11-libs/gtk+-2.12.0:2
avahi? ( >=net-dns/avahi-0.6[dbus] )
dbus? ( >=sys-apps/dbus-0.36
@@ -38,8 +38,7 @@ RDEPEND=">=dev-libs/glib-2.8.0:2
kde? ( kontact? ( >=kde-base/kdepimlibs-${KDE_MINIMAL} ) )
ldap? ( dev-libs/cyrus-sasl:2
net-nds/openldap )
- libnotify? ( x11-libs/libnotify
- debug? ( >=x11-libs/libnotify-0.4.5 ) )
+ libnotify? ( x11-libs/libnotify )
shm? ( x11-libs/libXext )
xcap? ( net-libs/libsoup:2.4 )
xv? ( x11-libs/libXv )"
@@ -59,7 +58,6 @@ DOCS="AUTHORS ChangeLog FAQ MAINTAINERS NEWS README TODO"
# TODO: gnome2 eclass add --[dis|en]able-gtk-doc wich throws a QA warning
# a patch has been submitted, see bug 262491
# ptlib/opal needed features are not checked by ekiga, upstream bug 577249
-# libnotify-0.4.4 bug with +debug, upstream bug 583719
# +doc is not installing dev doc (doxygen)
# UPSTREAM:
@@ -104,6 +102,7 @@ pkg_setup() {
$(use_enable gconf schemas-install)
$(use_enable gnome)
$(use_enable gstreamer)
+ $(use_enable h323)
$(use_enable kde)
$(use_enable kontact kab)
$(use_enable ldap)
@@ -124,15 +123,6 @@ src_prepare() {
# gnome-2 eclass is reloading schemas with SIGHUP
sed -i -e '/gconftool-2 --shutdown/d' Makefile.in || die "sed failed"
- # H323 is automatically enabled with opal[h323], want it to be a user choice
- # upstream bug 575833
- if ! use h323; then
- sed -i -e "s/H323=\"yes\"/H323=\"no\"/" configure || die "sed failed"
- sed -i -e \
- "s:H323=\`\$PKG_CONFIG --variable=OPAL_H323 opal\`:H323=\"no\":" \
- configure || die "sed failed"
- fi
-
# V4L support is auto-enabled, want it to be a user choice
# do not contact upstream because that's a hack
# TODO: check if upstream has removed this hack