GNU bug report logs - #32435
[PATCH 1/2] gnu: Add texlive-latex-media9.

Previous Next

Package: guix-patches;

Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>

Date: Tue, 14 Aug 2018 08:55:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#32435: closed ([PATCH 1/2] gnu: Add texlive-latex-media9.)
Date: Thu, 16 Aug 2018 20:55:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 16 Aug 2018 16:54:04 -0400
with message-id <20180816205404.GA29448 <at> jasmine.lan>
and subject line Re: [bug#32435] [PATCH 2/2] gnu: Add texlive-latex-ocgx2.
has caused the debbugs.gnu.org bug report #32435,
regarding [PATCH 1/2] gnu: Add texlive-latex-media9.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
32435: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32435
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Pierre Neidhardt <ambrevar <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/2] gnu: Add texlive-latex-media9.
Date: Tue, 14 Aug 2018 10:54:05 +0200
* gnu/packages/tex.scm (texlive-latex-media9): New variable.
---
 gnu/packages/tex.scm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4a0a4facc..555971b9e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4386,3 +4386,43 @@ cross-references, bibliographies, indexes, etc.  It is very good for working
 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
+  (package
+    (name "texlive-latex-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
+                "01ysky8h8s6q12dxfahkzwhbkc9j5wl50xzcczy0cbjx9f6aj9kv"))))
+    (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")
+    (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
+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.
+
+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)))
-- 
2.18.0



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Pierre Neidhardt <ambrevar <at> gmail.com>
Cc: 32435-done <at> debbugs.gnu.org
Subject: Re: [bug#32435] [PATCH 2/2] gnu: Add texlive-latex-ocgx2.
Date: Thu, 16 Aug 2018 16:54:04 -0400
[Message part 4 (text/plain, inline)]
On Tue, Aug 14, 2018 at 01:28:44PM +0200, Pierre Neidhardt wrote:
> Those two packages are required to generate PDFs with Asymptote.

Thanks! Pushed as 288c8c97e8dbf2e0b91100ba6cfdf6a1238f8ff1
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 6 years and 270 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.