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