]> git.pld-linux.org Git - packages/evas.git/blame - evas.spec
- pointed in pld forum
[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
53968fb1 36BuildRequires: libgif-devel
ee730ab3 37BuildRequires: libjpeg-devel
38BuildRequires: libpng-devel
8761de99 39BuildRequires: libtiff-devel
ee730ab3 40BuildRequires: libtool
3b0f8708 41BuildRequires: pkgconfig
1920e53d 42Requires: %{name}-libs = %{version}-%{release}
3efa5131 43Requires: fonts-TTF-bitstream-vera
ee730ab3 44BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
45
ffb4a3b0 46%undefine __cxx
47
ee730ab3 48%description
49Evas is a clean display canvas API for several target display systems
50that can draw anti-aliased text, smooth super and sub-sampled scaled
51images, alpha-blend objects much and more.
52
ab7d1756
JB
53%description -l pl
54