# -*- 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 name gst-plugins-good version 0.10.11 description This is gst-plugins, a set of plug-ins for GStreamer. long_description ${description} maintainers nomaintainer categories gnome platforms darwin homepage http://www.gnome.org/ master_sites http://gstreamer.freedesktop.org/src/${name}/ gnome:sources/gst-plugins-good/0.10/ checksums md5 79b086c2dc0e07ae0c8ddc91512bab3a \ sha1 91379437060d893f4c06aae7db7f5e53a600f62f \ rmd160 7ae2a8c0a2fa5f2703b7238c26bde5b092c6eb92 depends_lib \ port:gst-plugins-base \ port:aalib \ port:esound \ port:flac \ port:gconf \ port:libcaca \ port:libdv \ port:libcdio \ port:libshout2 \ port:speex \ port:taglib \ port:wavpack \ port:zlib use_bzip2 yes configure.cxx g++ pre-configure { reinplace "s|OBJC = gcc|OBJC = @OBJC@|" ${worksrcpath}/sys/osxvideo/Makefile.in reinplace "s|-DGST_DISABLE_DEPRECATED||" ${worksrcpath}/configure # configure.env PYTHON=${prefix}/bin/python2.5 doesn't work reinplace "s|python python2.2|python2.5 python2.2|" ${worksrcpath}/configure } livecheck.check regex livecheck.url http://gstreamer.freedesktop.org/src/${name}/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"