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