2016-01-15 19:54:04 +01:00
|
|
|
#
|
|
|
|
# spec file for package gifsicle
|
|
|
|
#
|
2018-01-03 22:28:33 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2016-01-15 19:54:04 +01:00
|
|
|
#
|
|
|
|
# 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
|
2018-01-06 23:50:45 +01:00
|
|
|
Version: 1.91
|
2016-01-15 19:54:04 +01:00
|
|
|
Release: 0
|
2017-07-10 15:40:24 +02:00
|
|
|
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
|
|
|
BuildRequires: pkgconfig(x11)
|
2017-08-18 10:26:26 +02:00
|
|
|
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
|
|
|
BuildRequires: perl-Time-HiRes
|
2016-01-15 19:54:04 +01:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
2017-08-18 10:26:26 +02:00
|
|
|
Gifsicle manipulates GIF image files on the
|
|
|
|
command line. 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; optimizing animations for space; and
|
|
|
|
changing images' colormaps, among other things.
|
2016-01-15 19:54:04 +01:00
|
|
|
|
2017-08-18 10:26:26 +02:00
|
|
|
The gifsicle package contains two other programs:
|
|
|
|
gifview, a lightweight GIF viewer for X, can show
|
|
|
|
animations as slideshows or in real time, and
|
|
|
|
gifdiff compares two GIFs for identical visual
|
|
|
|
appearance.
|
2016-01-15 19:54:04 +01:00
|
|
|
|
|
|
|
%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
|
2017-08-18 10:26:26 +02:00
|
|
|
make %{?_smp_mflags} check
|
2016-01-15 19:54:04 +01:00
|
|
|
|
|
|
|
%install
|
2017-08-18 10:26:26 +02:00
|
|
|
%make_install
|
2016-01-15 19:54:04 +01:00
|
|
|
|
|
|
|
%files
|
2017-08-18 10:26:26 +02:00
|
|
|
%doc COPYING NEWS.md README.md
|
2016-01-15 19:54:04 +01:00
|
|
|
%{_bindir}/gifdiff
|
|
|
|
%{_bindir}/gifsicle
|
|
|
|
%{_bindir}/gifview
|
2017-04-21 17:18:46 +02:00
|
|
|
%{_mandir}/man1/gifdiff.1*
|
|
|
|
%{_mandir}/man1/gifsicle.1*
|
|
|
|
%{_mandir}/man1/gifview.1*
|
2016-01-15 19:54:04 +01:00
|
|
|
|
|
|
|
%changelog
|