# -*- 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 79907 2011-06-29 07:43:32Z jeremyhu@macports.org $

PortSystem          1.0

name                gst-plugins-ugly
version             0.10.18
revision            1
description         \
    A set of good-quality plug-ins for GStreamer that might pose distribution \
    problems.
long_description    \
    GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and \
    correct functionality, but distributing them might pose problems. The \
    license on either the plug-ins or the supporting libraries might not be how \
    we'd like. The code might be widely known to present patent problems. 
maintainers         rmstonecipher openmaintainer
categories          gnome
platforms           darwin
homepage            http://gstreamer.freedesktop.org/modules/${name}.html
master_sites        http://gstreamer.freedesktop.org/src/${name}/

checksums           md5     04a7009a4efea2844075949c111f5e4d \
                    sha1    2814a59673506b063240d3c18c96138931efdc33 \
                    rmd160  3e4eca6077995645fc9b0239bcf9ade53699e54e

depends_lib         port:gst-plugins-base \
                    port:a52dec \
                    port:lame \
                    port:libcdio \
                    port:libdvdread \
                    port:libid3tag \
                    port:libmad \
                    port:libmpeg2 \
                    port:twolame \
                    port:x264

use_bzip2           yes

configure.args              mandir=${prefix}/share/man --enable-static
configure.cppflags-append   "-L${prefix}/lib"
configure.cflags-append     -funroll-loops -fstrict-aliasing

post-extract {
    reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \
    ${worksrcpath}/configure
}

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
