diff options
| author | Alexey Abramov <levenson@mmer.org> | 2024-07-02 12:20:58 +0000 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-12-20 10:24:55 -0800 |
| commit | 4eef7ffd5e9bfbf180396f18be2cd3fa1621b1e4 (patch) | |
| tree | 488a1e3ffbe6f0e283e2909dcdcdf0ba564c9e37 /gnu/packages/video.scm | |
| parent | d392af43c53dc90ee9a3c1d6b29cd9a7fe514fb2 (diff) | |
gnu: dvdbackup: Fix build with libdvdread 6.1.0+.
* gnu/packages/patches/dvdbackup-with-libdvdread-6.1.0+.patch: Add the
patch to fix the build.
* gnu/local.mk: Ship it.
* gnu/packages/video.scm: Use it.
Diffstat (limited to 'gnu/packages/video.scm')
| -rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 681c210a8b3..69089f61198 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6497,7 +6497,9 @@ Theora videos. Theorafile was written to be used for FNA's VideoPlayer.") "dvdbackup-" version "/" "dvdbackup-" version ".tar.xz")) (sha256 - (base32 "1rl3h7waqja8blmbpmwy01q9fgr5r0c32b8dy3pbf59bp3xmd37g")))) + (base32 "1rl3h7waqja8blmbpmwy01q9fgr5r0c32b8dy3pbf59bp3xmd37g")) + ;; XXX: https://bugs.launchpad.net/dvdbackup/+bug/1869226 + (patches (search-patches "dvdbackup-with-libdvdread-6.1.0+.patch")))) (build-system gnu-build-system) (inputs (list libdvdcss libdvdread)) |
