chromium16-vl.spec 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
  1. # Thanks to malcolmlewis for help with this script
  2. # Thanks to Tom "spot" Callaway for much of the patchwork
  3. # Thanks to jhaygood for most of the icu patch
  4. %define pkgname chromium
  5. #% define with_system_icu 1
  6. #% define with_system_v8 1
  7. #NOTE: src/third_party/ffmpeg/ffmpeg.gyp:
  8. # libvpx doesn't currently supply a pkg-config file, so we assume that
  9. # -lvpx is sufficient.
  10. %define with_system_vpx 1
  11. %global chrome_sandbox %{_prefix}/lib/chrome_sandbox
  12. #Name: chromium15
  13. Name: chromium
  14. Summary: Google's opens source browser project
  15. Summary(ja): Googleのオープンソースウェブブラウザ
  16. #'
  17. Version: 16.0.912.57
  18. Release: 1%{?_dist_release}
  19. License: BSD
  20. Group: Applications/Internet
  21. Source0: %{pkgname}-%{version}.tar.xz
  22. # Script used to create the %{pkgname}-%{version}.tar.xz archive from
  23. # a official tarball:
  24. # http://gsdview.appspot.com/chromium-browser-official/chromium-16.0.910.XXX.tar.bz2
  25. Source3: pack_chromium16_source-vine.sh
  26. # Official ffmpeg headers
  27. Source8: ffmpeg-0.6-headers.tar.xz
  28. # Patch template which adds vendor to user agent
  29. ##!!Source20: chromium-vendor.patch.in
  30. Source20: chromium-vendor-vine.patch.in
  31. # Set default prefs
  32. ##!!Source30: master_preferences
  33. Source30: master_preferences.vine
  34. ##!!Source31: default_bookmarks.html
  35. #Source31: default_bookmarks.html.vine
  36. Source99: chrome-wrapper
  37. ##!!Source100: chromium-browser.sh
  38. Source100: chromium-browser-vine.sh
  39. ##!!Source101: chromium-browser.desktop
  40. Source101: chromium-browser-vine.desktop
  41. Source102: chromium-browser.xml
  42. #Source103: chromium-browser-rpmlintrc
  43. ##!!Source104: chromium-icons.tar.bz2
  44. %{?nosrc:NoSource: 0}
  45. # Provides: chromium-unstable = %{version}-%{release}
  46. # Obsoletes: chromium13 chromium14 chromium15
  47. # Conflicts: chromium-stable
  48. Provides: chromium-stable = %{version}-%{release}
  49. Conflicts: chromium-unstable
  50. ## Start Patches
  51. # OpenSuse and Fedora
  52. # Many changes to the gyp systems so we can use system libraries
  53. #Patch1: chromium-gcc46.patch
  54. Patch4: chromium-no-sqlite-debug.patch
  55. Patch8: chromium-codechanges-zlib.patch
  56. #Patch12: chromium-no-test-sources.patch
  57. Patch13: chromium-no-courgette.patch
  58. Patch14: chromium-master-prefs-path.patch
  59. Patch17: chromium-system-glew.patch
  60. Patch18: chromium-system-expat.patch
  61. #Patch19: chromium-system-zlib.patch
  62. Patch20: chromium-6.0.425.0-ffmpeg-no-pkgconfig.patch
  63. Patch21: chromium-7.0.542.0-media-probe.patch
  64. Patch25: tcmalloc-factory.patch
  65. Patch26: chromium-remoting-build-fix.diff
  66. Patch28: chromium-7.0.500.0-system-speex.patch
  67. #Patch29: chromium-7.0.510.0-system-ffmpeg.patch
  68. Patch32: chromium-7.0.542.0-system-libvpx.patch
  69. #Patch34: chromium-7.0.542.0-codechanges-system-minizip-v8.patch
  70. Patch62: chromium-norpath.patch
  71. Patch63: chromium-6.0.406.0-system-gyp-v8.patch
  72. # Vine
  73. #Patch100: chromium-15.0.874.116-no-tests.patch
  74. ##!!BuildRequires: Mesa-devel
  75. BuildRequires: mesa-libGLU-devel
  76. ##!!BuildRequires: alsa-devel
  77. BuildRequires: alsa-lib-devel
  78. BuildRequires: pulseaudio-libs-devel
  79. BuildRequires: bison
  80. BuildRequires: cups-devel
  81. BuildRequires: desktop-file-utils
  82. BuildRequires: fdupes
  83. BuildRequires: flex
  84. BuildRequires: freetype2-devel
  85. BuildRequires: gcc gcc-c++
  86. BuildRequires: gperf
  87. BuildRequires: hunspell-devel
  88. ##!!BuildRequires: libbz2-devel
  89. BuildRequires: bzip2-devel
  90. BuildRequires: libevent
  91. ##!!BuildRequires: libexpat-devel
  92. BuildRequires: expat-devel
  93. ##!!BuildRequires: libgnutls-devel
  94. BuildRequires: gnutls-devel
  95. BuildRequires: libjpeg-devel
  96. BuildRequires: libpng-devel
  97. BuildRequires: libstdc++-devel >= 4.4
  98. %{?with_system_vpx:BuildRequires: libvpx-devel >= 0.9.5}
  99. BuildRequires: libxslt-devel
  100. BuildRequires: libzip-devel
  101. ##!!BuildRequires: lzma
  102. BuildRequires: xz
  103. ##!!BuildRequires: mozilla-nspr-devel
  104. BuildRequires: nspr-devel
  105. ##!!BuildRequires: mozilla-nss-devel
  106. BuildRequires: nss-devel
  107. BuildRequires: openssl-devel
  108. BuildRequires: pam-devel
  109. ##!!BuildRequires: perl(Switch)
  110. BuildRequires: perl
  111. ##!!BuildRequires: pkg-config
  112. BuildRequires: cairo-devel >= 1.6
  113. BuildRequires: dbus-devel
  114. BuildRequires: dbus-glib-devel
  115. ##!!BuildRequires: gconf2-devel
  116. BuildRequires: GConf2-devel
  117. BuildRequires: glib2-devel
  118. BuildRequires: gtk2-devel
  119. BuildRequires: libxml2-devel
  120. BuildRequires: python
  121. ##!!BuildRequires: python-xml
  122. BuildRequires: python-pyxml
  123. BuildRequires: sqlite3-devel
  124. ##!!BuildRequires: update-desktop-files
  125. %{?with_system_v8:BuildRequires: v8-devel = %{v8_ver}}
  126. ##!!BuildRequires: wdiff
  127. BuildRequires: zlib-devel
  128. BuildRequires: libgnome-keyring-devel
  129. BuildRequires: python-devel
  130. #BuildRequires: glew-devel
  131. BuildRequires: libevent-devel
  132. %{?with_system_icu:BuildRequires: libicu-devel >= 4.0}
  133. #BuildRequires: libjingle-devel >= 0.4.0-7
  134. #BuildRequires: srtp-devel
  135. BuildRequires: speex-devel
  136. ##Vine Linux
  137. #BuildRequires: libpaper-devel
  138. BuildRequires: libXScrnSaver-devel
  139. BuildRequires: libXtst-devel
  140. BuildRequires: libXdamage-devel
  141. BuildRequires: libXt-devel
  142. %ifarch x86_64
  143. Requires: nspluginwrapper
  144. %endif
  145. ##!!Requires: alsa
  146. Requires: alsa-lib
  147. Requires: pulseaudio-libs
  148. Requires: xdg-utils
  149. %{?with_system_v8:Requires: v8 = %{v8_ver}}
  150. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  151. %description
  152. Chromium is the open-source project behind Google Chrome.
  153. We invite you to join us in our effort to help build a safer, faster,
  154. and more stable way for all Internet users to experience the web,
  155. and to create a powerful platform for developing a new generation of
  156. web applications.
  157. %description -l ja
  158. Chromium は Google Chrome の後方にあるオープンソースプロジェクトです。
  159. ウェブを体験しているすべてのインターネットユーザに対して
  160. より安全で、より速くて、より安定した方法を築き上げるのを補助するでしょう。
  161. そして、ウェブアプリケーションの新しい世代を発展させ、
  162. 強力なプラットホームを作成するために、
  163. 私たちの取り組みにぜひ参加してください。
  164. %prep
  165. #%setup -q
  166. [ -d %{pkgname}-%{version} ] && %__rm -rf %{pkgname}-%{version}
  167. xz -dc %{SOURCE0} | %__tar -xf - || exit 1
  168. %setup -D -T -n %{pkgname}-%{version}
  169. #%patch1 -p1
  170. %patch62 -p1
  171. %{?with_system_v8:%patch63 -p1}
  172. #%patch100 -p1 -b .vine
  173. %patch8 -p1
  174. #%patch12 -p1
  175. %patch13 -p1
  176. %patch14 -p1
  177. %patch17 -p1
  178. %patch18 -p1
  179. #%patch19 -p1
  180. %patch20 -p1
  181. %patch21 -p1
  182. %patch25 -p1
  183. %patch26 -p1
  184. %patch28 -p1
  185. #%patch29 -p1
  186. %{?with_system_vpx:%patch32 -p1}
  187. %{?with_system_v8:%patch34 -p1}
  188. %patch4 -p1
  189. pushd src/third_party/ffmpeg/
  190. %__tar xf %{SOURCE8} || exit 1
  191. ## built header file: avconfig.h
  192. [ -f ffmpeg-0.6-headers/libavutil/avconfig.h ] && exit 1
  193. cat > ffmpeg-0.6-headers/libavutil/avconfig.h <<EOF
  194. /* Generated by ffconf */
  195. #ifndef AVUTIL_AVCONFIG_H
  196. #define AVUTIL_AVCONFIG_H
  197. #define AV_HAVE_BIGENDIAN 0
  198. #endif /* AVUTIL_AVCONFIG_H */
  199. EOF
  200. popd
  201. #%__rm -rf src/third_party/libvpx/
  202. %__rm -rf src/third_party/speex/
  203. %__rm -rf src/third_party/nss src/third_party/nspr
  204. # apply vendor patch after substitution
  205. %__sed "s:RPM_VERSION:%{version}-%{release}:" %{SOURCE20} | patch -p0
  206. # Make sure that the requires legal files can be found
  207. %__cp -a src/AUTHORS src/LICENSE . || exit 1
  208. %build
  209. ## create make files
  210. PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -DUSE_SYSTEM_LIBEVENT -fPIC -fno-ipa-cp -fno-strict-aliasing \' | %__sed "s/ /',/g" | %__sed "s/',/', '/g"`
  211. for i in src/build/common.gypi; do
  212. %__sed -i "s|'-march=pentium4',||g" $i
  213. %__sed -i "s|'-mfpmath=sse',||g" $i
  214. %__sed -i "s|'-O<(debug_optimize)',||g" $i
  215. %__sed -i "s|'-m32',||g" $i
  216. %__sed -i "s|'-fno-exceptions',|$PARSED_OPT_FLAGS|g" $i
  217. %__sed -i "s|'-Werror'|'-Wno-error'|g" $i
  218. done
  219. # '
  220. pushd src
  221. ./build/gyp_chromium -f make build/all.gyp \
  222. -Dlinux_sandbox_path=%{chrome_sandbox} \
  223. -Dlinux_sandbox_chrome_path=%{_libdir}/chromium/chromium \
  224. -Duse_openssl=0 \
  225. -Duse_system_ffmpeg=1 \
  226. -Duse_system_zlib=1 \
  227. -Duse_system_libpng=1 \
  228. -Duse_system_bzip2=1 \
  229. -Duse_system_libbz2=1 \
  230. -Duse_system_libjpeg=1 \
  231. -Duse_system_libxml=1 \
  232. -Duse_system_libxslt=1 \
  233. -Duse_system_libevent=1 \
  234. %{?with_system_vpx:-Duse_system_vpx=1} \
  235. %{!?with_system_vpx:-Duse_system_vpx=0} \
  236. -Dremove_webcore_debug_symbols=1 \
  237. %{?with_system_v8:-Duse_system_v8=1} \
  238. %{!?with_system_v8:-Duse_system_v8=0} \
  239. %{?with_system_icu:-Duse_system_icu=1} \
  240. %{!?with_system_icu:-Duse_system_icu=0} \
  241. %{?_with_shared_library:-Dlibrary=shared_library} \
  242. -Dproprietary_codecs=1 \
  243. -Ddisable_nacl=1 \
  244. -Djavascript_engine=v8 \
  245. -Dlinux_fpic=1 \
  246. -Ddisable_sse2=1 \
  247. %ifarch %{ix86}
  248. -Dtarget_arch=ia32 \
  249. %endif
  250. %ifarch x86_64
  251. -Dtarget_arch=x64 \
  252. %endif
  253. -Dno_strict_aliasing=1 \
  254. -Drelease_extra_cflags=-fPIC \
  255. %if %{?_dist_release} == "vl6" || %{?_dist_release} == "vl7"
  256. -Dgcc_version=44 \
  257. %endif
  258. ;
  259. %__make -r %{?_smp_mflags} chrome V=1 BUILDTYPE=Release disable_nacl=1
  260. # Build the required SUID_SANDBOX helper
  261. %__make -r %{?_smp_mflags} chrome_sandbox V=1 BUILDTYPE=Release disable_nacl=1
  262. popd
  263. %install
  264. %{__rm} -rf %{buildroot}
  265. %__mkdir -p %{buildroot}%{_bindir}
  266. %__install -m 755 %{SOURCE100} %{buildroot}%{_bindir}/chromium
  267. %ifarch x86_64
  268. mkdir -p %{buildroot}%{_prefix}/lib/
  269. %endif
  270. # x86_64 capable systems need this
  271. %__sed -i "s|/usr/lib/chromium|%{_libdir}/chromium|g" %{buildroot}%{_bindir}/chromium
  272. %__mkdir -p %{buildroot}%{_libdir}/chromium/
  273. %__mkdir -p %{buildroot}%{_mandir}/man1/
  274. pushd src/out/Release
  275. %__cp -a chrome_sandbox %{buildroot}%{_prefix}/lib/
  276. %__cp -a chrome.pak locales resources xdg-mime xdg-settings %{buildroot}%{_libdir}/chromium/
  277. %__cp -a resources.pak %{buildroot}%{_libdir}/chromium/
  278. %__cp -a chrome %{buildroot}%{_libdir}/chromium/chromium
  279. %{?_with_shared_library:%__cp -a lib.target/lib*.so %{buildroot}%{_libdir}/chromium/}
  280. %{?_with_shared_library:%__cp -a lib.host/lib*.so %{buildroot}%{_libdir}/chromium/}
  281. %__cp -a chrome.1 %{buildroot}%{_mandir}/man1/chrome.1
  282. %__cp -a chrome.1 %{buildroot}%{_mandir}/man1/chromium.1
  283. fdupes %{buildroot}%{_mandir}/man1/
  284. popd
  285. %__mkdir_p %{buildroot}%{_datadir}/pixmaps/
  286. %__cp -a src/chrome/app/theme/chromium/product_logo_48.png %{buildroot}%{_datadir}/pixmaps/chromium-browser.png
  287. for i in 16 22 24 32 48 64 128 256; do
  288. %__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
  289. %__cp -a src/chrome/app/theme/chromium/product_logo_${i}.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/chromium-browser.png || exit 1
  290. done
  291. %__mkdir_p %{buildroot}%{_datadir}/applications/
  292. desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE101}
  293. %__mkdir_p %{buildroot}%{_datadir}/gnome-control-center/default-apps/
  294. %__cp -a %{SOURCE102} %{buildroot}%{_datadir}/gnome-control-center/default-apps/
  295. # # link to browser plugin path. Plugin patch doesn't work. Why?
  296. # %{__mkdir_p} %{buildroot}%{_libdir}/browser-plugins
  297. # pushd %{buildroot}%{_libdir}/%{pkgname}
  298. # %{__ln_s} %{_libdir}/browser-plugins plugins
  299. # popd
  300. pushd %{buildroot}%{_libdir}/%{pkgname}
  301. %ifarch x86_64
  302. %{__ln_s} %{_libdir}/mozilla/plugins-wrapped plugins
  303. %else
  304. %{__ln_s} %{_libdir}/mozilla/plugins plugins
  305. %endif
  306. ## support ffmpeg libs
  307. touch %{buildroot}%{_libdir}/libavcodec.so.52
  308. %{__ln_s} %{_libdir}/libavcodec.so.52 libavcodec.so.52
  309. touch %{buildroot}%{_libdir}/libavformat.so.52
  310. %{__ln_s} %{_libdir}/libavformat.so.52 libavformat.so.52
  311. touch %{buildroot}%{_libdir}/libavutil.so.50
  312. %{__ln_s} %{_libdir}/libavutil.so.50 libavutil.so.50
  313. popd
  314. # Install the master_preferences file
  315. %__mkdir_p %{buildroot}%{_sysconfdir}/%{pkgname}
  316. #%__install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{pkgname}
  317. %__install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{pkgname}/$(basename %{SOURCE30} .vine)
  318. #%__install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{pkgname}
  319. %clean
  320. %{__rm} -rf %{buildroot}
  321. %post
  322. touch --no-create %{_datadir}/icons/hicolor
  323. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  324. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  325. fi
  326. %{_bindir}/update-desktop-database --quiet %{_datadir}/applications || :
  327. %postun
  328. %{_bindir}/update-desktop-database --quiet %{_datadir}/applications
  329. touch --no-create %{_datadir}/icons/hicolor
  330. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  331. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  332. fi || :
  333. %files
  334. %defattr(-,root,root,-)
  335. %config %{_sysconfdir}/%{pkgname}
  336. %dir %{_datadir}/gnome-control-center
  337. %dir %{_datadir}/gnome-control-center/default-apps
  338. %dir %{_libdir}/chromium/
  339. %{_bindir}/chromium
  340. %{_libdir}/chromium/chromium
  341. %{_libdir}/chromium/plugins/
  342. %{_libdir}/chromium/resources/
  343. %attr(755,root,root) %{_libdir}/chromium/xdg-settings
  344. %attr(755,root,root) %{_libdir}/chromium/xdg-mime
  345. %{_mandir}/man1/chrom*
  346. %{_datadir}/pixmaps/chromium-browser.png
  347. %{_datadir}/icons/hicolor/*/apps/chromium-browser.png
  348. %{_datadir}/applications/*.desktop
  349. %{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
  350. #%{_datadir}/icons/oxygen/
  351. %{_libdir}/chromium/chrome.pak
  352. %{_libdir}/chromium/resources.pak
  353. %{_libdir}/chromium/locales/
  354. %{?_with_shared_library:%{_libdir}/chromium/lib*.so}
  355. %{_libdir}/chromium/libavcodec.so.52
  356. %{_libdir}/chromium/libavutil.so.50
  357. %{_libdir}/chromium/libavformat.so.52
  358. %exclude %{_libdir}/libavcodec.so.52
  359. %exclude %{_libdir}/libavutil.so.50
  360. %exclude %{_libdir}/libavformat.so.52
  361. %attr(4755,root,root) %{chrome_sandbox}
  362. %changelog
  363. * Sat Oct 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 15.0.874.116-1
  364. - updated to 15.0.874.116
  365. * Wed Oct 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.204-1
  366. - updated to 14.0.835.204
  367. - added BuildRequires: dbus-glib-devel
  368. * Sat Sep 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.186-1
  369. - updated to 14.0.835.186
  370. * Sun Sep 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.163-1
  371. - updated to 14.0.835.163
  372. * Tue Sep 06 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.157-1
  373. - updated to 14.0.835.157
  374. * Sat Aug 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.102-1
  375. - updated to 14.0.835.102
  376. * Sat Aug 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.89-1
  377. - updated to 14.0.835.89
  378. - added Obsoletes: chromium-unstable < %{version}-%{release}
  379. * Wed Aug 10 2011 Munehiro Yamamoto <munepi@vinelinux.org> 14.0.835.35-1
  380. - updated to 14.0.835.35
  381. - added BuildRequires: pulseaudio-libs-devel, Requires: pulseaudio-libs
  382. - changed to Name: chromium14
  383. - Provides: chromium-unstable = %%{version}
  384. - Conflicts: chromium-stable
  385. * Wed Aug 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 13.0.782.107-1
  386. - changed to Name: chromium
  387. - updated to 13.0.782.107
  388. * Wed Jul 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 13.0.782.88-1
  389. - updated to 13.0.782.88
  390. - added BuildRequires: libzip-devel
  391. - added Provides: chromium-unstable = %%{version}
  392. - added Conflicts: chromium-stable
  393. * Thu Jun 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0.742.93-1
  394. - fix user-agent string (chromium-vendor-vine.patch.in)
  395. - move vendor string (Vine/12.0.742.91-1vl6) to the end.
  396. * Sat Jun 11 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.93-1
  397. - updated to 12.0.742.93
  398. - fixed icon field of chromium-browser-vine.desktop
  399. * Wed Jun 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.91-1
  400. - updated to 12.0.742.91
  401. * Sun Jun 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.77-1
  402. - updated to 12.0.742.77
  403. * Sat May 21 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.63-1
  404. - updated to 12.0.742.63
  405. * Sun May 07 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.42-1
  406. - updated to 12.0.742.42
  407. * Sun Apr 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.6-1
  408. - updated to 12.0.742.6
  409. - dropped/upstreamed patches
  410. - updated our no-tests patch (chromium-12.0.742.6-no-tests.patch)
  411. * Wed Apr 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.50-1
  412. - updated to 11.0.696.50
  413. - dropped some Patches for MeeGo Netbook
  414. * Tue Apr 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.35-1
  415. - updated to 11.0.696.35
  416. * Wed Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.29-1
  417. - updated to 11.0.696.29
  418. - dropped "--no-first-run" in command line options of chromium-browser-vine.sh
  419. * Thu Mar 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.22-1
  420. - updated to 11.0.696.22
  421. - improved chromium-browser-vine.sh
  422. - merged from chromium-browser-vine.desktop of 11.0.696.17-1
  423. * Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.20-1
  424. - updated to 11.0.696.20
  425. - improved chromium-browser-vine.desktop
  426. * Sun Mar 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.17-1
  427. - updated to 11.0.696.17
  428. * Sat Mar 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.15-1
  429. - updated to 11.0.696.15
  430. - ready for Vine Linux 6 release
  431. - dropped BuildRequires: v8-devel, libicu-devel
  432. * Wed Mar 09 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.5-1
  433. - updated to 11.0.696.5 with v8 3.2.0
  434. - added BuildRequires: pam-devel
  435. * Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 10.0.651.0-2
  436. - rebuilt with libevent-2.0.10
  437. * Sat Jan 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.651.0-1
  438. - updated to 10.0.651.0 with v8 3.0.12
  439. - added BuildRequires:
  440. - libpaper-devel
  441. - python-devel
  442. - added built header file: libavutil/avconfig.h %%prep
  443. - unexport MOZ_PLUGIN_PATH in chromium-browser-vine.sh
  444. * Sun Dec 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.622.0-1
  445. - updated to 10.0.622.0
  446. - added BuildRequires: libXt-devel
  447. * Sat Dec 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.605.0-1
  448. - updated to 10.0.605.0
  449. - added BuildRequires:
  450. - libXdamage-devel
  451. - hunspell-devel
  452. * Sat Dec 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.598.0-1
  453. - updated to 9.0.598
  454. * Fri Nov 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.593.0-1
  455. - updated to 9.0.593
  456. * Thu Nov 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.582.0-1
  457. - updated to 9.0.582
  458. - added Requires: xdg-utils
  459. * Thu Nov 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.578.0-1
  460. - updated to 9.0.578
  461. * Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.569.0-1
  462. - updated to 9.0.569
  463. * Mon Oct 25 2010 tittiatcoke@gmail.com
  464. - Update to 9.0.564 build
  465. * Added specific patches for MeeGo.
  466. * We are now using shared libraries for Chromium
  467. * Spec-file cleanup (Thanks to prusnak)
  468. * Sat Oct 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 8.0.556.0-1
  469. - updated to snapshot 8.0.556
  470. * Sun Oct 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 8.0.551.0-1
  471. - updated to snapshot 8.0.551
  472. * Fri Sep 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.527.0-1
  473. - updated to snapshot 7.0.527
  474. * Thu Sep 09 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.519.0-1
  475. - updated to snapshot 7.0.519
  476. * Fri Sep 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.513.0-1
  477. - updated to snapshot 7.0.513
  478. - updated chromium-vendor-vine.patch.in
  479. * Sat Aug 28 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.507.0-1
  480. - updated to snapshot 7.0.507
  481. * Wed Aug 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.498.0-1
  482. - updated to snapshot 7.0.498
  483. * Sat Aug 14 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.493.0-1
  484. - updated to snapshot 6.0.493
  485. - used with_system_icu (for vl6)
  486. - added BuildRequires: libicu-devel
  487. * Thu Jul 22 2010 IWAI, Masaharu <iwai@alib.jp> 6.0.454.0-2vl5
  488. - build for Vine Linux 5.x
  489. - add BuildRequires: gnome-keyring-devel
  490. * Sat Jul 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.454.0-1
  491. - updated to snapshot 6.0.454
  492. - added BuildRequires:
  493. - sqlite3-devel
  494. - gnutls-devel
  495. - libgnome-keyring-devel
  496. * Sat Jun 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.431.0-1
  497. - updated to snapshot 6.0.431.0 r49253
  498. - added BuildRequires: cups-devel
  499. * Sun May 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.405.0-1
  500. - updated to snapshot 6.0.405.0 r47263
  501. * Fri Apr 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.378.0-2
  502. - unused with_system_icu (for vl6)
  503. - used icu-4.2.1-chromium.5.0.353.0.svn41449 (for vl6)
  504. * Wed Apr 14 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.378.0-1
  505. - updated to snapshot 5.0.378.0 r44472
  506. - used with_system_icu (for vl6)
  507. - added icu-4.2.1-chromium.5.0.353.0.svn41449.tar.bz2 (for vl5)
  508. * Sat Apr 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.372.0-1
  509. - updated to snapshot 5.0.372.0 r43947
  510. - added BuildRequires: glew-devel
  511. - changed Group tag to Applications/Internet
  512. - added Summary(ja) and %%description -l ja
  513. * Mon Apr 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.365.0-1
  514. - updated to snapshot 5.0.365.0 r42966
  515. - merged 5.0.353.0-4vl5
  516. * Fri Apr 2 2010 IWAI, Masaharu <iwai@alib.jp> 5.0.353.0-4vl5
  517. - build on Vine Linux 5.1
  518. - add BuildRequires: libstdc++34 libstdc++34-devel for Vine5
  519. * Sat Mar 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.364.0-1
  520. - updated to snapshot 5.0.364.0 r42779
  521. * Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.359.0-1
  522. - updated to snapshot 5.0.359.0 r42116
  523. - dropped chromium-20100122-ubuntu-html5-video-mimetypes.patch
  524. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-4
  525. - fixed master_preferences.vine, little
  526. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-3
  527. - fixed to install master_preferences
  528. - dropped chromium-5.0.353-no-ffmpeg-vine.patch
  529. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-2
  530. - applied chromium-5.0.353-no-ffmpeg-vine.patch
  531. * Tue Mar 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.353.0-1
  532. - updated to snapshot 5.0.353.0 r41449
  533. * Wed Mar 10 2010 bgmerrell@novell.com
  534. - Add master_preferences source file and install it to /etc/chromium.
  535. - Create a new patch (chromium-master-prefs-path.patch) which tells
  536. chromium to look in /etc/chromium for the master_preferences file
  537. (instead of looking in the default directory, which is the same
  538. directory as the 'chrome' binary).
  539. * Sun Feb 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.335.0-1
  540. - updated to snapshot 5.0.335.0 r39556
  541. * Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.330.0-2
  542. - applied chromium-20100122-ubuntu-html5-video-mimetypes.patch from Gentoo
  543. * Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.330.0-1
  544. - updated to snapshot 5.0.330.0 r39074
  545. * Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-5
  546. - use_system_ffmpeg
  547. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-4
  548. - added Requires: nspluginwrapper
  549. - fixed a symbolic link of plugins directory with nspluginwrapper
  550. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-3
  551. - replaced %%{SOUECE20} to chromium-vendor-vine.patch.in
  552. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-2
  553. - added BuildRequires: mesa-libGLU-devel
  554. - added BuildRequires: libstdc++34 libstdc++34-devel for vl5
  555. * Tue Feb 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.329.0-1
  556. - built based on chromium-5.0.329.0-167.1.src.rpm of OpenSuse
  557. * Sun Nov 29 2009 - tittiatcoke@gmail.com - 4.0.260.0
  558. - Update to 4.0.260
  559. * Fri Nov 27 2009 - tittiatcoke@gmail.com - 4.0.259.0
  560. - Update to 4.0.259
  561. * Thu Nov 26 2009 - tittiatcoke@gmail.com - 4.0.258.0
  562. - Update to 4.0.258
  563. * Tue Nov 24 2009 - tittatcoke@gmai.com - 4.0.257.0
  564. - In order to complete prevent the wrong v8 version to be used, the Chromium build has been
  565. changed to having an built-in v8
  566. * Tue Nov 24 2009 - dbuck@example.com - 4.0.257.0
  567. - Re-base patches. Fixed a few patch errors. Rename some patches to better correspond with function. Removed some patches.
  568. - Minor SPEC changes. I changed the v8 requirement to be exact, instead of greater than a specific version.
  569. * Sat Oct 24 2009 - Pavol Rusnak <prusnak@suse.cz> - 4.0.223.5
  570. - don't create desktop files in wrapper, fix LD_LIBRARY_PATH (chromium-fix-wrapper.patch)
  571. * Tue Oct 20 2009 - Raymond Wooninck >tittiatcoke@gmail.com> - 4.0.223.5
  572. - update to newer svn snapshot
  573. + Obsoletes fwrite patch (included upstream)
  574. * Fri Oct 16 2009 - Raymond Wooninck <tittiatcoke@gmail.com> - 4.0.223.2
  575. - update to newer svn snapshot
  576. + Requires newer version of v8
  577. * Thu Oct 15 2009 - Pavol Rusnak <prusnak@suse.cz> - 4.0.222.6
  578. - do not force SSE on x86 (drop-sse.patch)
  579. * Tue Oct 13 2009 - Raymond Wooninck <tittiatcoke@gmail.com> - 4.0.222.6
  580. - Update to newer svn snapshot
  581. - Fixed spec file in order to build
  582. - Included patch to build with system zlib
  583. * Mon Oct 12 2009 - Pavol Rusnak <prusnak@suse.cz> 4.0.222.2
  584. - package renamed to chromium
  585. - cleaned up spec file
  586. * Tue Oct 6 2009 - dbuck <dbuck@example.com> - 4.0.222.2
  587. - v8 is now built as a separate package, and is required
  588. - included many patches to use system libraries: v8, icu, libxml2, libxslt, libjpeg, libpng, libevent, bzip2, zlib, nspr, nss
  589. * Sun Oct 1 2009 - dbuck <dbuck@example.com> - 4.0.221.1
  590. - included a newer DEP than is in svn, native_client@823. So things should compile cleanly now
  591. * Sun Aug 31 2009 - dbuck <dbuck@example.com> - 4.0.204.0
  592. - initial build
  593. #% changelog
  594. * Sun Jan 24 2010 prusnak@suse.cz
  595. - added vendor to user agent (chromium-vendor.patch.in)
  596. * Sun Nov 29 2009 prusnak@suse.cz
  597. - added --enable-sync to wrapper to enable bookmark sync
  598. * Sun Nov 29 2009 tittiatcoke@gmail.com
  599. - Update to 4.0.260
  600. * Fri Nov 27 2009 tittiatcoke@gmail.com
  601. - Update to 4.0.259
  602. * Thu Nov 26 2009 tittiatcoke@gmail.com
  603. - Update to 4.0.258
  604. * Tue Nov 24 2009 tittatcoke@gmai.com
  605. - In order to complete prevent the wrong v8 version to be used,
  606. the Chromium build has been changed to having an built-in v8
  607. * Tue Nov 24 2009 dbuck@example.com
  608. - Re-base patches.
  609. - Fixed a few patch errors.
  610. - Rename some patches to better correspond with function.
  611. - Removed some patches.
  612. - Minor SPEC changes.
  613. - I changed the v8 requirement to be exact, instead of greater than a specific version.
  614. * Fri Nov 13 2009 tittiatcoke@gmail.com
  615. - update to 247.0 svn 31928
  616. * Fri Oct 30 2009 tittiatcoke@gmail.com
  617. - update to 229.0 svn 30454
  618. + Fix regression where popups and app frames lost their titlebars.
  619. + Makes it so that when a folder is open on the bookmark bar
  620. and the mouse moves over another folder, the menu for that
  621. folder is shown.
  622. + Lazily create the find bar.
  623. + Polish to the gmail checker sample.
  624. * New, crisper icons that are exactly 19x19
  625. * Add a loading animation at the beginning before Gmail
  626. responds.
  627. * Fix a bug where we sometimes don't update the UI after a
  628. logout/login cycle.
  629. + Refactor widget methods to support desktop notifications,
  630. including GTK stubs.
  631. + Find-in-page should not ding while deleting characters.
  632. + Add SSL wrapper for linux and mac. This allows notifier to
  633. use chrome's SSL layer instead of OpenSSL.
  634. + Add three of the six extensions to PAC that Internet Explorer supports.
  635. + WebSocket support in chromium. (Run with --enable-web-sockets
  636. enables WebSocket features.)
  637. + Do not allow GTK File Chooser dialogs to return directories.
  638. + Fix the notifier SSL layer to make notifications work for
  639. Linux Bookmark sync.
  640. + linux: don't override mouse selection behavior in omnibox
  641. * Sun Oct 25 2009 tittiatcoke@gmail.com
  642. - Update to 224.4 svn 30027
  643. + First cut at new page and browser action docs based
  644. on new API. Deleted old stuff.
  645. + Add suppression for new memory leak caused by WebKit merge 49830:49844
  646. + Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate)
  647. + Minimize dependency of user scripts
  648. + Fixup the flip_framer eof-handling semantics now that we have
  649. the FIN bit in place
  650. + app depends on x11 because of active_window_watcher_x
  651. + Adding two images for the new Extension managment UI
  652. + Removing hard-coded Chrome Frame output path
  653. + Rearrange clipboard code
  654. + Fix crash bug when attempting to download a url with unsupported scheme,
  655. e.g. 'data:', by 'Alt + Click'
  656. + GTK: Change text for extension download UI
  657. + Ignore invalid urls on command line
  658. + Make dropped tabs animate from where they were dropped.
  659. + Make room for the full width of the tab placeholder.
  660. + Make tab dragging as smooth as glass.
  661. + Remove an annoying NOTIMPLEMNETED
  662. + Extensions: guarantee removal of BROWSER_WINDOW_READY registration
  663. + If we're in the middle of a drag, don't allow the user to middle
  664. click to close or right click for the context menu
  665. + "Fix" a NOTIMPLEMENTED on Linux by using the default password store
  666. + Remove +x bit from files that shouldn't have it
  667. + Fold first 3 channels of multichannel instead of 5. Use fixed point
  668. + Adding new image needed for the managment UI
  669. + Fix a race bug where content scripts would not apply to the first page load
  670. + Make escape remove a bookmark if it's just been added (but not if it already existed)
  671. + Fix bubbles deactivating the opaque frame
  672. + Allow ESC to cancel ALT+SHIFT+T in Toolbar
  673. + ake all pepper plugins default to windowless and transparent
  674. + Add styles for printing
  675. + Implement the new extension management UI
  676. + Add support for to automation interface load install and load extensions
  677. + GTK: theme the info bar border
  678. + Update V8 to version 1.3.16.1
  679. + Introduce WebSecurityPolicy for security related methods
  680. + New button scheme...borders are separate from the inner contents so
  681. that they can be highlighted / depressed independently
  682. + When opening Chrome maximized with an application window already
  683. running, the Chrome window was not activated
  684. + Fix compatibility problems with FileZilla FTP Server
  685. + Remove the extension shelf on Linux
  686. + Fix the proxy host and port string to start with http:// if it does not already
  687. + Enable HTML5 databases for all extension renderer processes
  688. * Sat Oct 24 2009 prusnak@opensuse.org
  689. - don't create desktop files in wrapper
  690. - fix LD_LIBRARY_PATH (chromium-fix-wrapper.patch)
  691. * Tue Oct 20 2009 tittiatcoke@gmail.com
  692. - update to newer svn snapshot
  693. + Obsoletes fwrite patch (included upstream)
  694. * Fri Oct 16 2009 tittiatcoke@gmail.com
  695. - update to newer svn snapshot
  696. + Requires newer version of v8
  697. * Thu Oct 15 2009 prusnak@suse.cz
  698. - do not force SSE on x86 (drop-sse.patch)
  699. * Tue Oct 13 2009 tittiatcoke@gmail.com
  700. - Update to newer svn snapshot
  701. - Fixed spec file in order to build
  702. - Included patch to build with system zlib
  703. * Mon Oct 12 2009 prusnak@suse.cz
  704. - package renamed to chromium
  705. - cleaned up spec file
  706. * Tue Oct 6 2009 dbuck@example.com
  707. - v8 is now built as a separate package, and is required
  708. - included many patches to use system libraries:
  709. v8, icu, libxml2, libxslt, libjpeg, libpng, libevent, bzip2, zlib, nspr, nss
  710. * Thu Oct 1 2009 dbuck@example.com
  711. - included a newer DEP than is in svn, native_client@823
  712. - things should compile cleanly now
  713. * Mon Aug 31 2009 dbuck@example.com
  714. - initial build