GNU bug report logs -
#32165
[PATCH] gnu: Add cdrkit-libre.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Sun, 15 Jul 2018 17:09:02 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 01 Aug 2018 19:33:29 +0300
with message-id <871sbioxly.fsf <at> gmail.com>
and subject line Re: [bug#32165] [PATCH] gnu: Add cdrkit-libre.
has caused the debbugs.gnu.org bug report #32165,
regarding [PATCH] gnu: Add cdrkit-libre.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
32165: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32165
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/cdrom.scm (cdrkit-libre): New variable.
---
gnu/packages/cdrom.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 027a333d6..a257ec193 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2017 Thomas Danckaert <post <at> thomasdanckaert.be>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2017 Nils Gillmann <ng0 <at> n0.is>
+;;; Copyright © 2018 Oleg Pykhalov <go.wigust <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -767,3 +768,39 @@ to produce new complete file system images or add-on images to be appended
to the read file system image.
Supported extensions to ISO 9660 are Rock Ridge, Joliet, AAIP, zisofs.")
(license gpl2+)))
+
+(define-public cdrkit-libre
+ (package
+ (name "cdrkit-libre")
+ (version "1.1.11")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://repo.parabola.nu/other/cdrkit-libre/cdrkit-libre-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0g2zyzb56czh429qy87lvaddzjnlcq8c616ddxsmsshz3clhyzrh"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("bzip2" ,bzip2)
+ ("libcap" ,libcap)
+ ("perl" ,perl)
+ ("zlib" ,zlib)))
+ (arguments
+ `(#:tests? #f ;no tests
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'install 'old-cdrecord
+ (lambda* (#:key outputs #:allow-other-keys)
+ (with-directory-excursion (string-append (assoc-ref outputs "out")
+ "/bin")
+ (symlink "genisoimage" "mkisofs")
+ (symlink "wodim" "cdrecord")))))))
+ (home-page "http://cdrkit.org/")
+ (synopsis "Portable command-line CD/DVD recorder software, mostly
+compatible with cdrtools")
+ (description "Cdrkit is a suite of programs for recording CDs and DVDs,
+blanking CD-RW media, creating ISO-9660 filesystem images, extracting audio CD
+data, and more.")
+ (license gpl2+)))
--
2.18.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hello Ludovic and Nils,
I applied all your suggestions and pushed as
c54511fde0b74bb53c144a84641e3b78ee629dd2
Thanks,
Oleg.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.