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