Description
I'm currently trying to compile 1.5.1 using libagg2 2.5.0.1, but unfortunately it fails with errors like "src/agg_workaround.h", line 12: Error: conv_rgba_pre is not a member of agg.
so it is obviously not compatible to 2.5.0.1 anymore (but setupext.py says, it is sufficient).
Digging around a little bit, I saw, that matplotlib has also an extern/agg24-svn/ but I could 4F45 n't find any information about which version it is. Basic idea is to find out about matplotlib's modifications and port it back to the system's libagg2 package, so that both are consistent and matplotlib can continue to use the system's lib instead of duplicating most of it ...
So can anyone say, on what exactly extern/agg24-svn/ is based on and what matplotlib team's intention is wrt. its current/future state?