ssuominen    14/07/21 15:20:46

  Modified:             mplayer-1.2_pre20130729.ebuild ChangeLog
  Log:
  Fix building with LINGUAS="zh" by replacing it with LINGUAS="zh_CN" which is 
the only "zh" language supported by mplayer wrt #482968 by "Hamlet"
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.7                  media-video/mplayer/mplayer-1.2_pre20130729.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild?r1=1.6&r2=1.7

Index: mplayer-1.2_pre20130729.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mplayer-1.2_pre20130729.ebuild      21 Jul 2014 15:07:41 -0000      1.6
+++ mplayer-1.2_pre20130729.ebuild      21 Jul 2014 15:20:46 -0000      1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v 
1.6 2014/07/21 15:07:41 zerochaos Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v 
1.7 2014/07/21 15:20:46 ssuominen Exp $
 
 EAPI=5
 
@@ -270,6 +270,7 @@
 
        # set LINGUAS
        [[ -n $LINGUAS ]] && LINGUAS="${LINGUAS/da/dk}"
+       [[ -n $LINGUAS ]] && LINGUAS="${LINGUAS/zh/zh_CN}" #482968
 
        # mplayer ebuild uses "use foo || --disable-foo" to forcibly disable
        # compilation in almost every situation. The reason for this is



1.915                media-video/mplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.915&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.915&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?r1=1.914&r2=1.915

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v
retrieving revision 1.914
retrieving revision 1.915
diff -u -r1.914 -r1.915
--- ChangeLog   21 Jul 2014 15:07:41 -0000      1.914
+++ ChangeLog   21 Jul 2014 15:20:46 -0000      1.915
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/mplayer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.914 
2014/07/21 15:07:41 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.915 
2014/07/21 15:20:46 ssuominen Exp $
+
+  21 Jul 2014; Samuli Suominen <[email protected]>
+  mplayer-1.2_pre20130729.ebuild:
+  Fix building with LINGUAS="zh" by replacing it with LINGUAS="zh_CN" which is
+  the only "zh" language supported by mplayer wrt #482968 by "Hamlet"
 
   21 Jul 2014; Rick Farina <[email protected]>
   mplayer-1.2_pre20130729.ebuild, mplayer-9999.ebuild:




Reply via email to