]> git.pld-linux.org Git - packages/evas.git/blame - evas.spec
- up to 0.9.9.024
[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
b08700b8 22Version: 0.9.9.024
e7e3f912 23Release: 1
ee730ab3 24License: BSD
25Group: Libraries
e7e3f912 26Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
b08700b8 27# Source0-md5: e363ee32718b209b66a3e0bcb4215e14
ffb4a3b0 28#Patch0: %{name}-missing_m4.patch
e79b53cc 29URL: http://enlightenment.org/Libraries/Evas/
d1695477 30%{?with_directfb:BuildRequires: DirectFB-devel}
ab7d1756 31BuildRequires: OpenGL-devel
ee730ab3 32BuildRequires: autoconf
33BuildRequires: automake
ee730ab3 34BuildRequires: edb-devel
35BuildRequires: eet-devel
36BuildRequires: freetype-devel
37BuildRequires: libjpeg-devel
38BuildRequires: libpng-devel
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