]> git.pld-linux.org Git - packages/aview.git/blob - aview.spec
- updated to 1.3.0rc1, updated URLs
[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:  aalib-devel
13 BuildRequires:  gpm-devel
14 BuildRequires:  ncurses-devel >= 5.0
15 BuildRequires:  XFree86-libs
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 usefull 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 %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 gzip -9nf ANNOUNCE ChangeLog AUTHORS NEWS README README.flip TODO
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc *.gz
65 %attr(755,root,root) %{_bindir}/*
66 %{_mandir}/man1/*
This page took 0.671353 seconds and 4 git commands to generate.