SHA256
1
0
forked from pool/freetype2

Accepting request 295682 from home:fstrba:branches:GNOME:Factory

harfbuzz enabled freetype2

OBS-URL: https://build.opensuse.org/request/show/295682
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=95
This commit is contained in:
Fridrich Strba 2015-04-13 12:51:07 +00:00 committed by Git OBS Bridge
parent fa6f85c46e
commit 8b15b28f7b
3 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 10 09:43:06 UTC 2015 - fstrba@suse.com
- Build freetype2 against harfbuzz library
* Using the harfbuzz-bootstrap-devel in order to avoid cyclic
dependencies
-------------------------------------------------------------------
Fri Apr 10 07:34:20 UTC 2015 - fstrba@suse.com

View File

@ -34,6 +34,8 @@ Patch200: freetype2-subpixel.patch
Patch202: don-t-mark-libpng-as-required-library.patch
Patch308961: bugzilla-308961-cmex-workaround.patch
BuildRequires: gawk
# We build against a minimal bootstrap package in order to avoid a circular dependency
BuildRequires: harfbuzz-bootstrap-devel
BuildRequires: libbz2-devel
BuildRequires: libpng-devel
BuildRequires: pkg-config
@ -91,7 +93,12 @@ It also contains a small tutorial for using that library.
%build
export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
%configure --disable-static
%configure \
--with-bzip2 \
--with-harfbuzz \
--with-png \
--with-zlib \
--disable-static
make %{?_smp_mflags}
%install

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 10 09:43:06 UTC 2015 - fstrba@suse.com
- Build freetype2 against harfbuzz library
* Using the harfbuzz-bootstrap-devel in order to avoid cyclic
dependencies
-------------------------------------------------------------------
Fri Apr 10 07:34:20 UTC 2015 - fstrba@suse.com