]> git.pld-linux.org Git - packages/aview.git/blob - aview.spec
- spec adapterized.
[packages/aview.git] / aview.spec
1 Summary:        ASCII-Art image browser and animation player
2 Summary(pl):    Przegl±darka obrazków i animacji w formacie ASCII
3 Name:           aview
4 Version:        1.2
5 Release:        3
6 License:        GPL
7 Group:          Applications/Graphics
8 Group(pl):      Aplikacje/Grafika
9 Source0:        ftp://ftp.ta.jcu.cz/pub/aa/%{name}-%{version}.tar.gz
10 BuildRequires:  aalib-devel
11 BuildRequires:  gpm-devel
12 BuildRequires:  ncurses-devel >= 5.0
13 BuildRequires:  XFree86-libs
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 aview is an high quality ascii-art image(pnm) browser and
18 animation(fli/flc) player usefull especially with lynx browser.
19
20 Supports: stdio, curses, slang, X11, gpm, linux-console.
21
22 Features: Save into many formats (html, text, ansi, more/less etc...),
23 Contrast, Bright, Gamma control,Image zooming/unzooming, Three
24 dithering modes, Hidden "bonus" features :), Inversion, Support for
25 bright, dim, inverse attributes/extended character set
26
27 %description -l pl
28 aview jest wysokiej jako¶ci przegl±dark± obrazków (pnm) i animacji
29 (fli/flc) w formacie ASCII, u¿yteczn± zw³aszcza w po³±czeniu z
30 przegl±dark± lynx.
31
32 Wspiera: stdio, curses, slang, X11, gpm, linux-console.
33
34 Opcje: zapisywanie w wielu formatach (html, txt, ansi, more/less,
35 etc...), mo¿liwo¶æ ustawienia kontrastu, jasno¶ci i nasycenia, zoom,
36 trzy poziomy ditheringu, itp. oraz ukryte opcje "bonusowe" :)
37
38 %prep
39 %setup -q
40
41 %build
42 %configure
43 make
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT%{_bindir}
48
49 make install \
50         bindir=$RPM_BUILD_ROOT%{_bindir}
51
52 gzip -9nf README ANNOUNCE README.flip ChangeLog TODO
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc {README,ANNOUNCE,README.flip,ChangeLog,TODO}.gz
60 %attr(755,root,root) %{_bindir}/*
This page took 0.045566 seconds and 3 git commands to generate.