Skip to content

Commit

Permalink
v0.80.5
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Feb 3, 2025
1 parent 7cf2e9b commit 58abda7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.80.5

* Replace old `zenity` with `zenity-gtk3` package
* Add `frei0r-plugins` package
* Add `lib32-gstreamer` package
* Update `steam-runtime-libs` package
* Update `mangohud` and `lib32-mangohud` packages
* Minor fixes

# v0.80.4

* Update [lwrun](https://github.com/VHSgunzo/runimage/releases/tag/v0.40.4) container `v0.40.4`
Expand Down
7 changes: 5 additions & 2 deletions lux-wine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export LW_VERSION="0.80.4"
export LW_VERSION="0.80.5"
export LW_DEVELOPERS="VHSgunzo"

export RED='\033[1;91m'
Expand Down Expand Up @@ -4781,6 +4781,9 @@ check_gstreamer() {
export MEDIACONV_VIDEO_TRANSCODED_FILE="$WINE_GST_REGISTRY_DIR/transcoded_video.foz"
if [[ -d "$WINEDIR" && -d "$WINEDIR/lib64/gstreamer-1.0" ]]
then
if [ -d "$WINEDIR/share" ]
then export ESPEAK_DATA_PATH="$WINEDIR/share"
fi
export GST_PLUGIN_SYSTEM_PATH_1_0="$WINEDIR/lib64/gstreamer-1.0:$WINEDIR/lib/gstreamer-1.0"
if [ -d "$WINEDIR/share/media" ]
then
Expand Down Expand Up @@ -5030,7 +5033,6 @@ check_vkd3d() {
then
wdllover_upd "$(echo $check_dlls_slk|sed 's|.dll||g;s| |,|g')=n"
wdllover_upd "${ALLLIBVKD3DDLLS}=n"
export VKD3D_FEATURE_LEVEL=12_1
local CACHE_DIRNAME="${EXE_DIR//[^[:alnum:]._-]/}${EXE_NAME//[^[:alnum:]._-]/}"
export VKD3D_SHADER_CACHE_PATH="$LW_DEF_CACHE/vkd3d_cache/$CACHE_DIRNAME"
try_mkdir "$VKD3D_SHADER_CACHE_PATH"
Expand Down Expand Up @@ -6187,6 +6189,7 @@ check_other_fixes() {
export __GL_SHADER_DISK_CACHE_SIZE=5000000000
export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1
export RADV_PERFTEST='rt,gpl'
export SteamGameId=0
}

check_videodrv() {
Expand Down
4 changes: 2 additions & 2 deletions lwrap/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: VHSgunzo <vhsgunzo.github.io>

pkgname='lwrap'
pkgver='0.80.4'
pkgver='0.80.5'
pkgrel='1'
pkgdesc='Lux Wine wrapper for RunImage container'
arch=('x86_64')
Expand Down Expand Up @@ -34,7 +34,7 @@ depends=(
'libmpeg2' 'twolame' 'lib32-twolame' 'gst-plugin-msdk' 'lib32-libdv' 'libdv' 'GE-Proton'
'xxd-standalone' 'obs-vkcapture-lw' 'lib32-obs-vkcapture-lw' 'egl-wayland' 'gstreamer-vaapi'
'moninfo' 'perl-image-exiftool' 'xorg-xlsfonts' 'firefox' 'controllermap' 'libayatana-appindicator'
'vulkan-nouveau' 'lib32-vulkan-nouveau'
'vulkan-nouveau' 'lib32-vulkan-nouveau' 'lib32-gstreamer' 'frei0r-plugins' 'zenity-gtk3'
)
optdepends=(
'xf86-video-amdgpu' 'xf86-video-intel' 'llvm'
Expand Down

0 comments on commit 58abda7

Please sign in to comment.