2016-01-15 19:54:04 +01:00
|
|
|
#
|
|
|
|
# spec file for package gifsicle
|
|
|
|
#
|
2023-06-24 09:40:33 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
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.
|
|
|
|
|
2020-08-14 15:41:35 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-01-15 19:54:04 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gifsicle
|
2023-06-24 09:40:33 +02:00
|
|
|
Version: 1.94
|
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
|
2018-04-17 12:35:36 +02:00
|
|
|
License: GPL-2.0-only
|
2020-08-14 16:00:57 +02:00
|
|
|
Group: Productivity/Graphics/Other
|
2018-04-17 12:35:36 +02:00
|
|
|
URL: https://www.lcdf.org/gifsicle/
|
2016-01-15 19:54:04 +01:00
|
|
|
Source: https://www.lcdf.org/gifsicle/%{name}-%{version}.tar.gz
|
2018-04-17 12:35:36 +02:00
|
|
|
BuildRequires: pkgconfig
|
2016-01-15 19:54:04 +01:00
|
|
|
BuildRequires: pkgconfig(x11)
|
2023-06-24 09:40:33 +02:00
|
|
|
Obsoletes: ungifsicle < %{version}-%{release}
|
|
|
|
Provides: ungifsicle = %{version}-%{release}
|
2017-08-18 10:26:26 +02:00
|
|
|
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
|
|
|
BuildRequires: perl-Time-HiRes
|
2020-08-14 16:00:57 +02:00
|
|
|
%define ext_man .gz
|
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
|
2020-08-14 15:41:35 +02:00
|
|
|
%autosetup
|
2016-01-15 19:54:04 +01:00
|
|
|
|
|
|
|
%build
|
2016-01-24 17:15:20 +01:00
|
|
|
%configure
|
2021-07-01 22:37:03 +02:00
|
|
|
%make_build
|
2016-01-15 19:54:04 +01:00
|
|
|
|
|
|
|
%check
|
2021-07-01 22:37:03 +02:00
|
|
|
%make_build 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
|
2018-04-17 12:35:36 +02:00
|
|
|
%license COPYING
|
|
|
|
%doc NEWS.md README.md
|
2016-01-15 19:54:04 +01:00
|
|
|
%{_bindir}/gifdiff
|
|
|
|
%{_bindir}/gifsicle
|
|
|
|
%{_bindir}/gifview
|
2020-08-14 15:41:35 +02: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
|