# -*- 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 # $Id$ PortSystem 1.0 PortGroup python27 1.0 name py27-hachoir-metadata version 1.3.3 categories python platforms darwin 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 http://pypi.python.org/pypi/hachoir-metadata master_sites http://pypi.python.org/packages/source/h/hachoir-metadata/hachoir-metadata-1.3.3.tar.gz#md5=26e04a2395205d31469fc2d6935055a9 distname hachoir-metadata-${version} checksums md5 26e04a2395205d31469fc2d6935055a9 \ sha256 ec403f13a44e2cf3d26001f8f440cdc4329a316a4c971035944bfadacc90eb3c depends_lib port:python27 \ port:py27-hachoir-core \ port:py27-hachoir-parser livecheck.type regex livecheck.url http://pypi.python.org/pypi/hachoir-metadata livecheck.regex {hachoir-metadata-(\d+(?:\.\d+)*)\.tar\.gz} configure.python ${prefix}/bin/python2.7 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 configure.pre_args-delete --prefix=${prefix} configure.pre_args-append --prefix=${python_prefix} configure.args-append --includedir=${python_prefix}/include/python2.7 build {}