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 <[email protected]>
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





Reply via email to