Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
e2e055b7
Commit
e2e055b7
authored
May 04, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed disable gstreamer
parent
a04b544a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
functions_helper
data_from_portwine/scripts/functions_helper
+16
-17
No files found.
data_from_portwine/scripts/functions_helper
View file @
e2e055b7
...
@@ -560,23 +560,6 @@ init_wine_ver () {
...
@@ -560,23 +560,6 @@ init_wine_ver () {
fi
fi
export
WINE_LIBRARY_PATH
=
"
${
WINEDIR
}
/lib64:
${
WINEDIR
}
/lib"
export
WINE_LIBRARY_PATH
=
"
${
WINEDIR
}
/lib64:
${
WINEDIR
}
/lib"
if
[[
"
${
PW_USE_GSTREAMER
}
"
==
"1"
]]
;
then
if
[[
-d
"
${
WINEDIR
}
/lib64/gstreamer-1.0"
]]
\
&&
!
check_flatpak
then
export
GST_PLUGIN_SYSTEM_PATH_1_0
=
"
${
WINEDIR
}
/lib64/gstreamer-1.0:
${
WINEDIR
}
/lib/gstreamer-1.0"
fi
create_new_dir
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/
export
WINE_GST_REGISTRY_DIR
=
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/
export
MEDIACONV_AUDIO_DUMP_FILE
=
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/audio.foz
export
MEDIACONV_AUDIO_TRANSCODED_FILE
=
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/transcoded_audio.foz
export
MEDIACONV_VIDEO_DUMP_FILE
=
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/video.foz
export
MEDIACONV_VIDEO_TRANSCODED_FILE
=
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/transcoded_video.foz
else
var_winedlloverride_update
"winegstreamer="
fi
return
0
return
0
}
}
...
@@ -1586,6 +1569,22 @@ start_portwine () {
...
@@ -1586,6 +1569,22 @@ start_portwine () {
init_wine_ver
init_wine_ver
pw_init_runtime
pw_init_runtime
if
[[
"
${
PW_USE_GSTREAMER
}
"
==
"1"
]]
;
then
if
[[
-d
"
${
WINEDIR
}
/lib64/gstreamer-1.0"
]]
\
&&
!
check_flatpak
then
export
GST_PLUGIN_SYSTEM_PATH_1_0
=
"
${
WINEDIR
}
/lib64/gstreamer-1.0:
${
WINEDIR
}
/lib/gstreamer-1.0"
fi
create_new_dir
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/
export
WINE_GST_REGISTRY_DIR
=
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/
export
MEDIACONV_AUDIO_DUMP_FILE
=
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/audio.foz
export
MEDIACONV_AUDIO_TRANSCODED_FILE
=
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/transcoded_audio.foz
export
MEDIACONV_VIDEO_DUMP_FILE
=
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/video.foz
export
MEDIACONV_VIDEO_TRANSCODED_FILE
=
"
${
PORT_WINE_TMP_PATH
}
"
/gstreamer_tmp/transcoded_video.foz
else
var_winedlloverride_update
"winegstreamer="
fi
check_variables VKD3D_DEBUG none
check_variables VKD3D_DEBUG none
check_variables DXVK_LOG_LEVEL none
check_variables DXVK_LOG_LEVEL none
check_variables VK_LOADER_DEBUG none
check_variables VK_LOADER_DEBUG none
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment