opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://gstreamer.freedesktop.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "The GStreamer Project"
license: "LGPL-2.1-or-later"
build: ["pkg-config" "--exists" "gstreamer-1.0" "gstreamer-app-1.0"]
depends: [
  "conf-pkg-config" {build}
]
depexts: [
  ["gstreamer-dev" "gst-plugins-base-dev"] {os-distribution = "alpine"}
  ["gstreamer-devel" "gstreamer-plugins-base-devel"]
    {os-family = "suse"}
  ["gstreamer1-devel" "gstreamer1-plugins-base-devel"]
    {os-distribution = "fedora"}
  ["gstreamer1-devel" "gstreamer1-plugins-base-devel"]
    {os-distribution = "centos"}
  ["libgstreamer1.0-dev" "libgstreamer-plugins-base1.0-dev"]
    {os-family = "debian"}
  ["gstreamer1" "gstreamer1-plugins-core"] {os = "freebsd"}
  ["gstreamer" "gst-plugins-base"]
    {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Virtual package relying on libgstreamer"
description:
  "This package can only install if the gstreamer library is installed on the system."
flags: conf
