Author: glen Date: Wed May 26 10:58:41 2010 GMT Module: packages Tag: HEAD ---- Log message: - i added arch blocks for untested archlinux configure options; drop it as bcond - cleanup outdated comment
---- Files affected: packages/chromium-browser: chromium-browser.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: packages/chromium-browser/chromium-browser.spec diff -u packages/chromium-browser/chromium-browser.spec:1.53 packages/chromium-browser/chromium-browser.spec:1.54 --- packages/chromium-browser/chromium-browser.spec:1.53 Wed May 26 09:28:43 2010 +++ packages/chromium-browser/chromium-browser.spec Wed May 26 12:58:35 2010 @@ -10,12 +10,12 @@ %bcond_without sandboxing # with sandboxing %bcond_with shared_libs # with shared libs %bcond_without debuginfo # disable debuginfo creation (it is huge) -%bcond_without arch # arch asm optimization # TODO # - check system sqlite linking problems # - enable H264 video support if possible (test: youtube.com/html5 and join html5 there) # - http://groups.google.com/a/chromium.org/group/chromium-discuss/browse_thread/thread/c82bf49672a213f4/9267df53f5d734c4 +# - http://flyx.org/content/building-chromium-h264-support # NOTES: # - mute BEEP mixer if you do not want to hear horrible system bell when @@ -44,7 +44,6 @@ Patch0: system-libs.patch Patch1: plugin-searchdirs.patch Patch2: gyp-system-minizip.patch -# http://bazaar.launchpad.net/~chromium-team/chromium-browser/chromium-browser.head/annotate/head%3A/debian/patches/html5_video_mimetypes.patch Patch5: options-support.patch Patch11: memory_details-iceweasel.patch URL: http://code.google.com/chromium/ @@ -83,7 +82,7 @@ BuildRequires: sqlite3-devel >= 3.6.1 %{?with_system_v8:BuildRequires: v8-devel} BuildRequires: xorg-lib-libXScrnSaver-devel -%{?with_arch:BuildRequires: yasm} +BuildRequires: yasm %{?with_system_zlib:BuildRequires: zlib-devel} Requires: browser-plugins >= 2.0 Requires: xdg-utils @@ -191,11 +190,9 @@ -Duse_system_sqlite=%{?with_system_sqlite:1}%{!?with_system_sqlite:0} \ -Duse_system_zlib=%{?with_system_zlib:1}%{!?with_system_zlib:0} \ -Duse_system_vpx=1 \ -%if %{with arch} -Duse_system_yasm=1 \ -Dffmpeg_branding=Chrome \ -Dproprietary_codecs=1 \ -%endif %if %{with selinux} -Dselinux=1 \ %endif @@ -296,23 +293,29 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2010/05/26 10:58:35 glen +- i added arch blocks for untested archlinux configure options; drop it as bcond +- cleanup outdated comment + Revision 1.53 2010/05/26 07:28:43 arekm - 6.0.416 Revision 1.52 2010/05/25 17:01:44 arekm -BR: yasm for arch bcond +- BR: yasm for arch bcond Revision 1.51 2010/05/25 16:42:03 arekm - use_system_vpx Revision 1.50 2010/05/25 16:24:00 arekm -- proprietary_codecs makes sense only when ffmpeg_branding is enabled (since branding enables codec support while proprietary_codecs enables only mime types announce) +- proprietary_codecs makes sense only when ffmpeg_branding is enabled (since + branding enables codec support while proprietary_codecs enables only mime + types announce) Revision 1.49 2010/05/25 15:58:59 arekm - declare arch bcond (which is already used in build section) Revision 1.48 2010/05/23 12:28:27 arekm -- up to 47994 +- up to 6.0.414.0, r47994 Revision 1.47 2010/05/20 13:24:37 arekm - up to 6.0.411.0 but needs libvpx first ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/chromium-browser/chromium-browser.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
