Addl fix #299: File Compression and Archiving
authorColin Clark <colin.clark@cclark.uk>
Fri, 17 Sep 2021 15:05:33 +0000 (16:05 +0100)
committerColin Clark <colin.clark@cclark.uk>
Fri, 17 Sep 2021 15:05:33 +0000 (16:05 +0100)
commit5cf8ef1414b3fc5a64bf6d40be6528d4221f8a76
tree2614051a970770c7a70de69e5d79c4d224171026
parent972819272e9a70e565dbf711239f039cd77e2e6e
Addl fix #299: File Compression and Archiving

https://github.com/BestImageViewer/geeqie/issues/299

Use libarchive to extract the files, instead of a plugin.
27 files changed:
README.md
configure.ac
doc/docbook/GuideOptionsBehavior.xml
doc/docbook/GuideOptionsFiltering.xml
doc/docbook/GuideReferencePixbufLoaders.xml
doc/docbook/GuideReferenceStandardPlugins.xml
doc/docbook/GuideReferenceSupportedFormats.xml
plugins/Makefile.am
plugins/open-archive/Makefile.am [deleted file]
plugins/open-archive/geeqie-open-archive [deleted file]
plugins/open-archive/open-archive.desktop.in [deleted file]
src/Makefile.am
src/filefilter.c
src/img-view.c
src/layout_image.c
src/layout_util.c
src/main.c
src/main.h
src/misc.c
src/misc.h
src/options.c
src/options.h
src/preferences.c
src/rcfile.c
src/toolbar.c
src/ui_fileops.c
src/ui_fileops.h