On Sat, 16 Aug 2025 21:38:37 +0330, دانیال بهزادی<[email protected]> wrote:
>Package: sponsorship-requests >Severity: normal > >Dear mentors, > >I am looking for a sponsor for my package "pigment": > > * Package name : pigment > Version : 0.5.1-1 > Upstream contact : Jeffry Samuel Eduarte Rojas ><[email protected]> > * URL : <https://github.com/Jeffser/Pigment> > * License : CC0-1.0, GPL-3+ > * Vcs : <https://salsa.debian.org/danialbehzadi/pigment> > Section : graphics > >The source builds the following binary packages: > > pigment - Get color palettes from images > >To access further information about this package, please visit the >following URL: > > <https://mentors.debian.net/package/pigment/> > >Alternatively, you can download the package with 'dget' using this >command: > > dget -x ><https://mentors.debian.net/debian/pool/main/p/pigment/pigment_0.5.1-1.dsc> > >Changes since the last upload: > > pigment (0.5.1-1) unstable; urgency=medium > . > * Initial release. (Closes: #1111309) > Builds fine, but trying to run this I get >Traceback (most recent call last): > File "/usr/bin/pigment", line 45, in <module> > from pigment import main > File "/usr/share/pigment/pigment/main.py", line 27, in <module> > from .window import PigmentWindow > File "/usr/share/pigment/pigment/window.py", line 20, in <module> > gi.require_version('Xdp', '1.0') > ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ > File "/usr/lib/python3/dist-packages/gi/__init__.py", line 122, in > require_version raise ValueError('Namespace %s not available' % > namespace) >ValueError: Namespace Xdp not available Are you missing a dependency on gir1.2-xdp-1.0 ? -- Andreas Rönnquist [email protected] [email protected]

