unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29964] [PATCH] gnu: vlc: Enable libdvdread and libdvdcss support.
@ 2018-01-03 17:53 Roel Janssen
  2018-01-03 19:07 ` Danny Milosavljevic
  0 siblings, 1 reply; 3+ messages in thread
From: Roel Janssen @ 2018-01-03 17:53 UTC (permalink / raw)
  To: 29964

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

Dear Guix,

The following patch adds support for libdvdcss to VLC.  It does so by
building libdvdread with libdvdcss support, and in turn adding
libdvdread as an input to VLC.

Kind regards,
Roel Janssen


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-vlc-Enable-libdvdread-and-libdvdcss-support.patch --]
[-- Type: text/x-patch, Size: 1338 bytes --]

From bd9d9af018b6db5f1ab17aa9dcdcba45f3a669a8 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Wed, 3 Jan 2018 18:45:32 +0100
Subject: [PATCH] gnu: vlc: Enable libdvdread and libdvdcss support.

* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support;
  (vlc): Add libdvdread as input.
---
 gnu/packages/video.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b98173d74..88c5561b6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -831,6 +831,7 @@ audio/video codec library.")
        ("libcddb" ,libcddb)
        ("libdvbpsi" ,libdvbpsi)
        ("libgcrypt" ,libgcrypt)
+       ("libdvdread" ,libdvdread)
        ("libkate" ,libkate)
        ("libmad" ,libmad)
        ("libogg" ,libogg)
@@ -1359,6 +1360,12 @@ players, like VLC or MPlayer.")
     (build-system gnu-build-system)
     (home-page "http://dvdnav.mplayerhq.hu/")
     (synopsis "Library for reading video DVDs")
+    (arguments
+     `(#:configure-flags '("--with-libdvdcss=yes")))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("libdvdcss" ,libdvdcss)))
     (description
      "Libdvdread provides a simple foundation for reading DVD video
 disks.  It provides the functionality that is required to access many
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#29964] [PATCH] gnu: vlc: Enable libdvdread and libdvdcss support.
  2018-01-03 17:53 [bug#29964] [PATCH] gnu: vlc: Enable libdvdread and libdvdcss support Roel Janssen
@ 2018-01-03 19:07 ` Danny Milosavljevic
  2018-01-03 23:49   ` bug#29964: " Roel Janssen
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2018-01-03 19:07 UTC (permalink / raw)
  To: Roel Janssen; +Cc: 29964

LGTM!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#29964: [PATCH] gnu: vlc: Enable libdvdread and libdvdcss support.
  2018-01-03 19:07 ` Danny Milosavljevic
@ 2018-01-03 23:49   ` Roel Janssen
  0 siblings, 0 replies; 3+ messages in thread
From: Roel Janssen @ 2018-01-03 23:49 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 29964-done


Danny Milosavljevic writes:

> LGTM!

Thanks, Danny!  I pushed in d5456444f.

Kind regards,
Roel Janssen

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-03 23:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03 17:53 [bug#29964] [PATCH] gnu: vlc: Enable libdvdread and libdvdcss support Roel Janssen
2018-01-03 19:07 ` Danny Milosavljevic
2018-01-03 23:49   ` bug#29964: " Roel Janssen

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).