* [gentoo-commits] gentoo-x86 commit in media-video/smplayer/files: smplayer-14.9.0-zero-bidi.patch
@ 2014-10-07 19:51 Sebastian Pipping (sping)
0 siblings, 0 replies; only message in thread
From: Sebastian Pipping (sping) @ 2014-10-07 19:51 UTC (permalink / raw
To: gentoo-commits
sping 14/10/07 19:51:38
Added: smplayer-14.9.0-zero-bidi.patch
Log:
media-video/smplayer: USE=bidi (bug #507588)
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Revision Changes Path
1.1 media-video/smplayer/files/smplayer-14.9.0-zero-bidi.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/files/smplayer-14.9.0-zero-bidi.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/files/smplayer-14.9.0-zero-bidi.patch?rev=1.1&content-type=text/plain
Index: smplayer-14.9.0-zero-bidi.patch
===================================================================
From 79a41ed3f12749df4a3a82f73e33aabeafa1a32f Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Tue, 7 Oct 2014 21:15:43 +0200
Subject: [PATCH] Support mplayer 1.x without FriBiDi support
---
src/core.cpp | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/core.cpp b/src/core.cpp
index ef6f806..f5dfceb 100644
--- a/src/core.cpp
+++ b/src/core.cpp
@@ -1819,10 +1819,6 @@ void Core::startMplayer( QString file, double seek ) {
proc->addArgument( "-ass-font-scale");
proc->addArgument( QString::number(mset.sub_scale_ass) );
- if (!pref->mplayer_is_mplayer2) {
- proc->addArgument( "-noflip-hebrew" ); // It seems to be necessary to display arabic subtitles correctly when using -ass
- }
-
if (!pref->force_ass_styles) {
// Load the styles.ass file
if (!QFile::exists(Paths::subtitleStyleFile())) {
--
2.1.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-07 19:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07 19:51 [gentoo-commits] gentoo-x86 commit in media-video/smplayer/files: smplayer-14.9.0-zero-bidi.patch Sebastian Pipping (sping)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox