]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
add system harfbuzz bcond
authorElan Ruusamäe <glen@delfi.ee>
Sat, 5 Jan 2013 19:05:42 +0000 (21:05 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 5 Jan 2013 19:05:42 +0000 (21:05 +0200)
uses harfbuzz-ng internally. should be working in 25.x branch

chromium-browser.spec

index 3fdaf7c1e17753164d460d45afed5153f15c390b..d228a51e900842fffc068f29f6611b195ef6bf33 100644 (file)
@@ -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} \
This page took 0.481782 seconds and 4 git commands to generate.