PKGNAME=gupnp-dlna
PKGSEC=libs
PKGDEP="gstreamer"
BUILDDEP="gobject-introspection vala"
PKGDES="Library to ease DLNA-related bits for applications using GUPnP"

ABTYPE=meson
MESON_AFTER=(
    '-Dgstreamer_backend=enabled'
    '-Ddefault_backend=gstreamer'
    '-Dintrospection=true'
    '-Dvapi=true'
    '-Dgtk_doc=false'
)
