]> git.pld-linux.org Git - packages/aview.git/blob - aview.spec
83464a06dc27a86e98e9aca42875646db370035e
[packages/aview.git] / aview.spec
1 Summary:        ASCII-Art image browser and animation player
2 Summary(pl):    Przegl±darka obrazków i animacji jako ASCII Art
3 Name:           aview
4 Version:        1.3.0rc1
5 Release:        2
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
9 URL:            http://aa-project.sourceforge.net/aview/
10 BuildRequires:  XFree86-libs
11 BuildRequires:  autoconf
12 BuildRequires:  aalib-devel
13 BuildRequires:  gpm-devel
14 BuildRequires:  ncurses-devel >= 5.0
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 useful 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 -n %{name}-1.3.0
41
42 %build
43 %{__autoconf}
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         DESTDIR=$RPM_BUILD_ROOT
53
54 # groff link instead of full copy
55 echo ".so aview.1" > $RPM_BUILD_ROOT%{_mandir}/man1/asciiview.1
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc ANNOUNCE ChangeLog AUTHORS NEWS README README.flip TODO
63 %attr(755,root,root) %{_bindir}/*
64 %{_mandir}/man1/*
This page took 0.019823 seconds and 2 git commands to generate.