Accepting request 236453 from X11:XOrg
- Update to version 2.3.2 * This release fixes a build issue with FreeType 2.5.1 & later, and fixes the prototypes in the man page for XftDrawString8 & XftDrawRect. * supersedes U_use-recommended-freetype-include.patch OBS-URL: https://build.opensuse.org/request/show/236453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXft?expand=0&rev=9
This commit is contained in:
commit
f2bc73bd5a
@ -1,29 +0,0 @@
|
|||||||
From 4acfdaf95adb0a05c2a25550bdde036c865902f4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Julien Cristau <jcristau@debian.org>
|
|
||||||
Date: Mon, 02 Dec 2013 15:26:24 +0000
|
|
||||||
Subject: Use FT_*_H macros instead of including <freetype/*.h>
|
|
||||||
|
|
||||||
freetype moved its headers around in 2.5.1.
|
|
||||||
|
|
||||||
Signed-off-by: Julien Cristau <jcristau@debian.org>
|
|
||||||
---
|
|
||||||
diff --git a/src/xftglyphs.c b/src/xftglyphs.c
|
|
||||||
index 2f3dc5a..4b5fb82 100644
|
|
||||||
--- a/src/xftglyphs.c
|
|
||||||
+++ b/src/xftglyphs.c
|
|
||||||
@@ -21,10 +21,10 @@
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "xftint.h"
|
|
||||||
-#include <freetype/ftoutln.h>
|
|
||||||
-#include <freetype/ftlcdfil.h>
|
|
||||||
+#include FT_OUTLINE_H
|
|
||||||
+#include FT_LCD_FILTER_H
|
|
||||||
|
|
||||||
-#include <freetype/ftsynth.h>
|
|
||||||
+#include FT_SYNTHESIS_H
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Validate the memory info for a font
|
|
||||||
--
|
|
||||||
cgit v0.9.0.2-2-gbebe
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:85b2e7a0148b2b25ab09c50250e83728f3821526e0deb5a4474ec66b2eac9433
|
|
||||||
size 41930
|
|
3
libXft-2.3.2.tar.bz2
Normal file
3
libXft-2.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5a3c824761df351ca91827ac221090943ef28b248573486050de89f4bfcdc4c
|
||||||
|
size 335495
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 6 10:52:07 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.3.2
|
||||||
|
* This release fixes a build issue with FreeType 2.5.1 & later,
|
||||||
|
and fixes the prototypes in the man page for XftDrawString8 &
|
||||||
|
XftDrawRect.
|
||||||
|
* supersedes U_use-recommended-freetype-include.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 18:23:52 UTC 2013 - hrvoje.senjan@gmail.com
|
Wed Dec 11 18:23:52 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXft
|
# spec file for package libXft
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXft
|
Name: libXft
|
||||||
%define lname libXft2
|
%define lname libXft2
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X FreeType library
|
Summary: X FreeType library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,9 +28,7 @@ Url: http://xorg.freedesktop.org/
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXft
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXft
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXft/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXft/
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-UPSTREAM U_use-recommended-freetype-include.patch -- Freetype upstream recommends using their macros together with
|
|
||||||
# ft2build include. Positive sideeffect is that this patch makes it build with both freetype2 2.5.1, and older versions
|
# ft2build include. Positive sideeffect is that this patch makes it build with both freetype2 2.5.1, and older versions
|
||||||
Patch0: U_use-recommended-freetype-include.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
BuildRequires: autoconf >= 2.60
|
BuildRequires: autoconf >= 2.60
|
||||||
@ -72,7 +70,6 @@ in %lname.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user