From d5456444f7032e7bc9168db2b59e548672795b72 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Thu, 4 Jan 2018 00:46:32 +0100 Subject: 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 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2d638abfe8..e64c1e0895 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -22,6 +22,7 @@ ;;; Copyright © 2017 Clément Lassieur ;;; Copyright © 2017 Gregor Giesen ;;; Copyright © 2017 Rutger Helling +;;; Copyright © 2018 Roel Janssen ;;; ;;; This file is part of GNU Guix. ;;; @@ -831,6 +832,7 @@ audio/video codec library.") ("libcddb" ,libcddb) ("libdvbpsi" ,libdvbpsi) ("libgcrypt" ,libgcrypt) + ("libdvdread" ,libdvdread) ("libkate" ,libkate) ("libmad" ,libmad) ("libogg" ,libogg) @@ -1359,6 +1361,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 -- cgit v1.2.3 From eaad722eb4a77739ee4706b70612adee25f51040 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 4 Jan 2018 02:41:25 -0500 Subject: Revert "gnu: vlc: Enable libdvdread and libdvdcss support." This reverts commit d5456444f7032e7bc9168db2b59e548672795b72. It broke 'gnome', via 'gnome-disk-utility'. --- gnu/packages/video.scm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e64c1e0895..2d638abfe8 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -22,7 +22,6 @@ ;;; Copyright © 2017 Clément Lassieur ;;; Copyright © 2017 Gregor Giesen ;;; Copyright © 2017 Rutger Helling -;;; Copyright © 2018 Roel Janssen ;;; ;;; This file is part of GNU Guix. ;;; @@ -832,7 +831,6 @@ audio/video codec library.") ("libcddb" ,libcddb) ("libdvbpsi" ,libdvbpsi) ("libgcrypt" ,libgcrypt) - ("libdvdread" ,libdvdread) ("libkate" ,libkate) ("libmad" ,libmad) ("libogg" ,libogg) @@ -1361,12 +1359,6 @@ 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 -- cgit v1.2.3 From e21f347357da42c37a71c45f120c1c7a9d6fab7d Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Thu, 4 Jan 2018 16:25:44 +0100 Subject: 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(+) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2d638abfe8..77a82bb9db 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -22,6 +22,7 @@ ;;; Copyright © 2017 Clément Lassieur ;;; Copyright © 2017 Gregor Giesen ;;; Copyright © 2017 Rutger Helling +;;; Copyright © 2018 Roel Janssen ;;; ;;; 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 -- cgit v1.2.3