]> git.pld-linux.org Git - packages/aview.git/blob - aview.spec
- dropped pre-cvs changelog
[packages/aview.git] / aview.spec
1 Summary:        ASCII-Art image browser and animation player
2 Summary(pl.UTF-8):      Przeglądarka obrazków i animacji jako ASCII Art
3 Name:           aview
4 Version:        1.3.0rc1
5 Release:        6
6 License:        GPL v2
7 Group:          Applications/Graphics
8 Source0:        http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
9 # Source0-md5:  093f298e7787591e229b59d039c72f4d
10 Patch0:         asciiview-lame_bashizm.patch
11 URL:            http://aa-project.sourceforge.net/aview/
12 BuildRequires:  aalib-devel
13 BuildRequires:  autoconf
14 BuildRequires:  gpm-devel
15 BuildRequires:  ncurses-devel >= 5.0
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 useful 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.UTF-8
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 %patch0 -p0
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 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc ANNOUNCE AUTHORS ChangeLog NEWS README README.flip TODO
65 %attr(755,root,root) %{_bindir}/*
66 %{_mandir}/man1/*
This page took 0.120193 seconds and 3 git commands to generate.