this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add conf-ffmpeg

+20
+20
packages/conf-ffmpeg/conf-ffmpeg.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "https://github.com/ocaml/opam-repository/issues" 3 + homepage: "https://ffmpeg.org/doxygen/trunk/index.html" 4 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 5 + authors: "ffmpeg dev team" 6 + license: "LGPL-2.1-or-later" 7 + build: ["pkg-config" "--exists" "libavutil" "libavformat" "libavcodec" "libavdevice" "libavfilter" "libswresample" "libswscale"] 8 + depends: [ 9 + "conf-pkg-config" {build} 10 + ] 11 + depexts: [ 12 + ["libavutil-dev" "libavformat-dev" "libavcodec-dev" "libavdevice-dev" "libavfilter-dev" "libswresample-dev" "libswscale-dev"] {os-family = "debian" | os-family = "ubuntu"} 13 + ["ffmpeg-dev"] {os-distribution = "alpine"} 14 + ["ffmpeg"] {os = "freebsd" | os-distribution = "arch" | os-distribution = "nixos" | os = "macos" & os-distribution = "homebrew"} 15 + ["ffmpeg-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse"} 16 + ] 17 + synopsis: "Virtual package relying on FFmpeg" 18 + description: 19 + "This package can only install if the ffmpeg library is installed on the system." 20 + flags: conf