opam-repository
opam-repository copied to clipboard
Update conf-libpng
Summary of changes :
- use
os-familyinstead ofos-distributionto capture more derivatives - Windows: use package
libpng-develinstead oflibpng, addos = "cygwin" - Debian & Ubuntu: regroup Debian and Ubuntu, use
libpng-devfor both, addos-family = "ubuntu"because some (many ?) Ubuntu derivatives (Linux Mint, elementaryOS, ...) only list Ubuntu in os-release:ID_LIKE (or list both, but Ubuntu first)
Add packages for :
- Mandriva and derivatives (same as Mageia)
- SUSE/OpenSUSE/SLES (note: no generic
libpng-develpackage, so uselibpng16-devel) - Fedora/RHEL/CentOS
- Alpine
- Arch Linux
- Gentoo and derivatives
- *BSD
- macOS
I don't get why the CI fails on OpenSUSE 15.3. Works just fine with a fresh install in a VM.
Thanks. Sorry for the wait
Ah, I think you missed my previous comment about libpng-devel being provided by libpng16-compat-devel on OpenSUSE (i.e. zypper install libpng-devel works just fine).
Ah sorry. Feel free to open a PR to add it back