]> git.pld-linux.org Git - packages/aview.git/blame_incremental - aview.spec
- converted to UTF-8
[packages/aview.git] / aview.spec
... / ...
CommitLineData
1Summary: ASCII-Art image browser and animation player
2Summary(pl.UTF-8): Przeglądarka obrazków i animacji jako ASCII Art
3Name: aview
4Version: 1.3.0rc1
5Release: 5
6License: GPL
7Group: Applications/Graphics
8Source0: http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
9# Source0-md5: 093f298e7787591e229b59d039c72f4d
10URL: http://aa-project.sourceforge.net/aview/
11BuildRequires: aalib-devel
12BuildRequires: autoconf
13BuildRequires: gpm-devel
14BuildRequires: ncurses-devel >= 5.0
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18aview is an high quality ascii-art image(pnm) browser and
19animation(fli/flc) player useful especially with lynx browser.
20
21Supports: stdio, curses, slang, X11, gpm, linux-console.
22
23Features: Save into many formats (html, text, ansi, more/less etc...),
24Contrast, Bright, Gamma control,Image zooming/unzooming, Three
25dithering modes, Hidden "bonus" features :), Inversion, Support for
26bright, dim, inverse attributes/extended character set
27
28%description -l pl.UTF-8
29aview 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
31przeglądarką lynx.
32
33Wspiera: stdio, curses, slang, X11, gpm, linux-console.
34
35Opcje: zapisywanie w wielu formatach (html, txt, ansi, more/less,
36etc...), możliwość ustawienia kontrastu, jasności i nasycenia, zoom,
37trzy 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
48rm -rf $RPM_BUILD_ROOT
49install -d $RPM_BUILD_ROOT%{_bindir}
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54# groff link instead of full copy
55echo ".so aview.1" > $RPM_BUILD_ROOT%{_mandir}/man1/asciiview.1
56
57%clean
58rm -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.032175 seconds and 4 git commands to generate.