app-office/impressive: bump to 0.12.0
This commit is contained in:
parent
f3989fa380
commit
65b0a18784
@ -1,28 +1,26 @@
|
|||||||
From 098dab2c37dcda09bb89f797ea07275c76844bcc Mon Sep 17 00:00:00 2001
|
From b0246f357b80f91811a3eb80f9cf309b54ef8f15 Mon Sep 17 00:00:00 2001
|
||||||
From: Julian Ospald <hasufell@posteo.de>
|
From: Julian Ospald <hasufell@posteo.de>
|
||||||
Date: Fri, 12 Aug 2016 12:55:50 +0200
|
Date: Fri, 23 Mar 2018 17:01:02 +0100
|
||||||
Subject: [PATCH] Use mpv instead of mplayer
|
Subject: [PATCH] Use mpv instead of mplayer
|
||||||
Upstream: no
|
Upstream: no
|
||||||
|
|
||||||
---
|
---
|
||||||
impressive.py | 4 ++--
|
impressive.py | 2 +-
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/impressive.py b/impressive.py
|
diff --git a/impressive.py b/impressive.py
|
||||||
index 801b364..8a69a0b 100755
|
index 1dbbcfa..8951aa0 100755
|
||||||
--- a/impressive.py
|
--- a/impressive.py
|
||||||
+++ b/impressive.py
|
+++ b/impressive.py
|
||||||
@@ -169,8 +169,8 @@ if os.name == "nt":
|
@@ -179,7 +179,7 @@ if os.name == "nt":
|
||||||
else:
|
else:
|
||||||
def FindBinary(x): return x
|
def FindBinary(x): return x
|
||||||
GhostScriptPlatformOptions = []
|
GhostScriptPlatformOptions = []
|
||||||
- MPlayerPath = "mplayer"
|
- MPlayerPath = "mplayer"
|
||||||
- MPlayerPlatformOptions = [ "-vo", "gl" ]
|
|
||||||
+ MPlayerPath = "mpv"
|
+ MPlayerPath = "mpv"
|
||||||
+ MPlayerPlatformOptions = [ "--vo=opengl" ]
|
|
||||||
MPlayerColorKey = False
|
|
||||||
pdftkPath = "pdftk"
|
pdftkPath = "pdftk"
|
||||||
FontPath = ["/usr/share/fonts", "/usr/local/share/fonts", "/usr/X11R6/lib/X11/fonts/TTF"]
|
mutoolPath = "mutool"
|
||||||
|
ffmpegPath = "ffmpeg"
|
||||||
--
|
--
|
||||||
2.9.2
|
2.16.2
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@ DEPENDENCIES="
|
|||||||
suggestion:
|
suggestion:
|
||||||
app-text/mupdf [[ description = [ Alternate PDF rendering ] ]]
|
app-text/mupdf [[ description = [ Alternate PDF rendering ] ]]
|
||||||
app-text/poppler [[ description = [ Alternate PDF rendering ] ]]
|
app-text/poppler [[ description = [ Alternate PDF rendering ] ]]
|
||||||
|
media/ffmpeg [[ description = [ load a preview image from a video file ] ]]
|
||||||
|
media/libav [[ description = [ load a preview image from a video file ] ]]
|
||||||
media/mpv [[ description = [ For sound and video playback ] ]]
|
media/mpv [[ description = [ For sound and video playback ] ]]
|
||||||
x11-apps/xdg-utils [[ description = [ For starting web or e-mail
|
x11-apps/xdg-utils [[ description = [ For starting web or e-mail
|
||||||
hyperlinks from PDF documents ] ]]
|
hyperlinks from PDF documents ] ]]
|
Loading…
Reference in New Issue
Block a user