[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 01/01: gnu: vlc: Enable libdvdread and libdvdcss support.
From: |
Danny Milosavljevic |
Subject: |
Re: 01/01: gnu: vlc: Enable libdvdread and libdvdcss support. |
Date: |
Thu, 4 Jan 2018 11:50:22 +0100 |
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...