unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#64736: pipewire doesn't provide libspa-libcamera.so
@ 2023-07-19 21:36 Alexandre Hannud Abdo
  2023-07-20 11:33 ` 宋文武 via Bug reports for GNU Guix
  0 siblings, 1 reply; 5+ messages in thread
From: Alexandre Hannud Abdo @ 2023-07-19 21:36 UTC (permalink / raw)
  To: 64736


[-- Attachment #1.1.1: Type: text/plain, Size: 595 bytes --]

Ni! File `usr/lib/spa-0.2/libcamera/libspa-libcamera.so` isn't found when installing pipewire.

This seems to affect screen sharing on wayland through wireplumber, or at least my setup broke once the messages below started appearing:

```

M 22:57:06.048626          wp-device ../source/lib/wp/device.c:619:wp_spa_device_new_from_spa_factory: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
M 22:57:06.048653   script/libcamera libcamera.lua:173:chunk: PipeWire's libcamera SPA missing or broken. libcamera not supported.

```

Cheers, ale


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3219 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 665 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#64736: pipewire doesn't provide libspa-libcamera.so
  2023-07-19 21:36 bug#64736: pipewire doesn't provide libspa-libcamera.so Alexandre Hannud Abdo
@ 2023-07-20 11:33 ` 宋文武 via Bug reports for GNU Guix
  2023-07-20 16:05   ` Alexandre Hannud Abdo
  0 siblings, 1 reply; 5+ messages in thread
From: 宋文武 via Bug reports for GNU Guix @ 2023-07-20 11:33 UTC (permalink / raw)
  To: Alexandre Hannud Abdo; +Cc: 64736

Alexandre Hannud Abdo <abdo@member.fsf.org> writes:

> Ni! File `usr/lib/spa-0.2/libcamera/libspa-libcamera.so` isn't found when installing pipewire.
>
> This seems to affect screen sharing on wayland through wireplumber, or at least my setup broke once the messages below started appearing:
>
> ```
>
> M 22:57:06.048626          wp-device
> ../source/lib/wp/device.c:619:wp_spa_device_new_from_spa_factory: SPA
> handle 'api.libcamera.enum.manager' could not be loaded; is it
> installed?
> M 22:57:06.048653   script/libcamera libcamera.lua:173:chunk: PipeWire's libcamera SPA missing or broken. libcamera not supported.
>
> ```
>
> Cheers, ale

Hello, thank you for the report.  I'll looking into it during this
weekend.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#64736: pipewire doesn't provide libspa-libcamera.so
  2023-07-20 11:33 ` 宋文武 via Bug reports for GNU Guix
@ 2023-07-20 16:05   ` Alexandre Hannud Abdo
  2023-07-22  3:51     ` 宋文武 via Bug reports for GNU Guix
  2023-08-19  2:20     ` 宋文武 via Bug reports for GNU Guix
  0 siblings, 2 replies; 5+ messages in thread
From: Alexandre Hannud Abdo @ 2023-07-20 16:05 UTC (permalink / raw)
  To: 宋文武; +Cc: 64736

Uou, thank you. Let me know if and how I can help. Best, .~´

Le 20/07/2023 à 13:33, 宋文武 a écrit :
> Alexandre Hannud Abdo <abdo@member.fsf.org> writes:
>
>> Ni! File `usr/lib/spa-0.2/libcamera/libspa-libcamera.so` isn't found when installing pipewire.
>>
>> This seems to affect screen sharing on wayland through wireplumber, or at least my setup broke once the messages below started appearing:
>>
>> ```
>>
>> M 22:57:06.048626          wp-device
>> ../source/lib/wp/device.c:619:wp_spa_device_new_from_spa_factory: SPA
>> handle 'api.libcamera.enum.manager' could not be loaded; is it
>> installed?
>> M 22:57:06.048653   script/libcamera libcamera.lua:173:chunk: PipeWire's libcamera SPA missing or broken. libcamera not supported.
>>
>> ```
>>
>> Cheers, ale
> Hello, thank you for the report.  I'll looking into it during this
> weekend.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#64736: pipewire doesn't provide libspa-libcamera.so
  2023-07-20 16:05   ` Alexandre Hannud Abdo
@ 2023-07-22  3:51     ` 宋文武 via Bug reports for GNU Guix
  2023-08-19  2:20     ` 宋文武 via Bug reports for GNU Guix
  1 sibling, 0 replies; 5+ messages in thread
From: 宋文武 via Bug reports for GNU Guix @ 2023-07-22  3:51 UTC (permalink / raw)
  To: Alexandre Hannud Abdo; +Cc: 64736

Alexandre Hannud Abdo <abdo@member.fsf.org> writes:

> Uou, thank you. Let me know if and how I can help. Best, .~´
>

I had submit patches for it at https://issues.guix.gnu.org/64767.
It builds fine, but I haven't test the camera (no camera here), it
will be good if you can test it...

It can be fetched in a local guix checkout:
  git remote add qa https://git.guix-patches.cbaines.net/guix-patches
  git fetch qa issue-64767
  git checkout -f qa/issue-64767

And then do a build of guix, and update local packages...
If this seems too much, you can wait the patches get merged, no worry!

Thank you!




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#64736: pipewire doesn't provide libspa-libcamera.so
  2023-07-20 16:05   ` Alexandre Hannud Abdo
  2023-07-22  3:51     ` 宋文武 via Bug reports for GNU Guix
@ 2023-08-19  2:20     ` 宋文武 via Bug reports for GNU Guix
  1 sibling, 0 replies; 5+ messages in thread
From: 宋文武 via Bug reports for GNU Guix @ 2023-08-19  2:20 UTC (permalink / raw)
  To: Alexandre Hannud Abdo; +Cc: 64736-done

Alexandre Hannud Abdo <abdo@member.fsf.org> writes:

> Uou, thank you. Let me know if and how I can help. Best, .~´

Hello, it should be fixed now.  Since commit
7d8ce0701e82cf984906980e240bbf67f4988426.

Closing,  thanks.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-19  2:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-19 21:36 bug#64736: pipewire doesn't provide libspa-libcamera.so Alexandre Hannud Abdo
2023-07-20 11:33 ` 宋文武 via Bug reports for GNU Guix
2023-07-20 16:05   ` Alexandre Hannud Abdo
2023-07-22  3:51     ` 宋文武 via Bug reports for GNU Guix
2023-08-19  2:20     ` 宋文武 via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).