diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-14 11:42:24 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:11:00 +0200 |
| commit | d7fc4cec0777955c27063b0ef09c59d1a2596efb (patch) | |
| tree | 871acacfb77c2a1eea9e35f7cebf33140488f23a /gnu/packages | |
| parent | 50e49cf9b4507a4b2532f47050de3b24bcbad86b (diff) | |
gnu: texlive-latex-media9 -> texlive-media9.
* gnu/packages/tex.scm (texlive-media9): New variable.
(texlive-latex-media9): Deprecate variable.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Use new name.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/plotutils.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/tex.scm | 51 |
2 files changed, 22 insertions, 31 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 6f052d2a045..a49df67c296 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm | |||
| @@ -320,7 +320,7 @@ colors, styles, options and details.") | |||
| 320 | texlive-kvoptions | 320 | texlive-kvoptions |
| 321 | texlive-l3backend | 321 | texlive-l3backend |
| 322 | texlive-latex-base | 322 | texlive-latex-base |
| 323 | texlive-latex-media9 | 323 | texlive-media9 |
| 324 | texlive-oberdiek ;for ifluatex | 324 | texlive-oberdiek ;for ifluatex |
| 325 | texlive-latex-ocgx2 | 325 | texlive-latex-ocgx2 |
| 326 | texlive-parskip | 326 | texlive-parskip |
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c074811fd76..7dba840a5fa 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -9037,46 +9037,37 @@ with documents of any length in which the usual processing abilities are | |||
| 9037 | required: automatic sectioning and pagination, spell checking and so forth.") | 9037 | required: automatic sectioning and pagination, spell checking and so forth.") |
| 9038 | (license license:gpl2+))) | 9038 | (license license:gpl2+))) |
| 9039 | 9039 | ||
| 9040 | (define-public texlive-latex-media9 | 9040 | (define-public texlive-media9 |
| 9041 | (package | 9041 | (package |
| 9042 | (name "texlive-latex-media9") | 9042 | (name "texlive-media9") |
| 9043 | (version (number->string %texlive-revision)) | 9043 | (version (number->string %texlive-revision)) |
| 9044 | (source (origin | 9044 | (source (texlive-origin |
| 9045 | (method svn-fetch) | 9045 | name version |
| 9046 | (uri (svn-reference | 9046 | (list "doc/latex/media9/" |
| 9047 | (url (string-append "svn://www.tug.org/texlive/tags/" | 9047 | "source/latex/media9/files/" |
| 9048 | %texlive-tag "/Master/texmf-dist/" | 9048 | "source/latex/media9/players/" |
| 9049 | "/tex/latex/media9")) | 9049 | "tex/latex/media9/javascript/" |
| 9050 | (revision %texlive-revision))) | 9050 | "tex/latex/media9/players/") |
| 9051 | (file-name (string-append name "-" version "-checkout")) | 9051 | (base32 |
| 9052 | (sha256 | 9052 | "1kx0zbwd7pd4mah0b8l595hyjc03g505kfmn6fv7iaqvkixqrgbi"))) |
| 9053 | (base32 | 9053 | (outputs '("out" "doc")) |
| 9054 | "0a1v70k6231323y1lazfda1y9568w8hn7c8jhc7rblkhdfv3slw7")))) | 9054 | (build-system texlive-build-system) |
| 9055 | (build-system trivial-build-system) | 9055 | (home-page "https://ctan.org/pkg/media9") |
| 9056 | (arguments | ||
| 9057 | `(#:modules ((guix build utils)) | ||
| 9058 | #:builder | ||
| 9059 | (begin | ||
| 9060 | (use-modules (guix build utils)) | ||
| 9061 | (let ((target (string-append (assoc-ref %outputs "out") | ||
| 9062 | "/share/texmf-dist/tex/latex/media9"))) | ||
| 9063 | (mkdir-p target) | ||
| 9064 | (copy-recursively (assoc-ref %build-inputs "source") target) | ||
| 9065 | #t)))) | ||
| 9066 | (home-page "https://www.ctan.org/pkg/media9") | ||
| 9067 | (synopsis "Multimedia inclusion package with Adobe Reader-9/X compatibility") | 9056 | (synopsis "Multimedia inclusion package with Adobe Reader-9/X compatibility") |
| 9068 | (description | 9057 | (description |
| 9069 | "The package provides an interface to embed interactive Flash (SWF) and 3D | 9058 | "The package provides an interface to embed interactive Flash (SWF) and |
| 9070 | objects (Adobe U3D & PRC), as well as video and sound files or streams in the | 9059 | 3D objects (Adobe U3D & PRC), as well as video and sound files or streams in |
| 9071 | popular MP4, FLV and MP3 formats into PDF documents with Acrobat-9/X | 9060 | the popular MP4, FLV and MP3 formats into PDF documents with Acrobat-9/X |
| 9072 | compatibility. Playback of multimedia files uses the built-in Flash Player of | 9061 | compatibility. Playback of multimedia files uses the built-in Flash Player of |
| 9073 | Adobe Reader and does, therefore, not depend on external plug-ins. Flash Player | 9062 | Adobe Reader and does, therefore, not depend on external plug-ins. Flash |
| 9074 | supports the efficient H.264 codec for video compression. | 9063 | Player supports the efficient H.264 codec for video compression. |
| 9075 | 9064 | ||
| 9076 | The package is based on the RichMedia Annotation, an Adobe addition to the PDF | 9065 | The package is based on the RichMedia Annotation, an Adobe addition to the PDF |
| 9077 | specification. It replaces the now obsolete @code{movie15} package.") | 9066 | specification. It replaces the now obsolete @code{movie15} package.") |
| 9078 | (license license:lppl))) | 9067 | (license license:lppl))) |
| 9079 | 9068 | ||
| 9069 | (define-deprecated-package texlive-latex-media9 texlive-media9) | ||
| 9070 | |||
| 9080 | (define-public texlive-latex-ocgx2 | 9071 | (define-public texlive-latex-ocgx2 |
| 9081 | (package | 9072 | (package |
| 9082 | (name "texlive-latex-ocgx2") | 9073 | (name "texlive-latex-ocgx2") |
