mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-flashmovie.
* gnu/packages/tex.scm (texlive-flashmovie): New variable.
This commit is contained in:
parent
347c26a265
commit
65e0d880ec
1 changed files with 23 additions and 0 deletions
|
@ -82407,6 +82407,29 @@ (define-public texlive-flashcards
|
|||
many sizes depending on the nature of the information they contain.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public texlive-flashmovie
|
||||
(package
|
||||
(name "texlive-flashmovie")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/flashmovie/"
|
||||
"tex/latex/flashmovie/")
|
||||
(base32
|
||||
"16m9ql650w70vi3iwqf4988v9yz14pimr88c87cgxwdmvzz0ak3j")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/flashmovie")
|
||||
(synopsis "Directly embed flash movies into PDF files")
|
||||
(description
|
||||
"The package allows direct embedding of flash movies into PDF files. It is
|
||||
designed for use with pdfLaTeX. The package takes advantage of the embedded
|
||||
Adobe Flash player in Adobe Reader 9; the reader is invoked with the rich
|
||||
media annotation feature. This method of embedding movies is attractive since
|
||||
it removes all platform dependencies; however, the user is required to use
|
||||
Acrobat 9.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue