rebuilt with libpng 1.6 [release 2.30.3-2mamba;Fri Sep 26 2014]
This commit is contained in:
parent
3698cb6495
commit
37b84b135c
@ -1,10 +1,5 @@
|
|||||||
# libgnomecanvas
|
# libgnomecanvas
|
||||||
|
|
||||||
The GNOME canvas is an engine for structured graphics that offers a rich
|
The GNOME canvas is an engine for structured graphics that offers a rich imaging model, high performance rendering, and a powerful, high-level API.
|
||||||
imaging model, high performance rendering, and a powerful, high-level API.
|
It offers a choice of two rendering back-ends, one based on Xlib for extremely fast display, and another based on Libart, a sophisticated, antialiased, alpha-compositing engine. Applications have a choice between the Xlib imaging model or a superset of the PostScript imaging model, depending on the level of graphic sophistication required.
|
||||||
It offers a choice of two rendering back-ends, one based on Xlib for
|
|
||||||
extremely fast display, and another based on Libart, a sophisticated,
|
|
||||||
antialiased, alpha-compositing engine. Applications have a choice between
|
|
||||||
the Xlib imaging model or a superset of the PostScript imaging model,
|
|
||||||
depending on the level of graphic sophistication required.
|
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: libgnomecanvas
|
Name: libgnomecanvas
|
||||||
Version: 2.30.3
|
Version: 2.30.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: GnomeCanvas widget
|
Summary: GnomeCanvas widget
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,34 +18,46 @@ Source: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname}/%{majver}/%{pk
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
BuildRequires: libXcomposite-devel
|
||||||
|
BuildRequires: libXcursor-devel
|
||||||
|
BuildRequires: libXdamage-devel
|
||||||
|
BuildRequires: libXdmcp-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXfixes-devel
|
||||||
|
BuildRequires: libXinerama-devel
|
||||||
|
BuildRequires: libXrandr-devel
|
||||||
|
BuildRequires: libXrender-devel
|
||||||
BuildRequires: libart_lgpl-devel
|
BuildRequires: libart_lgpl-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libexpat-devel
|
||||||
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgail-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglade-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgraphite2-devel
|
||||||
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: gawk, perl
|
BuildRequires: gawk
|
||||||
|
BuildRequires: perl
|
||||||
BuildRequires: docbook-xsl
|
BuildRequires: docbook-xsl
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNOME canvas is an engine for structured graphics that offers a rich
|
The GNOME canvas is an engine for structured graphics that offers a rich imaging model, high performance rendering, and a powerful, high-level API.
|
||||||
imaging model, high performance rendering, and a powerful, high-level API.
|
It offers a choice of two rendering back-ends, one based on Xlib for extremely fast display, and another based on Libart, a sophisticated, antialiased, alpha-compositing engine. Applications have a choice between the Xlib imaging model or a superset of the PostScript imaging model, depending on the level of graphic sophistication required.
|
||||||
It offers a choice of two rendering back-ends, one based on Xlib for
|
|
||||||
extremely fast display, and another based on Libart, a sophisticated,
|
|
||||||
antialiased, alpha-compositing engine. Applications have a choice between
|
|
||||||
the Xlib imaging model or a superset of the PostScript imaging model,
|
|
||||||
depending on the level of graphic sophistication required.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Devel package for GnomeCanvas
|
Summary: Devel package for GnomeCanvas
|
||||||
@ -53,14 +65,8 @@ Group: Development/Libraries
|
|||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The GNOME canvas is an engine for structured graphics that offers a rich
|
The GNOME canvas is an engine for structured graphics that offers a rich imaging model, high performance rendering, and a powerful, high-level API.
|
||||||
imaging model, high performance rendering, and a powerful, high-level API.
|
It offers a choice of two rendering back-ends, one based on Xlib for extremely fast display, and another based on Libart, a sophisticated, antialiased, alpha-compositing engine. Applications have a choice between the Xlib imaging model or a superset of the PostScript imaging model, depending on the level of graphic sophistication required.
|
||||||
It offers a choice of two rendering back-ends, one based on Xlib for
|
|
||||||
extremely fast display, and another based on Libart, a sophisticated,
|
|
||||||
antialiased, alpha-compositing engine. Applications have a choice between
|
|
||||||
the Xlib imaging model or a superset of the PostScript imaging model,
|
|
||||||
depending on the level of graphic sophistication required.
|
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
%package apidocs
|
%package apidocs
|
||||||
@ -118,7 +124,7 @@ Requires: gtk-doc
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
#%{_libdir}/libglade/?.?/*
|
#%{_libdir}/libglade/?.?/*
|
||||||
%doc AUTHORS ChangeLog COPYING.LIB NEWS README
|
%doc AUTHORS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -132,8 +138,12 @@ Requires: gtk-doc
|
|||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/%{pkgname}/
|
%{_datadir}/gtk-doc/html/%{pkgname}/
|
||||||
|
%doc ChangeLog COPYING.LIB NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.3-2mamba
|
||||||
|
- rebuilt with libpng 1.6
|
||||||
|
|
||||||
* Mon Jan 31 2011 Automatic Build System <autodist@mambasoft.it> 2.30.3-1mamba
|
* Mon Jan 31 2011 Automatic Build System <autodist@mambasoft.it> 2.30.3-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user