Name: gifsicle Version: 1.52 Release: 2%{?dist} Summary: Powerful program for manipulating GIF images and animations Group: Applications/File License: GPLv2+ URL: http://www.lcdf.org/gifsicle/ Source0: http://www.lcdf.org/gifsicle/gifsicle-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libX11-devel %description Gifsicle is a command-line tool for creating, editing, and getting information about GIF images and animations. Some more gifsicle features: * Batch mode for changing GIFs in place. * Prints detailed information about GIFs, including comments. * Control over interlacing, comments, looping, transparency... * Creates well-behaved GIFs: removes redundant colors, only uses local color tables if it absolutely has to (local color tables waste space and can cause viewing artifacts), etc. * It can shrink colormaps and change images to use the Web-safe palette (or any colormap you choose). * It can optimize your animations! This stores only the changed portion of each frame, and can radically shrink your GIFs. You can also use transparency to make them even smaller. Gifsicle?s optimizer is pretty powerful, and usually reduces animations to within a couple bytes of the best commercial optimizers. * Unoptimizing animations, which makes them easier to edit. * A dumb-ass name. One other program is included with gifsicle and gifdiff compares two GIFs for identical visual appearance. %package -n gifview Summary: Lightweight animated-GIF viewer Group: Applications/File %description -n gifview gifview is a lightweight animated-GIF viewer which can show animations as slideshows or in real time, %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING NEWS README %{_bindir}/gifdiff %{_bindir}/gifsicle %{_mandir}/man1/gifdiff.1* %{_mandir}/man1/gifsicle.1* %files -n gifview %{_bindir}/gifview %{_mandir}/man1/gifview.1* %changelog * Tue Feb 24 2009 Fedora Release Engineering - 1.52-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Sep 3 2008 - Orion Poplawski - 1.52-1 - Update to 1.52 * Sat Feb 9 2008 - Orion Poplawski - 1.48-4 - Rebuild for gcc 3.4 * Tue Aug 21 2007 - Orion Poplawski - 1.48-3 - Update license tag to GPLv2+ - Rebuild for ppc32 * Tue Jul 10 2007 - Orion Poplawski - 1.48-2 - Put gifview into separate gifview package * Tue Jul 10 2007 - Orion Poplawski - 1.48-1 - Initial Fedora package