1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | name py-hachoir-metadata |
---|
9 | version 1.3.3 |
---|
10 | categories python |
---|
11 | platforms darwin |
---|
12 | license GPL-2 |
---|
13 | maintainers nomaintainer |
---|
14 | description hachoir-metadata extracts metadata from multimedia files |
---|
15 | long_description hachoir-metadata extracts metadata from multimedia files: \ |
---|
16 | music, picture, video, but also archives. It supports most common file formats: \ |
---|
17 | \ |
---|
18 | Program: \ |
---|
19 | exe \ |
---|
20 | Archives: \ |
---|
21 | bzip2, gzip, zip, tar \ |
---|
22 | Video: \ |
---|
23 | ASF format (WMV video), AVI, Matroska (MKV), WebM video, Quicktime (MOV), \ |
---|
24 | Ogg/Theora, Real media (RM) \ |
---|
25 | Audio: \ |
---|
26 | MPEG audio/MP3, WAV, Sun/NeXT audio, Ogg/Vorbis (OGG), MIDI, AIFF, AIFC, \ |
---|
27 | Real audio (RA) \ |
---|
28 | Image: \ |
---|
29 | bmp, cur, emf, ico, gif, jpg/jpeg, pcx, png, tga, tiff, wmf, xcf \ |
---|
30 | Misc: \ |
---|
31 | Torrent |
---|
32 | |
---|
33 | homepage http://pypi.python.org/pypi/hachoir-metadata |
---|
34 | master_sites http://pypi.python.org/packages/source/h/hachoir-metadata/ |
---|
35 | distname hachoir-metadata-${version} |
---|
36 | |
---|
37 | checksums md5 26e04a2395205d31469fc2d6935055a9 \ |
---|
38 | sha256 ec403f13a44e2cf3d26001f8f440cdc4329a316a4c971035944bfadacc90eb3c |
---|
39 | |
---|
40 | depends_lib port:py-hachoir-core port:py-hachoir-parser |
---|
41 | python.versions 24 25 26 27 |
---|
42 | python.default_version 27 |
---|
43 | |
---|
44 | livecheck.type regex |
---|
45 | livecheck.url http://pypi.python.org/pypi/hachoir-metadata |
---|
46 | livecheck.regex {hachoir-metadata-(\d+(?:\.\d+)*)\.tar\.gz} |
---|
47 | |
---|
48 | |
---|