Summary: | media-libs/raylib: a simple and easy-to-use library to learn videogames programming | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Milan Nikolic <gen2brain> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | UNCONFIRMED --- | ||
Severity: | enhancement | CC: | awkravchuk, hydrapolic, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/7920 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | raylib-9999.ebuild |
Description
Milan Nikolic
2018-04-09 14:17:00 UTC
Hello Milan,would you like to proxy maintain this package? Hello, Yes, I would like to proxy maintain raylib. I am familiar with project and in contact with upstream. I don't know the whole process though, but I started reading proxy maintainers user guide. I sent a PR here https://github.com/gentoo/gentoo/pull/7920 , but made a mistake with referencing this bug. I am not sure how to restart gentoo-repo-qa-bot now. The bug-reference is to auto-close or link bugzilla with github, this can be done manually, don't worry :) This library is chock full of bundled dependencies, from mundane things like data structures and file format implementations to indirect bindings to other system components like glfw for graphics and miniaudio (which has several backends for alsa and pulseaudio but no direct binding for pipewire yet). I always wonder to what extent one should go to ensure these libraries are configurable, patchable and upgradable in the future. We have several header-only libs in gentoo, such as dev-cpp/range-v3, and I wonder if some of raylib's would be candidates for this too. Unfortunately untangling these things from a buildsystem that expects a local copy is always a ton of trouble, and with some languages like Go and Rust these days nearly impossible, so it's not a trend that's likely to cease anytime soon unfortunately. Just realized this bug is 4 years old and this might be a necrobump. Sorry for that. I'm interested in having this package in Gentoo, however. I'd be interested in this library being in portage tree as well. |