From 035c5c8c46fbb2c2404ba1ee4d959bccd1ddcc82 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jan 06 2009 06:31:25 +0000 Subject: - Upgrade to the 3.1.0 devel release, enable gstreamer and xcap, remove libgnome --- diff --git a/.cvsignore b/.cvsignore index 0f4ae34..eef94d4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ekiga-3.0.1.tar.bz2 +ekiga-3.1.0.tar.bz2 diff --git a/ekiga.spec b/ekiga.spec index 68c0322..290705d 100644 --- a/ekiga.spec +++ b/ekiga.spec @@ -1,10 +1,10 @@ Summary: A Gnome based SIP/H323 teleconferencing application Name: ekiga -Version: 3.0.1 -Release: 4%{?dist} +Version: 3.1.0 +Release: 1%{?dist} URL: http://www.ekiga.org/ Source0: ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.0/%{name}-%{version}.tar.bz2 -Patch0: ekiga-fixlibnotify.patch +#Patch0: ekiga-fixlibnotify.patch License: GPLv2+ Group: Applications/Communications BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -14,8 +14,8 @@ Requires: dbus Requires: GConf2 BuildRequires: gtk2-devel >= 2.12 BuildRequires: GConf2-devel >= 2.2.0 -BuildRequires: libgnomeui-devel >= 2.0 -BuildRequires: libgnome-devel >= 2.0 +#BuildRequires: libgnomeui-devel >= 2.0 +#BuildRequires: libgnome-devel >= 2.0 BuildRequires: libnotify-devel BuildRequires: avahi-devel >= 0.6.9 BuildRequires: avahi-glib-devel >= 0.6.9 @@ -36,6 +36,9 @@ BuildRequires: gnome-doc-utils >= 0.3.2 BuildRequires: desktop-file-utils BuildRequires: libsigc++20-devel BuildRequires: speex-devel +BuildRequires: gstreamer-devel +BuildRequires: gstreamer-plugins-base-devel +BuildRequires: gstreamer-plugins-bad-devel Requires(pre): GConf2 Requires(post): GConf2 @@ -49,11 +52,11 @@ It uses the standard SIP and H323 protocols. %prep %setup -q -%patch0 -p0 -b .fixlibnotify +#%patch0 -p0 -b .fixlibnotify %build CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC" -%configure --disable-scrollkeeper +%configure --disable-scrollkeeper --enable-gstreamer --enable-xcap make %{?_smp_mflags} %install @@ -141,6 +144,9 @@ scrollkeeper-update -q || : %{_sysconfdir}/gconf/schemas/ekiga.schemas %changelog +* Mon Jan 5 2009 Peter Robinson - 3.1.0-1 +- Upgrade to the 3.1.0 devel release, enable gstreamer and xcap, remove libgnome + * Mon Nov 13 2008 Peter Robinson - 3.0.1-4 - Fix spec file error diff --git a/sources b/sources index c0a8c2f..e45691b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69b4cb7ec2041c5b76861d161d993820 ekiga-3.0.1.tar.bz2 +ec8690ff84b364d2df5b2443a01ba529 ekiga-3.1.0.tar.bz2