source: projects/specs/trunk/c/chromium/chromium-vl.spec @ 8239

Revision 8239, 35.2 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

Line 
1#% global with_system_zlib 1
2#% global with_system_jpeg 1
3#% global with_system_png 1
4
5#% global with_system_icu 1
6#% global with_system_v8 1
7#% global with_system_vpx 1
8
9#NOTE: src/third_party/ffmpeg/ffmpeg.gyp:
10# There's a couple key GYP variables that control how FFmpeg is built:
11#   ffmpeg_branding
12#     Controls whether we build the Chromium or Google Chrome version of
13#     FFmpeg.  The Google Chrome version contains additional codecs.
14#     Typical values are Chromium, Chrome, ChromiumOS, and ChromeOS.
15#   build_ffmpegsumo
16#     When set to zero will build Chromium against Chrome's FFmpeg headers, but
17#     not build ffmpegsumo itself.  Users are expected to build and provide
18#     their own version of ffmpegsumo.  Default value is 1.
19#% global with_system_ffmpeg 1
20#% global with_build_ffmpegsumo 1
21
22%global chrome_sandbox %{_prefix}/lib/chrome_sandbox
23
24Name:           chromium
25Summary:        Google's opens source browser project
26Summary(ja):    Googleのオープンソースウェブブラウザ
27#'
28Version:        32.0.1700.102
29Release:        1%{?_dist_release}
30License:        BSD-3-Clause, LGPL-2.1+
31Group:          Applications/Internet
32Source0:        %{name}-%{version}-vine.tar.xz
33# Script used to create the %{name}-%{version}-vine.tar.xz archive from
34# a official tarball:
35# http://gsdview.appspot.com/chromium-browser-official/chromium-30.0.1599.XXX.tar.xz
36Source3:        pack_chromium_source-vine.sh
37# Patch template which adds vendor to user agent
38##!!Source20:       chromium-vendor.patch.in
39Source20:       chromium-vendor-vine.patch.in
40# Set default prefs
41##!!Source30:       master_preferences
42Source30:       master_preferences.vine
43##!!Source31:       default_bookmarks.html
44#Source31:       default_bookmarks.html.vine
45Source99:       chrome-wrapper
46##!!Source100:      chromium-browser.sh
47Source100:      chromium-browser-vine.sh
48##!!Source101:      chromium-browser.desktop
49Source101:      chromium-browser-vine.desktop
50Source102:      chromium-browser.xml
51Source103:      chromium.default
52
53
54## Start Patches
55# Fedora and OpenSUSE
56# Many changes to the gyp systems so we can use system libraries
57Patch1:         chromium-32.0.1700.72-no-test-sources.patch
58# removes build part for courgette
59Patch13:        chromium-32.0.1700.72-no-courgette.patch
60# enables reading of the master preference
61Patch14:        chromium-30.0.1599.84-master-prefs-path.patch
62# Fix some includes specifically for the GCC version used
63#Patch21:        chromium-gcc-fixes.patch
64Patch21:        chromium-gcc47.patch
65# Add more charset aliases
66Patch64:        chromium-more-codec-aliases.patch
67# Compile the sandbox with -fPIE settings
68Patch66:        chromium-sandbox-pie.patch
69# Adjust ldflags for better building
70Patch67:        adjust-ldflags-no-keep-memory.patch
71
72
73# http://code.google.com/p/gperftools/issues/detail?id=444
74Patch90:        chromium-21.0.1180.81-glibc216.patch
75
76# Vine
77Patch100:               chromium-30.0.1599.84-no-ffmpegsumo.patch
78Patch101:               chromium-disable-GoogleApiKeysInfoBar-vine.patch
79
80
81BuildRequires:  pciutils-devel
82##!!BuildRequires:  Mesa-devel
83BuildRequires:  mesa-libGLU-devel
84##!!BuildRequires:  alsa-devel
85BuildRequires:  alsa-lib-devel
86BuildRequires:  pulseaudio-libs-devel
87BuildRequires:  bison
88BuildRequires:  cups-devel
89BuildRequires:  desktop-file-utils
90BuildRequires:  flex
91BuildRequires:  freetype2-devel
92BuildRequires:  gperf
93BuildRequires:  hunspell-devel
94##!!BuildRequires:  libbz2-devel
95%{?with_system_bzip2:BuildRequires:  bzip2-devel}
96%{?with_system_libevent:BuildRequires:  libevent-devel}
97##!!BuildRequires:  libexpat-devel
98BuildRequires:  expat-devel
99##!!BuildRequires:  libgnutls-devel
100BuildRequires:  gnutls-devel
101%{?with_system_jpeg:BuildRequires:  libjpeg-devel}
102%{?with_system_png:BuildRequires:  libpng-devel}
103BuildRequires:  libstdc++-devel >= 4.4
104%{?with_system_vpx:BuildRequires:  libvpx-devel >= 0.9.5}
105%{?with_system_libxslt:BuildRequires:  libxslt-devel}
106BuildRequires:  libzip-devel
107##!!BuildRequires:  lzma
108#BuildRequires:  xz
109##!!BuildRequires:  mozilla-nspr-devel
110BuildRequires:  nspr-devel
111##!!BuildRequires:  mozilla-nss-devel
112BuildRequires:  nss-devel
113BuildRequires:  krb5-devel
114BuildRequires:  openssl-devel
115BuildRequires:  pam-devel
116##!!BuildRequires:  pkg-config
117#BuildRequires:  subversion
118##!!BuildRequires:  perl(Switch)
119BuildRequires:  perl
120BuildRequires:  cairo-devel >= 1.6
121BuildRequires:  dbus-devel
122BuildRequires:  dbus-glib-devel
123##!!BuildRequires:  gconf2-devel
124BuildRequires:  GConf2-devel
125BuildRequires:  glib2-devel
126BuildRequires:  gtk2-devel
127%{?with_system_libxml:BuildRequires:  libxml2-devel}
128BuildRequires:  python
129##!!BuildRequires:  python-xml
130BuildRequires:  python-pyxml
131%{?with_system_sqlite:BuildRequires:  sqlite3-devel}
132##!!BuildRequires:  update-desktop-files
133%{?with_system_v8:BuildRequires:  v8-devel}
134##!!BuildRequires:  wdiff
135%{?with_system_zlib:BuildRequires:  zlib-devel}
136##!!BuildRequires:  libpulse-devel
137BuildRequires:  pulseaudio-libs-devel
138##!!BuildRequires:  libelf-devel
139BuildRequires:  elfutils-libelf-devel
140BuildRequires:  libgnome-keyring-devel
141BuildRequires:  python-devel
142#BuildRequires:  glew-devel
143%{?with_system_icu:BuildRequires:  libicu-devel >= 4.0}
144BuildRequires:  libudev-devel
145BuildRequires:  libcap-devel
146
147##Vine Linux
148#BuildRequires:  libpaper-devel
149BuildRequires:  libXScrnSaver-devel
150BuildRequires:  libXtst-devel
151BuildRequires:  libXdamage-devel
152BuildRequires:  libXt-devel
153#%ifarch x86_64
154#Requires:  nspluginwrapper
155#%endif
156
157##!!Requires:       alsa
158Requires:       alsa-lib
159Requires:       pulseaudio-libs
160Requires:       xdg-utils
161%{?with_system_v8:Requires:       v8}
162
163BuildRoot:      %{_tmppath}/%{name}-%{version}-root
164
165Obsoletes: chromium < %{version}-%{release}
166
167
168%description
169Chromium is the open-source project behind Google Chrome.
170We invite you to join us in our effort to help build a safer, faster,
171and more stable way for all Internet users to experience the web,
172and to create a powerful platform for developing a new generation of
173web applications.
174
175%description -l ja
176Chromium は Google Chrome の後方にあるオープンソースプロジェクトです。
177ウェブを体験しているすべてのインターネットユーザに対して
178より安全で、より速くて、より安定した方法を築き上げるのを補助するでしょう。
179そして、ウェブアプリケーションの新しい世代を発展させ、
180強力なプラットホームを作成するために、
181私たちの取り組みにぜひ参加してください。
182
183
184%prep
185# if 0%{?with_build_ffmpegsumo}
186# # with_build_ffmpegsumo=1
187# else
188# # with_build_ffmpegsumo=0
189# endif
190
191#%setup -q
192[ -d %{name}-%{version} ] && %__rm -rf %{name}-%{version}
193xz -dc %{SOURCE0} | %__tar -xf - || exit 1
194%setup -D -T -n %{name}-%{version}
195
196%patch1 -p1
197%patch64
198%patch13 -p1
199%patch14 -p1
200%patch21 -p1
201%patch66 -p1
202%patch67 -p1
203
204%patch90 -p1
205
206%patch100 -p1
207%patch101 -p1
208
209## built header file: avconfig.h
210[ -f src/third_party/ffmpeg/libavutil/avconfig.h ] && exit 1
211cat > src/third_party/ffmpeg/libavutil/avconfig.h <<EOF
212/* Generated by ffconf */
213#ifndef AVUTIL_AVCONFIG_H
214#define AVUTIL_AVCONFIG_H
215#define AV_HAVE_BIGENDIAN 0
216#define AV_HAVE_FAST_UNALIGNED 1
217#define AV_HAVE_INCOMPATIBLE_FORK_ABI 0
218#endif /* AVUTIL_AVCONFIG_H */
219EOF
220
221# apply vendor patch after substitution
222%__sed "s:RPM_VERSION:%{version}-%{release}:" %{SOURCE20} | patch -p0 || exit 1
223
224# Make sure that the requires legal files can be found
225%__cp -a src/AUTHORS src/LICENSE . || exit 1
226
227%build
228export CC="gcc"
229export CXX="g++"
230export AR="ar"
231export RANLIB="ranlib"
232
233## create make files
234
235PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -fPIC -fno-ipa-cp -fno-strict-aliasing \' | %__sed "s/ /',/g" | %__sed "s/',/', '/g" `
236# '
237for i in src/build/common.gypi; do
238        %__sed -i "s|'-march=pentium4',||g" $i
239                %__sed -i "s|'-mfpmath=sse',||g" $i
240        %__sed -i "s|'-O<(debug_optimize)',||g" $i
241        %__sed -i "s|'-fno-exceptions',|$PARSED_OPT_FLAGS|g" $i
242        %__sed -i "s|'-Werror'|'-Wno-error'|g" $i
243done
244
245pushd src
246
247./build/gyp_chromium -f make build/all.gyp --depth . \
248    -Dwerror= \
249        -Dlinux_dump_symbols=0 \
250    -Dlinux_sandbox_path=%{chrome_sandbox} \
251    -Dlinux_sandbox_chrome_path=%{_libdir}/chromium/chromium \
252    %ifarch %{ix86}
253        -Dtarget_arch=ia32 \
254    %endif
255    %ifarch x86_64
256        -Dtarget_arch=x64 \
257    %endif
258    -Dlinux_use_gold_flags=0 \
259    -Dlinux_use_gold_binary=0 \
260    \
261    -Dlinux_use_tcmalloc=0 \
262    -Duse_system_bzip2=0 \
263    -Duse_system_flac=0 \
264    -Duse_system_harfbuzz=0 \
265    -Duse_system_icu=0 \
266    -Duse_system_libevent=0 \
267    -Duse_system_libexif=0 \
268    -Duse_system_libjpeg=0 \
269    -Duse_system_libmtp=0 \
270    -Duse_system_libpng=0 \
271    -Duse_system_libusb=0 \
272    -Duse_system_libvpx=0 \
273    -Duse_system_libwebp=0 \
274    -Duse_system_libxml=0 \
275    -Duse_system_libxslt=0 \
276    -Duse_system_libyuv=0 \
277    -Duse_system_minizip=0 \
278    -Duse_system_nss=0 \
279    -Duse_system_nspr=0 \
280    -Duse_openssl=0 \
281    -Duse_system_opus=0 \
282    -Duse_system_protobuf=0 \
283    -Duse_system_re2=0 \
284    -Duse_system_speex=0 \
285    -Duse_system_v8=0 \
286    -Duse_system_xdg_utils=0 \
287    -Duse_system_yasm=0 \
288    -Duse_system_zlib=0 \
289    %{?with_system_ffmpeg:-Duse_system_ffmpeg=1} \
290    %{!?with_system_ffmpeg:-Duse_system_ffmpeg=0} \
291    %{?with_build_ffmpegsumo:-Duse_build_ffmpegsumo=1} \
292    %{!?with_build_ffmpegsumo:-Duse_build_ffmpegsumo=0} \
293    -Duse_system_vpx=0 \
294    -Duse_system_sqlite=0 \
295        -Dlinux_fpic=1 \
296    -Ddisable_sse2=1 \
297    -Ddisable_glibc=1 \
298    -Ddisable_newlib_untar=1 \
299    -Ddisable_pnacl=1 \
300    -Djavascript_engine=v8 \
301    -Ddisable_nacl=1 \
302    -Dproprietary_codecs=1 \
303        \
304    -Duse_pulseaudio=1 \
305    -Dlinux_link_libpci=1 \
306    -Dlinux_link_gnome_keyring=1 \
307    -Dlinux_link_gsettings=1 \
308    -Dlinux_link_libgps=1 \
309    %ifnarch %{ix86}
310        -Dlinux_link_kerberos=1 \
311    %endif
312    %if %{?_dist_release} == "vl6"
313        -Dgcc_version=44 \
314    %endif
315    ;
316
317#    -Dlibrary=shared_library -Drelease_extra_cflags=-fPIC \
318
319%__make -r %{?_smp_mflags} chrome BUILDTYPE=Release \
320    CC.host="gcc" CXX.host="g++" LINK.host="g++" AR.host="ar" V=1
321
322# Build the required SUID_SANDBOX helper
323%__make -r %{?_smp_mflags} chrome_sandbox BUILDTYPE=Release \
324    CC.host="gcc" CXX.host="g++" LINK.host="g++" AR.host="ar" V=1
325
326# Build the ChromeDriver test suite
327%__make -r %{?_smp_mflags} chromedriver BUILDTYPE=Release \
328    CC.host="gcc" CXX.host="g++" LINK.host="g++" AR.host="ar" V=1
329popd
330
331%install
332%{__rm} -rf %{buildroot}
333
334%__mkdir_p %{buildroot}%{_bindir}
335%__install -m 755 %{SOURCE100} %{buildroot}%{_bindir}/chromium
336%ifarch x86_64
337%__mkdir_p %{buildroot}%{_prefix}/lib/
338%endif
339# x86_64 capable systems need this
340%__sed -i "s|/usr/lib/chromium|%{_libdir}/chromium|g" %{buildroot}%{_bindir}/chromium
341%__mkdir_p %{buildroot}%{_libdir}/chromium/
342#%__mkdir_p %{buildroot}%{_libdir}/chromium/plugins/
343%__mkdir_p %{buildroot}%{_mandir}/man1/
344pushd src/out/Release
345
346# Install the file /etc/default/chromium which defines the chromium flags
347mkdir -p %{buildroot}%{_sysconfdir}/default
348install -m 644 %{SOURCE103} %{buildroot}%{_sysconfdir}/default/chromium
349
350
351%__cp -a chrome_sandbox %{buildroot}%{_prefix}/lib/ || exit 1
352%__ln_s %{_prefix}/lib/chrome_sandbox %{buildroot}/%{_libdir}/chromium/chrome-sandbox || exit 1
353%__cp -a *.pak locales resources xdg-mime %{buildroot}%{_libdir}/chromium/ || exit 1
354%__cp -a chromedriver %{buildroot}%{_libdir}/chromium/ || exit 1
355
356%{?with_build_ffmpegsumo:%__cp -a libffmpegsumo.so %{buildroot}%{_libdir}/chromium/ || exit 1}
357
358%__sed "s|xdg-mime|%{_libdir}/chromium/xdg-mime|g" xdg-settings > %{buildroot}%{_libdir}/chromium/xdg-settings || exit 1
359
360%__cp -a chrome %{buildroot}%{_libdir}/chromium/chromium || exit 1
361# %__cp -a lib.target/lib*.so %{buildroot}%{_libdir}/chromium/ || exit 1
362# %__cp -a lib.host/lib*.so %{buildroot}%{_libdir}/chromium/ || exit 1
363%__cp -a chrome.1 %{buildroot}%{_mandir}/man1/chrome.1 || exit 1
364%__cp -a chrome.1 %{buildroot}%{_mandir}/man1/chromium.1 || exit 1
365popd
366
367%__mkdir_p %{buildroot}%{_datadir}/pixmaps/
368%__cp -a src/chrome/app/theme/chromium/product_logo_48.png %{buildroot}%{_datadir}/pixmaps/chromium-browser.png
369for i in 22 24 48 64 128 256; do
370    %__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
371    %__cp -a src/chrome/app/theme/chromium/product_logo_${i}.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/chromium-browser.png || exit 1
372done
373
374%__mkdir_p %{buildroot}%{_datadir}/applications/
375desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE101}
376
377%__mkdir_p %{buildroot}%{_datadir}/gnome-control-center/default-apps/
378%__cp -a %{SOURCE102} %{buildroot}%{_datadir}/gnome-control-center/default-apps/
379
380# # # link to browser plugin path.  Plugin patch doesn't work. Why?
381# # %{__mkdir_p} %{buildroot}%{_libdir}/browser-plugins
382# # pushd %{buildroot}%{_libdir}/%{name}
383# # %{__ln_s} %{_libdir}/browser-plugins plugins
384# # popd
385# pushd %{buildroot}%{_libdir}/%{name}
386# #%ifarch x86_64
387# #%{__ln_s} %{_libdir}/mozilla/plugins-wrapped plugins || exit 1
388# #%else
389# %{__ln_s} %{_libdir}/mozilla/plugins plugins || exit 1
390# #%endif
391# popd
392
393# Install the master_preferences file
394%__mkdir_p %{buildroot}%{_sysconfdir}/%{name}
395%__install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{name}/$(basename %{SOURCE30} .vine)
396#%__install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{name}
397
398# This enables HTML5 video if you have ffmpeg installed,
399# you naughty naughty user.
400pushd %{buildroot}%{_libdir}/chromium
401touch %{buildroot}%{_libdir}/libavcodec.so.52
402%__ln_s %{_libdir}/libavcodec.so.52 libavcodec.so.52
403touch %{buildroot}%{_libdir}/libavformat.so.52
404%__ln_s %{_libdir}/libavformat.so.52 libavformat.so.52
405touch %{buildroot}%{_libdir}/libavutil.so.50
406%__ln_s %{_libdir}/libavutil.so.50 libavutil.so.50
407popd
408
409%clean
410%{__rm} -rf %{buildroot}
411
412%post
413touch --no-create %{_datadir}/icons/hicolor
414if [ -x %{_bindir}/gtk-update-icon-cache ]; then
415  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
416fi
417%{_bindir}/update-desktop-database --quiet %{_datadir}/applications || :
418
419%postun
420%{_bindir}/update-desktop-database --quiet %{_datadir}/applications
421touch --no-create %{_datadir}/icons/hicolor
422if [ -x %{_bindir}/gtk-update-icon-cache ]; then
423  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
424fi || :
425
426
427%files
428%defattr(-,root,root,-)
429%config %{_sysconfdir}/%{name}
430%config %{_sysconfdir}/default/chromium
431%dir %{_datadir}/gnome-control-center
432%dir %{_datadir}/gnome-control-center/default-apps
433%dir %{_libdir}/chromium/
434%{_bindir}/chromium
435%{_libdir}/chromium/chromium
436#%{_libdir}/chromium/plugins/
437%{_libdir}/chromium/locales/
438%{_libdir}/chromium/resources/
439#%{_libdir}/chromium/nacl_*
440#%{_libdir}/chromium/libppGoogleNaClPluginChrome.so
441%attr(755,root,root) %{_libdir}/chromium/xdg-settings
442%attr(755,root,root) %{_libdir}/chromium/xdg-mime
443%{_libdir}/chromium/*.pak
444%{_mandir}/man1/chrom*
445%{_datadir}/applications/*.desktop
446%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
447%{_datadir}/pixmaps/chromium-browser.png
448%{_datadir}/icons/hicolor/*/apps/chromium-browser.png
449#%{_libdir}/chromium/lib*.so
450%{_libdir}/chromium/libavcodec.so.52
451%{_libdir}/chromium/libavutil.so.50
452%{_libdir}/chromium/libavformat.so.52
453%exclude %{_libdir}/libavcodec.so.52
454%exclude %{_libdir}/libavutil.so.50
455%exclude %{_libdir}/libavformat.so.52
456%attr(4755,root,root) %{chrome_sandbox}
457%{_libdir}/chromium/chrome-sandbox
458%{_libdir}/chromium/chromedriver
459
460
461%changelog
462* Sun Feb 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 32.0.1700.102-1
463- update to 32.0.1700.102
464
465* Sun Jan 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 32.0.1700.77-1
466- update to 32.0.1700.77
467- add Patch101 (chromium-disable-GoogleApiKeysInfoBar-vine.patch)
468
469* Sat Feb 16 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.1312.71-1
470- update to 24.0.1312.71
471
472* Sat Dec 29 2012 Munehiro Yamamoto <munepi@vinelinux.org> 23.0.1271.101-1
473- update to 23.0.1271.101
474
475* Mon Oct 15 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.1229.94-1
476- update to 22.0.1229.94
477
478* Sun Sep  2 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.89-1
479- updated to 21.0.1180.89
480
481* Sun Aug 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.84-1
482- updated to 21.0.1180.84
483
484* Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 21.0.1180.78-1
485- updated to 21.0.1180.78
486- dropped Requires: nspluginwrapper
487
488* Thu Jun 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 20.0.1132.54-1
489- updated to 20.0.1132.54
490
491* Sun Jun 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.57-1
492- updated to 19.0.1084.57
493
494* Sat Jun  2 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.53-1
495- updated to 19.0.1084.53
496
497* Tue May 22 2012 Munehiro Yamamoto <munepi@vinelinux.org> 19.0.1084.50-1
498- updated to 19.0.1084.50
499
500* Tue May  8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.169-1
501- updated to 18.0.1025.169
502
503* Sat Apr 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.166-1
504- updated to 18.0.1025.166
505
506* Sat Apr 14 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.163-1
507- updated to 18.0.1025.163
508
509* Tue Apr  3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.148-1
510- updated to 18.0.1025.148
511
512* Wed Mar 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.145-1
513- updated to 18.0.1025.145
514
515* Sun Mar 25 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.140-1
516- updated to 18.0.1025.140
517
518* Thu Mar 22 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.130-1
519- updated to 18.0.1025.130
520
521* Tue Mar 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 18.0.1025.114-1
522- updated to 18.0.1025.114
523
524* Tue Mar 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.81-1
525- updated to 17.0.963.81
526
527* Fri Mar  9 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.78-1
528- updated to 17.0.963.78
529
530* Sat Mar  3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.65-1
531- updated to 17.0.963.65
532
533* Wed Feb 29 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.60-1
534- updated to 17.0.963.60
535
536* Fri Feb 17 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.57-1
537- updated to 17.0.963.57
538
539* Sun Feb 12 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.54-1
540- updated to 17.0.963.54
541
542* Sat Feb 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.52-1
543- updated to 17.0.963.52
544
545* Sat Feb  4 2012 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.77-1
546- updated to 16.0.912.77
547
548* Sun Jan  8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.75-1
549- updated to 16.0.912.75
550
551* Fri Dec 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.63-1
552- updated to 16.0.912.63
553
554* Thu Dec  1 2011 Munehiro Yamamoto <munepi@vinelinux.org> 16.0.912.57-1
555- updated to 16.0.912.57
556
557* Sat Oct 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 15.0.874.116-1
558- updated to 15.0.874.116
559
560* Wed Oct 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.204-1
561- updated to 14.0.835.204
562- added BuildRequires: dbus-glib-devel
563
564* Sat Sep 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.186-1
565- updated to 14.0.835.186
566
567* Sun Sep 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.163-1
568- updated to 14.0.835.163
569
570* Tue Sep 06 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.157-1
571- updated to 14.0.835.157
572
573* Sat Aug 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.102-1
574- updated to 14.0.835.102
575
576* Sat Aug 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.89-1
577- updated to 14.0.835.89
578- added Obsoletes: chromium-unstable < %{version}-%{release}
579
580* Wed Aug 10 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.35-1
581- updated to 14.0.835.35
582- added BuildRequires: pulseaudio-libs-devel, Requires: pulseaudio-libs
583- changed to Name: chromium14
584  - Provides:  chromium-unstable = %%{version}
585  - Conflicts: chromium-stable
586
587* Wed Aug 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 13.0.782.107-1
588- changed to Name: chromium
589- updated to 13.0.782.107
590
591* Wed Jul 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 13.0.782.88-1
592- updated to 13.0.782.88
593- added BuildRequires: libzip-devel
594- added Provides: chromium-unstable = %%{version}
595- added Conflicts: chromium-stable
596
597* Thu Jun 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0.742.93-1
598- fix user-agent string (chromium-vendor-vine.patch.in)
599  - move vendor string (Vine/12.0.742.91-1vl6) to the end.
600
601* Sat Jun 11 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.93-1
602- updated to 12.0.742.93
603- fixed icon field of chromium-browser-vine.desktop
604
605* Wed Jun 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.91-1
606- updated to 12.0.742.91
607
608* Sun Jun 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.77-1
609- updated to 12.0.742.77
610
611* Sat May 21 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.63-1
612- updated to 12.0.742.63
613
614* Sat May 07 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.42-1
615- updated to 12.0.742.42
616
617* Sat Apr 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.6-1
618- updated to 12.0.742.6
619- dropped/upstreamed patches
620- updated our no-tests patch (chromium-12.0.742.6-no-tests.patch)
621
622* Wed Apr 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.50-1
623- updated to 11.0.696.50
624- dropped some Patches for MeeGo Netbook
625
626* Tue Apr 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.35-1
627- updated to 11.0.696.35
628
629* Sun Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.29-1
630- updated to 11.0.696.29
631- dropped "--no-first-run" in command line options of chromium-browser-vine.sh
632
633* Thu Mar 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.22-1
634- updated to 11.0.696.22
635- improved chromium-browser-vine.sh
636  - merged from chromium-browser-vine.desktop of 11.0.696.17-1
637
638* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.20-1
639- updated to 11.0.696.20
640- improved chromium-browser-vine.desktop
641
642* Sun Mar 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.17-1
643- updated to 11.0.696.17
644
645* Sat Mar 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.15-1
646- updated to 11.0.696.15
647  - ready for Vine Linux 6 release
648- dropped BuildRequires: v8-devel, libicu-devel
649
650* Wed Mar 09 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.5-1
651- updated to 11.0.696.5 with v8 3.2.0
652- added BuildRequires: pam-devel
653
654* Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 10.0.651.0-2
655- rebuilt with libevent-2.0.10
656
657* Sat Jan 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.651.0-1
658- updated to 10.0.651.0 with v8 3.0.12
659- added BuildRequires:
660  - libpaper-devel
661  - python-devel
662- added built header file: libavutil/avconfig.h %%prep
663- unexport MOZ_PLUGIN_PATH in chromium-browser-vine.sh
664
665* Sun Dec 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.622.0-1
666- updated to 10.0.622.0
667- added BuildRequires: libXt-devel
668
669* Sat Dec 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.605.0-1
670- updated to 10.0.605.0
671- added BuildRequires:
672  - libXdamage-devel
673  - hunspell-devel
674
675* Sat Dec 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.598.0-1
676- updated to 9.0.598
677
678* Fri Nov 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.593.0-1
679- updated to 9.0.593
680
681* Thu Nov 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.582.0-1
682- updated to 9.0.582
683- added Requires: xdg-utils
684
685* Thu Nov 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.578.0-1
686- updated to 9.0.578
687
688* Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.569.0-1
689- updated to 9.0.569
690
691  * Mon Oct 25 2010 tittiatcoke@gmail.com
692  - Update to 9.0.564 build
693    * Added specific patches for MeeGo.
694    * We are now using shared libraries for Chromium
695    * Spec-file cleanup (Thanks to prusnak)
696
697* Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 8.0.556.0-1
698- updated to snapshot 8.0.556
699
700* Sun Oct 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 8.0.551.0-1
701- updated to snapshot 8.0.551
702
703* Fri Sep 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.527.0-1
704- updated to snapshot 7.0.527
705
706* Thu Sep 09 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.519.0-1
707- updated to snapshot 7.0.519
708
709* Fri Sep 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.513.0-1
710- updated to snapshot 7.0.513
711  - updated chromium-vendor-vine.patch.in
712
713* Sat Aug 28 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.507.0-1
714- updated to snapshot 7.0.507
715
716* Wed Aug 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.498.0-1
717- updated to snapshot 7.0.498
718
719* Sat Aug 14 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.493.0-1
720- updated to snapshot 6.0.493
721- used with_system_icu (for vl6)
722  - added BuildRequires: libicu-devel
723
724* Thu Jul 22 2010 IWAI, Masaharu <iwai@alib.jp> 6.0.454.0-2vl5
725- build for Vine Linux 5.x
726  - add BuildRequires: gnome-keyring-devel
727
728* Sat Jul 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.454.0-1
729- updated to snapshot 6.0.454
730- added BuildRequires:
731  - sqlite3-devel
732  - gnutls-devel
733  - libgnome-keyring-devel
734
735* Sat Jun 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.431.0-1
736- updated to snapshot 6.0.431.0 r49253
737- added BuildRequires: cups-devel
738
739* Sun May 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.405.0-1
740- updated to snapshot 6.0.405.0 r47263
741
742* Fri Apr 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.378.0-2
743- unused with_system_icu (for vl6)
744  - used icu-4.2.1-chromium.5.0.353.0.svn41449 (for vl6)
745
746* Wed Apr 14 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.378.0-1
747- updated to snapshot 5.0.378.0 r44472
748  - used with_system_icu (for vl6)
749  - added icu-4.2.1-chromium.5.0.353.0.svn41449.tar.bz2 (for vl5)
750
751* Sat Apr 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.372.0-1
752- updated to snapshot 5.0.372.0 r43947
753- added BuildRequires: glew-devel
754- changed Group tag to Applications/Internet
755- added Summary(ja) and %%description -l ja
756
757* Mon Apr 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.365.0-1
758- updated to snapshot 5.0.365.0 r42966
759- merged 5.0.353.0-4vl5
760 * Fri Apr  2 2010 IWAI, Masaharu <iwai@alib.jp> 5.0.353.0-4vl5
761 - build on Vine Linux 5.1
762   - add BuildRequires: libstdc++34 libstdc++34-devel for Vine5
763
764* Sat Mar 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.364.0-1
765- updated to snapshot 5.0.364.0 r42779
766
767* Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.359.0-1
768- updated to snapshot 5.0.359.0 r42116
769- dropped chromium-20100122-ubuntu-html5-video-mimetypes.patch
770
771* Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-4
772- fixed master_preferences.vine, little
773
774* Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-3
775- fixed to install master_preferences
776- dropped chromium-5.0.353-no-ffmpeg-vine.patch
777
778* Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-2
779- applied chromium-5.0.353-no-ffmpeg-vine.patch
780
781* Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-1
782- updated to snapshot 5.0.353.0 r41449
783  * Wed Mar 10 2010 bgmerrell@novell.com
784  - Add master_preferences source file and install it to /etc/chromium.
785  - Create a new patch (chromium-master-prefs-path.patch) which tells
786    chromium to look in /etc/chromium for the master_preferences file
787    (instead of looking in the default directory, which is the same
788    directory as the 'chrome' binary).
789
790* Sun Feb 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.335.0-1
791- updated to snapshot 5.0.335.0 r39556
792
793* Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.330.0-2
794- applied chromium-20100122-ubuntu-html5-video-mimetypes.patch from Gentoo
795
796* Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.330.0-1
797- updated to snapshot 5.0.330.0 r39074
798
799* Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-5
800- use_system_ffmpeg
801
802* Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-4
803- added Requires:  nspluginwrapper
804- fixed a symbolic link of plugins directory with nspluginwrapper
805
806* Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-3
807- replaced %%{SOUECE20} to chromium-vendor-vine.patch.in
808
809* Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-2
810- added BuildRequires: mesa-libGLU-devel
811- added BuildRequires: libstdc++34 libstdc++34-devel for vl5
812
813* Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-1
814- built based on chromium-5.0.329.0-167.1.src.rpm of OpenSuse
815
816  * Sun Nov 29 2009 - tittiatcoke@gmail.com - 4.0.260.0
817  - Update to 4.0.260
818  * Fri Nov 27 2009 - tittiatcoke@gmail.com - 4.0.259.0
819  - Update to 4.0.259
820  * Thu Nov 26 2009 - tittiatcoke@gmail.com - 4.0.258.0
821  - Update to 4.0.258
822  * Tue Nov 24 2009 - tittatcoke@gmai.com - 4.0.257.0
823  - In order to complete prevent the wrong v8 version to be used, the Chromium build has been
824    changed to having an built-in v8
825  * Tue Nov 24 2009 - dbuck@example.com - 4.0.257.0
826  - Re-base patches.  Fixed a few patch errors.  Rename some patches to better correspond with function.  Removed some patches.
827  - Minor SPEC changes.  I changed the v8 requirement to be exact, instead of greater than a specific version.
828  * Sat Oct 24 2009 - Pavol Rusnak <prusnak@suse.cz> - 4.0.223.5
829  - don't create desktop files in wrapper, fix LD_LIBRARY_PATH (chromium-fix-wrapper.patch)
830  * Tue Oct 20 2009 - Raymond Wooninck >tittiatcoke@gmail.com> - 4.0.223.5
831  - update to newer svn snapshot
832    + Obsoletes fwrite patch (included upstream)
833  * Fri Oct 16 2009 - Raymond Wooninck <tittiatcoke@gmail.com> - 4.0.223.2
834  - update to newer svn snapshot
835    + Requires newer version of v8
836  * Thu Oct 15 2009 - Pavol Rusnak <prusnak@suse.cz> - 4.0.222.6
837  - do not force SSE on x86 (drop-sse.patch)
838  * Tue Oct 13 2009 - Raymond Wooninck <tittiatcoke@gmail.com> - 4.0.222.6
839  - Update to newer svn snapshot
840  - Fixed spec file in order to build
841  - Included patch to build with system zlib
842  * Mon Oct 12 2009 - Pavol Rusnak <prusnak@suse.cz> 4.0.222.2
843  - package renamed to chromium
844  - cleaned up spec file
845  * Tue Oct 6 2009 - dbuck <dbuck@example.com> - 4.0.222.2
846  - v8 is now built as a separate package, and is required
847  - included many patches to use system libraries: v8, icu, libxml2, libxslt, libjpeg, libpng, libevent, bzip2, zlib, nspr, nss
848  * Sun Oct 1 2009 - dbuck <dbuck@example.com> - 4.0.221.1
849  - included a newer DEP than is in svn, native_client@823.  So things should compile cleanly now
850  * Sun Aug 31 2009 - dbuck <dbuck@example.com> - 4.0.204.0
851  - initial build
852
853#% changelog
854* Sun Jan 24 2010 prusnak@suse.cz
855- added vendor to user agent (chromium-vendor.patch.in)
856* Sun Nov 29 2009 prusnak@suse.cz
857- added --enable-sync to wrapper to enable bookmark sync
858* Sun Nov 29 2009 tittiatcoke@gmail.com 
859- Update to 4.0.260
860* Fri Nov 27 2009 tittiatcoke@gmail.com 
861- Update to 4.0.259
862* Thu Nov 26 2009 tittiatcoke@gmail.com 
863- Update to 4.0.258
864* Tue Nov 24 2009 tittatcoke@gmai.com 
865- In order to complete prevent the wrong v8 version to be used,
866  the Chromium build has been changed to having an built-in v8
867* Tue Nov 24 2009 dbuck@example.com 
868- Re-base patches.
869- Fixed a few patch errors.
870- Rename some patches to better correspond with function.
871- Removed some patches.
872- Minor SPEC changes.
873- I changed the v8 requirement to be exact, instead of greater than a specific version.
874* Fri Nov 13 2009 tittiatcoke@gmail.com
875- update to 247.0 svn 31928
876* Fri Oct 30 2009 tittiatcoke@gmail.com
877- update to 229.0 svn 30454
878  + Fix regression where popups and app frames lost their titlebars.
879  + Makes it so that when a folder is open on the bookmark bar
880    and the mouse moves over another folder, the menu for that
881    folder is shown.
882  + Lazily create the find bar.
883  + Polish to the gmail checker sample.
884  * New, crisper icons that are exactly 19x19
885  * Add a loading animation at the beginning before Gmail
886    responds.
887  * Fix a bug where we sometimes don't update the UI after a
888    logout/login cycle.
889  + Refactor widget methods to support desktop notifications,
890    including GTK stubs.
891  + Find-in-page should not ding while deleting characters.
892  + Add SSL wrapper for linux and mac.  This allows notifier to
893    use chrome's SSL layer instead of OpenSSL.
894  + Add three of the six extensions to PAC that Internet Explorer supports.
895  + WebSocket support in chromium. (Run with --enable-web-sockets
896    enables WebSocket features.)
897  + Do not allow GTK File Chooser dialogs to return directories.
898  + Fix the notifier SSL layer to make notifications work for
899    Linux Bookmark sync.
900  + linux: don't override mouse selection behavior in omnibox
901* Sun Oct 25 2009 tittiatcoke@gmail.com
902- Update to 224.4 svn 30027
903  + First cut at new page and browser action docs based
904    on new API. Deleted old stuff.
905  + Add suppression for new memory leak caused by WebKit merge 49830:49844
906  + Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate)
907  + Minimize dependency of user scripts
908  + Fixup the flip_framer eof-handling semantics now that we have
909    the FIN bit in place
910  + app depends on x11 because of active_window_watcher_x
911  + Adding two images for the new Extension managment UI
912  + Removing hard-coded Chrome Frame output path
913  + Rearrange clipboard code
914  + Fix crash bug when attempting to download a url with unsupported scheme,
915    e.g. 'data:', by 'Alt + Click'
916  + GTK: Change text for extension download UI
917  + Ignore invalid urls on command line
918  + Make dropped tabs animate from where they were dropped.
919  + Make room for the full width of the tab placeholder.
920  + Make tab dragging as smooth as glass.
921  + Remove an annoying NOTIMPLEMNETED
922  + Extensions: guarantee removal of BROWSER_WINDOW_READY registration
923  + If we're in the middle of a drag, don't allow the user to middle
924    click to close or right click for the context menu
925  + "Fix" a NOTIMPLEMENTED on Linux by using the default password store
926  + Remove +x bit from files that shouldn't have it
927  + Fold first 3 channels of multichannel instead of 5.  Use fixed point
928  + Adding new image needed for the managment UI
929  + Fix a race bug where content scripts would not apply to the first page load
930  + Make escape remove a bookmark if it's just been added (but not if it already existed)
931  + Fix bubbles deactivating the opaque frame
932  + Allow ESC to cancel ALT+SHIFT+T in Toolbar
933  + ake all pepper plugins default to windowless and transparent
934  + Add styles for printing
935  + Implement the new extension management UI
936  + Add support for to automation interface load install and load extensions
937  + GTK: theme the info bar border
938  + Update V8 to version 1.3.16.1
939  + Introduce WebSecurityPolicy for security related methods
940  + New button scheme...borders are separate from the inner contents so
941    that they can be highlighted / depressed independently
942  + When opening Chrome maximized with an application window already
943    running, the Chrome window was not activated
944  + Fix compatibility problems with FileZilla FTP Server
945  + Remove the extension shelf on Linux
946  + Fix the proxy host and port string to start with http:// if it does not already
947  + Enable HTML5 databases for all extension renderer processes
948* Sat Oct 24 2009 prusnak@opensuse.org 
949- don't create desktop files in wrapper
950- fix LD_LIBRARY_PATH (chromium-fix-wrapper.patch)
951* Tue Oct 20 2009 tittiatcoke@gmail.com 
952- update to newer svn snapshot
953  + Obsoletes fwrite patch (included upstream)
954* Fri Oct 16 2009 tittiatcoke@gmail.com 
955- update to newer svn snapshot
956  + Requires newer version of v8
957* Thu Oct 15 2009 prusnak@suse.cz 
958- do not force SSE on x86 (drop-sse.patch)
959* Tue Oct 13 2009 tittiatcoke@gmail.com 
960- Update to newer svn snapshot
961- Fixed spec file in order to build
962- Included patch to build with system zlib
963* Mon Oct 12 2009 prusnak@suse.cz 
964- package renamed to chromium
965- cleaned up spec file
966* Tue Oct  6 2009 dbuck@example.com 
967- v8 is now built as a separate package, and is required
968- included many patches to use system libraries:
969    v8, icu, libxml2, libxslt, libjpeg, libpng, libevent, bzip2, zlib, nspr, nss
970* Thu Oct  1 2009 dbuck@example.com 
971- included a newer DEP than is in svn, native_client@823
972- things should compile cleanly now
973* Mon Aug 31 2009 dbuck@example.com 
974- initial build
Note: See TracBrowser for help on using the repository browser.