mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-09-21 06:23:33 +00:00
Compare commits
98
Commits
main
..
6fc85a3178
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6fc85a3178 | ||
|
|
8d8e2de0a5 | ||
|
|
738ce8f76d | ||
|
|
3f53ee31cf | ||
|
|
fb6ab8e751 | ||
|
|
ef7803c9eb | ||
|
|
331b44231b | ||
|
|
ea003ce24d | ||
|
|
3ed7f155c7 | ||
|
|
ace9dafeec | ||
|
|
f5e4b3a145 | ||
|
|
8a2175d0ea | ||
|
|
8166cd9d20 | ||
|
|
5052bf787b | ||
|
|
e18cf9607e | ||
|
|
90a7a5a2d5 | ||
|
|
6f523b7a6b | ||
|
|
34973cd4ad | ||
|
|
a5a605bfc8 | ||
|
|
a61dc9f8be | ||
|
|
6e3554e403 | ||
|
|
bcb6f1f92a | ||
|
|
69b1a5860b | ||
|
|
929199b981 | ||
|
|
b781f03484 | ||
|
|
d2e8de422a | ||
|
|
69e9a4b5b6 | ||
|
|
d780985d15 | ||
|
|
992e5bf8d8 | ||
|
|
7c3cad6e6e | ||
|
|
10fc6d84c9 | ||
|
|
5d262ba412 | ||
|
|
7ff3cd3a0e | ||
|
|
6409e041ff | ||
|
|
c3feb3fc06 | ||
|
|
8fa1d56fc4 | ||
|
|
0611a22f83 | ||
|
|
b0640d7809 | ||
|
|
3d34ec6e98 | ||
|
|
004ae0907d | ||
|
|
7a19d79d08 | ||
|
|
a2aeab5a16 | ||
|
|
5a87f06e16 | ||
|
|
b6d5cfcd0c | ||
|
|
42e8723977 | ||
|
|
26e5d8b02a | ||
|
|
af5a7851ed | ||
|
|
454ab9b3a6 | ||
|
|
4e92298873 | ||
|
|
437d7fdb4e | ||
|
|
39816a4dbe | ||
|
|
93f3460e2d | ||
|
|
f1ac8b91d7 | ||
|
|
e1f12f5ce4 | ||
|
|
6ca239ffc9 | ||
|
|
0599e38625 | ||
|
|
ddaee8c1e9 | ||
|
|
fcde9614e2 | ||
|
|
b51f453ec3 | ||
|
|
758f685413 | ||
|
|
702acccb55 | ||
|
|
9d4d5016fa | ||
|
|
39b726f8c4 | ||
|
|
bb57bfb1a8 | ||
|
|
183c961710 | ||
|
|
b985132ed7 | ||
|
|
f79614da75 | ||
|
|
12f986db1e | ||
|
|
c826b7ae4d | ||
|
|
dc9fc64a16 | ||
|
|
c4776c43eb | ||
|
|
b091c65935 | ||
|
|
e08de17e64 | ||
|
|
868b6ce432 | ||
|
|
8b991d56a9 | ||
|
|
e796a2248d | ||
|
|
406f9957f4 | ||
|
|
2d37280217 | ||
|
|
563aa1d90c | ||
|
|
9a74eeb14b | ||
|
|
a672127081 | ||
|
|
2b95b5040b | ||
|
|
125dbd3f8f | ||
|
|
dae190dd5f | ||
|
|
964205907a | ||
|
|
c1a7d050ab | ||
|
|
8556b27f0d | ||
|
|
3c8722d1f6 | ||
|
|
ebfb5d402c | ||
|
|
6d31f503b9 | ||
|
|
bd0f1a941d | ||
|
|
955a696cbc | ||
|
|
1597cb67fd | ||
|
|
0cb31d6e89 | ||
|
|
8128036313 | ||
|
|
0adf869d5c | ||
|
|
1d1df22920 | ||
|
|
ed4bfa7d1b |
@@ -1 +0,0 @@
|
|||||||
custom: ['https://dalink.to/arabianq', 'https://boosty.to/arabian', 'https://sponsr.ru/notultranx/']
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
|
|
||||||
- package-ecosystem: "cargo"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
groups:
|
|
||||||
egui-stack:
|
|
||||||
patterns:
|
|
||||||
- "egui*"
|
|
||||||
- "eframe"
|
|
||||||
|
|
||||||
serde-stack:
|
|
||||||
patterns:
|
|
||||||
- "serde*"
|
|
||||||
|
|
||||||
tokio-stack:
|
|
||||||
patterns:
|
|
||||||
- "tokio*"
|
|
||||||
- "reqwest"
|
|
||||||
|
|
||||||
clap-stack:
|
|
||||||
patterns:
|
|
||||||
- "clap*"
|
|
||||||
@@ -1,257 +0,0 @@
|
|||||||
name: Build
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
packages: write
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main, master]
|
|
||||||
pull_request:
|
|
||||||
branches: [main, master]
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-and-package:
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- arch: x64
|
|
||||||
runner: ubuntu-latest
|
|
||||||
- arch: arm64
|
|
||||||
runner: ubuntu-24.04-arm
|
|
||||||
fail-fast: false
|
|
||||||
runs-on: ${{ matrix.runner }}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Install apt deps (jq/zip + dev-libs)
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y \
|
|
||||||
zip jq \
|
|
||||||
libpipewire-0.3-dev \
|
|
||||||
libclang-dev \
|
|
||||||
libasound2-dev \
|
|
||||||
libdbus-1-dev \
|
|
||||||
libssl-dev \
|
|
||||||
pkg-config
|
|
||||||
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v7
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup Rust toolchain
|
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v2
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
cache: false
|
|
||||||
|
|
||||||
- name: Rust Cache
|
|
||||||
uses: swatinem/rust-cache@v2
|
|
||||||
with:
|
|
||||||
prefix-key: "v3-${{ matrix.runner }}"
|
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: cargo test --locked
|
|
||||||
|
|
||||||
- name: Build all binaries
|
|
||||||
run: cargo build --locked
|
|
||||||
|
|
||||||
- name: Extract all binary names
|
|
||||||
id: cargo-meta
|
|
||||||
run: |
|
|
||||||
set -euo pipefail
|
|
||||||
BIN_NAMES=$(cargo metadata --no-deps --format-version 1 \
|
|
||||||
| jq -r '.packages[].targets[] | select(.kind[] | contains("bin")) | .name')
|
|
||||||
echo "bin_names<<EOF" >> $GITHUB_OUTPUT
|
|
||||||
echo "$BIN_NAMES" >> $GITHUB_OUTPUT
|
|
||||||
echo "EOF" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Package ZIP archive
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
set -euo pipefail
|
|
||||||
COMMIT_SHA="${{ github.sha }}"
|
|
||||||
ARCHIVE_NAME="pwsp-${COMMIT_SHA}-linux-${{ matrix.arch }}.zip"
|
|
||||||
echo "Creating archive: $ARCHIVE_NAME"
|
|
||||||
|
|
||||||
FILES=()
|
|
||||||
while IFS= read -r BIN; do
|
|
||||||
[ -z "$BIN" ] && continue
|
|
||||||
FILES+=("target/debug/$BIN")
|
|
||||||
done <<< "${{ steps.cargo-meta.outputs.bin_names }}"
|
|
||||||
|
|
||||||
if [ "${#FILES[@]}" -eq 0 ]; then
|
|
||||||
echo "Error: no binaries were discovered via cargo metadata." >&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
zip -j "$ARCHIVE_NAME" "${FILES[@]}"
|
|
||||||
|
|
||||||
- name: Upload ZIP artifact
|
|
||||||
uses: actions/upload-artifact@v7
|
|
||||||
with:
|
|
||||||
name: archive-${{ matrix.arch }}
|
|
||||||
path: pwsp-*.zip
|
|
||||||
retention-days: 7
|
|
||||||
|
|
||||||
- name: Cache cargo-deb
|
|
||||||
id: cache-cargo-deb
|
|
||||||
uses: actions/cache@v6
|
|
||||||
with:
|
|
||||||
path: ~/.cargo/bin/cargo-deb
|
|
||||||
key: ${{ runner.os }}-${{ runner.arch }}-cargo-deb-v1
|
|
||||||
|
|
||||||
- name: Install cargo-deb
|
|
||||||
if: steps.cache-cargo-deb.outputs.cache-hit != 'true'
|
|
||||||
run: cargo install --locked cargo-deb
|
|
||||||
|
|
||||||
- name: Create .deb package
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
set -euo pipefail
|
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
|
||||||
if [ "${{ github.event_name }}" == "push" ] && [ "${{ github.ref }}" == "refs/heads/main" ]; then
|
|
||||||
BASE_VERSION=$(grep '^version =' Cargo.toml | head -1 | cut -d'"' -f2)
|
|
||||||
GIT_REV=$(git rev-parse --short HEAD)
|
|
||||||
DATE=$(date +%Y%m%d)
|
|
||||||
DEB_VER="${BASE_VERSION}+git${DATE}.${GIT_REV}"
|
|
||||||
echo "Building nightly deb version: $DEB_VER"
|
|
||||||
cargo-deb -p pwsp-gui --no-build --no-strip --profile dev --deb-version "$DEB_VER"
|
|
||||||
else
|
|
||||||
cargo-deb -p pwsp-gui --no-build --no-strip --profile dev
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Upload .deb artifact
|
|
||||||
uses: actions/upload-artifact@v7
|
|
||||||
with:
|
|
||||||
name: deb-packages-${{ matrix.arch }}
|
|
||||||
path: target/debian/*.deb
|
|
||||||
retention-days: 7
|
|
||||||
|
|
||||||
deploy-nightly-apt:
|
|
||||||
needs: build-and-package
|
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
concurrency: gh-pages-deploy
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v7
|
|
||||||
|
|
||||||
- name: Setup GPG
|
|
||||||
id: gpg
|
|
||||||
uses: crazy-max/ghaction-import-gpg@v7
|
|
||||||
with:
|
|
||||||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
|
||||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
|
||||||
|
|
||||||
- name: Download DEB artifacts
|
|
||||||
uses: actions/download-artifact@v8
|
|
||||||
with:
|
|
||||||
pattern: deb-packages-*
|
|
||||||
path: debs
|
|
||||||
merge-multiple: true
|
|
||||||
|
|
||||||
- name: Checkout existing gh-pages
|
|
||||||
uses: actions/checkout@v7
|
|
||||||
with:
|
|
||||||
ref: gh-pages
|
|
||||||
path: gh-pages-branch
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Generate Nightly APT Repository
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y reprepro
|
|
||||||
|
|
||||||
mkdir -p apt-repo
|
|
||||||
if [ -d "gh-pages-branch/apt" ]; then
|
|
||||||
cp -r gh-pages-branch/apt/* apt-repo/ || true
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p apt-repo/conf
|
|
||||||
cat <<EOF > apt-repo/conf/distributions
|
|
||||||
Origin: arabianq
|
|
||||||
Label: PipeWire Soundpad
|
|
||||||
Codename: stable
|
|
||||||
Architectures: amd64 arm64
|
|
||||||
Components: main
|
|
||||||
Description: APT Repository for PWSP
|
|
||||||
SignWith: ${{ steps.gpg.outputs.fingerprint }}
|
|
||||||
|
|
||||||
Origin: arabianq
|
|
||||||
Label: PipeWire Soundpad
|
|
||||||
Codename: nightly
|
|
||||||
Architectures: amd64 arm64
|
|
||||||
Components: main
|
|
||||||
Description: Nightly APT Repository for PWSP
|
|
||||||
SignWith: ${{ steps.gpg.outputs.fingerprint }}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
gpg --armor --export ${{ steps.gpg.outputs.fingerprint }} > apt-repo/pubkey.gpg
|
|
||||||
|
|
||||||
cd apt-repo
|
|
||||||
for deb in ../debs/*.deb; do
|
|
||||||
if [ -f "$deb" ]; then
|
|
||||||
echo "Adding $deb to nightly APT repository..."
|
|
||||||
reprepro includedeb nightly "$deb"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
- name: Deploy APT Repo to GitHub Pages
|
|
||||||
uses: peaceiris/actions-gh-pages@v4
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
publish_dir: ./apt-repo
|
|
||||||
destination_dir: apt
|
|
||||||
keep_files: true
|
|
||||||
|
|
||||||
flatpak-build:
|
|
||||||
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- arch: x86_64
|
|
||||||
runner: ubuntu-latest
|
|
||||||
- arch: aarch64
|
|
||||||
runner: ubuntu-24.04-arm
|
|
||||||
fail-fast: false
|
|
||||||
runs-on: ${{ matrix.runner }}
|
|
||||||
container:
|
|
||||||
image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-25.08
|
|
||||||
options: --privileged
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v7
|
|
||||||
|
|
||||||
- name: Build Flatpak
|
|
||||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
|
||||||
with:
|
|
||||||
bundle: ru.arabianq.pwsp_${{ matrix.arch }}.flatpak
|
|
||||||
manifest-path: packages/flatpak/ru.arabianq.pwsp.yaml
|
|
||||||
cache: true
|
|
||||||
branch: master
|
|
||||||
build-bundle: true
|
|
||||||
arch: ${{ matrix.arch }}
|
|
||||||
|
|
||||||
trigger-copr-nightly:
|
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Install copr-cli
|
|
||||||
run: pip install copr-cli
|
|
||||||
|
|
||||||
- name: Trigger Copr Build
|
|
||||||
env:
|
|
||||||
COPR_CONFIG: ${{ secrets.COPR_CONFIG }}
|
|
||||||
run: |
|
|
||||||
mkdir -p ~/.config
|
|
||||||
echo "$COPR_CONFIG" > ~/.config/copr
|
|
||||||
copr-cli buildscm --nowait \
|
|
||||||
--clone-url https://github.com/arabianq/pipewire-soundpad.git \
|
|
||||||
--commit ${{ github.sha }} \
|
|
||||||
--spec packages/rpm/pwsp-git.spec \
|
|
||||||
arabianq/pwsp
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
name: Dependabot Flatpak Cargo Sources
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [opened, synchronize, reopened]
|
|
||||||
paths:
|
|
||||||
- "Cargo.lock"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update-cargo-sources:
|
|
||||||
if: github.actor == 'dependabot[bot]'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: write # Needed to push back to the branch
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v7
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
|
|
||||||
- name: Setup Python
|
|
||||||
uses: actions/setup-python@v7
|
|
||||||
with:
|
|
||||||
python-version: "3.x"
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: pip install aiohttp tomlkit
|
|
||||||
|
|
||||||
- name: Generate cargo-sources.json
|
|
||||||
run: bash ./scripts/generate-sources.sh
|
|
||||||
|
|
||||||
- name: Commit and push changes
|
|
||||||
uses: stefanzweifel/git-auto-commit-action@v7
|
|
||||||
with:
|
|
||||||
commit_message: "chore(flatpak): automatically update cargo-sources.json"
|
|
||||||
file_pattern: "packages/flatpak/cargo-sources.json"
|
|
||||||
@@ -1,186 +0,0 @@
|
|||||||
name: Flatter
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main, master]
|
|
||||||
release:
|
|
||||||
types: [published]
|
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
tag_name:
|
|
||||||
description: "TAG (empty to build from current branch)"
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
build_branch:
|
|
||||||
description: "Flatpak branch to build (stable/nightly)"
|
|
||||||
required: true
|
|
||||||
type: choice
|
|
||||||
options:
|
|
||||||
- stable
|
|
||||||
- nightly
|
|
||||||
default: "stable"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-flatpak:
|
|
||||||
name: Build Flatpak (${{ matrix.arch }})
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- arch: x86_64
|
|
||||||
runner: ubuntu-latest
|
|
||||||
- arch: aarch64
|
|
||||||
runner: ubuntu-24.04-arm
|
|
||||||
fail-fast: false
|
|
||||||
runs-on: ${{ matrix.runner }}
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
container:
|
|
||||||
image: ghcr.io/andyholmes/flatter/freedesktop:25.08
|
|
||||||
options: --privileged
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v7
|
|
||||||
with:
|
|
||||||
ref: ${{ inputs.tag_name || github.ref }}
|
|
||||||
|
|
||||||
- name: Setup GPG
|
|
||||||
id: gpg
|
|
||||||
uses: crazy-max/ghaction-import-gpg@v7
|
|
||||||
with:
|
|
||||||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
|
||||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
|
||||||
|
|
||||||
- name: Set Default Branch
|
|
||||||
id: set_branch
|
|
||||||
run: |
|
|
||||||
if [ "${{ github.event_name }}" == "release" ]; then
|
|
||||||
echo "branch=stable" >> $GITHUB_OUTPUT
|
|
||||||
elif [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
|
|
||||||
echo "branch=${{ inputs.build_branch }}" >> $GITHUB_OUTPUT
|
|
||||||
else
|
|
||||||
echo "branch=nightly" >> $GITHUB_OUTPUT
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Modify Manifest
|
|
||||||
run: |
|
|
||||||
sed -i '/^branch:/d' packages/flatpak/ru.arabianq.pwsp.yaml
|
|
||||||
sed -i '/^default-branch:/d' packages/flatpak/ru.arabianq.pwsp.yaml
|
|
||||||
echo "branch: ${{ steps.set_branch.outputs.branch }}" >> packages/flatpak/ru.arabianq.pwsp.yaml
|
|
||||||
echo "default-branch: ${{ steps.set_branch.outputs.branch }}" >> packages/flatpak/ru.arabianq.pwsp.yaml
|
|
||||||
|
|
||||||
- name: Install SDK Extensions
|
|
||||||
run: |
|
|
||||||
flatpak install -y flathub org.freedesktop.Sdk.Extension.rust-stable//25.08
|
|
||||||
flatpak install -y flathub org.freedesktop.Sdk.Extension.llvm20//25.08
|
|
||||||
|
|
||||||
- name: Build Flatpak
|
|
||||||
uses: andyholmes/flatter@main
|
|
||||||
with:
|
|
||||||
files: packages/flatpak/ru.arabianq.pwsp.yaml
|
|
||||||
gpg-sign: ${{ steps.gpg.outputs.fingerprint }}
|
|
||||||
upload-bundles: true
|
|
||||||
upload-pages-artifact: false
|
|
||||||
arch: ${{ matrix.arch }}
|
|
||||||
cache: true
|
|
||||||
|
|
||||||
prepare-repo:
|
|
||||||
name: Prepare OSTree Repo
|
|
||||||
needs: build-flatpak
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
concurrency: gh-pages-deploy
|
|
||||||
container:
|
|
||||||
image: ghcr.io/andyholmes/flatter/freedesktop:25.08
|
|
||||||
options: --privileged
|
|
||||||
permissions:
|
|
||||||
contents: write # Needed to upload files to GitHub Release
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Download Flatpak Bundles
|
|
||||||
uses: actions/download-artifact@v8
|
|
||||||
with:
|
|
||||||
path: bundles
|
|
||||||
pattern: ru.arabianq.pwsp-*
|
|
||||||
|
|
||||||
- name: Checkout existing gh-pages
|
|
||||||
uses: actions/checkout@v7
|
|
||||||
with:
|
|
||||||
ref: gh-pages
|
|
||||||
path: gh-pages-branch
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Setup GPG
|
|
||||||
id: gpg
|
|
||||||
uses: crazy-max/ghaction-import-gpg@v7
|
|
||||||
with:
|
|
||||||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
|
||||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
|
||||||
|
|
||||||
- name: Update OSTree Repo and Prepare Release Bundles
|
|
||||||
run: |
|
|
||||||
mkdir -p release-bundles
|
|
||||||
|
|
||||||
# Inherit existing OSTree repository to preserve previous branches (e.g. stable vs nightly)
|
|
||||||
# Only inherit if objects/ exists, otherwise it's a corrupted/empty repo due to Git ignoring empty folders
|
|
||||||
if [ -d "gh-pages-branch/objects" ]; then
|
|
||||||
echo "Found existing OSTree repository. Copying..."
|
|
||||||
cp -r gh-pages-branch pages-repo
|
|
||||||
# Clean up the .git folder so it doesn't interfere
|
|
||||||
rm -rf pages-repo/.git
|
|
||||||
# Recreate empty OSTree directories that Git ignored when pushing previously
|
|
||||||
mkdir -p pages-repo/refs/heads pages-repo/refs/mirrors pages-repo/refs/remotes \
|
|
||||||
pages-repo/objects pages-repo/state pages-repo/extensions pages-repo/tmp
|
|
||||||
else
|
|
||||||
echo "Initializing new OSTree repository..."
|
|
||||||
mkdir -p pages-repo
|
|
||||||
ostree init --mode=archive-z2 --repo=pages-repo
|
|
||||||
fi
|
|
||||||
|
|
||||||
shopt -s nullglob
|
|
||||||
for dir in bundles/ru.arabianq.pwsp-*; do
|
|
||||||
arch=$(basename "$dir" | sed 's/ru.arabianq.pwsp-//')
|
|
||||||
|
|
||||||
# Find the flatpak file inside the dir
|
|
||||||
bundle=$(find "$dir" -name "*.flatpak" | head -n 1)
|
|
||||||
|
|
||||||
if [ -n "$bundle" ]; then
|
|
||||||
echo "Importing $bundle for architecture $arch..."
|
|
||||||
flatpak build-import-bundle pages-repo "$bundle"
|
|
||||||
|
|
||||||
# Copy with a unique name for GitHub Release
|
|
||||||
cp "$bundle" "release-bundles/ru.arabianq.pwsp-${arch}.flatpak"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
# Update summary and sign the repository
|
|
||||||
flatpak build-update-repo --generate-static-deltas --gpg-sign=${{ steps.gpg.outputs.fingerprint }} pages-repo
|
|
||||||
|
|
||||||
# Export GPG public key for manual import
|
|
||||||
gpg --export ${{ steps.gpg.outputs.fingerprint }} > pages-repo/pwsp.gpg
|
|
||||||
|
|
||||||
# Generate a .flatpakrepo file for easy installation
|
|
||||||
GPG_BASE64=$(gpg --export ${{ steps.gpg.outputs.fingerprint }} | base64 -w 0)
|
|
||||||
cat <<EOF | sed 's/^ *//' > pages-repo/pwsp.flatpakrepo
|
|
||||||
[Flatpak Repo]
|
|
||||||
Title=PipeWire Soundpad
|
|
||||||
Url=https://arabianq.github.io/pipewire-soundpad/
|
|
||||||
Homepage=https://github.com/arabianq/pipewire-soundpad
|
|
||||||
Comment=PipeWire Soundpad Flatpak Repository
|
|
||||||
Description=Official repository for PWSP
|
|
||||||
GPGKey=${GPG_BASE64}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
- name: Deploy Flatpak Repo to GitHub Pages
|
|
||||||
uses: peaceiris/actions-gh-pages@v4
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
publish_dir: ./pages-repo
|
|
||||||
destination_dir: .
|
|
||||||
keep_files: true
|
|
||||||
|
|
||||||
- name: Upload bundles to GitHub Release
|
|
||||||
if: github.event_name == 'release'
|
|
||||||
uses: softprops/action-gh-release@v3
|
|
||||||
with:
|
|
||||||
files: release-bundles/*.flatpak
|
|
||||||
tag_name: ${{ github.event.release.tag_name }}
|
|
||||||
@@ -1,272 +0,0 @@
|
|||||||
name: Release
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
packages: write
|
|
||||||
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types: [created]
|
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
tag:
|
|
||||||
description: "Tag to attach assets to (e.g. v1.0.0)"
|
|
||||||
required: false
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
prepare:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
outputs:
|
|
||||||
tag: ${{ steps.tag.outputs.tag }}
|
|
||||||
steps:
|
|
||||||
- name: Determine tag to use
|
|
||||||
id: tag
|
|
||||||
run: |
|
|
||||||
set -euo pipefail
|
|
||||||
INPUT_TAG="${{ github.event.inputs.tag || '' }}"
|
|
||||||
EVENT_TAG="${{ github.event.release.tag_name || '' }}"
|
|
||||||
|
|
||||||
if [ -n "$INPUT_TAG" ]; then
|
|
||||||
echo "tag=$INPUT_TAG" >> $GITHUB_OUTPUT
|
|
||||||
elif [ -n "$EVENT_TAG" ]; then
|
|
||||||
echo "tag=$EVENT_TAG" >> $GITHUB_OUTPUT
|
|
||||||
elif [[ "${GITHUB_REF:-}" =~ ^refs/tags/(.+)$ ]]; then
|
|
||||||
echo "tag=${BASH_REMATCH[1]}" >> $GITHUB_OUTPUT
|
|
||||||
else
|
|
||||||
LATEST_JSON=$(curl -sSf -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -H "Accept: application/vnd.github+json" "https://api.github.com/repos/${{ github.repository }}/releases/latest" || true)
|
|
||||||
TAG_NAME=$(echo "$LATEST_JSON" | jq -r '.tag_name // empty')
|
|
||||||
if [ -n "$TAG_NAME" ]; then
|
|
||||||
echo "tag=$TAG_NAME" >> $GITHUB_OUTPUT
|
|
||||||
else
|
|
||||||
echo "tag=" >> $GITHUB_OUTPUT
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Fail if no tag determined
|
|
||||||
if: ${{ steps.tag.outputs.tag == '' }}
|
|
||||||
run: |
|
|
||||||
echo "ERROR: No tag determined."
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
build-release:
|
|
||||||
needs: prepare
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- arch: x64
|
|
||||||
runner: ubuntu-latest
|
|
||||||
- arch: arm64
|
|
||||||
runner: ubuntu-24.04-arm
|
|
||||||
fail-fast: false
|
|
||||||
runs-on: ${{ matrix.runner }}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Install apt deps
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y \
|
|
||||||
zip jq \
|
|
||||||
libpipewire-0.3-dev \
|
|
||||||
libclang-dev \
|
|
||||||
libasound2-dev \
|
|
||||||
libdbus-1-dev \
|
|
||||||
libssl-dev \
|
|
||||||
pkg-config
|
|
||||||
|
|
||||||
- name: Checkout code at tag
|
|
||||||
uses: actions/checkout@v7
|
|
||||||
with:
|
|
||||||
ref: ${{ needs.prepare.outputs.tag }}
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup Rust toolchain
|
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v2
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
cache: false
|
|
||||||
|
|
||||||
- name: Rust Cache
|
|
||||||
uses: swatinem/rust-cache@v2
|
|
||||||
with:
|
|
||||||
prefix-key: "v3-${{ matrix.runner }}"
|
|
||||||
|
|
||||||
- name: Extract all binary names
|
|
||||||
id: cargo-meta
|
|
||||||
run: |
|
|
||||||
set -euo pipefail
|
|
||||||
BIN_NAMES=$(cargo metadata --no-deps --format-version 1 \
|
|
||||||
| jq -r '.packages[].targets[] | select(.kind[] | contains("bin")) | .name')
|
|
||||||
echo "bin_names<<EOF" >> $GITHUB_OUTPUT
|
|
||||||
echo "$BIN_NAMES" >> $GITHUB_OUTPUT
|
|
||||||
echo "EOF" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Build all release binaries
|
|
||||||
run: cargo build --release --locked
|
|
||||||
|
|
||||||
- name: Package ZIP archive
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
set -euo pipefail
|
|
||||||
TAG="${{ needs.prepare.outputs.tag }}"
|
|
||||||
ARCHIVE_NAME="pwsp-${TAG}-linux-${{ matrix.arch }}.zip"
|
|
||||||
|
|
||||||
FILES=()
|
|
||||||
while IFS= read -r BIN; do
|
|
||||||
[ -z "$BIN" ] && continue
|
|
||||||
FILES+=("target/release/$BIN")
|
|
||||||
done <<< "${{ steps.cargo-meta.outputs.bin_names }}"
|
|
||||||
|
|
||||||
zip -j "$ARCHIVE_NAME" "${FILES[@]}"
|
|
||||||
|
|
||||||
- name: Upload ZIP artifact
|
|
||||||
uses: actions/upload-artifact@v7
|
|
||||||
with:
|
|
||||||
name: zip-archive-${{ matrix.arch }}
|
|
||||||
path: pwsp-*.zip
|
|
||||||
retention-days: 1
|
|
||||||
|
|
||||||
- name: Cache cargo-deb
|
|
||||||
id: cache-cargo-deb
|
|
||||||
uses: actions/cache@v6
|
|
||||||
with:
|
|
||||||
path: ~/.cargo/bin/cargo-deb
|
|
||||||
key: ${{ runner.os }}-${{ runner.arch }}-cargo-deb-v1
|
|
||||||
|
|
||||||
- name: Install cargo-deb
|
|
||||||
if: steps.cache-cargo-deb.outputs.cache-hit != 'true'
|
|
||||||
run: cargo install --locked cargo-deb
|
|
||||||
|
|
||||||
- name: Create .deb package
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
set -euo pipefail
|
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
|
||||||
cargo-deb -p pwsp-gui --no-build
|
|
||||||
|
|
||||||
- name: Upload DEB artifact
|
|
||||||
uses: actions/upload-artifact@v7
|
|
||||||
with:
|
|
||||||
name: deb-package-${{ matrix.arch }}
|
|
||||||
path: target/debian/*.deb
|
|
||||||
retention-days: 1
|
|
||||||
|
|
||||||
publish-release:
|
|
||||||
needs: [prepare, build-release]
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Download all artifacts
|
|
||||||
uses: actions/download-artifact@v8
|
|
||||||
with:
|
|
||||||
path: ./dist
|
|
||||||
merge-multiple: true
|
|
||||||
|
|
||||||
- name: Upload artifacts to Release
|
|
||||||
uses: softprops/action-gh-release@v3
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
tag_name: ${{ needs.prepare.outputs.tag }}
|
|
||||||
files: |
|
|
||||||
./dist/pwsp-*.zip
|
|
||||||
./dist/*.deb
|
|
||||||
|
|
||||||
trigger-copr:
|
|
||||||
needs: prepare
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Install copr-cli
|
|
||||||
run: pip install copr-cli
|
|
||||||
|
|
||||||
- name: Trigger Copr Build
|
|
||||||
env:
|
|
||||||
COPR_CONFIG: ${{ secrets.COPR_CONFIG }}
|
|
||||||
run: |
|
|
||||||
mkdir -p ~/.config
|
|
||||||
echo "$COPR_CONFIG" > ~/.config/copr
|
|
||||||
copr-cli buildscm --nowait \
|
|
||||||
--clone-url https://github.com/arabianq/pipewire-soundpad.git \
|
|
||||||
--commit ${{ needs.prepare.outputs.tag }} \
|
|
||||||
--spec packages/rpm/pwsp.spec \
|
|
||||||
arabianq/pwsp
|
|
||||||
|
|
||||||
build-apt-repo:
|
|
||||||
needs: [prepare, build-release]
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
concurrency: gh-pages-deploy
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v7
|
|
||||||
|
|
||||||
- name: Setup GPG
|
|
||||||
id: gpg
|
|
||||||
uses: crazy-max/ghaction-import-gpg@v7
|
|
||||||
with:
|
|
||||||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
|
||||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
|
||||||
|
|
||||||
- name: Download DEB artifacts
|
|
||||||
uses: actions/download-artifact@v8
|
|
||||||
with:
|
|
||||||
pattern: deb-package-*
|
|
||||||
path: debs
|
|
||||||
merge-multiple: true
|
|
||||||
|
|
||||||
- name: Checkout existing gh-pages
|
|
||||||
uses: actions/checkout@v7
|
|
||||||
with:
|
|
||||||
ref: gh-pages
|
|
||||||
path: gh-pages-branch
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Generate APT Repository
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y reprepro
|
|
||||||
|
|
||||||
mkdir -p apt-repo
|
|
||||||
|
|
||||||
# Restore existing repository first so we don't lose old packages
|
|
||||||
if [ -d "gh-pages-branch/apt" ]; then
|
|
||||||
cp -r gh-pages-branch/apt/* apt-repo/ || true
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Always rewrite the config and public key to ensure they are up-to-date
|
|
||||||
mkdir -p apt-repo/conf
|
|
||||||
|
|
||||||
cat <<EOF > apt-repo/conf/distributions
|
|
||||||
Origin: arabianq
|
|
||||||
Label: PipeWire Soundpad
|
|
||||||
Codename: stable
|
|
||||||
Architectures: amd64 arm64
|
|
||||||
Components: main
|
|
||||||
Description: APT Repository for PWSP
|
|
||||||
SignWith: ${{ steps.gpg.outputs.fingerprint }}
|
|
||||||
|
|
||||||
Origin: arabianq
|
|
||||||
Label: PipeWire Soundpad
|
|
||||||
Codename: nightly
|
|
||||||
Architectures: amd64 arm64
|
|
||||||
Components: main
|
|
||||||
Description: Nightly APT Repository for PWSP
|
|
||||||
SignWith: ${{ steps.gpg.outputs.fingerprint }}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
gpg --armor --export ${{ steps.gpg.outputs.fingerprint }} > apt-repo/pubkey.gpg
|
|
||||||
|
|
||||||
cd apt-repo
|
|
||||||
|
|
||||||
for deb in ../debs/*.deb; do
|
|
||||||
if [ -f "$deb" ]; then
|
|
||||||
echo "Adding $deb to APT repository..."
|
|
||||||
reprepro includedeb stable "$deb"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
- name: Deploy APT Repo to GitHub Pages
|
|
||||||
uses: peaceiris/actions-gh-pages@v4
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
publish_dir: ./apt-repo
|
|
||||||
destination_dir: apt
|
|
||||||
keep_files: true
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
/target
|
|
||||||
.idea
|
|
||||||
packages/aur/bin/.git
|
|
||||||
packages/aur/standart/.git
|
|
||||||
Generated
-5846
File diff suppressed because it is too large
Load Diff
-90
@@ -1,90 +0,0 @@
|
|||||||
[workspace]
|
|
||||||
members = [
|
|
||||||
"pwsp-lib",
|
|
||||||
"pwsp-daemon",
|
|
||||||
"pwsp-cli",
|
|
||||||
"pwsp-gui"
|
|
||||||
]
|
|
||||||
resolver = "2"
|
|
||||||
|
|
||||||
[workspace.package]
|
|
||||||
version = "1.16.2"
|
|
||||||
edition = "2024"
|
|
||||||
authors = ["arabian"]
|
|
||||||
homepage = "https://pwsp.arabianq.ru"
|
|
||||||
repository = "https://github.com/arabianq/pipewire-soundpad"
|
|
||||||
license = "MIT"
|
|
||||||
description = "PWSP lets you play audio files through your microphone. Has both CLI and GUI clients."
|
|
||||||
keywords = ["soundpad", "pipewire", "linux", "cli", "gui"]
|
|
||||||
|
|
||||||
[workspace.dependencies]
|
|
||||||
pwsp-lib = { path = "pwsp-lib" }
|
|
||||||
pwsp-daemon = { path = "pwsp-daemon" }
|
|
||||||
pwsp-cli = { path = "pwsp-cli" }
|
|
||||||
pwsp-gui = { path = "pwsp-gui" }
|
|
||||||
|
|
||||||
tokio = { version = "1.52.3", features = ["full"] }
|
|
||||||
async-trait = "0.1.89"
|
|
||||||
|
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
|
||||||
serde_json = "1.0.149"
|
|
||||||
|
|
||||||
clap = { version = "4.6.1", default-features = false, features = [
|
|
||||||
"std",
|
|
||||||
"suggestions",
|
|
||||||
"help",
|
|
||||||
"usage",
|
|
||||||
"error-context",
|
|
||||||
"derive",
|
|
||||||
] }
|
|
||||||
|
|
||||||
dirs = "7.0.0"
|
|
||||||
itertools = "0.15.0"
|
|
||||||
evdev = { version = "0.13.2", features = ["tokio"] }
|
|
||||||
rfd = { version = "0.17.2", default-features = false, features = [
|
|
||||||
"xdg-portal",
|
|
||||||
] }
|
|
||||||
opener = { version = "0.8.4", features = ["reveal"] }
|
|
||||||
system-fonts = "0.1.1"
|
|
||||||
anyhow = "1.0.102"
|
|
||||||
rustix = { version = "1.1.4", features = ["process"] }
|
|
||||||
|
|
||||||
rust-i18n = "4.0.0"
|
|
||||||
sys-locale = "0.3.2"
|
|
||||||
|
|
||||||
rodio = { git = "https://github.com/RustAudio/rodio.git", rev = "685e05765c2aff8fbb51e32cda5b18428d09ffbe", default-features = false, features = [
|
|
||||||
"symphonia-all",
|
|
||||||
"symphonia-libopus",
|
|
||||||
"playback",
|
|
||||||
] }
|
|
||||||
pipewire = "0.10.0"
|
|
||||||
|
|
||||||
egui = { version = "0.36.0", default-features = false, features = [
|
|
||||||
"default_fonts",
|
|
||||||
"rayon",
|
|
||||||
] }
|
|
||||||
eframe = { version = "0.36.0", default-features = false, features = [
|
|
||||||
"default_fonts",
|
|
||||||
"glow",
|
|
||||||
"x11",
|
|
||||||
"wayland",
|
|
||||||
] }
|
|
||||||
egui_extras = "0.36.0"
|
|
||||||
egui_material_icons = "0.8.0"
|
|
||||||
egui_dnd = "0.17.0"
|
|
||||||
|
|
||||||
reqwest = { version = "0.13.4", default-features = false, features = ["native-tls"] }
|
|
||||||
percent-encoding = "2.3.2"
|
|
||||||
|
|
||||||
[profile.dev]
|
|
||||||
|
|
||||||
[profile.dev.package."*"]
|
|
||||||
opt-level = 3
|
|
||||||
debug = false
|
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
strip = true
|
|
||||||
lto = true
|
|
||||||
codegen-units = 1
|
|
||||||
opt-level = "z"
|
|
||||||
panic = "abort"
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2026 arabianq
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
@@ -1,219 +0,0 @@
|
|||||||
# PipeWire Soundpad (PWSP) 🎵
|
|
||||||
|
|
||||||
<table border="0">
|
|
||||||
<tr>
|
|
||||||
<td colspan="2" align="center">
|
|
||||||
<h3>Main Screen</h3>
|
|
||||||
<img src="./pwsp-gui/assets/screenshots/main.png" alt="Main UI">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td width="50%" align="center">
|
|
||||||
<h3>Settings</h3>
|
|
||||||
<img src="./pwsp-gui/assets/screenshots/settings.png" alt="Settings">
|
|
||||||
</td>
|
|
||||||
<td width="50%" align="center">
|
|
||||||
<h3>Hotkeys</h3>
|
|
||||||
<img src="./pwsp-gui/assets/screenshots/hotkeys.png" alt="Hotkeys">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
[🇷🇺 Читать на русском](README.ru.md) | 🇬🇧 English (you are here)
|
|
||||||
|
|
||||||
[](https://github.com/arabianq/pipewire-soundpad/actions)
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
|
||||||
[](https://github.com/arabianq/pipewire-soundpad/releases/latest)
|
|
||||||
[](https://pipewire.org/)
|
|
||||||
|
|
||||||
**PipeWire Soundpad (PWSP)** is a modern application that lets you play audio files directly through your microphone. Designed specifically for Linux, it talks to PipeWire natively: it creates its own virtual microphone and wires everything up itself, so you never have to build a routing setup by hand.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## ✨ Features
|
|
||||||
|
|
||||||
- **Native PipeWire Integration:** PWSP creates its own virtual microphone and manages the graph through the PipeWire API — no manual `pw-link` juggling, no PulseAudio modules to load.
|
|
||||||
- **Separate Monitoring and Microphone Volumes:** Two independent streams, so you can amplify what your friends hear without deafening yourself, and pick which device the monitoring plays on.
|
|
||||||
- **Modular Architecture:** Consists of a background `daemon`, a command-line interface (`cli`), and a graphical user interface (`gui`).
|
|
||||||
- **Modern GUI:** Built with `egui`, supporting both Wayland and X11 seamlessly.
|
|
||||||
- **Localized:** Ships in 9 languages, following your system locale or one you pick yourself in the settings.
|
|
||||||
- **Global Hotkeys:** Powered by `evdev`, allowing you to play sounds from anywhere.
|
|
||||||
- **Broad Audio Support:** Powered by `rodio` and `symphonia` to support a wide range of audio formats, including Opus.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🚀 Installation
|
|
||||||
|
|
||||||
We provide multiple ways to install PWSP, including stable releases and rolling "nightly" builds directly from the `main` branch.
|
|
||||||
|
|
||||||
### 📦 Flatpak (Recommended)
|
|
||||||
|
|
||||||
Add our official OSTree repository and install the application:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Add the repository
|
|
||||||
flatpak remote-add --if-not-exists pwsp https://arabianq.github.io/pipewire-soundpad/pwsp.flatpakrepo
|
|
||||||
|
|
||||||
# Install the Stable version
|
|
||||||
flatpak install pwsp ru.arabianq.pwsp//stable
|
|
||||||
|
|
||||||
# OR Install the Nightly version (rolling updates)
|
|
||||||
flatpak install pwsp ru.arabianq.pwsp//nightly
|
|
||||||
```
|
|
||||||
|
|
||||||
### 🟠 Debian / Ubuntu (APT Repository)
|
|
||||||
|
|
||||||
We maintain an official APT repository for seamless updates via `apt`:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# 1. Download the public GPG key
|
|
||||||
sudo mkdir -p /etc/apt/keyrings
|
|
||||||
wget -O- https://arabianq.github.io/pipewire-soundpad/apt/pubkey.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/pwsp.gpg
|
|
||||||
|
|
||||||
# 2. Add the repository (Choose STABLE or NIGHTLY)
|
|
||||||
# For Stable:
|
|
||||||
echo "deb [signed-by=/etc/apt/keyrings/pwsp.gpg] https://arabianq.github.io/pipewire-soundpad/apt/ stable main" | sudo tee /etc/apt/sources.list.d/pwsp.list
|
|
||||||
|
|
||||||
# For Nightly:
|
|
||||||
# echo "deb [signed-by=/etc/apt/keyrings/pwsp.gpg] https://arabianq.github.io/pipewire-soundpad/apt/ nightly main" | sudo tee /etc/apt/sources.list.d/pwsp.list
|
|
||||||
|
|
||||||
# 3. Update and install
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install pwsp
|
|
||||||
```
|
|
||||||
|
|
||||||
### 🐧 Fedora / RHEL (COPR)
|
|
||||||
|
|
||||||
Available via the Fedora COPR repository:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo dnf copr enable arabianq/pwsp
|
|
||||||
sudo dnf install pwsp
|
|
||||||
```
|
|
||||||
|
|
||||||
### 🐦 Arch Linux (AUR)
|
|
||||||
|
|
||||||
Two packages are available: `pwsp` builds from source, `pwsp-bin` installs the prebuilt binaries.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Using your preferred AUR helper
|
|
||||||
paru -S pwsp # or: pwsp-bin
|
|
||||||
```
|
|
||||||
|
|
||||||
### ⚙️ Manual / Standalone
|
|
||||||
|
|
||||||
You can manually download `.deb` packages or standalone `.zip` binaries from the [Releases page](https://github.com/arabianq/pipewire-soundpad/releases).
|
|
||||||
|
|
||||||
### 🦀 Build from Source
|
|
||||||
|
|
||||||
Make sure you have Rust and Cargo installed, along with the build dependencies. On Debian/Ubuntu:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo apt install libpipewire-0.3-dev libclang-dev libasound2-dev libdbus-1-dev libssl-dev pkg-config
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/arabianq/pipewire-soundpad.git
|
|
||||||
cd pipewire-soundpad
|
|
||||||
cargo build --release --locked
|
|
||||||
```
|
|
||||||
|
|
||||||
The binaries will be located in `target/release/`.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🎮 Usage
|
|
||||||
|
|
||||||
### 1. Start the Daemon
|
|
||||||
|
|
||||||
PWSP operates via a background daemon that handles the audio routing.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Run the daemon
|
|
||||||
pwsp-daemon
|
|
||||||
```
|
|
||||||
|
|
||||||
_(Tip: If installed via package managers, a systemd user service is provided. You can enable it with `systemctl --user enable --now pwsp-daemon.service`)_
|
|
||||||
|
|
||||||
### 2. Launch the GUI
|
|
||||||
|
|
||||||
Simply run the graphical interface to manage and play your sounds:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pwsp-gui
|
|
||||||
```
|
|
||||||
|
|
||||||
### 3. Use the CLI
|
|
||||||
|
|
||||||
You can also interact with the daemon directly via the command line. Every command is grouped under `action`, `get` or `set`:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pwsp-cli action play /path/to/sound.mp3
|
|
||||||
pwsp-cli action stop
|
|
||||||
pwsp-cli get state
|
|
||||||
|
|
||||||
# Separate volumes for what you hear and what is sent to the microphone.
|
|
||||||
# Values above 1.0 amplify.
|
|
||||||
pwsp-cli set monitoring-volume 0.3
|
|
||||||
pwsp-cli set mic-volume 1.5
|
|
||||||
|
|
||||||
# Devices
|
|
||||||
pwsp-cli get inputs
|
|
||||||
pwsp-cli set input <name>
|
|
||||||
```
|
|
||||||
|
|
||||||
Run `pwsp-cli <group> --help` for the full list.
|
|
||||||
|
|
||||||
### 🔑 Enabling Global Hotkeys
|
|
||||||
|
|
||||||
Hotkeys are read straight from the kernel via `evdev`, which means the daemon needs access to `/dev/input/event*`. On most distributions that means adding yourself to the `input` group:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo usermod -aG input $USER
|
|
||||||
```
|
|
||||||
|
|
||||||
Log out and back in for it to take effect. Without this, everything else works — only the global hotkeys stay silent.
|
|
||||||
|
|
||||||
### 📦 A Note for Flatpak Users
|
|
||||||
|
|
||||||
The Flatpak ships a single entry point, so the commands above are reached through `flatpak run`:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# No arguments: starts the daemon and the GUI together
|
|
||||||
flatpak run ru.arabianq.pwsp
|
|
||||||
|
|
||||||
# The daemon on its own
|
|
||||||
flatpak run ru.arabianq.pwsp daemon --start
|
|
||||||
flatpak run ru.arabianq.pwsp daemon --kill
|
|
||||||
|
|
||||||
# Anything after "cli" is passed to pwsp-cli
|
|
||||||
flatpak run ru.arabianq.pwsp cli action play /path/to/sound.mp3
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📚 Documentation & DeepWiki
|
|
||||||
|
|
||||||
DeepWiki generates a browsable overview of the architecture from the source, and lets you ask questions about it. It is generated automatically rather than written by hand, so treat it as a map, not as a specification:
|
|
||||||
|
|
||||||
[](https://deepwiki.com/arabianq/pipewire-soundpad)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🤝 Contributing
|
|
||||||
|
|
||||||
Contributions, issues, and feature requests are welcome!
|
|
||||||
|
|
||||||
1. Fork the project.
|
|
||||||
2. Create your feature branch (`git checkout -b feat/amazing-feature`).
|
|
||||||
3. Commit your changes (`git commit -m 'Add some amazing feature'`).
|
|
||||||
4. Push to the branch (`git push origin feat/amazing-feature`).
|
|
||||||
5. Open a Pull Request.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📝 License
|
|
||||||
|
|
||||||
Distributed under the MIT License. See `LICENSE` for more information.
|
|
||||||
|
|
||||||
_Built with ❤️ for the Linux community._
|
|
||||||
-219
@@ -1,219 +0,0 @@
|
|||||||
# PipeWire Soundpad (PWSP) 🎵
|
|
||||||
|
|
||||||
<table border="0">
|
|
||||||
<tr>
|
|
||||||
<td colspan="2" align="center">
|
|
||||||
<h3>Главная страница</h3>
|
|
||||||
<img src="./pwsp-gui/assets/screenshots/main.png" alt="Main UI">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td width="50%" align="center">
|
|
||||||
<h3>Настройки</h3>
|
|
||||||
<img src="./pwsp-gui/assets/screenshots/settings.png" alt="Settings">
|
|
||||||
</td>
|
|
||||||
<td width="50%" align="center">
|
|
||||||
<h3>Горячие клавиши</h3>
|
|
||||||
<img src="./pwsp-gui/assets/screenshots/hotkeys.png" alt="Hotkeys">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
🇷🇺 Русский (вы здесь) | [🇬🇧 Read in English](README.md)
|
|
||||||
|
|
||||||
[](https://github.com/arabianq/pipewire-soundpad/actions)
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
|
||||||
[](https://github.com/arabianq/pipewire-soundpad/releases/latest)
|
|
||||||
[](https://pipewire.org/)
|
|
||||||
|
|
||||||
**PipeWire Soundpad (PWSP)** — приложение, которое позволяет воспроизводить аудиофайлы прямо в ваш микрофон. Разработано специально для Linux и работает с PipeWire напрямую: создаёт собственный виртуальный микрофон и само выстраивает маршрутизацию, так что настраивать её руками не придётся.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## ✨ Возможности
|
|
||||||
|
|
||||||
- **Нативная интеграция с PipeWire:** PWSP создаёт собственный виртуальный микрофон и управляет графом через PipeWire API — без ручного `pw-link` и без подгрузки модулей PulseAudio.
|
|
||||||
- **Раздельная громкость мониторинга и микрофона:** Два независимых потока: можно усилить то, что слышат собеседники, не оглушив себя, и выбрать устройство для мониторинга.
|
|
||||||
- **Модульная архитектура:** Состоит из фонового демона (`daemon`), интерфейса командной строки (`cli`) и графического интерфейса (`gui`).
|
|
||||||
- **Современный GUI:** Построен на `egui`, плавно работает как на Wayland, так и на X11.
|
|
||||||
- **Локализация:** 9 языков; используется системный или выбранный вручную в настройках.
|
|
||||||
- **Глобальные горячие клавиши:** Работают через `evdev`, позволяя воспроизводить звуки из любого окна.
|
|
||||||
- **Широкая поддержка форматов:** Использует `rodio` и `symphonia` и поддерживает большинство аудиоформатов, включая Opus.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🚀 Установка
|
|
||||||
|
|
||||||
Мы предоставляем несколько способов установки PWSP, включая стабильные релизы и постоянно обновляемые "nightly" сборки напрямую из ветки `main`.
|
|
||||||
|
|
||||||
### 📦 Flatpak (Рекомендуется)
|
|
||||||
|
|
||||||
Добавьте наш официальный OSTree репозиторий и установите приложение:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Добавьте репозиторий
|
|
||||||
flatpak remote-add --if-not-exists pwsp https://arabianq.github.io/pipewire-soundpad/pwsp.flatpakrepo
|
|
||||||
|
|
||||||
# Установите стабильную (Stable) версию
|
|
||||||
flatpak install pwsp ru.arabianq.pwsp//stable
|
|
||||||
|
|
||||||
# ИЛИ установите Nightly версию (самые свежие обновления)
|
|
||||||
flatpak install pwsp ru.arabianq.pwsp//nightly
|
|
||||||
```
|
|
||||||
|
|
||||||
### 🟠 Debian / Ubuntu (APT Репозиторий)
|
|
||||||
|
|
||||||
Мы поддерживаем официальный APT-репозиторий для бесшовных обновлений через `apt`:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# 1. Скачайте публичный GPG ключ
|
|
||||||
sudo mkdir -p /etc/apt/keyrings
|
|
||||||
wget -O- https://arabianq.github.io/pipewire-soundpad/apt/pubkey.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/pwsp.gpg
|
|
||||||
|
|
||||||
# 2. Добавьте репозиторий (Выберите STABLE или NIGHTLY)
|
|
||||||
# Для Stable:
|
|
||||||
echo "deb [signed-by=/etc/apt/keyrings/pwsp.gpg] https://arabianq.github.io/pipewire-soundpad/apt/ stable main" | sudo tee /etc/apt/sources.list.d/pwsp.list
|
|
||||||
|
|
||||||
# Для Nightly:
|
|
||||||
# echo "deb [signed-by=/etc/apt/keyrings/pwsp.gpg] https://arabianq.github.io/pipewire-soundpad/apt/ nightly main" | sudo tee /etc/apt/sources.list.d/pwsp.list
|
|
||||||
|
|
||||||
# 3. Обновите индексы и установите
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install pwsp
|
|
||||||
```
|
|
||||||
|
|
||||||
### 🐧 Fedora / RHEL (COPR)
|
|
||||||
|
|
||||||
Доступно через репозиторий Fedora COPR:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo dnf copr enable arabianq/pwsp
|
|
||||||
sudo dnf install pwsp
|
|
||||||
```
|
|
||||||
|
|
||||||
### 🐦 Arch Linux (AUR)
|
|
||||||
|
|
||||||
Доступны два пакета: `pwsp` собирается из исходников, `pwsp-bin` ставит готовые бинарники.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Через любой удобный AUR-хелпер
|
|
||||||
paru -S pwsp # или: pwsp-bin
|
|
||||||
```
|
|
||||||
|
|
||||||
### ⚙️ Ручная установка
|
|
||||||
|
|
||||||
Вы можете вручную скачать пакеты `.deb` или готовые бинарники `.zip` на [странице релизов](https://github.com/arabianq/pipewire-soundpad/releases).
|
|
||||||
|
|
||||||
### 🦀 Сборка из исходников
|
|
||||||
|
|
||||||
Убедитесь, что у вас установлены Rust и Cargo, а также зависимости для сборки. Для Debian/Ubuntu:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo apt install libpipewire-0.3-dev libclang-dev libasound2-dev libdbus-1-dev libssl-dev pkg-config
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/arabianq/pipewire-soundpad.git
|
|
||||||
cd pipewire-soundpad
|
|
||||||
cargo build --release --locked
|
|
||||||
```
|
|
||||||
|
|
||||||
Собранные бинарники будут находиться в папке `target/release/`.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🎮 Использование
|
|
||||||
|
|
||||||
### 1. Запуск демона
|
|
||||||
|
|
||||||
PWSP работает через фоновый демон, который маршрутизирует аудио.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Запуск демона
|
|
||||||
pwsp-daemon
|
|
||||||
```
|
|
||||||
|
|
||||||
_(Подсказка: Если вы установили программу через пакетный менеджер, она включает пользовательский systemd-сервис. Вы можете включить его командой: `systemctl --user enable --now pwsp-daemon.service`)_
|
|
||||||
|
|
||||||
### 2. Запуск GUI
|
|
||||||
|
|
||||||
Просто запустите графический интерфейс для управления и воспроизведения звуков:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pwsp-gui
|
|
||||||
```
|
|
||||||
|
|
||||||
### 3. Использование CLI
|
|
||||||
|
|
||||||
Вы также можете взаимодействовать с демоном напрямую через командную строку. Все команды сгруппированы в `action`, `get` и `set`:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pwsp-cli action play /path/to/sound.mp3
|
|
||||||
pwsp-cli action stop
|
|
||||||
pwsp-cli get state
|
|
||||||
|
|
||||||
# Раздельная громкость: что слышите вы и что уходит в микрофон.
|
|
||||||
# Значения выше 1.0 усиливают.
|
|
||||||
pwsp-cli set monitoring-volume 0.3
|
|
||||||
pwsp-cli set mic-volume 1.5
|
|
||||||
|
|
||||||
# Устройства
|
|
||||||
pwsp-cli get inputs
|
|
||||||
pwsp-cli set input <имя>
|
|
||||||
```
|
|
||||||
|
|
||||||
Полный список — `pwsp-cli <группа> --help`.
|
|
||||||
|
|
||||||
### 🔑 Включение глобальных горячих клавиш
|
|
||||||
|
|
||||||
Горячие клавиши читаются напрямую из ядра через `evdev`, поэтому демону нужен доступ к `/dev/input/event*`. В большинстве дистрибутивов для этого достаточно добавить себя в группу `input`:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo usermod -aG input $USER
|
|
||||||
```
|
|
||||||
|
|
||||||
Изменение вступит в силу после перезахода в систему. Без него всё остальное работает — молчат только глобальные горячие клавиши.
|
|
||||||
|
|
||||||
### 📦 Замечание для пользователей Flatpak
|
|
||||||
|
|
||||||
У Flatpak-версии одна точка входа, поэтому команды выше вызываются через `flatpak run`:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Без аргументов: запускает демон и GUI вместе
|
|
||||||
flatpak run ru.arabianq.pwsp
|
|
||||||
|
|
||||||
# Отдельно демон
|
|
||||||
flatpak run ru.arabianq.pwsp daemon --start
|
|
||||||
flatpak run ru.arabianq.pwsp daemon --kill
|
|
||||||
|
|
||||||
# Всё после "cli" передаётся в pwsp-cli
|
|
||||||
flatpak run ru.arabianq.pwsp cli action play /path/to/sound.mp3
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📚 Документация и DeepWiki
|
|
||||||
|
|
||||||
DeepWiki автоматически строит по исходникам обзор архитектуры и позволяет задавать по нему вопросы. Он генерируется, а не пишется руками, поэтому воспринимайте его как карту, а не как спецификацию:
|
|
||||||
|
|
||||||
[](https://deepwiki.com/arabianq/pipewire-soundpad)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🤝 Вклад в проект (Contributing)
|
|
||||||
|
|
||||||
Будем рады вашей помощи, баг-репортам и идеям!
|
|
||||||
|
|
||||||
1. Сделайте Fork проекта.
|
|
||||||
2. Создайте свою ветку (`git checkout -b feat/amazing-feature`).
|
|
||||||
3. Закоммитьте изменения (`git commit -m 'Add some amazing feature'`).
|
|
||||||
4. Запушьте ветку (`git push origin feat/amazing-feature`).
|
|
||||||
5. Откройте Pull Request.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📝 Лицензия
|
|
||||||
|
|
||||||
Распространяется под лицензией MIT. Подробнее см. в файле `LICENSE`.
|
|
||||||
|
|
||||||
_Сделано с ❤️ для сообщества Linux._
|
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
Origin: arabianq
|
||||||
|
Label: PipeWire Soundpad
|
||||||
|
Codename: stable
|
||||||
|
Architectures: amd64 arm64
|
||||||
|
Components: main
|
||||||
|
Description: APT Repository for PWSP
|
||||||
|
SignWith: AAE3C56B1E2D3677108CF28083C9B0DB2C8F9D16
|
||||||
|
|
||||||
|
Origin: arabianq
|
||||||
|
Label: PipeWire Soundpad
|
||||||
|
Codename: nightly
|
||||||
|
Architectures: amd64 arm64
|
||||||
|
Components: main
|
||||||
|
Description: Nightly APT Repository for PWSP
|
||||||
|
SignWith: AAE3C56B1E2D3677108CF28083C9B0DB2C8F9D16
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
|
|||||||
|
5.3.1
|
||||||
|
3.3.0
|
||||||
|
bdb5.3.28
|
||||||
|
bdb5.3.0
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
|
Hash: SHA512
|
||||||
|
|
||||||
|
Origin: arabianq
|
||||||
|
Label: PipeWire Soundpad
|
||||||
|
Codename: nightly
|
||||||
|
Date: Thu, 30 Jul 2026 08:24:53 UTC
|
||||||
|
Architectures: amd64 arm64
|
||||||
|
Components: main
|
||||||
|
Description: Nightly APT Repository for PWSP
|
||||||
|
MD5Sum:
|
||||||
|
2b873562175e833ecf4849bd06e03237 650 main/binary-amd64/Packages
|
||||||
|
a762a733be93b45c9d1c3ee8a28ccfbb 452 main/binary-amd64/Packages.gz
|
||||||
|
facbb80485897bc6e0d67e37e5dd38e8 123 main/binary-amd64/Release
|
||||||
|
fe4e70679aa122c1db14fc63f9e8369b 677 main/binary-arm64/Packages
|
||||||
|
8577ab339f409176cdf7f4f5e924f90a 461 main/binary-arm64/Packages.gz
|
||||||
|
7418f9ee7493009aeaa4417f5d11ee62 123 main/binary-arm64/Release
|
||||||
|
SHA1:
|
||||||
|
0eb6771268c029ed21a274d0d00492f0455277fc 650 main/binary-amd64/Packages
|
||||||
|
870f1f0daef36c6e4687f3e152de54ac5b14239e 452 main/binary-amd64/Packages.gz
|
||||||
|
66d8024fbaf66bb3aa03e04c8784ffc2d45d5e92 123 main/binary-amd64/Release
|
||||||
|
3dc544b5ec3e3fdf29de40055bcae23027966246 677 main/binary-arm64/Packages
|
||||||
|
d68b51b377ad7f3afd286f55be0a8e37f2afb33d 461 main/binary-arm64/Packages.gz
|
||||||
|
f7984ac62248818b3d8a2c59250042d426414d8c 123 main/binary-arm64/Release
|
||||||
|
SHA256:
|
||||||
|
ad52a3659ac592609a1f9babcda63963b82f5cf1a23b286d3742fb2bfc250a0e 650 main/binary-amd64/Packages
|
||||||
|
8e602b07c0a677e4c860f796e62f7de2ba690f0a30f85a2145f51e481a77e83f 452 main/binary-amd64/Packages.gz
|
||||||
|
b5a22f248703739051a84b584c2b0ea20a9b69b28e823c5a8b0aca5f33f90bba 123 main/binary-amd64/Release
|
||||||
|
ff741c1cb7f12c91a3ea8515a0826fa31ef361ebd3a75364228a25789293306c 677 main/binary-arm64/Packages
|
||||||
|
a49852386549ddb6748b0a25f7e80c4a1fc33039b845ff60c1a7dd62dc695c88 461 main/binary-arm64/Packages.gz
|
||||||
|
a5e6d2298cf4bded7fd380a4bb06d97be39e9ea1a0b42acd5190a44aad619c92 123 main/binary-arm64/Release
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEARYKAB0WIQSq48VrHi02dxCM8oCDybDbLI+dFgUCamsKVgAKCRCDybDbLI+d
|
||||||
|
Fo3sAP0eX80ozyevQYUvg/en0WwD8j/mL04W9vUdcQdDy9lt+QD+OpfSdwFk4v/V
|
||||||
|
OygqikcsLHauEdMLiaZoM+9PHxEpqwg=
|
||||||
|
=iPrr
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
Origin: arabianq
|
||||||
|
Label: PipeWire Soundpad
|
||||||
|
Codename: nightly
|
||||||
|
Date: Thu, 30 Jul 2026 08:24:53 UTC
|
||||||
|
Architectures: amd64 arm64
|
||||||
|
Components: main
|
||||||
|
Description: Nightly APT Repository for PWSP
|
||||||
|
MD5Sum:
|
||||||
|
2b873562175e833ecf4849bd06e03237 650 main/binary-amd64/Packages
|
||||||
|
a762a733be93b45c9d1c3ee8a28ccfbb 452 main/binary-amd64/Packages.gz
|
||||||
|
facbb80485897bc6e0d67e37e5dd38e8 123 main/binary-amd64/Release
|
||||||
|
fe4e70679aa122c1db14fc63f9e8369b 677 main/binary-arm64/Packages
|
||||||
|
8577ab339f409176cdf7f4f5e924f90a 461 main/binary-arm64/Packages.gz
|
||||||
|
7418f9ee7493009aeaa4417f5d11ee62 123 main/binary-arm64/Release
|
||||||
|
SHA1:
|
||||||
|
0eb6771268c029ed21a274d0d00492f0455277fc 650 main/binary-amd64/Packages
|
||||||
|
870f1f0daef36c6e4687f3e152de54ac5b14239e 452 main/binary-amd64/Packages.gz
|
||||||
|
66d8024fbaf66bb3aa03e04c8784ffc2d45d5e92 123 main/binary-amd64/Release
|
||||||
|
3dc544b5ec3e3fdf29de40055bcae23027966246 677 main/binary-arm64/Packages
|
||||||
|
d68b51b377ad7f3afd286f55be0a8e37f2afb33d 461 main/binary-arm64/Packages.gz
|
||||||
|
f7984ac62248818b3d8a2c59250042d426414d8c 123 main/binary-arm64/Release
|
||||||
|
SHA256:
|
||||||
|
ad52a3659ac592609a1f9babcda63963b82f5cf1a23b286d3742fb2bfc250a0e 650 main/binary-amd64/Packages
|
||||||
|
8e602b07c0a677e4c860f796e62f7de2ba690f0a30f85a2145f51e481a77e83f 452 main/binary-amd64/Packages.gz
|
||||||
|
b5a22f248703739051a84b584c2b0ea20a9b69b28e823c5a8b0aca5f33f90bba 123 main/binary-amd64/Release
|
||||||
|
ff741c1cb7f12c91a3ea8515a0826fa31ef361ebd3a75364228a25789293306c 677 main/binary-arm64/Packages
|
||||||
|
a49852386549ddb6748b0a25f7e80c4a1fc33039b845ff60c1a7dd62dc695c88 461 main/binary-arm64/Packages.gz
|
||||||
|
a5e6d2298cf4bded7fd380a4bb06d97be39e9ea1a0b42acd5190a44aad619c92 123 main/binary-arm64/Release
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQSq48VrHi02dxCM8oCDybDbLI+dFgUCamsKVQAKCRCDybDbLI+d
|
||||||
|
FsAMAQDOn3LTGUFD258qKGRecxdrYYYJ9S5mfZNTg2E6V2TVegD9HVLX4d8FSpik
|
||||||
|
O/b6T7ELXz6uleJpPVJmROela5mDrg0=
|
||||||
|
=Y6vr
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
Package: pwsp
|
||||||
|
Version: 1.16.0+git20260730.c75e073
|
||||||
|
Architecture: amd64
|
||||||
|
Homepage: https://pwsp.arabianq.ru
|
||||||
|
Maintainer: arabian
|
||||||
|
Installed-Size: 40760
|
||||||
|
Depends: libasound2t64 (>= 1.1.0), libc6 (>= 2.34), libc6 (>= 2.39), libpipewire-0.3-0t64 (>= 0.3.1), libssl3t64 (>= 3.0.0)
|
||||||
|
Priority: optional
|
||||||
|
Section: sound
|
||||||
|
Filename: pool/main/p/pwsp/pwsp_1.16.0+git20260730.c75e073_amd64.deb
|
||||||
|
Size: 8881524
|
||||||
|
SHA256: 4abd2432a8712d41321dcdb27cfb620eaa9add27ccb19d0b1143e30f3659fbe9
|
||||||
|
SHA1: 1fdb96e307f1b9e8bb2832ca1c41a370131b84c5
|
||||||
|
MD5sum: 1c5296ca5622ccd367d32030340aca09
|
||||||
|
Description: PWSP lets you play audio files through your microphone. Has both CLI and GUI
|
||||||
|
clients.
|
||||||
|
|
||||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
|||||||
|
Component: main
|
||||||
|
Origin: arabianq
|
||||||
|
Label: PipeWire Soundpad
|
||||||
|
Architecture: amd64
|
||||||
|
Description: Nightly APT Repository for PWSP
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
Package: pwsp
|
||||||
|
Version: 1.16.0+git20260730.c75e073
|
||||||
|
Architecture: arm64
|
||||||
|
Homepage: https://pwsp.arabianq.ru
|
||||||
|
Maintainer: arabian
|
||||||
|
Installed-Size: 38040
|
||||||
|
Depends: libasound2t64 (>= 1.0.16), libasound2t64 (>= 1.1.0), libc6 (>= 2.34), libc6 (>= 2.39), libpipewire-0.3-0t64 (>= 0.3.1), libssl3t64 (>= 3.0.0)
|
||||||
|
Priority: optional
|
||||||
|
Section: sound
|
||||||
|
Filename: pool/main/p/pwsp/pwsp_1.16.0+git20260730.c75e073_arm64.deb
|
||||||
|
Size: 7853180
|
||||||
|
SHA256: 819245905dd6b925834992a4db7a771ef8d437bf52591fbdf2d9beb8bf08223e
|
||||||
|
SHA1: 717e38198adfeca12eb699783fc2178a5eb425c0
|
||||||
|
MD5sum: cc3d361e4088f0e204b1156973c8a486
|
||||||
|
Description: PWSP lets you play audio files through your microphone. Has both CLI and GUI
|
||||||
|
clients.
|
||||||
|
|
||||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
|||||||
|
Component: main
|
||||||
|
Origin: arabianq
|
||||||
|
Label: PipeWire Soundpad
|
||||||
|
Architecture: arm64
|
||||||
|
Description: Nightly APT Repository for PWSP
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
|
Hash: SHA512
|
||||||
|
|
||||||
|
Origin: arabianq
|
||||||
|
Label: PipeWire Soundpad
|
||||||
|
Codename: stable
|
||||||
|
Date: Sun, 26 Jul 2026 19:33:46 UTC
|
||||||
|
Architectures: amd64 arm64
|
||||||
|
Components: main
|
||||||
|
Description: APT Repository for PWSP
|
||||||
|
MD5Sum:
|
||||||
|
ed60728bb2b0035456b2a008d73f98eb 614 main/binary-amd64/Packages
|
||||||
|
92dfee73e9f5f9167e647313b0cded25 439 main/binary-amd64/Packages.gz
|
||||||
|
f82d685802fbb32fec3c9ba8e11e55b9 115 main/binary-amd64/Release
|
||||||
|
fe2baa377391d7b70681ee5b4c1012f2 614 main/binary-arm64/Packages
|
||||||
|
11e844412ed220eca625fd4b108a25a3 439 main/binary-arm64/Packages.gz
|
||||||
|
113dd4f621500874592b2a2f1eeb45ae 115 main/binary-arm64/Release
|
||||||
|
SHA1:
|
||||||
|
603b8f8abef6f66d0986ecbff6a578536563ae5a 614 main/binary-amd64/Packages
|
||||||
|
3cafedda96ccad751b54e0312f6bdd643bf5aeb2 439 main/binary-amd64/Packages.gz
|
||||||
|
1ff55a261c49c41f38e6da56f1f5d7136d38b08f 115 main/binary-amd64/Release
|
||||||
|
a7aff2975a4e0a4abf7eea773aa49088d75600df 614 main/binary-arm64/Packages
|
||||||
|
90d730d299bcfa74d4aebb41931c4263d6c0f4ad 439 main/binary-arm64/Packages.gz
|
||||||
|
be63fa980d70857efdc424c837cd54ab986a40cd 115 main/binary-arm64/Release
|
||||||
|
SHA256:
|
||||||
|
87f7e79f6e81d30167b76cf835beb0b3e21224fdf9173e83a3bd57bf20c107d6 614 main/binary-amd64/Packages
|
||||||
|
119c4944000394b17a907c064176a798611c9cda381d2ee3e8fde9e0964cc159 439 main/binary-amd64/Packages.gz
|
||||||
|
c670ad086ec5b85d17211cb15e8e4ac1fb49a6398d0c9672992c26a009229d8c 115 main/binary-amd64/Release
|
||||||
|
ae1589ee5756d1e8716aa3ab9d445e304c0387d6f77de63b67a62285ffacc004 614 main/binary-arm64/Packages
|
||||||
|
ed9c0e3810a13569fc1f268aeeb7d741c1ad044ccb1c72267645bbca672d5c8a 439 main/binary-arm64/Packages.gz
|
||||||
|
4a90ce2395fbe57635b23de83540564c0917b2f419cd69ab2630fc1520bb5c11 115 main/binary-arm64/Release
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEARYKAB0WIQSq48VrHi02dxCM8oCDybDbLI+dFgUCamZhGgAKCRCDybDbLI+d
|
||||||
|
FgobAQDNRusdgOne97lxVbuYnCEuk7wvXcajwDn25EuU1WstrQEA1cBwONR1IyDX
|
||||||
|
yVMlj97x88AAuQkcuwQrGq0mWOb//A4=
|
||||||
|
=bhDz
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
Origin: arabianq
|
||||||
|
Label: PipeWire Soundpad
|
||||||
|
Codename: stable
|
||||||
|
Date: Sun, 26 Jul 2026 19:33:46 UTC
|
||||||
|
Architectures: amd64 arm64
|
||||||
|
Components: main
|
||||||
|
Description: APT Repository for PWSP
|
||||||
|
MD5Sum:
|
||||||
|
ed60728bb2b0035456b2a008d73f98eb 614 main/binary-amd64/Packages
|
||||||
|
92dfee73e9f5f9167e647313b0cded25 439 main/binary-amd64/Packages.gz
|
||||||
|
f82d685802fbb32fec3c9ba8e11e55b9 115 main/binary-amd64/Release
|
||||||
|
fe2baa377391d7b70681ee5b4c1012f2 614 main/binary-arm64/Packages
|
||||||
|
11e844412ed220eca625fd4b108a25a3 439 main/binary-arm64/Packages.gz
|
||||||
|
113dd4f621500874592b2a2f1eeb45ae 115 main/binary-arm64/Release
|
||||||
|
SHA1:
|
||||||
|
603b8f8abef6f66d0986ecbff6a578536563ae5a 614 main/binary-amd64/Packages
|
||||||
|
3cafedda96ccad751b54e0312f6bdd643bf5aeb2 439 main/binary-amd64/Packages.gz
|
||||||
|
1ff55a261c49c41f38e6da56f1f5d7136d38b08f 115 main/binary-amd64/Release
|
||||||
|
a7aff2975a4e0a4abf7eea773aa49088d75600df 614 main/binary-arm64/Packages
|
||||||
|
90d730d299bcfa74d4aebb41931c4263d6c0f4ad 439 main/binary-arm64/Packages.gz
|
||||||
|
be63fa980d70857efdc424c837cd54ab986a40cd 115 main/binary-arm64/Release
|
||||||
|
SHA256:
|
||||||
|
87f7e79f6e81d30167b76cf835beb0b3e21224fdf9173e83a3bd57bf20c107d6 614 main/binary-amd64/Packages
|
||||||
|
119c4944000394b17a907c064176a798611c9cda381d2ee3e8fde9e0964cc159 439 main/binary-amd64/Packages.gz
|
||||||
|
c670ad086ec5b85d17211cb15e8e4ac1fb49a6398d0c9672992c26a009229d8c 115 main/binary-amd64/Release
|
||||||
|
ae1589ee5756d1e8716aa3ab9d445e304c0387d6f77de63b67a62285ffacc004 614 main/binary-arm64/Packages
|
||||||
|
ed9c0e3810a13569fc1f268aeeb7d741c1ad044ccb1c72267645bbca672d5c8a 439 main/binary-arm64/Packages.gz
|
||||||
|
4a90ce2395fbe57635b23de83540564c0917b2f419cd69ab2630fc1520bb5c11 115 main/binary-arm64/Release
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQSq48VrHi02dxCM8oCDybDbLI+dFgUCamZhGgAKCRCDybDbLI+d
|
||||||
|
FtpjAP4qGX4OxwwO5/NO3G+YrlKbGN60NwAtbhgJdq85m/PeKAD6Aq7NnAt/Od4l
|
||||||
|
U25AtBR78CRnxROK4jF62EMTLpqoXQI=
|
||||||
|
=M8vu
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
Package: pwsp
|
||||||
|
Version: 1.15.0-1
|
||||||
|
Architecture: amd64
|
||||||
|
Homepage: https://pwsp.arabianq.ru
|
||||||
|
Maintainer: arabian
|
||||||
|
Installed-Size: 14152
|
||||||
|
Depends: libasound2t64 (>= 1.1.0), libc6 (>= 2.34), libc6 (>= 2.39), libpipewire-0.3-0t64 (>= 0.3.1), libssl3t64 (>= 3.0.0)
|
||||||
|
Priority: optional
|
||||||
|
Section: sound
|
||||||
|
Filename: pool/main/p/pwsp/pwsp_1.15.0-1_amd64.deb
|
||||||
|
Size: 4512236
|
||||||
|
SHA256: 1f6d97767a2b0d03494647428c30c56634dc5d74dbbc1434b3b1d0990675cc25
|
||||||
|
SHA1: 7b989e3680fae4673ab92d186b1229e7ba0375f9
|
||||||
|
MD5sum: df94452297c220a1517c6af73490ffdf
|
||||||
|
Description: PWSP lets you play audio files through your microphone. Has both CLI and GUI
|
||||||
|
clients.
|
||||||
|
|
||||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
|||||||
|
Component: main
|
||||||
|
Origin: arabianq
|
||||||
|
Label: PipeWire Soundpad
|
||||||
|
Architecture: amd64
|
||||||
|
Description: APT Repository for PWSP
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
Package: pwsp
|
||||||
|
Version: 1.15.0-1
|
||||||
|
Architecture: arm64
|
||||||
|
Homepage: https://pwsp.arabianq.ru
|
||||||
|
Maintainer: arabian
|
||||||
|
Installed-Size: 11646
|
||||||
|
Depends: libasound2t64 (>= 1.1.0), libc6 (>= 2.34), libc6 (>= 2.39), libpipewire-0.3-0t64 (>= 0.3.1), libssl3t64 (>= 3.0.0)
|
||||||
|
Priority: optional
|
||||||
|
Section: sound
|
||||||
|
Filename: pool/main/p/pwsp/pwsp_1.15.0-1_arm64.deb
|
||||||
|
Size: 4001060
|
||||||
|
SHA256: 17e2960e3e51f423a61a6d11ce70ab69afe9d5bac75dd9d8d4386ff8b7537cce
|
||||||
|
SHA1: a47bfa102de19f8be247cacd4965c8f2c0ca9d42
|
||||||
|
MD5sum: 6798ed7aead40a3ed2ba141b3d2343bd
|
||||||
|
Description: PWSP lets you play audio files through your microphone. Has both CLI and GUI
|
||||||
|
clients.
|
||||||
|
|
||||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
|||||||
|
Component: main
|
||||||
|
Origin: arabianq
|
||||||
|
Label: PipeWire Soundpad
|
||||||
|
Architecture: arm64
|
||||||
|
Description: APT Repository for PWSP
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,13 @@
|
|||||||
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
|
mDMEaezCthYJKwYBBAHaRw8BAQdAyDiO0akghMksZ6O02KlelezoaePzXhH8yNWS
|
||||||
|
eAWTuRi0DGEudGV2Z0B5YS5ydYiZBBMWCgBBFiEEquPFax4tNncQjPKAg8mw2yyP
|
||||||
|
nRYFAmnswrYCGwMFCQWjmoAFCwkIBwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQ
|
||||||
|
g8mw2yyPnRbXawEAo0EPrAfePpIVj+CIph+Muj1ZU9Ui5+CD32J9XtSJYRcBANTz
|
||||||
|
txOH1oG5n3eFZ/HCnU4Z+yiqEhGI2b//fC8jxx0HuDgEaezCthIKKwYBBAGXVQEF
|
||||||
|
AQEHQEt/m+vl2KMpu+TZWaLDa6jnR3ctu3xbYpjfqDtOl+YnAwEIB4h4BBgWCgAg
|
||||||
|
FiEEquPFax4tNncQjPKAg8mw2yyPnRYFAmnswrYCGwwACgkQg8mw2yyPnRbEHAD+
|
||||||
|
PiMF1s5ZYNlfp3RcOTasrasWDjmCXvFYbeM3vWCAO94BAIlfzEZKodeZ4jfTuf+u
|
||||||
|
QoXpv5yiGFpf7xFOxcvXE38B
|
||||||
|
=F4OX
|
||||||
|
-----END PGP PUBLIC KEY BLOCK-----
|
||||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user