aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/video.scm8
1 files changed, 8 insertions, 0 deletions
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 <clement@lassieur.org>
;;; Copyright © 2017 Gregor Giesen <giesen@zaehlwerk.net>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
+;;; Copyright © 2018 Roel Janssen <roel@gnu.org>
;;;
;;; 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
rs....Bruno Victal 2023-03-10services: network-manager: Deprecate 'iwd?' field....Bruno Victal 2023-03-10services: network-manager: Add 'shepherd-requirement' field....Bruno Victal 2023-02-09services: Add block-facebook-hosts-service-type....Bruno Victal 2023-01-16services: connman: Add iwd backend support....Declan Tsien 2022-12-02services: networking: Avoid 'match' on records....Ludovic Courtès 2022-12-01services: network-manager: Add iwd backend support....Andrew Tropin 2022-11-18services: tor: Remove unnecessary modules from shepherd environment....Ludovic Courtès 2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès 2022-10-06services: dhcp-client: Implement and use a configuration record....Alexey Abramov 2022-08-25services: Use the new maybe/unset API....Attila Lendvai 2022-08-01services: configuration: Step back from *unspecified*....Maxim Cournoyer 2022-08-01services: tor: Do not write to /var/log/tor.log....Ludovic Courtès 2022-07-19services: tor: Switch to 'least-authority-wrapper'....Ludovic Courtès 2022-06-15services: configuration: Use *unspecified* instead of 'disabled....Attila Lendvai 2022-05-31gnu: Remove wicd....Maxim Cournoyer 2022-05-24services: Add log rotation to most networking services....ykonai 2022-05-01services: opendht: Use 'least-authority-wrapper'....Ludovic Courtès 2022-05-01services: ipfs: Use 'least-authority-wrapper'....Ludovic Courtès 2022-04-19services: yggdrasil: Tweak description....Ludovic Courtès 2022-04-18services: ipfs: Adjust for Shepherd 0.9....Ludovic Courtès 2022-01-06services: Document the full list of available NTP URLs....Leo Famulari 2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice