]> git.pld-linux.org Git - packages/aview.git/blame - aview.spec
- converted to UTF-8
[packages/aview.git] / aview.spec
CommitLineData
7bc349a8 1Summary: ASCII-Art image browser and animation player
b6a78552 2Summary(pl.UTF-8): Przeglądarka obrazków i animacji jako ASCII Art
7bc349a8 3Name: aview
421de302 4Version: 1.3.0rc1
0116735f 5Release: 5
7bc349a8 6License: GPL
7Group: Applications/Graphics
25e0a877 8Source0: http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
026a9aa3 9# Source0-md5: 093f298e7787591e229b59d039c72f4d
421de302 10URL: http://aa-project.sourceforge.net/aview/
cf52a302 11BuildRequires: aalib-devel
7c08f979 12BuildRequires: autoconf
cf52a302 13BuildRequires: gpm-devel
83cd42f2 14BuildRequires: ncurses-devel >= 5.0
a81ec738 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31fbbf86 16
17%description
18aview is an high quality ascii-art image(pnm) browser and
7f09de23 19animation(fli/flc) player useful especially with lynx browser.
31fbbf86 20
21Supports: stdio, curses, slang, X11, gpm, linux-console.
22
23Features: Save into many formats (html, text, ansi, more/less etc...),
7bc349a8 24Contrast, Bright, Gamma control,Image zooming/unzooming, Three
25dithering modes, Hidden "bonus" features :), Inversion, Support for
26bright, dim, inverse attributes/extended character set
31fbbf86 27
b6a78552
JR
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.
31fbbf86 32
33Wspiera: stdio, curses, slang, X11, gpm, linux-console.
34
7bc349a8 35Opcje: zapisywanie w wielu formatach (html, txt, ansi, more/less,
b6a78552 36etc...), możliwość ustawienia kontrastu, jasności i nasycenia, zoom,
7bc349a8 37trzy poziomy ditheringu, itp. oraz ukryte opcje "bonusowe" :)
31fbbf86 38
39%prep
421de302 40%setup -q -n %{name}-1.3.0
31fbbf86 41
42%build
c02f8ea6 43%{__autoconf}
29fad7c0 44%configure
75b59b46 45%{__make}
31fbbf86 46
47%install
48rm -rf $RPM_BUILD_ROOT
49install -d $RPM_BUILD_ROOT%{_bindir}
50
135aeb18 51%{__make} install \
421de302 52 DESTDIR=$RPM_BUILD_ROOT
31fbbf86 53
421de302
JB
54# groff link instead of full copy
55echo ".so aview.1" > $RPM_BUILD_ROOT%{_mandir}/man1/asciiview.1
56
31fbbf86 57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
c7054011 62%doc ANNOUNCE ChangeLog AUTHORS NEWS README README.flip TODO
31fbbf86 63%attr(755,root,root) %{_bindir}/*
421de302 64%{_mandir}/man1/*
This page took 0.066248 seconds and 4 git commands to generate.