GNOME Bugzilla – Bug 142316
Add read/extract support for iso files
Last modified: 2004-12-22 21:47:04 UTC
Attached is a preliminary patch to add support for viewing and extracting iso files. The only missing part is the make_hierarchy function to allow extraction of files in subfolders. Also, there are probably some more parts in the code where the mime type should be added that I didn't add it to (pointers to these would be nice).
Created attachment 27579 [details] Preliminary Patch
Created attachment 27978 [details] [review] Final iso patch This patch fully implements reading and extracting files from iso images
Created attachment 27979 [details] Additional files for patch
Created attachment 27980 [details] Additional files for patch
Adding patch keyword
The patch is very good, I've now committed it to the CVS, thank you. P.S. It seems that you forgot to define the maktime_from_string function, however looking at the output of isoinfo I noticed it uses the same format used by rpm so I used the mktime_from_string function defined in fr-command-rpm.c and seems to work ok, is this correct?
Whoops. When I was cleaning up the patch I accidentally deleted that function. Yeah it was supposed to be the mktime_from_string from the rpm command (since I based the patch from the rpm command files). Thanks!