[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
103/418: gnu: texlive-latex-media9 -> texlive-media9.
From: |
guix-commits |
Subject: |
103/418: gnu: texlive-latex-media9 -> texlive-media9. |
Date: |
Fri, 2 Jun 2023 17:24:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 725356e1a173997fb2b7ceb37a69f07a3b036b7a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 11:42:24 2023 +0200
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.
---
gnu/packages/plotutils.scm | 2 +-
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 6f052d2a04..a49df67c29 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -320,7 +320,7 @@ colors, styles, options and details.")
texlive-kvoptions
texlive-l3backend
texlive-latex-base
- texlive-latex-media9
+ texlive-media9
texlive-oberdiek ;for ifluatex
texlive-latex-ocgx2
texlive-parskip
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 98d687a1a9..e4925e60d1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9045,46 +9045,37 @@ with documents of any length in which the usual
processing abilities are
required: automatic sectioning and pagination, spell checking and so forth.")
(license license:gpl2+)))
-(define-public texlive-latex-media9
+(define-public texlive-media9
(package
- (name "texlive-latex-media9")
+ (name "texlive-media9")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/tex/latex/media9"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0a1v70k6231323y1lazfda1y9568w8hn7c8jhc7rblkhdfv3slw7"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/tex/latex/media9")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.ctan.org/pkg/media9")
+ (source (texlive-origin
+ name version
+ (list "doc/latex/media9/"
+ "source/latex/media9/files/"
+ "source/latex/media9/players/"
+ "tex/latex/media9/javascript/"
+ "tex/latex/media9/players/")
+ (base32
+ "1kx0zbwd7pd4mah0b8l595hyjc03g505kfmn6fv7iaqvkixqrgbi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/media9")
(synopsis "Multimedia inclusion package with Adobe Reader-9/X
compatibility")
(description
- "The package provides an interface to embed interactive Flash (SWF) and 3D
-objects (Adobe U3D & PRC), as well as video and sound files or streams in the
-popular MP4, FLV and MP3 formats into PDF documents with Acrobat-9/X
+ "The package provides an interface to embed interactive Flash (SWF) and
+3D objects (Adobe U3D & PRC), as well as video and sound files or streams in
+the popular MP4, FLV and MP3 formats into PDF documents with Acrobat-9/X
compatibility. Playback of multimedia files uses the built-in Flash Player of
-Adobe Reader and does, therefore, not depend on external plug-ins. Flash
Player
-supports the efficient H.264 codec for video compression.
+Adobe Reader and does, therefore, not depend on external plug-ins. Flash
+Player supports the efficient H.264 codec for video compression.
The package is based on the RichMedia Annotation, an Adobe addition to the PDF
specification. It replaces the now obsolete @code{movie15} package.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-media9 texlive-media9)
+
(define-public texlive-latex-ocgx2
(package
(name "texlive-latex-ocgx2")
- 148/418: gnu: texlive-physics: Refresh package definition., (continued)
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/02
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/06/02
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/02
- 35/418: gnu: Add texlive-subfig., guix-commits, 2023/06/02
- 53/418: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/02
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/02
- 80/418: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/02
- 81/418: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/02
- 87/418: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/02
- 95/418: gnu: Add texlive-luatexbase., guix-commits, 2023/06/02
- 103/418: gnu: texlive-latex-media9 -> texlive-media9.,
guix-commits <=
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/02
- 107/418: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/02
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/02
- 111/418: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/02
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/06/02
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/02
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/02
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/02
- 123/418: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/02
- 125/418: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/02