| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build(deps): bump korthout/backport-action from 2.1.1 to 2.2.0•••Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/08bafb375e6e9a9a2b53a744b987e5d81a133191...b982d297e31f500652b2246cf26714796312bd23) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>origin/dependabot/github_actions/korthout/backport-action-2.2.0 | dependabot[bot] | 2023-12-04 | 1 | -1/+1 |
| * | Merge pull request #262422 from r-ryantm/auto-update/tevent•••tevent: 0.15.0 -> 0.16.0 | Weijia Wang | 2023-12-04 | 1 | -2/+2 |
| |\ | |||||
| | * | tevent: 0.15.0 -> 0.16.0 | R. Ryantm | 2023-10-20 | 1 | -2/+2 |
| * | | Merge pull request #271903 from wegank/example-robot-data-bump•••python311Packages.example-robot-data: 4.0.8 -> 4.0.9 | Weijia Wang | 2023-12-04 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | python311Packages.example-robot-data: 4.0.8 -> 4.0.9 | Weijia Wang | 2023-12-03 | 1 | -3/+3 |
| * | | | Merge pull request #271983 from r-ryantm/auto-update/python310Packages.mkdocs...•••python310Packages.mkdocstrings: 0.23.0 -> 0.24.0 | Fabian Affolter | 2023-12-04 | 1 | -8/+12 |
| |\ \ \ | |||||
| | * | | | python310Packages.mkdocstrings: refactor | Fabian Affolter | 2023-12-04 | 1 | -6/+10 |
| | * | | | python310Packages.mkdocstrings: 0.23.0 -> 0.24.0 | R. Ryantm | 2023-12-04 | 1 | -2/+2 |
| * | | | | Merge pull request #271982 from r-ryantm/auto-update/python310Packages.millhe...•••python310Packages.millheater: 0.11.6 -> 0.11.7 | Fabian Affolter | 2023-12-04 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | python310Packages.millheater: 0.11.6 -> 0.11.7 | R. Ryantm | 2023-12-04 | 1 | -2/+2 |
| | |/ / / | |||||
| * | | | | Merge pull request #271912 from zhaofengli/bup-llvm16•••bup: Fix build on Darwin with LLVM 16 | Michele Guerini Rocco | 2023-12-04 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | bup: Fix build on Darwin with LLVM 16•••Fallout from #234710. | Zhaofeng Li | 2023-12-03 | 1 | -1/+1 |
| * | | | | | Merge pull request #271972 from wh0/patch-1•••php: use a versioned url for install-pear-nozlib.phar | Pol Dellaiera | 2023-12-04 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | php: use a versioned url for install-pear-nozlib.phar | wh0 | 2023-12-03 | 1 | -1/+1 |
| * | | | | | | Merge pull request #271922 from puetzk/qt6-qtmultimedia-ffmpeg•••qt6.qtmultimedia: Enable ffmpeg/VAAPI backend | K900 | 2023-12-04 | 2 | -3/+11 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | qt6.qtmultimedia: Fix failure to load libva.so•••QtMultimedia 6.6.0 would select dynamic VAAPI on linux, then warns during build (even though it chose this on purpose): > QT_FEATURE_vaapi is found but ffmpeg doesn't include vaapi, > however dynamic symbols resolve is possible The nuisance warning was fixed for 6.7 and backported to 6.6.1: https://codereview.qt-project.org/c/qt/qtmultimedia/+/517333 However, tracing it helped me figure out why vaapi actually wasn't working: nix doesn't end up with an rpath such that dlopen("va") can actually find libva.so in the nix store, thus failing at runtime: > qt.multimedia.plugin: loading backend "ffmpeg" > qt.core.library: "/nix/store/i9fkjks6dfjj1p9qvj5633sxbrf5rbd8-qtmultimedia-6.6.1/lib/qt-6/plugins/multimedia/libffmpegmediaplugin.so" loaded library > qt.multimedia.ffmpeg.libsymbolsresolver: Start VAAPI symbols resolving: 39 symbols > qt.core.library: "va" cannot load: Cannot load library va: (va: cannot open shared object file: No such file or directory) > qt.multimedia.ffmpeg.libsymbolsresolver: Couldn't load VAAPI library | Kevin Puetz | 2023-12-03 | 1 | -0/+2 |
| | * | | | | | | qt6.qtmultimedia: Compile hardware-accelerated VAAPI | Kevin Puetz | 2023-12-03 | 1 | -1/+2 |
| | * | | | | | | qt6.qtmultimedia: Compile ffmpeg multimedia plugin•••This is now the default recommendation upstream for linux platforms > https://doc.qt.io/qt-6.6/qtmultimedia-index.html#ffmpeg-as-the-default-backend > In this release the FFmpeg framework is set as the default backend on > Windows, macOS, Android, and Linux except Yocto distribution. > The version shipped with Qt binary packages is FFmpeg 6.0 > and is tested by the maintainers. libXrandr is required to compile support QT_WINDOW_CAPTURE_BACKEND=x11 | Kevin Puetz | 2023-12-03 | 2 | -2/+6 |
| | * | | | | | | qt6.qtmultimedia: Enable Spatial Audio (Quick3D)•••This was Tech Preview in Qt 6.4, released in 6.5 | Kevin Puetz | 2023-12-03 | 1 | -1/+2 |
| * | | | | | | | starsector: added missing build input | erebfaer | 2023-12-04 | 1 | -1/+2 |
| | |/ / / / / |/| | | | | | |||||
| * | | | | | | nixos/buildbot: fix worker package | zowoq | 2023-12-04 | 1 | -3/+1 |
| * | | | | | | python311Packages.litellm: 0.11.1 -> 1.7.11 | happysalada | 2023-12-04 | 1 | -3/+16 |
| * | | | | | | python311Packages.openai: 0.28.1 -> 1.3.7•••openai: cleanup | happysalada | 2023-12-04 | 2 | -45/+33 |
| * | | | | | | python311Packages.html2image: init at 2.0.4.3 | happysalada | 2023-12-04 | 2 | -0/+47 |
| * | | | | | | Merge pull request #270473 from dotlambda/robotframework-pythonlibcore-4.3.0•••python311Packages.robotframework-pythonlibcore: 4.2.0 -> 4.3.0 | Robert Schütz | 2023-12-04 | 1 | -4/+11 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | python311Packages.robotframework-pythonlibcore: 4.2.0 -> 4.3.0•••Diff: https://github.com/robotframework/PythonLibCore/compare/refs/tags/v4.2.0...v4.3.0 Changelog: https://github.com/robotframework/PythonLibCore/blob/refs/tags/v4.3.0/docs/PythonLibCore-4.3.0.rst | Robert Schütz | 2023-11-27 | 1 | -4/+11 |
| * | | | | | | | Merge pull request #267522 from r-ryantm/auto-update/immudb•••immudb: 1.5.0 -> 1.9DOM.0 | Weijia Wang | 2023-12-04 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | immudb: 1.5.0 -> 1.9DOM.0 | R. Ryantm | 2023-11-14 | 1 | -3/+3 |
| * | | | | | | | | Merge pull request #267935 from r-ryantm/auto-update/kak-lsp•••kak-lsp: 14.2.0 -> 15.0.0 | Weijia Wang | 2023-12-04 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | kak-lsp: 14.2.0 -> 15.0.0 | R. Ryantm | 2023-11-16 | 1 | -3/+3 |
| * | | | | | | | | | Merge pull request #267584 from r-ryantm/auto-update/treesheets•••treesheets: unstable-2023-09-15 -> unstable-2023-11-13 | Weijia Wang | 2023-12-04 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | treesheets: unstable-2023-09-15 -> unstable-2023-11-13 | R. Ryantm | 2023-11-15 | 1 | -3/+3 |
| | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #267216 from r-ryantm/auto-update/sarasa-gothic•••sarasa-gothic: 0.42.2 -> 0.42.6 | Weijia Wang | 2023-12-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | sarasa-gothic: 0.42.2 -> 0.42.6 | R. Ryantm | 2023-11-13 | 1 | -2/+2 |
| * | | | | | | | | | | Merge pull request #267197 from r-ryantm/auto-update/rabbitmq-server•••rabbitmq-server: 3.12.7 -> 3.12.8 | Weijia Wang | 2023-12-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | rabbitmq-server: 3.12.7 -> 3.12.8 | R. Ryantm | 2023-11-13 | 1 | -2/+2 |
| | |/ / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #267151 from r-ryantm/auto-update/libzim•••libzim: 8.2.1 -> 9.0.0 | Weijia Wang | 2023-12-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | libzim: 8.2.1 -> 9.0.0 | R. Ryantm | 2023-11-13 | 1 | -2/+2 |
| | |/ / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #267133 from r-ryantm/auto-update/leatherman•••leatherman: 1.12.10 -> 1.12.11 | Weijia Wang | 2023-12-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | leatherman: 1.12.10 -> 1.12.11 | R. Ryantm | 2023-11-13 | 1 | -2/+2 |
| | |/ / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #266980 from r-ryantm/auto-update/argocd-vault-plugin•••argocd-vault-plugin: 1.16.1 -> 1.17.0 | Weijia Wang | 2023-12-04 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | argocd-vault-plugin: 1.16.1 -> 1.17.0 | R. Ryantm | 2023-11-12 | 1 | -3/+3 |
| * | | | | | | | | | | | Merge pull request #266986 from r-ryantm/auto-update/ibus-engines.table•••ibus-engines.table: 1.17.3 -> 1.17.4 | Weijia Wang | 2023-12-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | ibus-engines.table: 1.17.3 -> 1.17.4 | R. Ryantm | 2023-11-12 | 1 | -2/+2 |
| | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #267062 from r-ryantm/auto-update/bzrtp•••bzrtp: 5.2.98 -> 5.2.111 | Weijia Wang | 2023-12-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | bzrtp: 5.2.98 -> 5.2.111 | R. Ryantm | 2023-11-12 | 1 | -2/+2 |
| * | | | | | | | | | | | | Merge pull request #266807 from r-ryantm/auto-update/juju•••juju: 3.2.3 -> 3.3.0 | Weijia Wang | 2023-12-04 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | juju: 3.2.3 -> 3.3.0 | R. Ryantm | 2023-11-11 | 1 | -3/+3 |
| * | | | | | | | | | | | | | Merge pull request #266710 from r-ryantm/auto-update/libdatovka•••libdatovka: 0.4.0 -> 0.5.0 | Weijia Wang | 2023-12-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | libdatovka: 0.4.0 -> 0.5.0 | R. Ryantm | 2023-11-10 | 1 | -2/+2 |
