This commit is contained in:
parent
bc5c76dffd
commit
e9fca56afc
@ -1,22 +0,0 @@
|
||||
diff -ru freetype-2.3.7.orig//devel/ftoption.h freetype-2.3.7/devel/ftoption.h
|
||||
--- freetype-2.3.7.orig//devel/ftoption.h 2008-02-16 06:53:26.000000000 +0100
|
||||
+++ freetype-2.3.7/devel/ftoption.h 2008-11-05 17:24:46.000000000 +0100
|
||||
@@ -659,6 +659,7 @@
|
||||
*/
|
||||
#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
|
||||
#define TT_USE_BYTECODE_INTERPRETER
|
||||
+#undef TT_CONFIG_OPTION_UNPATENTED_HINTING
|
||||
#elif defined TT_CONFIG_OPTION_UNPATENTED_HINTING
|
||||
#define TT_USE_BYTECODE_INTERPRETER
|
||||
#endif
|
||||
diff -ru freetype-2.3.7.orig//include/freetype/config/ftoption.h freetype-2.3.7/include/freetype/config/ftoption.h
|
||||
--- freetype-2.3.7.orig//include/freetype/config/ftoption.h 2008-02-16 06:53:25.000000000 +0100
|
||||
+++ freetype-2.3.7/include/freetype/config/ftoption.h 2008-11-05 17:24:09.000000000 +0100
|
||||
@@ -658,6 +658,7 @@
|
||||
*/
|
||||
#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
|
||||
#define TT_USE_BYTECODE_INTERPRETER
|
||||
+#undef TT_CONFIG_OPTION_UNPATENTED_HINTING
|
||||
#elif defined TT_CONFIG_OPTION_UNPATENTED_HINTING
|
||||
#define TT_USE_BYTECODE_INTERPRETER
|
||||
#endif
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ecf879eb69fc323669981f02aebff1e3045de415303e86ee67f2080cb3ee888
|
||||
size 1310542
|
3
freetype-2.3.9.tar.bz2
Normal file
3
freetype-2.3.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51a033bce9904d73e0821e8e2bba24bd319619d7d1b2e9eeccac611580242ab6
|
||||
size 1363190
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d57e0b35ecc37828b6326580cb944fa1408b97d16dbbd26d344c48e47222d20
|
||||
size 98646
|
3
freetype-doc-2.3.9.tar.bz2
Normal file
3
freetype-doc-2.3.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a06ba5e13c0087cddd1bf0aa7f3622e65389afe3f3beebcd6c76d42b01f8497
|
||||
size 102532
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 27 15:01:04 CEST 2009 - tiwai@suse.de
|
||||
|
||||
- updated to version 2.3.9:
|
||||
* see URLs below
|
||||
http://www.freetype.org/index2.html#release-freetype-2.3.9
|
||||
http://sourceforge.net/project/shownotes.php?group_id=3157&release_id=653641
|
||||
- updated to version 2.3.9:
|
||||
* see URLs below
|
||||
http://www.freetype.org/index2.html#release-freetype-2.3.9
|
||||
http://sourceforge.net/project/shownotes.php?group_id=3157&release_id=667610
|
||||
- fix builds with older distros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 10:28:53 CEST 2009 - meissner@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package freetype2 (Version 2.3.7)
|
||||
# spec file for package freetype2 (Version 2.3.9)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -28,8 +28,8 @@ AutoReqProv: on
|
||||
Obsoletes: freetype2-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 2.3.7
|
||||
Release: 27
|
||||
Version: 2.3.9
|
||||
Release: 1
|
||||
Url: http://www.freetype.org
|
||||
Summary: A TrueType Font Library
|
||||
# CVS repository:
|
||||
@ -45,9 +45,7 @@ Patch4: ft2-stream-compat.diff
|
||||
Patch5: revert-fix-bytecode.patch
|
||||
Patch8: bugzilla-159166-reduce-embolden-distance.patch
|
||||
Patch9: fix-build.patch
|
||||
Patch10: uninitialized-variable.patch
|
||||
Patch308961: bugzilla-308961-cmex-workaround.patch
|
||||
Patch441638: bnc441638-bc-enabling-fix-from-cvs.patch
|
||||
Patch11: bnc485889-overflow1.patch
|
||||
Patch12: bnc485889-overflow2.patch
|
||||
Patch13: bnc485889-overflow3.patch
|
||||
@ -111,9 +109,7 @@ Authors:
|
||||
#%patch5 -p 1
|
||||
#%patch8 -p 1
|
||||
%patch9 -p 1
|
||||
%patch10 -p 1
|
||||
%patch308961 -p 1
|
||||
%patch441638 -p 1
|
||||
%patch11 -p 1
|
||||
%patch12 -p 1
|
||||
%patch13 -p 1
|
||||
@ -132,7 +128,9 @@ find . -name ".cvsignore" | xargs rm -f
|
||||
cp /usr/share/automake*/config.{guess,sub} builds/unix
|
||||
|
||||
%build
|
||||
%if %suse_version > 1110
|
||||
sh ./autogen.sh
|
||||
%endif
|
||||
export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing "
|
||||
ln -s /usr/bin/libtool ./builds/unix/libtool
|
||||
make setup CFG="--prefix=/usr --libdir=%{_libdir} --with-zlib"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:944f0d24df4706c8a077c5d184a42822aaa0a2fbb8b67abe7c0d6920317cd499
|
||||
size 158328
|
3
ft2demos-2.3.9.tar.bz2
Normal file
3
ft2demos-2.3.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c82dcbdb6581c1b5ab01c166fde238d86c55e457c0bd533f2166b7038639b734
|
||||
size 159111
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 27 15:05:32 CEST 2009 - tiwai@suse.de
|
||||
|
||||
- updated to version 2.3.9:
|
||||
* see URLs below
|
||||
http://www.freetype.org/index2.html#release-freetype-2.3.9
|
||||
http://sourceforge.net/project/shownotes.php?group_id=3157&release_id=653641
|
||||
- updated to version 2.3.9:
|
||||
* see URLs below
|
||||
http://www.freetype.org/index2.html#release-freetype-2.3.9
|
||||
http://sourceforge.net/project/shownotes.php?group_id=3157&release_id=667610
|
||||
- fix builds with older distros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 17:55:50 CEST 2009 - nadvornik@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package ft2demos (Version 2.3.7)
|
||||
# spec file for package ft2demos (Version 2.3.9)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -26,8 +26,8 @@ AutoReqProv: on
|
||||
%if %suse_version > 1000
|
||||
Supplements: fonts-config
|
||||
%endif
|
||||
Version: 2.3.7
|
||||
Release: 34
|
||||
Version: 2.3.9
|
||||
Release: 1
|
||||
%define freetype_version %{version}
|
||||
Url: http://www.freetype.org
|
||||
Summary: Freetype2 Utilities and Demo Programs
|
||||
@ -47,7 +47,6 @@ Patch5: revert-fix-bytecode.patch
|
||||
Patch8: bugzilla-159166-reduce-embolden-distance.patch
|
||||
Patch9: fix-build.patch
|
||||
Patch308961: bugzilla-308961-cmex-workaround.patch
|
||||
Patch441638: bnc441638-bc-enabling-fix-from-cvs.patch
|
||||
Patch11: bnc485889-overflow1.patch
|
||||
Patch12: bnc485889-overflow2.patch
|
||||
Patch13: bnc485889-overflow3.patch
|
||||
@ -87,7 +86,6 @@ Authors:
|
||||
#%patch8 -p 1
|
||||
%patch9 -p 1
|
||||
%patch308961 -p 1
|
||||
%patch441638 -p 1
|
||||
%patch11 -p 1
|
||||
%patch12 -p 1
|
||||
%patch13 -p 1
|
||||
@ -112,7 +110,9 @@ find . -name ".cvsignore" | xargs rm -f
|
||||
cp /usr/share/automake*/config.{guess,sub} builds/unix
|
||||
|
||||
%build
|
||||
%if %suse_version > 1110
|
||||
sh ./autogen.sh
|
||||
%endif
|
||||
export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing "
|
||||
ln -s /usr/bin/libtool ./builds/unix/libtool
|
||||
make setup CFG="--prefix=/usr --libdir=%{_libdir} --with-zlib"
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -ru freetype-2.3.7.orig//src/base/ftobjs.c freetype-2.3.7/src/base/ftobjs.c
|
||||
--- freetype-2.3.7.orig//src/base/ftobjs.c 2008-06-10 06:57:53.000000000 +0200
|
||||
+++ freetype-2.3.7/src/base/ftobjs.c 2008-08-18 16:16:38.000000000 +0200
|
||||
@@ -1713,7 +1713,7 @@
|
||||
FT_Error error;
|
||||
FT_Driver driver;
|
||||
FT_Memory memory;
|
||||
- FT_Stream stream;
|
||||
+ FT_Stream stream = NULL;
|
||||
FT_Face face = 0;
|
||||
FT_ListNode node = 0;
|
||||
FT_Bool external_stream;
|
Loading…
x
Reference in New Issue
Block a user