SHA256
1
0
forked from pool/freetype2

Updating link to change in openSUSE:Factory/freetype2 revision 58.0

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=66b170f151964a1b0f49aefc05d6f0a4
This commit is contained in:
OBS User buildservice-autocommit
2013-12-11 07:34:37 +00:00
committed by Git OBS Bridge
parent 855baa32a2
commit 19cb1b5b62
12 changed files with 16 additions and 186 deletions

View File

@@ -17,19 +17,17 @@
Name: ft2demos
Version: 2.5.2
Version: 2.5.0
Release: 0
Summary: Freetype2 Utilities and Demo Programs
License: GPL-2.0+
Group: Productivity/Publishing/Other
%define freetype_version 2.5.2
%define freetype_version 2.5.0.1
Url: http://www.freetype.org
Source0: http://savannah.nongnu.org/download/freetype/freetype-%{freetype_version}.tar.bz2
Source1: http://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.bz2
Patch308961: bugzilla-308961-cmex-workaround.patch
Patch200: freetype2-subpixel.patch
# PATCH-FIX-UPSTREAM overflow.patch -- I: Statement is overflowing a buffer
Patch201: overflow.patch
BuildRequires: libpng-devel
BuildRequires: xorg-x11-devel
Conflicts: dtc
@@ -51,9 +49,6 @@ Freetype2 utilities and demo programs.
%if %{enable_subpixel_rendering}
%patch200 -p 1 -b .subpixel
%endif
pushd ../ft2demos-%{version}
%patch201 -p1
popd
%build
export CFLAGS="%optflags -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"