<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mat/libmat/strippers.py, branch python3</title>
<subtitle>Keep your data, trash your meta

</subtitle>
<id>http://git.dustri.org/archives/mat/atom?h=python3</id>
<link rel='self' href='http://git.dustri.org/archives/mat/atom?h=python3'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/'/>
<updated>2016-08-29T20:12:40Z</updated>
<entry>
<title>Python3, now with less features</title>
<updated>2016-08-29T20:12:40Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2016-08-29T20:12:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=64b667be5d6b36d17839482593ccf2207af14ac9'/>
<id>urn:sha1:64b667be5d6b36d17839482593ccf2207af14ac9</id>
<content type='text'>
I want to release a new version ASAP, so lets ditch some features for
now.
</content>
</entry>
<entry>
<title>First step toward python3</title>
<updated>2016-03-27T22:06:52Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2016-03-27T22:06:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=98fb7fe1f0edec16ecd405707cc903d2b4a7dc40'/>
<id>urn:sha1:98fb7fe1f0edec16ecd405707cc903d2b4a7dc40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some typoes pointed by intrigeri</title>
<updated>2015-12-20T14:50:55Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-20T14:50:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=b9d66ed2e07d0a40161c88d0ba52d59ac601c76e'/>
<id>urn:sha1:b9d66ed2e07d0a40161c88d0ba52d59ac601c76e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct wording for absent dependencies</title>
<updated>2015-12-20T14:49:27Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-20T14:49:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=07057bc6adceef5b626d69442e48d0babab1134c'/>
<id>urn:sha1:07057bc6adceef5b626d69442e48d0babab1134c</id>
<content type='text'>
There is _no_ image support without exiftool, and _no_ audio support
without mutagen. Not "limited" support.
</content>
</entry>
<entry>
<title>Improves the previous commit thanks to intrigeri</title>
<updated>2015-12-20T14:47:13Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-20T14:47:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=731444154c52461d69ad1b9331b7f9af900f693d'/>
<id>urn:sha1:731444154c52461d69ad1b9331b7f9af900f693d</id>
<content type='text'>
I forgot to add `gi.require_version('Poppler', '0.18')` everywhere,
and `gi.require_version('Gtk', '3.0')` in mat-gui too
</content>
</entry>
<entry>
<title>Enhance CLI's error display by tweaking log level</title>
<updated>2015-12-18T01:49:42Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-18T01:49:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=31e1037fb6cbc2ee68a7c10ba322922aafc0d5ae'/>
<id>urn:sha1:31e1037fb6cbc2ee68a7c10ba322922aafc0d5ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove hachoir from MAT.</title>
<updated>2015-12-02T16:22:45Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-12-02T16:07:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=80ece3001895ea13d50915a5215fd47e313bab4c'/>
<id>urn:sha1:80ece3001895ea13d50915a5215fd47e313bab4c</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add support for TIFF file</title>
<updated>2015-11-02T17:23:57Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-11-02T17:23:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=d87711e172d215198f1831cad85e7bbdae727093'/>
<id>urn:sha1:d87711e172d215198f1831cad85e7bbdae727093</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Distance MAT a bit more from hachoir</title>
<updated>2015-07-28T21:18:25Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-07-28T21:18:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=d397ab99d1da7eba5db2dc14c68dec9bcd479b8d'/>
<id>urn:sha1:d397ab99d1da7eba5db2dc14c68dec9bcd479b8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_MASSIVE_ pep8 revamp</title>
<updated>2015-07-25T15:14:23Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2015-07-25T15:14:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/archives/mat/commit/?id=6ba3e3f20d7d52895bc44f9fc35b068cfce47133'/>
<id>urn:sha1:6ba3e3f20d7d52895bc44f9fc35b068cfce47133</id>
<content type='text'>
Thank you so much PyCharm
</content>
</entry>
</feed>
