this repo has no description
0
fork

Configure Feed

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

Merge pull request #25506 from Leonidas-from-XIV/conf-lablgl

Create `conf-*` packages for OpenGL related system libraries

authored by

Marcello Seri and committed by
GitHub
ac9a846c 232366c2

+91 -35
+22
packages/conf-freeglut/conf-freeglut.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Marek Kubica <marek@xivilization.net>" 3 + authors: ["Pawel W. Olszta" "Andreas Umbach" "Steve Baker" "John F. Fay" "John Tsiombikas" "Diederick C. Niehorster"] 4 + homepage: "https://freeglut.sourceforge.net/" 5 + license: "X11" 6 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 7 + build: [ 8 + ["pkg-config" "--exists" "glut"] {os-distribution != "debian" & os-distribution != "ubuntu" & !(os-distribution = "ol" & os-version < "9")} 9 + ] 10 + depends: [ 11 + "conf-pkg-config" {build & os-distribution != "debian" & os-distribution != "ubuntu" & !(os-distribution = "ol" & os-version < "9")} 12 + ] 13 + depexts: [ 14 + ["freeglut3-dev"] {os-family = "debian" | os-family = "ubuntu"} 15 + ["freeglut-dev"] {os-distribution = "alpine"} 16 + ["freeglut-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-distribution = "ol"} 17 + ["freeglut-devel"] {os-family = "suse" | os-family = "opensuse"} 18 + ["freeglut"] {os-family = "arch"} 19 + ["freeglut"] {os = "freebsd"} 20 + ] 21 + synopsis: "Virtual package relying on a FreeGLUT system installation" 22 + flags: conf
+21
packages/conf-libgl/conf-libgl.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Marek Kubica <marek@xivilization.net>" 3 + authors: ["ARB"] 4 + homepage: "https://www.khronos.org/opengl" 5 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 6 + build: [ 7 + ["pkg-config" "--exists" "gl"] {os-distribution != "debian"} 8 + ] 9 + depends: [ 10 + "conf-pkg-config" {build & os-distribution != "debian"} 11 + ] 12 + depexts: [ 13 + ["mesa-common-dev"] {os-family = "debian" | os-family = "ubuntu"} 14 + ["mesa-libGL-devel"] {os-distribution = "fedora" | os-distribution = "ol"} 15 + ["Mesa-libGL-devel"] {os-family = "suse" | os-family = "opensuse"} 16 + ["mesa-dev"] {os-distribution = "alpine"} 17 + ["libgl"] {os-family = "arch"} 18 + ["libglvnd"] {os = "freebsd"} 19 + ] 20 + synopsis: "Virtual package relying on a OpenGL system installation" 21 + flags: conf
+22
packages/conf-libglu/conf-libglu.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Marek Kubica <marek@xivilization.net>" 3 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 4 + authors: ["Brian Paul"] 5 + homepage: "https://mesa3d.org/" 6 + license: "SGI-B-2.0" 7 + build: [ 8 + ["pkg-config" "--exists" "glu"] {os-distribution != "ubuntu"} 9 + ] 10 + depends: [ 11 + "conf-pkg-config" {build & os-distribution != "ubuntu"} 12 + ] 13 + depexts: [ 14 + ["libglu1-mesa-dev"] {os-family = "debian" | os-family = "ubuntu"} 15 + ["mesa-libGLU-devel"] {os-distribution = "fedora" | os-distribution = "ol"} 16 + ["glu-devel"] {os-family = "suse" | os-family = "opensuse"} 17 + ["glu"] {os-family = "arch"} 18 + ["glu-dev"] {os-distribution = "alpine"} 19 + ["libGLU"] {os = "freebsd"} 20 + ] 21 + synopsis: "Virtual package relying on a libGLU system installation" 22 + flags: conf
+8 -4
packages/lablgl/lablgl.1.04.20120306/opam
··· 1 1 opam-version: "2.0" 2 2 maintainer: "https://github.com/ocaml/opam-repository/issues" 3 + authors: ["Jacques Garrigue et al., Nagoya University"] 4 + homepage: "https://github.com/garrigue/lablgl" 5 + bug-reports: "https://github.com/garrigue/lablgl/issues" 6 + dev-repo: "git+https://github.com/garrigue/lablgl.git" 7 + license: "BSD-3-Clause" 3 8 build: [ 4 9 ["cp" "Makefile.config.ex" "Makefile.config"] 5 10 ["cp" "Makefile.config.osx" "Makefile.config"] {os = "macos"} ··· 10 15 depends: [ 11 16 "ocaml" {< "5.0"} 12 17 "camlp4" 13 - ] 14 - depexts: [ 15 - ["freeglut3-dev" "libglu1-mesa-dev" "mesa-common-dev"] 16 - {os-family = "debian"} 18 + "conf-libgl" 19 + "conf-libglu" 20 + "conf-freeglut" 17 21 ] 18 22 install: [ 19 23 [
+6 -7
packages/lablgl/lablgl.1.05/opam
··· 1 1 opam-version: "2.0" 2 2 maintainer: "garrigue@math.nagoya-u.ac.jp" 3 3 authors: ["Jacques Garrigue et al., Nagoya University"] 4 - homepage: "http://labltk.forge.ocamlcore.org/" 5 - bug-reports: "https://forge.ocamlcore.org/tracker/?group_id=291" 6 - dev-repo: "git+https://forge.ocamlcore.org/anonscm/git/lablgl/lablgl.git" 4 + homepage: "https://github.com/garrigue/lablgl" 5 + bug-reports: "https://github.com/garrigue/lablgl/issues" 6 + dev-repo: "git+https://github.com/garrigue/lablgl.git" 7 7 license: "BSD-3-Clause" 8 8 build: [ 9 9 ["cp" "Makefile.config.ex" "Makefile.config"] ··· 23 23 depends: [ 24 24 "ocaml" {< "5.0"} 25 25 "camlp4" 26 - ] 27 - depexts: [ 28 - ["freeglut3-dev" "libglu1-mesa-dev" "mesa-common-dev"] 29 - {os-family = "debian"} 26 + "conf-libgl" 27 + "conf-libglu" 28 + "conf-freeglut" 30 29 ] 31 30 synopsis: "Interface to OpenGL" 32 31 description: """
+3 -11
packages/lablgl/lablgl.1.06/opam
··· 23 23 depends: [ 24 24 "ocaml" {>= "4.03" & < "5.0"} 25 25 "camlp5" 26 - ] 27 - depexts: [ 28 - ["freeglut3-dev" "libglu1-mesa-dev" "mesa-common-dev"] 29 - {os-family = "debian"} 30 - ["freeglut-dev"] {os-distribution = "alpine"} 31 - ["freeglut-devel"] {os-distribution = "centos"} 32 - ["freeglut-devel"] {os-distribution = "fedora"} 33 - ["freeglut-devel"] {os-distribution = "oraclelinux"} 34 - ["freeglut-devel"] {os-family = "suse" | os-family = "opensuse"} 35 - ["freeglut" "libgl"] {os-family = "arch"} 36 - ["freeglut"] {os = "freebsd"} 26 + "conf-libgl" 27 + "conf-libglu" 28 + "conf-freeglut" 37 29 ] 38 30 synopsis: "Interface to OpenGL" 39 31 description: """
+3 -11
packages/lablgl/lablgl.1.07/opam
··· 25 25 "ocamlfind" {>= "1.2.1"} 26 26 "camlp-streams" {build} 27 27 "camlp5" 28 - ] 29 - depexts: [ 30 - ["freeglut3-dev" "libglu1-mesa-dev" "mesa-common-dev"] 31 - {os-family = "debian"} 32 - ["freeglut-dev"] {os-distribution = "alpine"} 33 - ["freeglut-devel"] {os-distribution = "centos"} 34 - ["freeglut-devel"] {os-distribution = "fedora"} 35 - ["freeglut-devel"] {os-distribution = "oraclelinux"} 36 - ["freeglut-devel"] {os-family = "suse" | os-family = "opensuse"} 37 - ["freeglut" "libgl"] {os-family = "arch"} 38 - ["freeglut"] {os = "freebsd"} 28 + "conf-libgl" 29 + "conf-libglu" 30 + "conf-freeglut" 39 31 ] 40 32 synopsis: "Interface to OpenGL" 41 33 description: """
+3 -1
packages/raylib/raylib.0.1.0/opam
··· 10 10 "ctypes" 11 11 "ppx_cstubs" 12 12 "conf-cmake" 13 + "conf-libgl" 14 + "conf-libglu" 13 15 ] 14 16 build: [ 15 17 ["dune" "subst"] {dev} ··· 27 29 ] 28 30 dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git" 29 31 depexts: [ 30 - ["libasound2-dev" "mesa-common-dev" "libx11-dev" "libxrandr-dev" "libxi-dev" "xorg-dev" "libgl1-mesa-dev" "libglu1-mesa-dev"] {os-family = "debian"} 32 + ["libasound2-dev" "libx11-dev" "libxrandr-dev" "libxi-dev" "xorg-dev" "libgl1-mesa-dev"] {os-family = "debian"} 31 33 ["alsa-lib-devel" "mesa-libGL-devel" "libX11-devel" "libXrandr-devel" "libXi-devel" "libXcursor-devel" "libXinerama-devel"] {os-distribution = "fedora"} 32 34 ] 33 35 available: [os = "linux" ]
+3 -1
packages/raylib/raylib.0.2.2/opam
··· 10 10 "dune-configurator" 11 11 "ctypes" 12 12 "ppx_cstubs" 13 + "conf-libgl" 14 + "conf-libglu" 13 15 ] 14 16 build: [ 15 17 ["dune" "subst"] {dev} ··· 27 29 ] 28 30 dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git" 29 31 depexts: [ 30 - ["libasound2-dev" "mesa-common-dev" "libx11-dev" "libxrandr-dev" "libxi-dev" "xorg-dev" "libgl1-mesa-dev" "libglu1-mesa-dev"] {os-family = "debian"} 32 + ["libasound2-dev" "libx11-dev" "libxrandr-dev" "libxi-dev" "xorg-dev" "libgl1-mesa-dev"] {os-family = "debian"} 31 33 ["alsa-lib-devel" "mesa-libGL-devel" "libX11-devel" "libXrandr-devel" "libXi-devel" "libXcursor-devel" "libXinerama-devel"] {os-distribution = "fedora"} 32 34 ["alsa-lib-devel" "mesa-libGL-devel" "libX11-devel" "libXrandr-devel" "libXi-devel" "libXcursor-devel" "libXinerama-devel"] {os-distribution = "centos"} 33 35 ["alsa-lib-dev" "mesa-dev" "libx11-dev" "libxrandr-dev" "libxi-dev" "libxcursor-dev" "libxinerama-dev"] {os-distribution = "alpine"}