2016-01-15 19:54:04 +01:00
|
|
|
#
|
|
|
|
# spec file for package gifsicle
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gifsicle
|
|
|
|
Version: 1.88
|
|
|
|
Release: 0
|
|
|
|
Summary: Creating and editing, GIF images and animations
|
2016-01-22 16:32:13 +01:00
|
|
|
License: GPL-2.0
|
2016-01-15 19:54:04 +01:00
|
|
|
Group: Productivity/Graphics/Other
|
|
|
|
Url: https://www.lcdf.org/gifsicle/
|
|
|
|
Source: https://www.lcdf.org/gifsicle/%{name}-%{version}.tar.gz
|
2016-01-24 17:15:20 +01:00
|
|
|
Obsoletes: ungifsicle < %{version}
|
|
|
|
Provides: ungifsicle = %{version}
|
2016-01-15 19:54:04 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%if 0%{?suse_version} == 1110
|
|
|
|
BuildRequires: xorg-x11-libX11
|
|
|
|
BuildRequires: xorg-x11-libX11-devel
|
|
|
|
%else
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
|
|
|
Gifsicle twaddles GIF image files in a variety of ways. It is better
|
|
|
|
than many of the freely available GIF twaddlers on the market -- for
|
|
|
|
one thing, it has more options.
|
|
|
|
|
|
|
|
It supports merging several GIFs into a GIF animation; exploding an
|
|
|
|
animation into its component frames; changing individual frames in an
|
|
|
|
animation; turning interlacing on and off; adding transparency; adding
|
|
|
|
delays, disposals, and looping to animations; adding or removing
|
|
|
|
comments; flipping and rotation; optimizing animations for space; and
|
|
|
|
changing images' colormaps, among other things. Extensive command-line
|
|
|
|
options control which, if any, of these occur.
|
|
|
|
|
|
|
|
Gifview, a companion program requiring X11, displays GIF images and
|
|
|
|
animations on an X display. It can display multi-frame GIFs either as
|
|
|
|
slideshows, displaying one frame at a time, or as real-time animations.
|
|
|
|
|
|
|
|
Gifdiff, another companion program, checks two GIF files for identical
|
|
|
|
visual appearance. This is probably most useful for testing
|
|
|
|
GIF-manipulating software.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2016-01-24 17:15:20 +01:00
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
2016-01-15 19:54:04 +01:00
|
|
|
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
|
|
|
%install
|
2016-01-24 17:15:20 +01:00
|
|
|
make install DESTDIR=%{buildroot}
|
2016-01-15 19:54:04 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING NEWS README.md
|
|
|
|
%{_bindir}/gifdiff
|
|
|
|
%{_bindir}/gifsicle
|
|
|
|
%{_bindir}/gifview
|
2016-01-24 17:15:20 +01:00
|
|
|
%{_mandir}/man1/gifdiff.1%{ext_man}
|
|
|
|
%{_mandir}/man1/gifsicle.1%{ext_man}
|
|
|
|
%{_mandir}/man1/gifview.1%{ext_man}
|
2016-01-15 19:54:04 +01:00
|
|
|
|
|
|
|
%changelog
|