File tree Expand file tree Collapse file tree 11 files changed +32
-27
lines changed
conf-postgresql/conf-postgresql.2
conf-rubberband/conf-rubberband.1
conf-sdl2-image/conf-sdl2-image.1
conf-sdl2-mixer/conf-sdl2-mixer.1
conf-sdl2-net/conf-sdl2-net.1
conf-sdl2-ttf/conf-sdl2-ttf.1
conf-sndfile/conf-sndfile.1
conf-sqlite3/conf-sqlite3.1
conf-zstd/conf-zstd.1.3.8 Expand file tree Collapse file tree 11 files changed +32
-27
lines changed Original file line number Diff line number Diff line change 88 ["pkgconf" {os = "win32" & os-distribution != "cygwinports"}
99 "--personality=i686-w64-mingw32" {os = "win32" & os-distribution != "cygwinports" & host-arch-x86_32:installed}
1010 "--personality=x86_64-w64-mingw32" {os = "win32" & os-distribution != "cygwinports" & host-arch-x86_64:installed}
11- "pkg-config" {os != "win32" | os-distribution ! = "cygwin "}
11+ "pkg-config" {os != "win32" | os-distribution = "cygwinports "}
1212 "libpq"]
1313]
1414depends: [
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ depends: [
99]
1010build: [
1111 ["pkg-config" "--exists" "rubberband"] {os != "openbsd" & os != "win32" & !(os = "macos" & os-distribution = "homebrew")}
12- ["pkgconf" "--exists" "rubberband"] {(os = "win32" & os-distribution != "msys2") | (os = "macos" & os-distribution = "homebrew")}
12+ ["pkgconf" "--exists" "rubberband"] {os = "macos" & os-distribution = "homebrew"}
13+ ["pkgconf" "--personality=x86_64-w64-mingw32" "--exists" "rubberband"] {os = "win32" & os-distribution = "msys2"}
1314]
1415depexts: [
1516 ["librubberband-dev"] {os-family = "debian" | os-family = "ubuntu" | os-family = "opensuse"}
@@ -31,4 +32,4 @@ flags: conf
3132available: !( # librubberband isn't available on cygwin nor on msys2 for the 32 bit arch
3233 (os-distribution = "cygwin") |
3334 (os = "win32" & os-distribution = "msys2" & arch = "x86_32")
34- )
35+ )
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ maintainer: "https://github.com/ocaml/opam-repository/issues"
33homepage: "http://www.libsdl.org/projects/SDL_image/"
44license: "Zlib"
55build: [
6- ["pkgconf" "--personality=i686-w64-mingw32" "SDL2_image"] {os = "win32" & os-distribution = "cygwin " & host-arch-x86_32:installed}
7- ["pkgconf" "--personality=x86_64-w64-mingw32" "SDL2_image"] {os = "win32" & os-distribution = "cygwin " & host-arch-x86_64:installed}
8- ["pkg-config" "SDL2_image"] {os != "win32" | os-distribution ! = "cygwin "}
6+ ["pkgconf" "--personality=i686-w64-mingw32" "SDL2_image"] {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_32:installed}
7+ ["pkgconf" "--personality=x86_64-w64-mingw32" "SDL2_image"] {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_64:installed}
8+ ["pkg-config" "SDL2_image"] {os != "win32" | os-distribution = "cygwinports "}
99]
1010depexts: [
1111 ["sdl2_image-dev"] {os-distribution = "alpine"}
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ maintainer: "https://github.com/ocaml/opam-repository/issues"
33homepage: "http://www.libsdl.org/projects/SDL_mixer/"
44license: "Zlib"
55build: [
6- ["pkgconf" "--personality=i686-w64-mingw32" "SDL2_mixer"] {os = "win32" & os-distribution = "cygwin " & host-arch-x86_32:installed}
7- ["pkgconf" "--personality=x86_64-w64-mingw32" "SDL2_mixer"] {os = "win32" & os-distribution = "cygwin " & host-arch-x86_64:installed}
8- ["pkg-config" "SDL2_mixer"] {os != "win32" | os-distribution ! = "cygwin "}
6+ ["pkgconf" "--personality=i686-w64-mingw32" "SDL2_mixer"] {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_32:installed}
7+ ["pkgconf" "--personality=x86_64-w64-mingw32" "SDL2_mixer"] {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_64:installed}
8+ ["pkg-config" "SDL2_mixer"] {os != "win32" | os-distribution = "cygwinports "}
99]
1010depexts: [
1111 ["sdl2_mixer-dev"] {os-family = "alpine"}
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ maintainer: "https://github.com/ocaml/opam-repository/issues"
33homepage: "http://www.libsdl.org/projects/SDL_net/"
44license: "Zlib"
55build: [
6- ["pkgconf" "--personality=i686-w64-mingw32" "SDL2_net"] {os = "win32" & os-distribution = "cygwin " & host-arch-x86_32:installed}
7- ["pkgconf" "--personality=x86_64-w64-mingw32" "SDL2_net"] {os = "win32" & os-distribution = "cygwin " & host-arch-x86_64:installed}
8- ["pkg-config" "SDL2_net"] {os != "win32" | os-distribution ! = "cygwin "}
6+ ["pkgconf" "--personality=i686-w64-mingw32" "SDL2_net"] {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_32:installed}
7+ ["pkgconf" "--personality=x86_64-w64-mingw32" "SDL2_net"] {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_64:installed}
8+ ["pkg-config" "SDL2_net"] {os != "win32" | os-distribution = "cygwinports "}
99]
1010depexts: [
1111 ["sdl2_net"] {os-family = "arch"}
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ maintainer: "https://github.com/ocaml/opam-repository/issues"
33homepage: "http://www.libsdl.org/projects/SDL_ttf/"
44license: "Zlib"
55build: [
6- ["pkgconf" "--personality=i686-w64-mingw32" "SDL2_ttf"] {os = "win32" & os-distribution = "cygwin " & host-arch-x86_32:installed}
7- ["pkgconf" "--personality=x86_64-w64-mingw32" "SDL2_ttf"] {os = "win32" & os-distribution = "cygwin " & host-arch-x86_64:installed}
8- ["pkg-config" "SDL2_ttf"] {os != "win32" | os-distribution ! = "cygwin "}
6+ ["pkgconf" "--personality=i686-w64-mingw32" "SDL2_ttf"] {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_32:installed}
7+ ["pkgconf" "--personality=x86_64-w64-mingw32" "SDL2_ttf"] {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_64:installed}
8+ ["pkg-config" "SDL2_ttf"] {os != "win32" | os-distribution = "cygwinports "}
99]
1010depends: [
1111 "conf-pkg-config" {build}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
1212 "--personality=x86_64-w64-mingw32"
1313 {os = "win32" & os-distribution != "cygwinports" &
1414 host-arch-x86_64:installed}
15- "pkg-config" {os != "win32" | os-distribution ! = "cygwin "}
15+ "pkg-config" {os != "win32" | os-distribution = "cygwinports "}
1616 "sdl2"
1717]
1818depexts: [
Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ authors: "libsndfile developers"
66license: "LGPL-2.1-or-later"
77build: [
88 ["pkg-config" "--exists" "sndfile"] {os != "openbsd" & os != "win32" & !(os = "macos" & os-distribution = "homebrew")}
9- ["pkgconf" "--exists" "sndfile"] {(os = "win32" & os-distribution != "msys2") | (os = "macos" & os-distribution = "homebrew")}
9+ ["pkgconf" "--exists" "sndfile"] {os = "macos" & os-distribution = "homebrew"}
10+ ["pkgconf" "--personality=i686-w64-mingw32" "--exists" "sndfile"] {os = "win32" & os-distribution = "msys2" & host-arch-x86_32:installed}
11+ ["pkgconf" "--personality=x86_64-w64-mingw32" "--exists" "sndfile"] {os = "win32" & os-distribution = "msys2" & host-arch-x86_64:installed}
1012]
1113depends: [
1214 "conf-pkg-config" {build}
15+ ("host-arch-x86_32" {os = "win32" & os-distribution = "msys2"} | "host-arch-x86_64" {os = "win32" & os-distribution = "msys2"})
1316]
1417depexts: [
1518 ["libsndfile-dev"] {os-family = "debian" | os-family = "ubuntu" | os-distribution = "alpine"}
@@ -21,4 +24,4 @@ depexts: [
2124synopsis: "Virtual package relying on sndfile"
2225description:
2326 "This package can only install if the sndfile library is installed on the system."
24- flags: conf
27+ flags: conf
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
1212 ["pkgconf" {os = "win32" & os-distribution != "cygwinports"}
1313 "--personality=i686-w64-mingw32" {os = "win32" & os-distribution != "cygwinports" & host-arch-x86_32:installed}
1414 "--personality=x86_64-w64-mingw32" {os = "win32" & os-distribution != "cygwinports" & host-arch-x86_64:installed}
15- "pkg-config" {os != "win32" | os-distribution ! = "cygwin "}
15+ "pkg-config" {os != "win32" | os-distribution = "cygwinports "}
1616 "sqlite3"]
1717]
1818depends: [
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ bug-reports: "https://github.com/ocaml/opam-repository/issues"
55authors: ["Jean-loup Gailly" "Mark Adler"]
66license: "zlib"
77build:
8- ["pkgconf" {os = "win32" & os-distribution = "cygwin "}
9- "pkg-config" {os != "win32" | os-distribution ! = "cygwin "}
10- "--personality=i686-w64-mingw32" {os = "win32" & os-distribution = "cygwin " & host-arch-x86_32:installed}
11- "--personality=x86_64-w64-mingw32" {os = "win32" & os-distribution = "cygwin " & host-arch-x86_64:installed}
8+ ["pkgconf" {os = "win32" & os-distribution ! = "cygwinports "}
9+ "pkg-config" {os != "win32" | os-distribution = "cygwinports "}
10+ "--personality=i686-w64-mingw32" {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_32:installed}
11+ "--personality=x86_64-w64-mingw32" {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_64:installed}
1212 "zlib"]
1313depends: [
1414 "conf-pkg-config" {build}
You can’t perform that action at this time.
0 commit comments