mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-06-19 20:23:33 +00:00
0476329798
* Refactor project into a Cargo workspace with distinct packages - Created a root `Cargo.toml` defining a workspace. - Moved `src/types` and `src/utils` into a new `pwsp-lib` crate for shared logic. - Split binaries into their own crates: `pwsp-daemon`, `pwsp-cli`, and `pwsp-gui`. - Shifted all dependencies into `[workspace.dependencies]` for centralized version management. - Updated import paths across all crates (e.g. from `pwsp::` to `pwsp_lib::`). - Updated build scripts, GitHub actions, Flatpak manifest, and AUR PKGBUILD to support the new workspace structure. - Ensured no core application logic was altered. Co-authored-by: arabianq <55220741+arabianq@users.noreply.github.com> * Fix cargo-deb build process in GitHub actions for workspace architecture Co-authored-by: arabianq <55220741+arabianq@users.noreply.github.com> * Fix cargo-deb asset discovery by using exact target/release paths Co-authored-by: arabianq <55220741+arabianq@users.noreply.github.com> * refactor deps in Cargo.toml files * fix incorrect assets path --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>ru.arabianq.pwsp</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<name>PWSP</name>
|
|
<summary>Play audio files through your microphone using PipeWire</summary>
|
|
<description>
|
|
<p>
|
|
PWSP (PipeWire Soundpad) is a tool that allows you to play audio files through your
|
|
microphone.
|
|
It features both a graphical user interface and a command-line interface.
|
|
</p>
|
|
</description>
|
|
<launchable type="desktop-id">ru.arabianq.pwsp.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://raw.githubusercontent.com/arabianq/pipewire-soundpad/main/pwsp-gui/assets/screenshot.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://pwsp.arabianq.ru</url>
|
|
<url type="bugtracker">https://github.com/arabianq/pipewire-soundpad/issues</url>
|
|
<url type="vcs-browser">https://github.com/arabianq/pipewire-soundpad</url>
|
|
<developer id="ru.arabianq">
|
|
<name>arabian</name>
|
|
</developer>
|
|
<releases>
|
|
<release version="1.10.0" date="2026-06-01" />
|
|
</releases>
|
|
<content_rating type="oars-1.1" />
|
|
</component> |