# -*- 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: Portfile 86615 2011-10-29 21:14:52Z devans@macports.org $ PortSystem 1.0 name py27-gst-python version 0.10.21 revision 1 license LGPL categories python gnome multimedia maintainers rmstonecipher openmaintainer description GStreamer python bindings set my_name gst-python long_description ${my_name} allows python programs built with the gnome toolkit to use gstreamer for multimedia input/output homepage http://gstreamer.freedesktop.org/modules/gst-python.html platforms darwin master_sites http://gstreamer.freedesktop.org/src/${my_name}/ distname ${my_name}-${version} dist_subdir py25-gst-python use_bzip2 yes checksums md5 31340ae3e877797a10d088a226d74b16 \ sha1 16bc8434543e60124508ba4ad14d00452fff98c0 \ rmd160 9645765fcf79a560d92bfdc8d49bce95dfb0417d depends_build port:pkgconfig depends_lib port:py27-gtk \ port:gst-plugins-base #gst-python does not use setup.py, so python arguments are passed to configure 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 \ --with-libpython-dir=${prefix}/lib configure.pkg_config_path ${python_prefix}/lib/pkgconfig configure.python ${prefix}/bin/python2.7 livecheck.url http://gstreamer.freedesktop.org/src/${my_name}/ livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"