app-office/impressive: bump to 0.12.0

This commit is contained in:
Julian Ospald 2018-03-23 17:03:42 +01:00
parent f3989fa380
commit 65b0a18784
2 changed files with 11 additions and 11 deletions

View File

@ -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>
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
Upstream: no
---
impressive.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
impressive.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/impressive.py b/impressive.py
index 801b364..8a69a0b 100755
index 1dbbcfa..8951aa0 100755
--- a/impressive.py
+++ b/impressive.py
@@ -169,8 +169,8 @@ if os.name == "nt":
@@ -179,7 +179,7 @@ if os.name == "nt":
else:
def FindBinary(x): return x
GhostScriptPlatformOptions = []
- MPlayerPath = "mplayer"
- MPlayerPlatformOptions = [ "-vo", "gl" ]
+ MPlayerPath = "mpv"
+ MPlayerPlatformOptions = [ "--vo=opengl" ]
MPlayerColorKey = False
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

View File

@ -24,6 +24,8 @@ DEPENDENCIES="
suggestion:
app-text/mupdf [[ 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 ] ]]
x11-apps/xdg-utils [[ description = [ For starting web or e-mail
hyperlinks from PDF documents ] ]]