]> git.pld-linux.org Git - packages/fyre.git/blob - fyre.spec
- pl, cleanup
[packages/fyre.git] / fyre.spec
1 Summary:        GTK+2-based explorer for iterated chaotic functions
2 Summary(pl):    Oparta na GTK+ przegl±darka iterowanych funkcji chaotycznych
3 Name:           fyre
4 Version:        1.0.0
5 Release:        0.1
6 License:        GPL
7 Vendor:         David Trowbridge <trowbrds@cs.colorado.edu> Micah Dowty <micah@navi.cx>
8 Group:          Applications/Graphics
9 Source0:        http://flapjack.navi.cx/releases/fyre/%{name}-%{version}.tar.gz
10 # Source0-md5:  2ea0cbef438c5f63f7e6e5c4a62995e0
11 URL:            http://fyre.navi.cx/
12 BuildRequires:  OpenEXR-devel
13 BuildRequires:  gnet-devel >= 2.0
14 BuildRequires:  gtk+2-devel
15 Requires:       gnet >= 2.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Fyre is a tool for producing computational artwork based on histograms
20 of iterated chaotic functions. At the moment, it implements the Peter
21 de Jong map in a fixed-function pipeline with an interactive GTK+
22 frontend and a command line interface for easy and efficient rendering
23 of high-resolution, high quality images.
24
25 %description -l pl
26 Fyre to narzêdzie do tworzenia sztuki obliczeniowej w oparciu o
27 histogramy iterowanych funkcji chaotycznych. Aktualnie implementuje
28 odwzorowanie Petera de Jonga w potoku funkcji sta³ych z interaktywnym
29 frontendem GTK+ oraz interfejsem linii poleceñ do ³atwego i wydajnego
30 renderowania obrazów wysokiej rozdzielczo¶ci z wysok± jako¶ci±.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure \
37         --enable-gnet \
38         --enable-openexr
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_bindir}/fyre
53 %{_desktopdir}/*.desktop
54 %{_datadir}/fyre
55 %{_iconsdir}/hicolor/48x48/mimetypes/application-x-fyre-animation.png
56 %{_pixmapsdir}/*.png
57 %{_datadir}/mime/packages/fyre.xml
This page took 0.066525 seconds and 4 git commands to generate.