guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 01/01: gnu: vlc: Enable libdvdread and libdvdcss support.


From: Roel Janssen
Subject: Re: 01/01: gnu: vlc: Enable libdvdread and libdvdcss support.
Date: Thu, 04 Jan 2018 14:59:53 +0100
User-agent: mu4e 0.9.18; emacs 25.1.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]