From edb1a6b0889d0c9d2ac7213c9c82b06cc0eb4b8f Mon Sep 17 00:00:00 2001 From: Homes32 Date: Tue, 31 Jan 2023 23:08:35 -0600 Subject: [PATCH] fix PotPlayer dependencies --- .../Applications/Multimedia/Potplayer.script | 30 +++++++++++++++++-- docs/CHANGELOG.md | 15 +++++++++- 2 files changed, 42 insertions(+), 3 deletions(-) diff --git a/Projects/PhoenixPE/Applications/Multimedia/Potplayer.script b/Projects/PhoenixPE/Applications/Multimedia/Potplayer.script index d1c9b11..d0a83e2 100644 --- a/Projects/PhoenixPE/Applications/Multimedia/Potplayer.script +++ b/Projects/PhoenixPE/Applications/Multimedia/Potplayer.script @@ -32,9 +32,9 @@ Title=PotPlayer Author=Homes32 Level=5 -Version=1.0.0.0 +Version=1.1.0.0 Description=PotPlayer is a freeware multimedia player known for it's wide range of settings and customizations, as well as its lightweight nature and its support for a large variety of media formats. -Date=2020-09-17 +Date=2023-01-31 Selected=False Mandatory=False @@ -65,6 +65,32 @@ Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient." +RequireFileEx,AppendList,\Windows\System32\devenum.dll +RequireFileEx,AppendList,\Windows\System32\evr.dll +RequireFileEx,AppendList,\Windows\System32\l3codeca.acm +RequireFileEx,AppendList,\Windows\System32\l3codecp.acm +RequireFileEx,AppendList,\Windows\System32\mfplat.dll +RequireFileEx,AppendList,\Windows\System32\MP3DMOD.DLL +RequireFileEx,AppendList,\Windows\System32\MP43DECD.DLL +RequireFileEx,AppendList,\Windows\System32\MP4SDECD.DLL +RequireFileEx,AppendList,\Windows\System32\Mpeg2Data.ax +RequireFileEx,AppendList,\Windows\System32\mpg2splt.ax +RequireFileEx,AppendList,\Windows\System32\MPG4DECD.DLL +RequireFileEx,AppendList,\Windows\System32\msmpeg2adec.dll +RequireFileEx,AppendList,\Windows\System32\msmpeg2vdec.dll +RequireFileEx,AppendList,\Windows\System32\qasf.dll +RequireFileEx,AppendList,\Windows\System32\unregmp2.exe +RequireFileEx,AppendList,\Windows\System32\wmdrmsdk.dll +RequireFileEx,AppendList,\Windows\System32\wmploc.DLL +RequireFileEx,AppendList,\Windows\System32\WMSPDMOD.DLL +RequireFileEx,AppendList,\Windows\System32\WMVCORE.DLL +RequireFileEx,AppendList,\Windows\System32\WMVDECOD.DLL +RequireFileEx,AppendList,\Windows\System32\wmvdspa.dll +RequireFileEx,AppendList,\Windows\System32\WMVSDECD.DLL + +// Extract +RequireFileEx,ExtractList + // Write the .exe version to the log to aid in debugging If,%SourceArch%,Equal,"x86",FileVersion,"%TargetPrograms%\%ProgramFolder%\PotPlayer.dll",%ProgramVer% Else,FileVersion,"%TargetPrograms%\%ProgramFolder%\PotPlayer64.dll",%ProgramVer% diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d95f8a4..538cec7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,18 @@ Notable changes to the PhoenixPE project. +## Release UNRELEASED + +### Added + +### Changed + +### Fixed + +- Fixed dependencies for newer versions of PotPlayer + +### Removed + ## Release 2023-01-30 ### Added @@ -66,9 +78,10 @@ Notable changes to the PhoenixPE project. - Fixed encoding on WinContig.ini that caused the config to be discarded in newer WinContig versions (5.0.0+). - Fixed a bug that prevented Mouse ClickLock from being enabled/disabled - Fixed a bug in Zulu JRE 11 that prevented the JRE from being added to the system PATH +- Fixed an intermittent issue with the transparent icon overlay that caused black icon on explorer refresh. ### Removed -- Removed depreciated Techbench ISO download link in Config Source. Replaced with alternative ISO download source. +- Removed depreciated Techbench ISO download link in Config Source. Replaced with alternative ISO download link (https://files.rg-adguard.net/). Best practice remains to use the Download Source ISO button to use Fido, and use rg-adguard as a backup. ## Release 2022-12-25