# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-hachoir-metadata
version             1.3.3
platforms           {darwin any}
supported_archs     noarch
license             GPL-2
maintainers         nomaintainer

description         hachoir-metadata extracts metadata from multimedia files
long_description    hachoir-metadata extracts metadata from multimedia files: \
                    music, picture, video, but also archives. It supports most common file formats: \
                    \
                    Program:  \
                    exe \
                    Archives:  \
                    bzip2, gzip, zip, tar  \
                    Video:  \
                    ASF format (WMV video), AVI, Matroska (MKV), WebM video, Quicktime (MOV),  \
                    Ogg/Theora, Real media (RM) \
                    Audio:  \
                    MPEG audio/MP3, WAV, Sun/NeXT audio, Ogg/Vorbis (OGG), MIDI, AIFF, AIFC,  \
                    Real audio (RA) \
                    Image:  \
                    bmp, cur, emf, ico, gif, jpg/jpeg, pcx, png, tga, tiff, wmf, xcf \
                    Misc:  \
                    Torrent

homepage            https://pypi.python.org/pypi/hachoir-metadata

checksums           rmd160  9fc1fc7e35321a1839b4270b1723887a0465f2a0 \
                    sha256  ec403f13a44e2cf3d26001f8f440cdc4329a316a4c971035944bfadacc90eb3c

python.versions     27

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-hachoir-core \
                        port:py${python.version}-hachoir-parser
}
