Hi,
nowadays Allegro ships with two addon libraries, libloadpng and libjpgalleg for loading png and jpeg images into allegro bitmaps. This patch makes AlPy support these image format:
It doesn't change the linker command line, though (-ljpgalleg -lloadpng -lpng -lz), which is just done via setting LDFLAGS in our package recipe.
cheers,
David