Celluloid 0.27 is out: https://github.com/celluloid-player/celluloid/releases/tag/v0.27
soft bump
Celluloid 0.28 is out: https://github.com/celluloid-player/celluloid/releases/tag/v0.28
Celluloid 0.29 is out: https://github.com/celluloid-player/celluloid/releases/tag/v0.29
I copied ebuild version 0.26 and changed the version number to 0.29, compiled and it works.
(In reply to Rafael Gonzalez from comment #4) > I copied ebuild version 0.26 and changed the version number to 0.29, > compiled and it works. That's fine, but it doesn't mean that is all to be done for proper packaging. Did you check release notes? Diff the build system?
(In reply to Sam James from comment #5) > (In reply to Rafael Gonzalez from comment #4) > > I copied ebuild version 0.26 and changed the version number to 0.29, > > compiled and it works. > > That's fine, but it doesn't mean that is all to be done for proper > packaging. Did you check release notes? Diff the build system? https://github.com/gentoo/gentoo/pull/37302 eliminates this.
(In reply to Sam James from comment #5) > (In reply to Rafael Gonzalez from comment #4) > > I copied ebuild version 0.26 and changed the version number to 0.29, > > compiled and it works. > > That's fine, but it doesn't mean that is all to be done for proper > packaging. Did you check release notes? Diff the build system? I didn't do any of that to be honest. My proof of concept is that it just works. Still, I want to help further, but I'm not sure how, is there an explanation in the wiki?
Some thoughts on the related pull request?