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