]> git.pld-linux.org Git - packages/gifsicle.git/blob - gifsicle.spec
- updated to 1.95
[packages/gifsicle.git] / gifsicle.spec
1 Summary:        Powerful program for manipulating GIF images and animations
2 Summary(pl.UTF-8):      Potężny program do obróbki obrazków i animacji GIF
3 Name:           gifsicle
4 Version:        1.95
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Graphics
8 Source0:        http://www.lcdf.org/gifsicle/%{name}-%{version}.tar.gz
9 # Source0-md5:  d01a73b604585b0d371d3d3edadf91c8
10 Patch0:         %{name}-link.patch
11 URL:            http://www.lcdf.org/gifsicle/
12 BuildRequires:  autoconf >= 2.72
13 BuildRequires:  automake
14 BuildRequires:  rpm >= 4.4.9-56
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Gifsicle manipulates GIF image files on the command line. It supports
20 merging several GIFs into a GIF animation; exploding an animation into
21 its component frames; changing individual frames in an animation;
22 turning interlacing on and off; adding transparency; adding delays,
23 disposals, and looping to animations; adding or removing comments;
24 optimizing animations for space; and changing images' colormaps, among
25 other things.
26
27 The gifsicle package contains two other programs: gifview, a
28 lightweight GIF viewer for X, can show animations as slideshows or in
29 real time, and gifdiff compares two GIFs for identical visual
30 appearance.
31
32 %description -l pl.UTF-8
33 gifsicle obrabia pliki obrazów GIF z linii poleceń. Obsługuje łączenie
34 kilku GIF-ów w animację GIF, rozbijanie animacji na klatki składowe,
35 zmianę poszczególnych klatek w animacji, włączanie i wyłączanie
36 interlace'u, dodawanie przezroczystości, dodawanie opóźnień,
37 dyspozycji i pętli do animacji, dodawanie i usuwanie komentarzy,
38 optymalizację animacji pod kątem rozmiaru oraz zmieny palety kolorów w
39 obrazach.
40
41 Pakiet gifsicle zawiera dwa dodatkowe programy: gifview (lekką
42 przeglądarkę GIF-ów dla X, potrafiącą pokazywać animacje jako pokazy
43 slajdów lub w czasie rzeczywistym) oraz gifdiff (porównujący dwa GIF-y
44 pod kątem identycznego wyglądu).
45
46 %prep
47 %setup -q
48 %patch0 -p1
49
50 %build
51 %{__aclocal}
52 %{__autoconf}
53 %{__autoheader}
54 %{__automake}
55 %configure
56
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc NEWS.md README.md
71 %attr(755,root,root) %{_bindir}/gifdiff
72 %attr(755,root,root) %{_bindir}/gifsicle
73 %attr(755,root,root) %{_bindir}/gifview
74 %{_mandir}/man1/gifdiff.1*
75 %{_mandir}/man1/gifsicle.1*
76 %{_mandir}/man1/gifview.1*
This page took 0.129031 seconds and 4 git commands to generate.