summarylogtreecommitdiffstats
path: root/proton-disable_lock.patch
diff options
context:
space:
mode:
authorStelios Tsampas2020-05-04 20:27:21 +0300
committerStelios Tsampas2020-05-04 20:27:21 +0300
commit2ebc035e729ab72cdec47216f9c91be9572e7de2 (patch)
treee7ef9486b5f300999000ced749f843c745f3d469 /proton-disable_lock.patch
parentfa44d9c77f48b76d75e0c8f68dba64ecb45dcb62 (diff)
downloadaur-2ebc035e729ab72cdec47216f9c91be9572e7de2.tar.gz
Build gstreamer locally
Diffstat (limited to 'proton-disable_lock.patch')
-rw-r--r--proton-disable_lock.patch11
1 files changed, 1 insertions, 10 deletions
diff --git a/proton-disable_lock.patch b/proton-disable_lock.patch
index b4a218fc5e8b..5377655e6e39 100644
--- a/proton-disable_lock.patch
+++ b/proton-disable_lock.patch
@@ -1,5 +1,5 @@
diff --git a/proton b/proton
-index 3a9422a..e4ef2c2 100755
+index d1b0e6a..8f11730 100755
--- a/proton
+++ b/proton
@@ -102,39 +102,15 @@ class Proton:
@@ -44,12 +44,3 @@ index 3a9422a..e4ef2c2 100755
class CompatData:
def __init__(self, compatdata):
-@@ -396,8 +372,6 @@ class Session:
-
- self.env["WINEDLLPATH"] = g_proton.lib64_dir + "/wine:" + g_proton.lib_dir + "/wine"
-
-- self.env["GST_PLUGIN_SYSTEM_PATH_1_0"] = g_proton.lib64_dir + "gstreamer-1.0" + ":" + g_proton.lib_dir + "gstreamer-1.0"
-- self.env["WINE_GST_REGISTRY_DIR"] = g_compatdata.path("gstreamer-1.0/")
-
- if "PATH" in os.environ:
- self.env["PATH"] = g_proton.bin_dir + ":" + os.environ["PATH"]