]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
- add system_libwebp bcond
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 14 Nov 2011 15:30:14 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chromium-browser.spec -> 1.153

chromium-browser.spec

index 875588a9a0907b1dd27f5c33915ab114dcc27fc7..55d541efd7a60c45c5d7d72a92e392dfa7181993 100644 (file)
@@ -14,6 +14,7 @@
 %bcond_with            sse2                    # use SSE2 instructions
 %bcond_with            system_sqlite   # with system sqlite
 %bcond_without system_flac             # with system flac
+%bcond_without system_libwebp  # with system libwebp
 %bcond_without system_speex    # with system speex
 %bcond_without system_v8               # with system v8
 %bcond_without system_vpx              # with system vpx
@@ -24,7 +25,6 @@
 # TODO
 # - check system sqlite linking problems
 # - find system deps: find -name '*.gyp*' | xargs grep 'use_system.*=='
-# - use_system_libwebp
 # - use_system_ssl (use_openssl: http://crbug.com/62803)
 # - use_system_ffmpeg && build_ffmpegsumo
 # - use_system_hunspell
@@ -41,7 +41,7 @@
 #   pressing home/end in url bar or more ^F search results on page.
 # - build -bp: 1.2G
 # - build i686: -bc: 2.7G; -bb: ~1.0GB
-# - build x86_64: -bc: ~990MB; -bb: ~1.0GB
+# - build x86_64: ~1.9G
 # - http://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites
 # - to look for new tarball, use update-source.sh script
 
@@ -101,6 +101,7 @@ BuildRequires:      libpng-devel
 %{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: libstdc++-devel
 %{?with_system_vpx:BuildRequires:      libvpx-devel >= 0.9.5-2}
+%{?with_system_libwebp:BuildRequires:  libwebp-devel}
 BuildRequires: libxml2-devel
 BuildRequires: libxslt-devel
 BuildRequires: lzma
@@ -279,6 +280,7 @@ cd src
        %{gyp_with kerberos} -Dlinux_link_kerberos=0 \
        %{gyp_with keyring gnome_keyring} -Dlinux_link_gnome_keyring=0 \
        %{gyp_with pulseaudio} \
+       %{gyp_with system_libwebp} \
        %{gyp_with system_speex} \
        %{gyp_with system_sqlite} \
        %{gyp_with system_v8} \
This page took 0.034025 seconds and 4 git commands to generate.