Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2012-11-24 20:43:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium", Maintainer is "orpha...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2012-11-02 
19:38:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2012-11-24 
20:43:43.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Nov 20 23:27:56 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 25.0.1329
+  * No further indications in the ChangeLog
+- Removed patch chomium-ffmpeg-no-pkgconfig.patch
+- Building now internal libffmpegsumo.so based on the standard
+  chromium ffmpeg codecs
+
+-------------------------------------------------------------------
+Tue Nov  6 18:42:46 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 25.0.1319
+  * No further indications in the Changelog
+
+-------------------------------------------------------------------

Old:
----
  chromium-ffmpeg-no-pkgconfig.patch
  chromium.24.0.1308.0.svn164291.tar.bz2

New:
----
  chromium-gcc-fixes.patch
  chromium.25.0.1329.0.svn168469.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.k8Sf4D/_old  2012-11-24 20:44:18.000000000 +0100
+++ /var/tmp/diff_new_pack.k8Sf4D/_new  2012-11-24 20:44:18.000000000 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define svn_revision 164291
+%define svn_revision 168469
 
 Name:           chromium
-Version:        24.0.1308.0
+Version:        25.0.1329.0
 Release:        0
 Summary:        Google's opens source browser project
 License:        BSD-3-Clause and LGPL-2.1+
@@ -53,8 +53,8 @@
 Patch13:        chromium-no-courgette.patch
 # PATCH-FIX-OPENSUSE enables reading of the master preference
 Patch14:        chromium-master-prefs-path.patch
-# PATCH-FIX-OPENSUSE disables the requirement for ffmpeg
-Patch20:        chromium-ffmpeg-no-pkgconfig.patch
+# PATCH-FIX-OPENSUSE Fix some includes specifically for the GCC version used
+Patch20:        chromium-gcc-fixes.patch
 # PATCH-FIX-OPENSUSE remove the rpath in the libraries
 Patch62:        chromium-norpath.patch
 # PATCH-FIX-UPSTREAM Add more charset aliases
@@ -102,6 +102,7 @@
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libicu-devel >= 4.0
 BuildRequires:  libpulse-devel
+BuildRequires:  pciutils-devel
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-xml
@@ -113,6 +114,7 @@
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(webkit-1.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires:  pkgconfig(xcursor)
@@ -133,6 +135,7 @@
 %endif
 
 Requires:       alsa
+Requires:       ffmpegsumo
 Requires:       hicolor-icon-theme
 Requires:       update-alternatives
 Requires:       xdg-utils
@@ -148,6 +151,16 @@
 %description
 Chromium is the open-source project behind Google Chrome. We invite you to 
join us in our effort to help build a safer, faster, and more stable way for 
all Internet users to experience the web, and to create a powerful platform for 
developing a new generation of web applications.
 
+%package ffmpegsumo
+Summary:        Library to provide ffmpeg support to Chromium
+License:        BSD-3-Clause and LGPL-2.1+
+Group:          Productivity/Networking/Web/Browsers
+Provides:       ffmpegsumo
+Conflicts:      chromium-ffmpeg
+
+%description ffmpegsumo
+The is the multimedia codec library for Chromium. It is based on the internal 
ffmpeg source code and contains only the open source codecs from ffmpeg. 
Proprietary codecs (e.g. H.264) are not part of this library, but are provided 
in an external package
+
 %package desktop-kde
 
 Summary:        Update to chromium to use KDE's kwallet to store passwords
@@ -251,10 +264,8 @@
 -Dlinux_sandbox_path=%{_prefix}/lib/chrome_sandbox \
 -Dlinux_sandbox_chrome_path=%{_libdir}/chromium/chromium \
 -Duse_openssl=0 \
--Duse_system_ffmpeg=1 \
 -Dbuild_ffmpegsumo=1 \
 -Dremove_webcore_debug_symbols=1 \
--Dproprietary_codecs=1 \
 -Dlinux_fpic=1 \
 %ifnarch x86_64
 -Ddisable_sse2=1 \
@@ -325,6 +336,9 @@
 cp -a nacl_helper_bootstrap %{buildroot}%{_libdir}/chromium/
 cp -a nacl_irt_*.nexe %{buildroot}%{_libdir}/chromium/
 cp -a libppGoogleNaClPluginChrome.so %{buildroot}%{_libdir}/chromium/
+
+#libffmpegsumo
+cp -a libffmpegsumo.so %{buildroot}%{_libdir}/chromium/
 popd
 
 mkdir -p %{buildroot}%{_datadir}/icons/
@@ -423,6 +437,10 @@
 %{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
 %{_datadir}/icons/hicolor/
 
+%files ffmpegsumo
+%defattr(-,root,root,-)
+%{_libdir}/chromium/libffmpegsumo.so
+
 %files desktop-kde
 %attr(755, root, root) %{_libdir}/chromium/chromium-kde
 


++++++ chromium-gcc-fixes.patch ++++++
--- chromium/src/base/debug/stack_trace.h       2012-11-17 11:50:04.117577121 
+0100
+++ chromium/src/base/debug/stack_trace.h       2012-11-17 11:50:04.117577121 
+0100
@@ -7,6 +7,7 @@
 
 #include <iosfwd>
 #include <string>
+#include <stdint.h>
 
 #include "base/base_export.h"
 #include "build/build_config.h"
++++++ chromium.24.0.1308.0.svn164291.tar.bz2 -> 
chromium.25.0.1329.0.svn168469.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/chromium/chromium.24.0.1308.0.svn164291.tar.bz2 
/work/SRC/openSUSE:Factory/.chromium.new/chromium.25.0.1329.0.svn168469.tar.bz2 
differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to