rpms/gifsicle/devel gifsicle.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Jul 11 15:29:41 UTC 2007


Author: orion

Update of /cvs/pkgs/rpms/gifsicle/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11386/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gifsicle.spec 
Log Message:
Initial import



--- NEW FILE gifsicle.spec ---
Name:           gifsicle
Version:        1.48
Release:        2%{?dist}
Summary:        Powerful program for manipulating GIF images and animations

Group:          Applications/File
License:        GPL
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 ChangeLog 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 Jul 10 2007 - Orion Poplawski <orion at cora.nwra.com> - 1.48-2
- Put gifview into separate gifview package

* Tue Jul 10 2007 - Orion Poplawski <orion at cora.nwra.com> - 1.48-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gifsicle/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Jul 2007 22:57:29 -0000	1.1
+++ .cvsignore	11 Jul 2007 15:29:09 -0000	1.2
@@ -0,0 +1 @@
+gifsicle-1.48.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gifsicle/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Jul 2007 22:57:29 -0000	1.1
+++ sources	11 Jul 2007 15:29:09 -0000	1.2
@@ -0,0 +1 @@
+3857d3d920180f2b9bac32c7b1a2e276  gifsicle-1.48.tar.gz




More information about the scm-commits mailing list