forked from pool/freetype2
Accepting request 54744 from home:pbleser:branches:M17N
reviewed Ok and forwarded to Factory OBS-URL: https://build.opensuse.org/request/show/54744 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=36
This commit is contained in:
parent
cf3ce800d7
commit
64ec965932
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4e626db62fd1b4549ff5d57f5eca3a41631fd6066adf8a31c11879b51249afc
|
||||
size 1437406
|
3
freetype-2.4.4.tar.bz2
Normal file
3
freetype-2.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b8281c7dc4d375c6b65d3c6f4808e488a313fab47d7be82aad2c871c8480fef
|
||||
size 1442053
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ed1d926679a13c15c2b32805127d0bcf7f8b7b950dbcc6f6db66963e4149d03
|
||||
size 104313
|
3
freetype-doc-2.4.4.tar.bz2
Normal file
3
freetype-doc-2.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9205ea8899ae005ceede2c7d4ab6dfac6d669b16a9e4a0d49f90c081bc916ae3
|
||||
size 104304
|
21
freetype2-no_rpath.patch
Normal file
21
freetype2-no_rpath.patch
Normal file
@ -0,0 +1,21 @@
|
||||
--- builds/unix/freetype-config.in.orig 2010-12-04 21:17:24.000000000 +0100
|
||||
+++ builds/unix/freetype-config.in 2010-12-04 21:20:02.000000000 +0100
|
||||
@@ -16,7 +16,6 @@
|
||||
libdir=@libdir@
|
||||
enable_shared=@build_libtool_libs@
|
||||
wl=@wl@
|
||||
-hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
|
||||
|
||||
usage()
|
||||
{
|
||||
@@ -140,10 +139,6 @@
|
||||
fi
|
||||
|
||||
if test "$echo_libs" = "yes" ; then
|
||||
- rpath=
|
||||
- if test "$enable_shared" = "yes" ; then
|
||||
- eval "rpath=\"$hardcode_libdir_flag_spec\""
|
||||
- fi
|
||||
libs="-lfreetype @LIBZ@ @FT2_EXTRA_LIBS@"
|
||||
if test "${SYSROOT}$libdir" != "/usr/lib" && test "${SYSROOT}$libdir" != "/usr/lib64"; then
|
||||
echo -L${SYSROOT}$libdir $libs
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 20:27:14 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
- Updated to version 2.4.4:
|
||||
* [truetype] better multi-threading support
|
||||
* [truetype] identify the tricky fonts by cvt/fpgm/prep checksums; some Latin TrueType fonts are still expected to be unhinted
|
||||
* [type1] fix matrix normalization
|
||||
* [type1] improve guard against malformed data
|
||||
* [ftsmooth] improve rendering
|
||||
* [ftraster] fix rendering
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 29 16:19:41 UTC 2010 - fisiu@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package freetype2 (Version 2.4.3)
|
||||
# spec file for package freetype2 (Version 2.4.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -28,7 +28,7 @@ AutoReqProv: on
|
||||
Obsoletes: freetype2-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 2.4.3
|
||||
Version: 2.4.4
|
||||
Release: 1
|
||||
Url: http://www.freetype.org
|
||||
Summary: A TrueType Font Library
|
||||
@ -42,6 +42,7 @@ Source3: baselibs.conf
|
||||
Patch3: freetype2-bitmap-foundry.patch
|
||||
Patch4: ft2-stream-compat.diff
|
||||
Patch9: fix-build.patch
|
||||
Patch10: freetype2-no_rpath.patch
|
||||
Patch308961: bugzilla-308961-cmex-workaround.patch
|
||||
Patch200: freetype2-subpixel.patch
|
||||
Patch201: use_unix.diff
|
||||
@ -90,6 +91,7 @@ It also contains a small tutorial for using that library.
|
||||
%patch4 -p 1 -b .ft2-stream-compat
|
||||
#%patch8 -p 1
|
||||
%patch9 -p 1
|
||||
%patch10
|
||||
%patch308961 -p 1
|
||||
%if %{enable_subpixel_rendering}
|
||||
%patch200 -p 1 -b .subpixel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49b5201e6dfd21ba040e69cd25f8a76f6cbfd64cf59ff056c3800d8860f32a69
|
||||
size 161975
|
3
ft2demos-2.4.4.tar.bz2
Normal file
3
ft2demos-2.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:176091eacbc0a27a420f097ebc997b7d2b96c12143bf3a41d470a66879ca02c4
|
||||
size 161949
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package ft2demos (Version 2.4.3)
|
||||
# spec file for package ft2demos (Version 2.4.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,7 +24,7 @@ License: GPLv2+
|
||||
Group: Productivity/Publishing/Other
|
||||
AutoReqProv: on
|
||||
Supplements: fonts-config
|
||||
Version: 2.4.3
|
||||
Version: 2.4.4
|
||||
Release: 1
|
||||
%define freetype_version %{version}
|
||||
Url: http://www.freetype.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user