[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
158/285: gnu: Add dvdbackup.
From: |
guix-commits |
Subject: |
158/285: gnu: Add dvdbackup. |
Date: |
Sun, 29 Dec 2019 20:44:20 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit b9a0150684ba545548bc092b211ae40c828fe20d
Author: Riku Viitanen <address@hidden>
Date: Mon Dec 23 23:05:36 2019 +0000
gnu: Add dvdbackup.
* gnu/packages/video.scm (dvdbackup): New variable.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/video.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 53912ed..c4a31eb 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -34,6 +34,7 @@
;;; Copyright © 2019 Mathieu Othacehe <address@hidden>
;;; Copyright © 2019 Timo Eisenmann <address@hidden>
;;; Copyright © 2019 Arne Babenhauserheide <address@hidden>
+;;; Copyright © 2019 Riku Viitanen <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3759,3 +3760,27 @@ to convenience of translating and batch processing of
multiple documents.")
(description "Theorafile is a library for quickly and easily decoding Ogg
Theora videos. Theorafile was written to be used for FNA's VideoPlayer.")
(license license:zlib))))
+
+(define-public dvdbackup
+ (package
+ (name "dvdbackup")
+ (version "0.4.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/dvdbackup/dvdbackup/"
+ "dvdbackup-" version "/"
+ "dvdbackup-" version ".tar.xz"))
+ (sha256
+ (base32 "1rl3h7waqja8blmbpmwy01q9fgr5r0c32b8dy3pbf59bp3xmd37g"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("libdvdcss" ,libdvdcss)
+ ("libdvdread" ,libdvdread)))
+ (home-page "http://dvdbackup.sourceforge.net")
+ (synopsis "DVD video ripper")
+ (description
+ "A simple command line tool to backup video from a DVD. Decrypts the
+DVD using @command{libdvdcss}, but does @strong{not} demux, remux,
+transcode or reformat the videos in any way, producing perfect backups.")
+ (license license:gpl3+)))
- 142/285: gnu: xvid: Update to 1.3.6., (continued)
- 142/285: gnu: xvid: Update to 1.3.6., guix-commits, 2019/12/29
- 145/285: gnu: gaupol: Update to 1.7., guix-commits, 2019/12/29
- 137/285: gnu: Add axoloti-patcher-next., guix-commits, 2019/12/29
- 146/285: gnu: xvid: Update source uri., guix-commits, 2019/12/29
- 148/285: gnu: msgpack: Update to 3.2.1., guix-commits, 2019/12/29
- 147/285: gnu: nginx: Update to 1.17.7., guix-commits, 2019/12/29
- 150/285: gnu: pan: Update to 0.146., guix-commits, 2019/12/29
- 149/285: gnu: dovecot: Update to 2.3.9.2 [fixes CVE-2019-19722]., guix-commits, 2019/12/29
- 152/285: gnu: lxtask: Update to 0.1.9., guix-commits, 2019/12/29
- 156/285: gnu: squashfs-tools: Update to 4.4., guix-commits, 2019/12/29
- 158/285: gnu: Add dvdbackup.,
guix-commits <=
- 115/285: gnu: Add gnome-font-viewer., guix-commits, 2019/12/29
- 120/285: gnu: xmobar: Update to 0.32., guix-commits, 2019/12/29
- 151/285: gnu: perl-email-sender: Update to 1.300034., guix-commits, 2019/12/29
- 128/285: gnu: Add python-fastentrypoints., guix-commits, 2019/12/29
- 133/285: gnu: Add newlib-nano-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 132/285: gnu: Add newlib-arm-none-eabi-7-2018-q2-update., guix-commits, 2019/12/29
- 139/285: gnu: libebml: Update to 1.3.10., guix-commits, 2019/12/29
- 143/285: gnu: obs: Update to 24.0.4., guix-commits, 2019/12/29
- 153/285: gnu: lxtask: Don't use NAME in source URI., guix-commits, 2019/12/29
- 154/285: gnu: btrfs-progs: Update to 5.4., guix-commits, 2019/12/29