aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/py-enzyme
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of multimedia/ to new USES=pythonmva2014-10-221-3/+2
| | | | Approved by: portmgr (implicit)
* multimedia/py-enzyme: update to 0.4.1 and minor changeswg2013-12-262-5/+4
| | | | | | - Update to 0.4.1 - Allow staging - Swtich from easy_install to install
* multimedia/py-enzyme: update to 0.4.0wg2013-11-062-7/+6
| | | | | - Update to 0.4.0 - Use python auto plist
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | multimedia)
* - Change MAINTAINER address of all my portswg2013-05-161-1/+1
| | | | Approved by: culot (mentor)
* Python module to parse metadata in video fileswen2012-10-253-0/+29
You can parse any video file. If a parse error occurs, it will throw a ParseError exception. To see what data has been parsed, you can print the object. WWW: https://github.com/Diaoul/enzyme PR: 172889 Submitted by: William Grzybowski <william88@gmail.com> Feature safe: yes