libXft 2.3.2
This commit is contained in:
parent
806c03af30
commit
7528e214e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
libXft-2.1.14.tar.bz2
|
||||
/libXft-2.2.0.tar.bz2
|
||||
/libXft-2.3.1.tar.bz2
|
||||
/libXft-2.3.2.tar.bz2
|
||||
|
||||
@ -1,22 +0,0 @@
|
||||
Dscription: Fix build failure with freetype 2.5.1
|
||||
Author: Juhani Numminen <juhaninumminen0@gmail.com>
|
||||
Bug-Debian: http://bugs.debian.org/733385
|
||||
|
||||
--- a/src/xftglyphs.c
|
||||
+++ b/src/xftglyphs.c
|
||||
@@ -21,10 +21,11 @@
|
||||
*/
|
||||
|
||||
#include "xftint.h"
|
||||
-#include <freetype/ftoutln.h>
|
||||
-#include <freetype/ftlcdfil.h>
|
||||
+#include <ft2build.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
|
||||
|
||||
@ -1,13 +1,12 @@
|
||||
Summary: X.Org X11 libXft runtime library
|
||||
Name: libXft
|
||||
Version: 2.3.1
|
||||
Release: 7%{?dist}
|
||||
Version: 2.3.2
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Patch0: fix-freetype-includes.patch
|
||||
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -30,7 +29,6 @@ X.Org X11 libXft development package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
autoreconf -v --install --force
|
||||
@ -75,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/Xft.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2014 Benjamin Tissoires <benjamin.tissoires@redhat.com> 2.3.2-1
|
||||
- libXft 2.3.2
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user