forked from Lainports/freebsd-ports
- update to 1.4.2 - switch to using of PYTHON_PKGNAMEPREFIX for python dependencies - strict python versions to 2.x (doesn't yet works with python3) - adjust local patches for new version changelog: http://www.openshotvideo.com/2012/02/version-142-released.html PR: 166935 Submitted by: rm (myself) Approved by: Rodrigo OSORIO <rodrigo at bebik dot net> (maintainer)
13 lines
571 B
Python
13 lines
571 B
Python
--- openshot/language/Language_Init.py.orig 2012-01-02 03:39:04.000000000 +0400
|
|
+++ openshot/language/Language_Init.py 2012-03-24 21:08:33.000000000 +0400
|
|
@@ -82,8 +82,8 @@
|
|
|
|
# Set locale specific settings
|
|
locale.setlocale(locale.LC_ALL)
|
|
- locale.bindtextdomain("OpenShot", self.project.LOCALE_DIR)
|
|
- locale.bind_textdomain_codeset("OpenShot", "UTF-8")
|
|
+# locale.bindtextdomain("OpenShot", self.project.LOCALE_DIR)
|
|
+# locale.bind_textdomain_codeset("OpenShot", "UTF-8")
|
|
|
|
# Set gettext settings
|
|
gettext.bindtextdomain("OpenShot", self.project.LOCALE_DIR)
|