Source: pyglet
Version: 1.5.14-1
Severity: normal
User: [email protected]
Usertags: split-gdk-pixbuf
In Debian 10 and older, the libgdk-pixbuf2.0-0 package contains
development files for two libraries: gdk-pixbuf-2.0 and the deprecated
gdk-pixbuf-xlib-2.0.
In Debian 11 and up, it has been split into libgdk-pixbuf-2.0-0
and libgdk-pixbuf-xlib-2.0-0 packages. libgdk-pixbuf-xlib-2.0-0 is
deprecated.
It looks as though pyglet only needs the libgdk-pixbuf-2.0-0 part.
If that's true, please replace the libgdk-pixbuf2.0-0 dependency
with libgdk-pixbuf-2.0-0.
If the xlib sub-library is also needed, please depend on
libgdk-pixbuf-xlib-2.0-0 (but that library is deprecated, and a dependency
on it should be considered to be a bug).
Similarly, please replace the Build-Depends on libgdk-pixbuf2.0-dev with a
Build-Depends on libgdk-pixbuf-2.0-dev.
Thanks,
smcv