# -*- 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           meson 1.0
PortGroup           muniversal 1.1

name                orc
version             0.4.44

checksums           rmd160  8b95715e7fbb11a28d7bad39abf73e3bf2a49a57 \
                    sha256  4aeb97aea2b58224029dc2b23d7d064cfa990cb4fb8c4da440bcbe9c95bc5d2d \
                    size    317600

description         Orc - The Oil Runtime Compiler
long_description    Orc is a library and set of tools for compiling \
                    and executing very simple programs that operate on arrays of data.

maintainers         nomaintainer
categories          devel
license             BSD
homepage            https://gstreamer.freedesktop.org/modules/orc.html
master_sites        https://gstreamer.freedesktop.org/src/orc/

use_xz              yes

# https://trac.macports.org/ticket/70658
compiler.c_standard 2011

# Undefined symbols for architecture x86_64: "__xgetbv"
# uses newer assembly features on Intel
compiler.blacklist-append \
                    {clang < 1100}

test.run            yes
