GNU bug report logs -
#38726
[PATCH] gnu: Add dvdbackup
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38726 in the body.
You can then email your comments to 38726 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#38726
; Package
guix-patches
.
(Tue, 24 Dec 2019 00:10:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Riku Viitanen <riku.viitanen <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 24 Dec 2019 00:10:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From f7a8d9b8289d139a7dd85d0526362062f300be0b Mon Sep 17 00:00:00 2001
From: Riku Viitanen <riku.viitanen <at> protonmail.com>
Date: Tue, 24 Dec 2019 00:49:07 +0200
Subject: [PATCH] gnu: Add dvdbackup.
* gnu/packages/video.scm (dvdbackup): New variable.
---
gnu/packages/video.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1696560787..9fe3d0726f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -34,6 +34,7 @@
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe <at> gmail.com>
;;; Copyright © 2019 Timo Eisenmann <eisenmann <at> fn.de>
;;; Copyright © 2019 Arne Babenhauserheide <arne_bab <at> web.de>
+;;; Copyright © 2019 Riku Viitanen <riku.viitanen <at> protonmail.com>
;;;
;;; 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/" name "/" name "/"
+ name "-" version "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32 "1rl3h7waqja8blmbpmwy01q9fgr5r0c32b8dy3pbf59bp3xmd37g"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("libdvdread" ,libdvdread)
+ ("libdvdcss" ,libdvdcss)))
+ (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+)))
--
2.24.0
Reply sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
You have taken responsibility.
(Thu, 26 Dec 2019 07:12:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Riku Viitanen <riku.viitanen <at> protonmail.com>
:
bug acknowledged by developer.
(Thu, 26 Dec 2019 07:12:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 38726-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Looks good. I changed the source uri to use the package name and not the
name macro and I reordered the inputs alphabetically.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 23 Jan 2020 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 212 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.