diff options
| author | jvoisin | 2015-12-02 17:07:19 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-02 17:22:45 +0100 |
| commit | 80ece3001895ea13d50915a5215fd47e313bab4c (patch) | |
| tree | c5ede43867c5d7fe2af4178b34b0e6dc219f6aac /README.md | |
| parent | 3cf80e8b5d6faf410e9ad3aad77f23cf6418a587 (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 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -27,7 +27,6 @@ See README.security | |||
| 27 | DEPENDENCIES | 27 | DEPENDENCIES |
| 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 | |||
| 35 | OPTIONALS DEPENDENCIES | 34 | OPTIONALS 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 | ||
| 40 | USAGE | 39 | USAGE |
| 41 | ===== | 40 | ===== |
