summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2015-12-02 17:07:19 +0100
committerjvoisin2015-12-02 17:22:45 +0100
commit80ece3001895ea13d50915a5215fd47e313bab4c (patch)
treec5ede43867c5d7fe2af4178b34b0e6dc219f6aac /README.md
parent3cf80e8b5d6faf410e9ad3aad77f23cf6418a587 (diff)
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.
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
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
27DEPENDENCIES 27DEPENDENCIES
28============ 28============
29 * python2.7 (at least) 29 * python2.7 (at least)
30 * python-hachoir-core and python-hachoir-parser
31 * python-pdfrw, gir-poppler and python-gi-cairo for full PDF support 30 * python-pdfrw, gir-poppler and python-gi-cairo for full PDF support
32 * python-gi for the GUI 31 * python-gi for the GUI
33 * shred (should be already installed) 32 * shred (should be already installed)
@@ -35,7 +34,7 @@ DEPENDENCIES
35OPTIONALS DEPENDENCIES 34OPTIONALS DEPENDENCIES
36====================== 35======================
37 * python-mutagen: for massive audio format support 36 * python-mutagen: for massive audio format support
38 * exiftool: for _massive_ image format support 37 * exiftool: for image format support
39 38
40USAGE 39USAGE
41===== 40=====