opam-version: "2.0"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-gstreamer"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
remove: ["ocamlfind" "remove" "gstreamer"]
depends: [
  "ocaml"
  "ocamlfind" {build}
]
depexts: [
  ["gstreamer1-dev" "gst-plugins-base1-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"] {os = "freebsd"}
  ["gstreamer" "gst-plugins-base"]
    {os = "macos" & os-distribution = "homebrew"}
]
bug-reports: "https://github.com/savonet/ocaml-gstreamer/issues"
dev-repo: "git+https://github.com/savonet/ocaml-gstreamer.git"
synopsis:
  "Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams"
flags: light-uninstall
url {
  src:
    "https://github.com/savonet/ocaml-gstreamer/releases/download/0.2.3/ocaml-gstreamer-0.2.3.tar.gz"
  checksum: "md5=6324c3a7e483aec1d81babec59fa056c"
}
