Danny Milosavljevic writes:
> Hi Mark,
>
> thanks for the heads-up!
>
> The fix would be in our libdvdread:
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index e64c1e089..e46ec15f8 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -1365,7 +1365,7 @@ players, like VLC or MPlayer.")
> `(#:configure-flags '("--with-libdvdcss=yes")))
> (native-inputs
> `(("pkg-config" ,pkg-config)))
> - (inputs
> + (propagated-inputs
> `(("libdvdcss" ,libdvdcss)))
> (description
> "Libdvdread provides a simple foundation for reading DVD video
>
> ... because dvdread.pc Requires.private libdvdcss.
>
> Not sure what's up with meson's unhelpful error message...
I can confirm that this fixes the build of gnome-disk-utility.
Should we fix dvdread.pc, or propagate it with libdvdread?
Kind regards,
Roel Janssen