[xulrunner] Disabled gnomevfs Enabled gio Building with system-libvpx

Jan Horak xhorak at fedoraproject.org
Thu Mar 17 16:21:58 UTC 2011


commit 0b16fb956986facba532ce4f1b059abef7ad6692
Author: Jan Horak <jhorak at redhat.com>
Date:   Thu Mar 17 17:21:12 2011 +0100

    Disabled gnomevfs
    Enabled gio
    Building with system-libvpx

 xulrunner-mozconfig |    3 +++
 xulrunner.spec      |   14 +++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/xulrunner-mozconfig b/xulrunner-mozconfig
index c6d6a3b..073dabd 100644
--- a/xulrunner-mozconfig
+++ b/xulrunner-mozconfig
@@ -9,6 +9,7 @@ ac_add_options --with-system-nss
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
+ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-cairo
@@ -34,6 +35,8 @@ ac_add_options --enable-startup-notification
 ac_add_options --disable-cpp-exceptions
 ac_add_options --enable-shared-js
 ac_add_options --enable-url-classifier
+ac_add_options --enable-gio
+ac_add_options --disable-gnomevfs
 
 export BUILD_OFFICIAL=1
 export MOZILLA_OFFICIAL=1
diff --git a/xulrunner.spec b/xulrunner.spec
index 262a55e..60d7390 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -60,7 +60,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        2.0
-Release:        0.26%{?pre_tag}%{?dist}
+Release:        0.27%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -100,9 +100,6 @@ BuildRequires:  bzip2-devel
 BuildRequires:  zlib-devel
 BuildRequires:  libIDL-devel
 BuildRequires:  gtk2-devel
-BuildRequires:  gnome-vfs2-devel
-BuildRequires:  libgnome-devel
-BuildRequires:  libgnomeui-devel
 BuildRequires:  krb5-devel
 BuildRequires:  pango-devel
 BuildRequires:  freetype-devel >= %{freetype_version}
@@ -116,6 +113,7 @@ BuildRequires:  libnotify-devel >= %{libnotify_version}
 BuildRequires:  mesa-libGL-devel
 BuildRequires:  yasm
 BuildRequires:  libcurl-devel
+BuildRequires:  libvpx-devel
 
 Requires:       mozilla-filesystem
 Requires:       nspr >= %{nspr_version}
@@ -152,9 +150,6 @@ Requires: bzip2-devel
 Requires: zlib-devel
 Requires: libIDL-devel
 Requires: gtk2-devel
-Requires: gnome-vfs2-devel
-Requires: libgnome-devel
-Requires: libgnomeui-devel
 Requires: krb5-devel
 Requires: pango-devel
 Requires: freetype-devel >= %{freetype_version}
@@ -459,6 +454,11 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Mar 17 2011 Jan Horak <jhorak at redhat.com> - 2.0-0.27
+- Disabled gnomevfs
+- Enabled gio
+- Build with system libvpx
+
 * Wed Mar  9 2011 Christopher Aillon <caillon at redhat.com> - 2.0-0.26
 - Update to 2.0 RC 1
 


More information about the scm-commits mailing list