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