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

Revision 8270, 35.3 KB checked in by kenta, 10 years ago (diff)

chromium: rebuilt with libgcrypt-1.6

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