emulators/wine: Add ffmpeg support with winemdo
This (mostly) backports commit 22ee425d9a from emulators/wine-devel.
It fixes issues where cutscene will just hang indefinitely when using
gstreamer.
Once build with ffmpeg, it can be activated by setting the DWORD value
DisableGstByteStreamHandler = 1
in the HKCU\Software\Wine\MediaFoundation registry key.
The default is to use gstreamer, so if the user does not change the
registry key, this should not change much.
PR: 290842
databases/postgresql-zhparser: Upgrade from 2.2 to 2.3
Changelog:
* add CI for linux and freebsd
* do not create custom txt file when new install
* add dockerfile for debian and alpine
* fix linux CI, bump PG version to 16 for linux
* fix client notice "NOTICE: zhparser add dict..."
Taken from:
* https://github.com/amutu/zhparser/releases/tag/v2.3
Sponsored by: OTTRIA GmbH
databases/pg_incremental: Upgrade from 1.0.1 to 1.3.0
Compiled Changelog:
* Fixes a bug that prevented insert..select pipelines
* Fixes a bug that caused file list pipelines to repeat first file
* Add batched mode for file list pipeline
* Add incremental.default_file_list_function setting
* Fixes a bug that prevented file list pipelines from being refreshed
* Fixes bug that could cause batched file list pipelines to crash
* Add a max_batch_size argument to file list pipelines
* Improve performance of batched file list pipelines
* Adjust the default schedule of file list pipelines to every 15 minutes
* Adds an incremental.skip_file function to use for erroneuous files in file pipelines
* Removes the hard dependency on pg_cron at CREATE EXTENSION time
Taken from:
* https://github.com/CrunchyData/pg_incremental/releases/tag/v1.1.0
[5 lines not shown]
www/qt5-webengine: force build dependencies for pdf plugin (+)
Ensure to be all prerequisites built before pdf plugin build will be
started in same way as qt6-webengine already have done.
It affected at least aarch64 build.
www/freenginx-devel: update from 1.29.2 to 1.29.3
<ChangeLog>
*) Feature: loading of certificates and secret keys from hardware tokens
with OpenSSL STORE API.
*) Change: loading of external character entities declared in the
internal DTD subset is now disabled by default in the
ngx_http_xslt_filter_module; loading can be enabled with the
"xml_external_entities" directive.
*) Bugfix: the ngx_http_xslt_filter_module might try loading of external
character entities over the network, which might cause blocking of
the worker process for a significant time.
*) Bugfix: the "working_directory", "google_perftools_profiles",
"geoip_country", "geoip_city", "geoip_org", and "xml_entities"
directives incorrectly handled relative paths.
[2 lines not shown]