unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: 01/01: gnu: vlc: Enable libdvdread and libdvdcss support.
Date: Thu, 4 Jan 2018 11:50:22 +0100	[thread overview]
Message-ID: <20180104115022.36cd9da2@scratchpost.org> (raw)
In-Reply-To: <87tvw2vzf5.fsf@netris.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...

  reply	other threads:[~2018-01-04 10:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20180103234811.7224.89557@vcs0.savannah.gnu.org>
     [not found] ` <20180103234812.5D12F21A06@vcs0.savannah.gnu.org>
2018-01-04  7:46   ` 01/01: gnu: vlc: Enable libdvdread and libdvdcss support Mark H Weaver
2018-01-04 10:50     ` Danny Milosavljevic [this message]
2018-01-04 13:59       ` Roel Janssen
2018-01-04 14:40         ` Danny Milosavljevic
2018-01-04 15:27           ` Roel Janssen
2018-01-04 15:37             ` Mark H Weaver
2018-01-04 16:12               ` Roel Janssen
2018-01-04 16:00             ` Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180104115022.36cd9da2@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).