update to 3.8 [release 3.8-1mamba;Sat Oct 04 2014]
This commit is contained in:
parent
6b853a5c11
commit
015e70cd1c
@ -4,15 +4,16 @@
|
|||||||
%define with_xcb 1
|
%define with_xcb 1
|
||||||
|
|
||||||
Name: libgdiplus
|
Name: libgdiplus
|
||||||
Version: 2.10.9
|
Version: 3.8
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: An Open Source implementation of the GDI+ API
|
Summary: An Open Source implementation of the GDI+ API
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.mono-project.com/Libgdiplus
|
URL: http://www.mono-project.com/Libgdiplus
|
||||||
Source: http://download.mono-project.com/sources/libgdiplus/libgdiplus-%{version}.tar.bz2
|
Source: https://github.com/mono/libgdiplus.git/%{version}/libgdiplus-%{version}.tar.bz2
|
||||||
|
#Source: http://download.mono-project.com/sources/libgdiplus/libgdiplus-%{version}.tar.bz2
|
||||||
Patch1: %{name}-1.2.4-cairo_glitz_path.patch
|
Patch1: %{name}-1.2.4-cairo_glitz_path.patch
|
||||||
Patch2: %{name}-1.2.4-fix_link.patch
|
Patch2: %{name}-1.2.4-fix_link.patch
|
||||||
Patch3: %{name}-2.10.9-libpng14.patch
|
Patch3: %{name}-2.10.9-libpng14.patch
|
||||||
@ -62,13 +63,14 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
#%patch1 -p1
|
||||||
%patch2 -p1
|
#%patch2 -p1
|
||||||
%patch3 -p0
|
#%patch3 -p0
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="-lX11 -lXext -lglib-2.0"
|
export CFLAGS="-lX11 -lXext -lglib-2.0"
|
||||||
|
./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
%if %{with_glitz}
|
%if %{with_glitz}
|
||||||
--enable-glitz \
|
--enable-glitz \
|
||||||
@ -107,6 +109,9 @@ sed -ie "s,-Werror,,g" src/Makefile
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8-1mamba
|
||||||
|
- update to 3.8
|
||||||
|
|
||||||
* Fri May 31 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.9-2mamba
|
* Fri May 31 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.9-2mamba
|
||||||
- rebuilt with libgif instead of libungif
|
- rebuilt with libgif instead of libungif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user