]> git.pld-linux.org Git - packages/evas.git/blame - evas.spec
- up to 0.9.9.032
[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
405ae62c 22Version: 0.9.9.032
e7e3f912 23Release: 1
ee730ab3 24License: BSD
25Group: Libraries
e7e3f912 26Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
405ae62c 27# Source0-md5: f7cedd3e75290bc8a8220b8081a14018
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
36BuildRequires: libjpeg-devel
37BuildRequires: libpng-devel
8761de99 38BuildRequires: libtiff-devel
ee730ab3 39BuildRequires: libtool
3b0f8708 40BuildRequires: pkgconfig
1920e53d 41Requires: %{name}-libs = %{version}-%{release}
3efa5131 42Requires: fonts-TTF-bitstream-vera
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