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

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         GStreamer1 0.003 ../by-authors/id/T/TM/TMURRAY
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Bindings for GStreamer 1.0, the open source multimedia framework
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  bc6dbf327fc4ecf5df742e9057d0471d51a09215 \
                    sha256  4cf0ecfaefd425ac6f171fff5430e770efc3ea161475ee8856ccd23a974502dc \
                    size    5614

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-devel-checklib \
                    port:p${perl5.major}-test-pod

    depends_lib-append \
                    port:gstreamer1 \
                    port:gstreamer1-gst-plugins-base \
                    port:p${perl5.major}-glib-object-introspection
    
    # Still needs a compiler at build time
    compiler.c_standard     1989
    compiler.cxx_standard   1998
}
