summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/pygame: Add missing libpng and jpeg dependenciesJames Le Cuirot2021-04-251-0/+91
Although pygame depends on sdl2-image, it still uses libpng and libjpeg directly. If any of these three are not found then the image extension module is not built. This module, and several others, are actually optional but we unconditionally build them all. Changing this doesn't seem worth the effort, given their automagic nature. Closes: https://bugs.gentoo.org/785313 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: James Le Cuirot <chewi@gentoo.org>