packages: chromium-browser/chromium-browser.spec - add system_libwebp bcond

glen glen at pld-linux.org
Mon Nov 14 16:30:19 CET 2011


Author: glen                         Date: Mon Nov 14 15:30:19 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add system_libwebp bcond

---- Files affected:
packages/chromium-browser:
   chromium-browser.spec (1.152 -> 1.153) 

---- Diffs:

================================================================
Index: packages/chromium-browser/chromium-browser.spec
diff -u packages/chromium-browser/chromium-browser.spec:1.152 packages/chromium-browser/chromium-browser.spec:1.153
--- packages/chromium-browser/chromium-browser.spec:1.152	Mon Nov 14 14:09:42 2011
+++ packages/chromium-browser/chromium-browser.spec	Mon Nov 14 16:30:14 2011
@@ -15,6 +15,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
@@ -25,7 +26,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
@@ -42,7 +42,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
 
@@ -102,6 +102,7 @@
 %{?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
@@ -280,6 +281,7 @@
 	%{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} \
@@ -382,6 +384,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.153  2011/11/14 15:30:14  glen
+- add system_libwebp bcond
+
 Revision 1.152  2011/11/14 13:09:42  glen
 - add system_vpx bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/chromium-browser/chromium-browser.spec?r1=1.152&r2=1.153&f=u



More information about the pld-cvs-commit mailing list