]> git.pld-linux.org Git - packages/evas.git/blame_incremental - evas.spec
- bcond -devel R: DirectFB-devel too
[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.023
23Release: 1
24License: BSD
25Group: Libraries
26Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
27# Source0-md5: ca5528c8894d49cbdf77873f5974c0e8
28#Patch0: %{name}-missing_m4.patch
29URL: http://enlightenment.org/Libraries/Evas/
30%{?with_directfb:BuildRequires: DirectFB-devel}
31BuildRequires: OpenGL-devel
32BuildRequires: autoconf
33BuildRequires: automake
34BuildRequires: edb-devel
35BuildRequires: eet-devel
36BuildRequires: freetype-devel
37BuildRequires: libjpeg-devel
38BuildRequires: libpng-devel
39BuildRequires: libtool
40BuildRequires: pkgconfig
41Requires: %{name}-libs = %{version}-%{release}
42Requires: fonts-TTF-bitstream-vera
43BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45%undefine __cxx
46
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
52%description -l pl
53