Revert "gnu: vlc: Enable libdvdread and libdvdcss support."
This reverts commit d5456444f7
.
It broke 'gnome', via 'gnome-disk-utility'.
This commit is contained in:
parent
1a39141dcf
commit
eaad722eb4
|
@ -22,7 +22,6 @@
|
||||||
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
|
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
|
||||||
;;; Copyright © 2017 Gregor Giesen <giesen@zaehlwerk.net>
|
;;; Copyright © 2017 Gregor Giesen <giesen@zaehlwerk.net>
|
||||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||||
;;; Copyright © 2018 Roel Janssen <roel@gnu.org>
|
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -832,7 +831,6 @@ audio/video codec library.")
|
||||||
("libcddb" ,libcddb)
|
("libcddb" ,libcddb)
|
||||||
("libdvbpsi" ,libdvbpsi)
|
("libdvbpsi" ,libdvbpsi)
|
||||||
("libgcrypt" ,libgcrypt)
|
("libgcrypt" ,libgcrypt)
|
||||||
("libdvdread" ,libdvdread)
|
|
||||||
("libkate" ,libkate)
|
("libkate" ,libkate)
|
||||||
("libmad" ,libmad)
|
("libmad" ,libmad)
|
||||||
("libogg" ,libogg)
|
("libogg" ,libogg)
|
||||||
|
@ -1361,12 +1359,6 @@ players, like VLC or MPlayer.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://dvdnav.mplayerhq.hu/")
|
(home-page "http://dvdnav.mplayerhq.hu/")
|
||||||
(synopsis "Library for reading video DVDs")
|
(synopsis "Library for reading video DVDs")
|
||||||
(arguments
|
|
||||||
`(#:configure-flags '("--with-libdvdcss=yes")))
|
|
||||||
(native-inputs
|
|
||||||
`(("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
|
||||||
`(("libdvdcss" ,libdvdcss)))
|
|
||||||
(description
|
(description
|
||||||
"Libdvdread provides a simple foundation for reading DVD video
|
"Libdvdread provides a simple foundation for reading DVD video
|
||||||
disks. It provides the functionality that is required to access many
|
disks. It provides the functionality that is required to access many
|
||||||
|
|
Loading…
Reference in New Issue