GNU bug report logs -
#26669
[PATCH 1/7] gnu: Add cdrtools.
Previous Next
Full log
View this message in rfc822 format
Thomas Danckaert <thomas.danckaert <at> gmail.com> skribis:
> From: Thomas Danckaert <post <at> thomasdanckaert.be>
>
> * gnu/packages/cdrom.scm (dvdstyler): New variable.
[...]
> + (arguments
> + `(#:configure-flags (list (string-append "XMLTO="
> + (assoc-ref %build-inputs "xmlto")
> + "/bin/xmlto"
> + " --searchpath "
> + (assoc-ref %build-inputs "docbook-xsl")
> + "/xml/xsl/docbook-xsl-1.79.1/htmlhelp:"
> + (assoc-ref %build-inputs "docbook-xml")
> + "/xml/dtd/docbook"))
I'd expect that adding libxml2 as an input would lead to the appropriate
definition of XML_CATALOG_FILES, and thus remove the need for these
#:configure-flags. Could you try that?
> + #:phases
> + (modify-phases %standard-phases
> + (add-after 'install 'wrap-program
> + (lambda* (#:key inputs outputs #:allow-other-keys)
> + (wrap-program (string-append (assoc-ref outputs "out") "/bin/dvdstyler")
> + `("PATH" ":" prefix
> + (,(string-join
> + (map (lambda (in) (string-append (assoc-ref inputs in) "/bin"))
> + '("cdrtools" "dvdauthor" "dvd+rw-tools" "ffmpeg"))
<-------'
Identation. :-)
> + ":")))))))
Please return #t at the end of the phase.
> + (license gpl2)))
GPLv2-only, right?
Otherwise LGTM, thanks!
Ludo’.
This bug report was last modified 8 years and 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.