[packages/chromium-browser/DEVEL] add system harfbuzz bcond

glen glen at pld-linux.org
Sat Jan 5 20:10:38 CET 2013


commit 01b4dc8e59a7f26cbb205e2e5120ddf8db82881a
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Jan 5 21:05:42 2013 +0200

    add system harfbuzz bcond
    
    uses harfbuzz-ng internally. should be working in 25.x branch

 chromium-browser.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index 3fdaf7c..d228a51 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -14,6 +14,7 @@
 %bcond_with		sse2			# use SSE2 instructions
 %bcond_without	system_flac		# system flac
 %bcond_with		system_ffmpeg	# system ffmpeg instead of ffmpegsumo
+%bcond_with		system_harfbuzz	# system harfbuzz
 %bcond_without	system_jsoncpp	# system jsoncpp
 %bcond_without	system_libexif	# system libexif
 %bcond_without	system_libmtp	# system libmtp
@@ -69,7 +70,7 @@
 Summary:	A WebKit powered web browser
 Name:		chromium-browser
 Version:	24.0.1312.45
-Release:	0.22
+Release:	0.23
 License:	BSD, LGPL v2+ (ffmpeg)
 Group:		X11/Applications/Networking
 Source0:	http://carme.pld-linux.org/~glen/chromium-browser/src/beta/%{name}-%{version}.tar.gz
@@ -125,6 +126,7 @@ BuildRequires:	fontconfig-devel
 BuildRequires:	glib2-devel
 BuildRequires:	gperf
 BuildRequires:	gtk+2-devel
+%{?with_system_harfbuzz:BuildRequires:	harfbuzz-devel}
 %{?with_kerberos:BuildRequires:	heimdal-devel}
 BuildRequires:	hicolor-icon-theme
 %{?with_system_jsoncpp:BuildRequires:	jsoncpp-devel}
@@ -370,6 +372,7 @@ test -e Makefile || %{__python} build/gyp_chromium \
 	%{gyp_with pulseaudio} \
 	%{gyp_with system_ffmpeg} \
 	%{gyp_with system_flac} \
+	%{gyp_with system_harfbuzz} \
 	%{gyp_with system_libexif} \
 	%{gyp_with system_libmtp} \
 	%{gyp_with system_libusb} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/01b4dc8e59a7f26cbb205e2e5120ddf8db82881a



More information about the pld-cvs-commit mailing list