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