Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23853 - gifsicle-1.38.ebuild
Summary: gifsicle-1.38.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL: http://www.lcdf.org/~eddietwo/gifsicle/
Whiteboard:
Keywords: EBUILD
: 8818 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-01 23:17 UTC by crucify
Modified: 2003-10-10 00:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/usr/portage/media-libs/gifsicle/gifsicle-1.38.ebuild (gifsicle-1.38.ebuild,1.05 KB, text/plain)
2003-07-01 23:19 UTC, crucify
Details
--info output for php eval() patch (gifsicle-1.38-infoparse.patch.bz2,1.01 KB, patch)
2003-07-07 18:49 UTC, crucify
Details | Diff
--info output for php eval() patch (gifsicle-1.38-infoparse.patch,2.73 KB, text/plain)
2003-07-07 18:50 UTC, crucify
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crucify 2003-07-01 23:17:10 UTC
Gifsicle is a UNIX command-line tool for creating, 
editing, and getting information about GIF images and animations. 
Making a GIF animation with gifsicle is easy
Comment 1 crucify 2003-07-01 23:19:02 UTC
Created attachment 14098 [details]
/usr/portage/media-libs/gifsicle/gifsicle-1.38.ebuild
Comment 2 crucify 2003-07-07 18:49:09 UTC
Created attachment 14258 [details, diff]
--info output for php eval() patch

this is useful patch for php edit animated gif

# gifsicle -I 22.gif

$gifsicle['filename']='22.gif'; $gifsicle['frames']=15; $gifsicle['width']=125;
$gifsicle['height']=125; $gifsicle['loop']=' -l'; $gifsicle['delay']=' -d 16
[conv_filename].000 -d 8 [conv_filename].001 -d 8 [conv_filename].002 -d 8
[conv_filename].003 -d 24 [conv_filename].004 -d 8 [conv_filename].005 -d 8
[conv_filename].006 -d 8 [conv_filename].007 -d 8 [conv_filename].008 -d 8
[conv_filename].009 -d 8 [conv_filename].010 -d 8 [conv_filename].011 -d 8
[conv_filename].012 -d 8 [conv_filename].013 -d 8 [conv_filename].014';

ex)
<?php
$query = exec('gifsicle -I 22.gif');
eval($query);
print_r($gifsicle);
?>
Comment 3 crucify 2003-07-07 18:50:35 UTC
Created attachment 14259 [details]
--info output for php eval() patch

this is useful patch for php edit animated gif

# gifsicle -I 22.gif

$gifsicle['filename']='22.gif'; $gifsicle['frames']=15; $gifsicle['width']=125;
$gifsicle['height']=125; $gifsicle['loop']=' -l'; $gifsicle['delay']=' -d 16
[conv_filename].000 -d 8 [conv_filename].001 -d 8 [conv_filename].002 -d 8
[conv_filename].003 -d 24 [conv_filename].004 -d 8 [conv_filename].005 -d 8
[conv_filename].006 -d 8 [conv_filename].007 -d 8 [conv_filename].008 -d 8
[conv_filename].009 -d 8 [conv_filename].010 -d 8 [conv_filename].011 -d 8
[conv_filename].012 -d 8 [conv_filename].013 -d 8 [conv_filename].014';

ex)
<?php
$query = exec('gifsicle -I 22.gif');
eval($query);
print_r($gifsicle);
?>
Comment 4 Markus Nigbur (RETIRED) gentoo-dev 2003-10-03 15:27:23 UTC
*** Bug 8818 has been marked as a duplicate of this bug. ***
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2003-10-10 00:38:05 UTC
Added gifsicle-1.40 to CVS.  I emailed upstream to ask about the patch. 
I
don't know enough about php or gifsicle to make a call one way or another
about
it.  If Eddie likes it he can integrate it into the code himself, if not,
it
probably shouldn't go in.