]> git.pld-linux.org Git - packages/evas.git/blame - evas.spec
- new snap
[packages/evas.git] / evas.spec
CommitLineData
3b0f8708 1#
ca577fef 2%bcond_without mmx # without MMX and MMX2
3%bcond_without sse # without SSE
4%bcond_without altivec # without altivec
3b0f8708 5#
ca577fef 6%ifnarch i586 i686 athlon
7%undefine with_mmx
3b0f8708 8%endif
ca577fef 9%ifnarch i686 athlon
10%undefine with_sse
11%endif
12%ifnarch ppc
13%undefine with_altivec
14%endif
15#
ee730ab3 16Summary: Multi-platform Canvas Library
ab7d1756 17Summary(pl): Wieloplatformowa biblioteka do rysowania
ee730ab3 18Name: evas
3efa5131 19Version: 0.9.9.010
20%define _snap 20050706
ee730ab3 21Release: 0.%{_snap}.0.1
22License: BSD
23Group: Libraries
24#Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}_%{_pre}.tar.gz
3efa5131 25Source0: ftp://ftp.sparky.homelinux.org/snaps/enli/e17/libs/%{name}-%{_snap}.tar.gz
26# Source0-md5: a798480eacc9437d84ed12d64f789fc5
ee730ab3 27URL: http://enlightenment.org/
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
3efa5131 39Requires: fonts-TTF-bitstream-vera
ee730ab3 40BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
41
42%description
43Evas is a clean display canvas API for several target display systems
44that can draw anti-aliased text, smooth super and sub-sampled scaled
45images, alpha-blend objects much and more.
46
ab7d1756
JB
47%description -l pl
48