File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
packages/conf-gegl/conf-gegl.1 Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "https://github.com/fccm2"
3+ homepage: "https://gegl.org/"
4+ authors: "Øyvind Kolås"
5+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
6+ license: "LGPL-3.0-or-later AND GPL-3.0-or-later"
7+ synopsis: "Virtual package relying on a gegl lib system installation"
8+ description: """
9+ This package checks if the gegl lib is installed in the system.
10+ """
11+ depends: [ "conf-pkg-config" ]
12+ depexts: [
13+ ["libgegl-dev"] {os-family = "debian"}
14+ ["libgegl-dev"] {os-family = "ubuntu"}
15+ ["gegl"] {os = "macos" & os-distribution = "homebrew"}
16+ ["gegl"] {os-distribution = "arch"}
17+ ["gegl"] {os = "freebsd"}
18+ ["gegl"] {os = "openbsd"}
19+ ["gegl04-devel"] {os-family = "fedora"}
20+ ["libgegl-devel"] {os-family = "suse" | os-family = "opensuse"}
21+ ["gegl-dev"] {os-distribution = "alpine"}
22+ ["libgegl-devel"] {os-distribution = "mageia"}
23+ ["gegl"] {os-distribution = "nixos"}
24+ ]
25+ build: [
26+ ["sh" "-c" "pkg-config --exists gegl-0.4"]
27+ ]
28+ flags: conf
You can’t perform that action at this time.
0 commit comments