SPECS (AC-branch): libgdiplus.spec - merged 1.2.3 from HEAD
qboosh
qboosh at pld-linux.org
Sat Feb 17 09:51:32 CET 2007
Author: qboosh Date: Sat Feb 17 08:51:32 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- merged 1.2.3 from HEAD
---- Files affected:
SPECS:
libgdiplus.spec (1.14.2.1 -> 1.14.2.2)
---- Diffs:
================================================================
Index: SPECS/libgdiplus.spec
diff -u SPECS/libgdiplus.spec:1.14.2.1 SPECS/libgdiplus.spec:1.14.2.2
--- SPECS/libgdiplus.spec:1.14.2.1 Fri Aug 4 20:28:22 2006
+++ SPECS/libgdiplus.spec Sat Feb 17 09:51:27 2007
@@ -5,29 +5,34 @@
# dependency hell a bit, there's not yet another lib you have to get and/or
# build, second reason is that until we use Pango for text (see below), we can
# do some private stuff to cairo to improve text-display related performance.
+# --- but: the first reason is meaningless in PLD, the second seems only theoretical
+#
+# WARNING! libgdiplus will not work if compiled with -fomit-frame-pointer
#
Summary: An Open Source implementation of the GDI+ API
Summary(pl): Otwarta implementacja API GDI+
Name: libgdiplus
-Version: 1.1.13.6
+Version: 1.2.3
Release: 1
License: LGPL/MPL/MIT X11
Group: Libraries
#Source0Download: http://www.go-mono.com/sources/
Source0: http://www.go-mono.com/sources/libgdiplus-1.1/%{name}-%{version}.tar.gz
-# Source0-md5: 9177164efa8dfe8f625c240945d6a379
+# Source0-md5: a29d56304aca9236754e61bf8ee518ee
+Patch0: %{name}-link.patch
URL: http://www.go-mono.com/
-BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: autoconf >= 2.54
+BuildRequires: automake >= 1:1.7
+BuildRequires: fontconfig-devel
BuildRequires: freetype-devel >= 2.0
+BuildRequires: giflib-devel
BuildRequires: glib2-devel >= 1:2.2.3
BuildRequires: libjpeg-devel
-BuildRequires: libpng-devel
+BuildRequires: libpng-devel >= 1.2
BuildRequires: libtiff-devel
BuildRequires: libtool
-BuildRequires: libungif-devel
-BuildRequires: sed >= 4.0
BuildRequires: pkgconfig
+BuildRequires: xrender-devel
Requires: glib2 >= 1:2.2.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -46,6 +51,14 @@
Summary(pl): Pliki programistyczne libgdiplus
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: fontconfig-devel
+Requires: freetype-devel >= 2.0
+Requires: giflib-devel
+Requires: glib2-devel >= 1:2.2.3
+Requires: libjpeg-devel
+Requires: libpng-devel >= 1.2
+Requires: libtiff-devel
+Requires: xrender-devel
%description devel
Development files for libgdiplus.
@@ -67,8 +80,16 @@
%prep
%setup -q
+%patch0 -p1
%build
+cd cairo
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cd -
+
%{__libtoolize}
%{__aclocal}
%{__autoconf}
@@ -92,7 +113,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog LICENSE NEWS README
+%doc AUTHORS ChangeLog LICENSE NEWS README TODO
%attr(755,root,root) %{_libdir}/libgdiplus.so.*.*.*
# needed at runtime for mono to load it as gdiplus.dll
%attr(755,root,root) %{_libdir}/libgdiplus.so
@@ -112,6 +133,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14.2.2 2007/02/17 08:51:27 qboosh
+- merged 1.2.3 from HEAD
+
Revision 1.14.2.1 2006/08/04 18:28:22 freetz
- 1.1.13.6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libgdiplus.spec?r1=1.14.2.1&r2=1.14.2.2&f=u
More information about the pld-cvs-commit
mailing list