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