-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[build] Make raylib available in package managers #613
Comments
Just noticed that openSUSE (@jubalh) and Arch (@nounoursheureux) are not updated to raylib 2.0, still 1.8. |
@raysan5 thats wrong. openSUSE Tumbleweed is updated to 2.0 on 24th July in the devel project https://build.opensuse.org/package/show/devel:libraries:c_c++/raylib. From then it goes through test rounds and landed on 28 July on Factory project. And from there will be shipped in the next snapshot. |
@jubalh oh, sorry! just look for it on the net and found that version... Thanks for the update! 👍 😄 |
I have experience doing debian packaging; I can offer my assistance for this. Though, I do want you to know that there are MANY different options to do this. Though this library is open source, I'd recommend creating a binary package (as they are a tad simplier to work with). What's the status though on the CMake stuff? I know I helped with it a while back, but I'm really out of the loop on it. There does exist a command in CMake to generate the debian stuffs: https://cmake.org/cmake/help/v3.0/module/CPackDeb.html |
CI is configured to push a binary package (tarball) to the Github releases page whenever a new release is tagged, so we could use that. Anyone interested in trying to get it into the official repositories? |
There are a couple issues making packaging a bit bothersome:
|
Now that we have CI and automatic release generation, maybe we can avoid Probably build system needs to be updated to output to some default system folder? @QuLogic Is it right if I publish a 2.1-dev release? |
A 2.1 or 2.1-dev release would be good from my PoV. It'd get the extra keyboard keys added today out "into circulation" faster. 😄 |
releases directory removed in commit d6241d1 Makefile outputs to Need some time for a |
No worries at all. 😄 |
A package for Raspbian would be awesome. The installation instructions for RaspberryPi in the wiki are broken (I'll open a separate issue soon). EDIT: The instructions should work fine with the latest version of raylib (it failed on a dep that wasn't actually needed). |
One more: microsoft/vcpkg#5946 |
Nice one! Already wanted to do the vcpkg myself :) |
The Arch Linux package has been moved from the AUR to the official repository ! I am no longer the maintainer. |
@wbrbr oh! nice! is someone going to update it to latest release? |
Yes the new maintainer should do it soon since it has been flagged as out of date. I can't give you more details because I don't know them haha |
I am wondering if we should start incrementing |
I am saying this since years (on various issues here and on the chat) :-) See: |
@jubalh, I've missed this comment of yours. I just noticed the discussion around breakage on minor versions. I am in favor of this. I would suggest that we start incrementing SOVERSION directly after every software release with the normal library versioning scheme unaffected. |
I was thinking in a way to increment API version consistently with library version. Considering API and ABI are very prone to changes, maybe we can just use |
@raysan5 incrementing API version directly after a release would allow the git version to be installed alongside the released version and binaries linked against an old version or explicitly requesting the released version would continue to work. If we increment before the release, this wouldn't work. |
What we could do is set to 251 now, 260 on release and 261 directly after... ? (granted that 2.6.0 is the next version) |
How often should we increase the revision number? I mean, 252-253-254... |
@raysan5 What we absolutely want is for every release to have a different API version. A different API version for the git trunk is nice to have because issue reporters are often told to try the newest git snapshot, so we shouldn't accidentally break their already linked applications if they install from git. Breakage will still happen, if you install an unreleased git snapshot, dynamically link, and come back later to install a newer version from git. But if you do that, we'll assume you're experienced enough to expect breakage and to deal with it. To sum up:
Both commits can be done together. Thoughts? |
@a3f ok, I understand, it looks ok this way. |
AppGet for Windows is missing from the list. |
any fans of alternate build systems here? |
@elitepleb oh! looks nice! :D |
Might look at some of the opensuse packaging to make a fedora copr repo, no promises though. |
raylib is already available in some package managers. I think this issue is not the best way to track those packages... Closing the issue. |
is a Raylib package available on Debian? |
No it is not. |
I know this issues is closed, but it would be really awesome if a Debian package could be created, given that |
@ranguli Sure! Feel free to add it! |
Hello there, I've developed an ebuild for Portage in Gentoo, and I'm considering making it available to the community. While it's not public yet, I'm keen to gauge interest. If there's interest, I'll be happy to maintain it and potentially work on getting it included in the official upstream repository. Please let me know if you'd be interested in this ebuild, and if you have any advice on the process of contributing to the official upstream, I'd greatly appreciate your guidance. Thank you for your time and consideration! |
You don't need to ask it raylib upstream. Just push it there.
It's pretty well documented: Let me know if you need more help. |
Would it be a good idea to link the the Arch official repo instead? |
In the readme we have a repology badge that links to: Where people can see all repos. |
@jubalh That badge is actually amazing! It would be nice if more packages were updated to 5.0. |
Yes, FreeBSD and Guix seem out of date for example |
I'm not sure how to get to that link from the README. All I found was this thread. But, if the information is there and I'm just too dumb to find it, that's ok. |
You go to the README. You look at the badges on top. You click on |
Got it. Well, if it won't cause any trouble. then it should be fine. Sorry for the inconveniences. |
This issue is a follow up of #401 . Just moved to a new issue flor clearness.
Currently supported package managers:
If you are able and willing to help, you're welcome!
The text was updated successfully, but these errors were encountered: