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