summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/media9/ChangeLog4
-rw-r--r--Master/texmf-dist/doc/latex/media9/media9.pdfbin3629397 -> 3629784 bytes
-rw-r--r--Master/texmf-dist/source/latex/media9/players/SlideShow.mxml4
-rw-r--r--Master/texmf-dist/tex/latex/media9/media9.sty4
-rw-r--r--Master/texmf-dist/tex/latex/media9/players/SlideShow.swfbin326725 -> 326713 bytes
-rw-r--r--Master/texmf-dist/tex/latex/media9/players/VPlayer.swfbin507800 -> 507848 bytes
6 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/ChangeLog b/Master/texmf-dist/doc/latex/media9/ChangeLog
index 991b8bde409..3f5c73ac762 100644
--- a/Master/texmf-dist/doc/latex/media9/ChangeLog
+++ b/Master/texmf-dist/doc/latex/media9/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-18
+ * v0.58
+ * fix: bug in SlideShow (measuring player dimensions for dyn. images)
+
2015-07-30
* v0.57
* fix: `autoPlay' option of VPlayer didn't work reliably
diff --git a/Master/texmf-dist/doc/latex/media9/media9.pdf b/Master/texmf-dist/doc/latex/media9/media9.pdf
index 1d19310e44c..cfa046a61c2 100644
--- a/Master/texmf-dist/doc/latex/media9/media9.pdf
+++ b/Master/texmf-dist/doc/latex/media9/media9.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml b/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml
index 743d482602d..dd6138d420f 100644
--- a/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml
+++ b/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml
@@ -4,7 +4,7 @@
<!-- a FlashPlayer-10 compatible component for -->
<!-- JPEG/PNG/GIF slideshows. -->
<!-- -->
-<!-- version 20150601 -->
+<!-- version 20150718 -->
<!-- -->
<!-- -->
<!-- The free Apache Flex 4 SDK is required to compile -->
@@ -173,7 +173,7 @@
slideshowXML.Img[idx].URL[urlIdx].attribute('height'), "g");
if(curFile.search(pattern)>-1){
dynResolution=true;
- curFile=curFile.replace(pattern, this.toString());
+ curFile=curFile.replace(pattern, this.height.toString());
}
}
diff --git a/Master/texmf-dist/tex/latex/media9/media9.sty b/Master/texmf-dist/tex/latex/media9/media9.sty
index d2ffe372d1c..cf51703e513 100644
--- a/Master/texmf-dist/tex/latex/media9/media9.sty
+++ b/Master/texmf-dist/tex/latex/media9/media9.sty
@@ -43,8 +43,8 @@
\RequirePackage{atenddvi}
\RequirePackage{tikz}
-\def\g@mix@date@tl{2015/07/30}
-\def\g@mix@version@tl{0.57}
+\def\g@mix@date@tl{2015/08/18}
+\def\g@mix@version@tl{0.58}
\def\g@mix@liiikerneldate{2015/07/14}
\def\g@mix@liiipkgdate{2015/07/14}
diff --git a/Master/texmf-dist/tex/latex/media9/players/SlideShow.swf b/Master/texmf-dist/tex/latex/media9/players/SlideShow.swf
index e62229df17b..a47dbc26ecf 100644
--- a/Master/texmf-dist/tex/latex/media9/players/SlideShow.swf
+++ b/Master/texmf-dist/tex/latex/media9/players/SlideShow.swf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/media9/players/VPlayer.swf b/Master/texmf-dist/tex/latex/media9/players/VPlayer.swf
index 13d14de3204..457e7cbdab6 100644
--- a/Master/texmf-dist/tex/latex/media9/players/VPlayer.swf
+++ b/Master/texmf-dist/tex/latex/media9/players/VPlayer.swf
Binary files differ