From 80ece3001895ea13d50915a5215fd47e313bab4c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 2 Dec 2015 17:07:19 +0100 Subject: Remove hachoir from MAT. This (huge) commit removes completely hachoir from MAT. Audio files are now processed with mutagen, and images with exiftool, since the main python imaging library (PIL) isn't super-great to deal with metadata (and damaged/non-standard files). Package maintainer should change the dependencies to reflect this. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index da49130..9e8f691 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ See README.security DEPENDENCIES ============ * python2.7 (at least) - * python-hachoir-core and python-hachoir-parser * python-pdfrw, gir-poppler and python-gi-cairo for full PDF support * python-gi for the GUI * shred (should be already installed) @@ -35,7 +34,7 @@ DEPENDENCIES OPTIONALS DEPENDENCIES ====================== * python-mutagen: for massive audio format support - * exiftool: for _massive_ image format support + * exiftool: for image format support USAGE ===== -- cgit v1.3