-
Notifications
You must be signed in to change notification settings - Fork 1.2k
creates conf-gegl #27805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+28
−0
Merged
creates conf-gegl #27805
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
0973cb3
creates conf-gegl
fccm2 a0b2f5e
license field formatting
fccm2 37b5043
added depext, for gegl on homebrew
fccm2 c3a189b
add depext, for gegl on arch
fccm2 c4b2b39
added depext, for gegl on openbsd and freebsd
fccm2 3bba577
added depext, for gegl on fedora
fccm2 89b8430
added depext, for gegl on opensuse
fccm2 a13f7b7
added depext, for gegl on alpine
fccm2 6e9f83c
added depext, for gegl on mageia
fccm2 fab078f
added depext, for gegl on nixos
fccm2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
opam-version: "2.0" | ||
maintainer: "https://github.com/fccm2" | ||
homepage: "https://gegl.org/" | ||
authors: "Øyvind Kolås" | ||
bug-reports: "https://github.com/ocaml/opam-repository/issues" | ||
license: "LGPL-3.0-or-later AND GPL-3.0-or-later" | ||
synopsis: "Virtual package relying on a gegl lib system installation" | ||
description: """ | ||
This package checks if the gegl lib is installed in the system. | ||
""" | ||
depends: [ "conf-pkg-config" ] | ||
depexts: [ | ||
["libgegl-dev"] {os-family = "debian"} | ||
["libgegl-dev"] {os-family = "ubuntu"} | ||
["gegl"] {os = "macos" & os-distribution = "homebrew"} | ||
["gegl"] {os-distribution = "arch"} | ||
["gegl"] {os = "freebsd"} | ||
["gegl"] {os = "openbsd"} | ||
["gegl04-devel"] {os-family = "fedora"} | ||
["libgegl-devel"] {os-family = "suse" | os-family = "opensuse"} | ||
["gegl-dev"] {os-distribution = "alpine"} | ||
["libgegl-devel"] {os-distribution = "mageia"} | ||
["gegl"] {os-distribution = "nixos"} | ||
] | ||
build: [ | ||
["sh" "-c" "pkg-config --exists gegl-0.4"] | ||
] | ||
flags: conf |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.