]> git.pld-linux.org Git - packages/aview.git/blob - aview.spec
- translated kloczkish into english
[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 Copyright:      GPL
7 Group:          Applications/Graphics
8 Group(pl):      Aplikacje/Grafika
9 Source:         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:      /tmp/%{name}-%{version}-root
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 dithering
24 modes, Hidden "bonus" features :), Inversion, Support for bright, dim,
25 inverse attributes/extended character set
26
27 %description -l pl
28 aview jest wysokiej jako¶ci przegl±dark± obrazków (pnm) i animacji (fli/flc) 
29 w formacie ASCII, u¿yteczn± zw³aszcza w po³±czeniu z przegl±dark± lynx.
30
31 Wspiera: stdio, curses, slang, X11, gpm, linux-console.
32
33 Opcje: zapisywanie w wielu formatach (html, txt, ansi, more/less, etc...), 
34 mo¿liwo¶æ ustawienia kontrastu, jasno¶ci i nasycenia, zoom, trzy poziomy 
35 ditheringu, itp. oraz ukryte opcje "bonusowe" :)
36
37 %prep
38 %setup -q
39
40 %build
41 %configure
42 make
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_bindir}
47
48 make install \
49         bindir=$RPM_BUILD_ROOT%{_bindir}
50
51 gzip -9nf README ANNOUNCE README.flip ChangeLog TODO
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc {README,ANNOUNCE,README.flip,ChangeLog,TODO}.gz
59 %attr(755,root,root) %{_bindir}/*
This page took 0.032944 seconds and 3 git commands to generate.