From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: 01/01: gnu: vlc: Enable libdvdread and libdvdcss support. Date: Thu, 4 Jan 2018 11:50:22 +0100 Message-ID: <20180104115022.36cd9da2@scratchpost.org> References: <20180103234811.7224.89557@vcs0.savannah.gnu.org> <20180103234812.5D12F21A06@vcs0.savannah.gnu.org> <87tvw2vzf5.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eX36U-0006HW-3v for guix-devel@gnu.org; Thu, 04 Jan 2018 05:50:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eX36R-0006Qx-25 for guix-devel@gnu.org; Thu, 04 Jan 2018 05:50:30 -0500 In-Reply-To: <87tvw2vzf5.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel@gnu.org 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...