]> git.pld-linux.org Git - packages/evas.git/blame - evas.spec
- up to 0.9.9.022
[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
8cd4650d 6%bcond_without static_libs # don't build static library
3b0f8708 7#
7432013b 8%ifnarch i586 i686 athlon %{x8664}
ca577fef 9%undefine with_mmx
3b0f8708 10%endif
7432013b 11%ifnarch i686 athlon %{x8664}
ca577fef 12%undefine with_sse
13%endif
14%ifnarch ppc
15%undefine with_altivec
16%endif
17#
ee730ab3 18Summary: Multi-platform Canvas Library
ab7d1756 19Summary(pl): Wieloplatformowa biblioteka do rysowania
ee730ab3 20Name: evas
7432013b 21Version: 0.9.9.022
e7e3f912 22Release: 1
ee730ab3 23License: BSD
24Group: Libraries
e7e3f912 25Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
7432013b 26# Source0-md5: 5b4f791ee7085012e04ec3031d634c6c
a0ac2118 27Patch0: %{name}-missing_m4.patch
e79b53cc 28URL: http://enlightenment.org/Libraries/Evas/
ab7d1756
JB
29BuildRequires: DirectFB-devel
30BuildRequires: OpenGL-devel
ee730ab3 31BuildRequires: autoconf
32BuildRequires: automake
ee730ab3 33BuildRequires: edb-devel
34BuildRequires: eet-devel
35BuildRequires: freetype-devel
36BuildRequires: libjpeg-devel
37BuildRequires: libpng-devel
38BuildRequires: libtool
3b0f8708 39BuildRequires: pkgconfig
1920e53d 40Requires: %{name}-libs = %{version}-%{release}
3efa5131 41Requires: fonts-TTF-bitstream-vera
ee730ab3 42BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
44%description
45Evas is a clean display canvas API for several target display systems
46that can draw anti-aliased text, smooth super and sub-sampled scaled
47images, alpha-blend objects much and more.
48
ab7d1756
JB
49%description -l pl
50