]> git.pld-linux.org Git - packages/evas.git/blame - evas.spec
- up to 0.9.9.030
[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
def75148 22Version: 0.9.9.030
e7e3f912 23Release: 1
ee730ab3 24License: BSD
25Group: Libraries
e7e3f912 26Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
def75148 27# Source0-md5: 59b1e57962c5d3ffc9e3168fbf8c66e7
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
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
ffb4a3b0 44%undefine __cxx
45
ee730ab3 46%description
47Evas is a clean display canvas API for several target display systems
48that can draw anti-aliased text, smooth super and sub-sampled scaled
49images, alpha-blend objects much and more.
50
ab7d1756
JB
51%description -l pl
52