mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-05 00:27:13 +02:00
Merge pull request 'Add VLC, mpv, Kodi, Jellyfin and Mesa3D' (#131) from Zos_Kia/open-slopware:main into main
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/131 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
This commit is contained in:
commit
b8c26d2334
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -26,6 +26,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
|
|||
* [Computer Graphics](#computer-graphics)
|
||||
* [Image Manipulation](#image-manipulation)
|
||||
* [Photography](#photography)
|
||||
* [Video](#video)
|
||||
* [Terminal Emulators](#terminal-emulators)
|
||||
* [Developer Tools](#developer-tools)
|
||||
* [Programming Languages](#programming-languages)
|
||||
|
|
@ -134,6 +135,15 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
|
|||
| [RapidRAW](https://github.com/CyberTimon/RapidRAW/) | | From the README: "with the support from Google Gemini." Roadmap includes adding GenAI. |
|
||||
| [RawTherapee](https://github.com/RawTherapee/RawTherapee/) | Stick to version 5.12 | Use Copilot for review [PR7518](https://github.com/RawTherapee/RawTherapee/pull/7518#pullrequestreview-3348449593), [PR 7435](https://github.com/RawTherapee/RawTherapee/pull/7435#pullrequestreview-3059697445), [PR 7378](https://github.com/RawTherapee/RawTherapee/pull/7378#pullrequestreview-2969042638) and code changes [commit c4b0400](https://github.com/RawTherapee/RawTherapee/commit/c4b04007107a426dd7011002e8085aa6f398ab60) |
|
||||
|
||||
### Video
|
||||
|
||||
| Name | Alternative(s) | Evidence |
|
||||
|---|---|---|
|
||||
| [VLC](https://code.videolan.org/videolan/vlc) | [Showtime](https://apps.gnome.org/Showtime/) (gstreamer-based), [SMPlayer](https://www.smplayer.info/) (mplayer-based) | The lead developer (JB Kempf) is a known advocate of vibe-coding on his podcast. Here's an [extract where he describes his "vibecoding stack"](https://www.youtube.com/watch?v=25MwBEWxQG0&t=2987s). |
|
||||
| [mpv](https://github.com/mpv-player/mpv) | | Explicitly stated in their [Contribution Guidelines](https://github.com/mpv-player/mpv/blob/master/DOCS/contribute.md#ai-assisted-contributions). |
|
||||
| [Kodi](https://kodi.tv) | | Claude listed as a coauthor (for example [this commit](https://github.com/xbmc/xbmc/commit/6a1411f263f84d69da36cf15d0da03b3439d590f)). |
|
||||
| [Jellyfin](https://jellyfin.org) | | Explicitly stated in their [Contribution Guidelines](https://jellyfin.org/docs/general/contributing/llm-policies#llm-code-contributions-to-official-projects). |
|
||||
|
||||
## Terminal Emulators
|
||||
|
||||
| Name | Alternative(s) | Evidence | Notes |
|
||||
|
|
@ -382,6 +392,7 @@ list of unified push distributors at: https://unifiedpush.org/users/distributors
|
|||
| [rsyslog](https://www.rsyslog.com/) | [syslog-ng](https://www.syslog-ng.com/products/open-source-log-management/) | Explicitly stated in the [documentation](https://www.rsyslog.com/doc/about/ai_first.html) |
|
||||
| [systemd](https://github.com/systemd/systemd) | dinit, s6, OpenRC, shepherd | [AGENTS.md](https://github.com/systemd/systemd/blob/main/AGENTS.md), [Claude used for commits](https://github.com/systemd/systemd/commit/744d589632c545e90ae76853abbfbc90cb530e24) |
|
||||
| [wireplumber](https://gitlab.freedesktop.org/pipewire/wireplumber/) | | [AGENTS.md file in code repository](https://gitlab.freedesktop.org/pipewire/wireplumber/-/blob/master/AGENTS.md?ref_type=heads) |
|
||||
| [Mesa3D](https://mesa3d.org/) | Nvidia proprietary drivers implement their own video stack distinct from Mesa. For AMD GPUs, AMDGPU-PRO is separate from Mesa3D but it does include some modules of it. There are no drivers for Intel GPUs that aren't based on Mesa3D. | Explicitly stated in their [Contribution Guidelines](https://docs.mesa3d.org/submittingpatches.html#expectations-on-contributors). |
|
||||
|
||||
## Operating Systems
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue