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