guix-commits
[Top][All Lists]
Advanced

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

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


From: Roel Janssen
Subject: 01/01: gnu: vlc: Enable libdvdread and libdvdcss support.
Date: Thu, 4 Jan 2018 11:11:40 -0500 (EST)

roelj pushed a commit to branch master
in repository guix.

commit e21f347357da42c37a71c45f120c1c7a9d6fab7d
Author: Roel Janssen <address@hidden>
Date:   Thu Jan 4 16:25:44 2018 +0100

    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 2d638ab..77a82bb 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2017 Clément Lassieur <address@hidden>
 ;;; Copyright © 2017 Gregor Giesen <address@hidden>
 ;;; Copyright © 2017 Rutger Helling <address@hidden>
+;;; Copyright © 2018 Roel Janssen <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1357,6 +1358,12 @@ players, like VLC or MPlayer.")
                (base32
                 "0ayqiq0psq18rcp6f5pz82sxsq66v0kwv0y55dbrcg68plnxy71j"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags '("--with-libdvdcss=yes")))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     `(("libdvdcss" ,libdvdcss)))
     (home-page "http://dvdnav.mplayerhq.hu/";)
     (synopsis "Library for reading video DVDs")
     (description



reply via email to

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