forked from pool/harfbuzz
Accepting request 144337 from home:dimstar:branches:GNOME:Factory
Update to 0.9.8 OBS-URL: https://build.opensuse.org/request/show/144337 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=11
This commit is contained in:
parent
8d885b5298
commit
4bc0172cac
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd2999859f8828461fedae23e4af52d926ac32a73245f03ae2d2065205e9cf25
|
|
||||||
size 876051
|
|
3
harfbuzz-0.9.8.tar.bz2
Normal file
3
harfbuzz-0.9.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:656fd2f184ff2214062ceed5181602d909028ee64867ef143f47fc64eb3744a2
|
||||||
|
size 878253
|
@ -1,18 +0,0 @@
|
|||||||
From 7c5b7fe686c9163afe2f31fbeac6f8c8512f5516 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Behdad Esfahbod <behdad@behdad.org>
|
|
||||||
Date: Thu, 22 Nov 2012 19:15:08 +0000
|
|
||||||
Subject: Fix hb_shape_plan_get_shaper()
|
|
||||||
|
|
||||||
---
|
|
||||||
diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc
|
|
||||||
index 7735d4e..22a226f 100644
|
|
||||||
--- a/src/hb-shape-plan.cc
|
|
||||||
+++ b/src/hb-shape-plan.cc
|
|
||||||
@@ -304,4 +304,5 @@ retry:
|
|
||||||
const char *
|
|
||||||
hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan)
|
|
||||||
{
|
|
||||||
+ return shape_plan->shaper_name;
|
|
||||||
}
|
|
||||||
--
|
|
||||||
cgit v0.9.0.2-2-gbebe
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 5 16:36:41 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.9.8:
|
||||||
|
+ Some API additions (see NEWS for details).
|
||||||
|
+ Actually implement hb_shape_plan_get_shaper ().
|
||||||
|
+ Make UCDB data tables const.
|
||||||
|
+ Lots of internal refactoring in OTLayout tables.
|
||||||
|
+ Flesh out hb_ot_layout_lookup_collect_glyphs().
|
||||||
|
- Drop harfbuzz-missing-return.patch: fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 14:11:18 UTC 2012 - vuntz@opensuse.org
|
Tue Dec 4 14:11:18 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 0.9.7
|
Version: 0.9.8
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: graphite2 is not packaged / http://projects.palaso.org/projects/graphitedev
|
# FIXME: graphite2 is not packaged / http://projects.palaso.org/projects/graphitedev
|
||||||
Summary: An OpenType text shaping engine
|
Summary: An OpenType text shaping engine
|
||||||
@ -26,8 +26,6 @@ Group: Productivity/Text/Utilities
|
|||||||
Url: http://www.freedesktop.org/wiki/Software/HarfBuzz
|
Url: http://www.freedesktop.org/wiki/Software/HarfBuzz
|
||||||
Source: http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
|
Source: http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM harfbuzz-missing-return.patch vuntz@opensuse.org -- Fix missing return value, taken from git
|
|
||||||
Patch0: harfbuzz-missing-return.patch
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig(cairo) >= 1.8.0
|
BuildRequires: pkgconfig(cairo) >= 1.8.0
|
||||||
BuildRequires: pkgconfig(cairo-ft)
|
BuildRequires: pkgconfig(cairo-ft)
|
||||||
@ -67,7 +65,6 @@ HarfBuzz is an OpenType text shaping engine.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user