]> git.pld-linux.org Git - packages/evas.git/blame - evas.spec
- cpu extensions default on (runtime detected)
[packages/evas.git] / evas.spec
CommitLineData
3b0f8708 1#
ca577fef 2%bcond_without mmx # without MMX and MMX2
3%bcond_without sse # without SSE
4%bcond_without altivec # without altivec
3b0f8708 5#
ca577fef 6%ifnarch i586 i686 athlon
7%undefine with_mmx
3b0f8708 8%endif
ca577fef 9%ifnarch i686 athlon
10%undefine with_sse
11%endif
12%ifnarch ppc
13%undefine with_altivec
14%endif
15#
ee730ab3 16Summary: Multi-platform Canvas Library
ab7d1756 17Summary(pl): Wieloplatformowa biblioteka do rysowania
ee730ab3 18Name: evas
3b0f8708 19Version: 0.9.9
20%define _snap 20050329
ee730ab3 21Release: 0.%{_snap}.0.1
22License: BSD
23Group: Libraries
24#Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}_%{_pre}.tar.gz
3b0f8708 25Source0: ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{_snap}.tar.gz
26# Source0-md5: d29b5c91e01c3eda9ff8a940dfe84398
ee730ab3 27URL: http://enlightenment.org/
ab7d1756
JB
28BuildRequires: DirectFB-devel
29BuildRequires: OpenGL-devel
ee730ab3 30BuildRequires: autoconf
31BuildRequires: automake
ca577fef 32BuildRequires: cairo-devel
ee730ab3 33BuildRequires: edb-devel
34BuildRequires: eet-devel
35BuildRequires: freetype-devel
36BuildRequires: libjpeg-devel
37BuildRequires: libpng-devel
38BuildRequires: libtool
3b0f8708 39BuildRequires: pkgconfig
ee730ab3 40BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
41
42%description
43Evas is a clean display canvas API for several target display systems
44that can draw anti-aliased text, smooth super and sub-sampled scaled
45images, alpha-blend objects much and more.
46
ab7d1756
JB
47%description -l pl
48