]> git.pld-linux.org Git - packages/evas.git/blame - evas.spec
- up to 0.9.9.036; test progs removed from sources
[packages/evas.git] / evas.spec
CommitLineData
3b0f8708 1#
32b49c04 2# Conditional build:
ca577fef 3%bcond_without mmx # without MMX and MMX2
4%bcond_without sse # without SSE
5%bcond_without altivec # without altivec
d1695477 6%bcond_without directfb # build without DirectFB support
8cd4650d 7%bcond_without static_libs # don't build static library
3b0f8708 8#
7432013b 9%ifnarch i586 i686 athlon %{x8664}
ca577fef 10%undefine with_mmx
3b0f8708 11%endif
7432013b 12%ifnarch i686 athlon %{x8664}
ca577fef 13%undefine with_sse
14%endif
15%ifnarch ppc
16%undefine with_altivec
17%endif
18#
ee730ab3 19Summary: Multi-platform Canvas Library
ab7d1756 20Summary(pl): Wieloplatformowa biblioteka do rysowania
ee730ab3 21Name: evas
245fd882 22Version: 0.9.9.036
e7e3f912 23Release: 1
ee730ab3 24License: BSD
25Group: Libraries
e7e3f912 26Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
245fd882 27# Source0-md5: 7119821b7604f81c71245d431a79eeaf
e79b53cc 28URL: http://enlightenment.org/Libraries/Evas/
d1695477 29%{?with_directfb:BuildRequires: DirectFB-devel}
ab7d1756 30BuildRequires: OpenGL-devel
ee730ab3 31BuildRequires: autoconf
32BuildRequires: automake
ee730ab3 33BuildRequires: edb-devel
34BuildRequires: eet-devel
35BuildRequires: freetype-devel
d2865238 36BuildRequires: giflib-devel
ee730ab3 37BuildRequires: libjpeg-devel
38BuildRequires: libpng-devel
245fd882 39BuildRequires: librsvg-devel
8761de99 40BuildRequires: libtiff-devel
ee730ab3 41BuildRequires: libtool
3b0f8708 42BuildRequires: pkgconfig
ee730ab3 43BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
ffb4a3b0 45%undefine __cxx
46
ee730ab3 47%description
48Evas is a clean display canvas API for several target display systems
49that can draw anti-aliased text, smooth super and sub-sampled scaled
50images, alpha-blend objects much and more.
51
ab7d1756
JB
52%description -l pl
53