From: Riku Viitanen via Guix-patches via <guix-patches@gnu.org>
To: 38726@debbugs.gnu.org
Subject: [bug#38726] [PATCH] gnu: Add dvdbackup
Date: Mon, 23 Dec 2019 23:05:36 +0000 [thread overview]
Message-ID: <2C51EgUoZ-sAGLj80HAw9jK0oHqXG3O1J1SmO4bJCBIyaUw9gReAfVGiKEUz-X_slBdFa7O1dZGjlIBysnzDzj3AGt4d5qor1cKQJeVseXA=@protonmail.com> (raw)
From f7a8d9b8289d139a7dd85d0526362062f300be0b Mon Sep 17 00:00:00 2001
From: Riku Viitanen <riku.viitanen@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@gmail.com>
;;; Copyright © 2019 Timo Eisenmann <eisenmann@fn.de>
;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
+;;; Copyright © 2019 Riku Viitanen <riku.viitanen@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
next reply other threads:[~2019-12-24 0:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-23 23:05 Riku Viitanen via Guix-patches via [this message]
2019-12-26 7:11 ` bug#38726: [PATCH] gnu: Add dvdbackup Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='2C51EgUoZ-sAGLj80HAw9jK0oHqXG3O1J1SmO4bJCBIyaUw9gReAfVGiKEUz-X_slBdFa7O1dZGjlIBysnzDzj3AGt4d5qor1cKQJeVseXA=@protonmail.com' \
--to=guix-patches@gnu.org \
--cc=38726@debbugs.gnu.org \
--cc=riku.viitanen@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.