Update svgcairo to work with librsvg version 2.51.0 and greater#13
Update svgcairo to work with librsvg version 2.51.0 and greater#13dalpd wants to merge 1 commit intogtk2hs:masterfrom
Conversation
librsvg in nixpkgs was updated to version 2.52.0 recently which broke the svgcairo build because one of the headers is renamed in version 2.51.0. This bumps the lower boundry for librsvg and updates the header's path.
|
Hit this today. Could someone please merge and make a release? @hamishmack? |
|
I'm able to merge this, but I don't have Hackage upload rights. @hamishmack are you able to grant me those? Then I can take care of this. |
|
@hamishmack just a reminder about this. |
|
I can confirm that this issue affects me |
|
@hamishmack could you please possibly merge this and/or give @ocharles Hackage upload rights? |
|
Ping @hamishmack... Three things are needed to get master to build:
Please merge! |
|
FWIW, I've combined the 3 patches — https://github.com/zoominsoftware/svgcairo/tree/maint/patches So in And in Again: this includes all 3 fixes from the previous comment ☝️ and installs as-is (in my case, as dependency of Might be useful. Until maintainers merge these here in the origin repo, anyway. |
|
@hamishmack this would be nice to fix. ping @dmwit who's also listed on Hackage as a maintainer of svgcairo. Can you give upload rights to ocharles? |
|
Not sure if I'm overstepping my bounds or whatever, but I've added @ocharles to the Hackage maintainer list. |
|
The maintainers are gone. Who can move forward ? |
|
This is such a nicely small package... 500 lines everything. I can push it forward @PhilosophicalWarfare. Basically, already did (but in a fork). All that's left is to publish a version. Ping @hamishmack once more, as he was active back in March this year... Hamish, do you accept maintainership volunteers? Also ping @GuillaumedeVolpiano @wenkokke @wavewave -- if any of you know how to reach This build breakage is a simple matter 🤕 has all the fixes written, tested and ready -- just need to be merged & released. Quite a few people are affected... please see this thread. |
librsvg in nixpkgs was updated to version 2.52.0 recently which broke the svgcairo build because one of the headers is renamed in version 2.51.0.
This bumps the lower boundry for librsvg and updates the header's path.