Search Criteria
Package Details: soundux-git 1:0.2.7.r141.ge028452-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/soundux-git.git (read-only, click to copy) |
|---|---|
| Package Base: | soundux-git |
| Description: | A cross-platform soundboard - unstable development version |
| Upstream URL: | https://soundux.rocks |
| Keywords: | discord soundboard teamspeak |
| Licenses: | GPL3 |
| Conflicts: | soundux |
| Provides: | soundux |
| Submitter: | D3SOX |
| Maintainer: | D3SOX (Curve, Damgaldor, yobson) |
| Last Packager: | yobson |
| Votes: | 4 |
| Popularity: | 0.000071 |
| First Submitted: | 2020-04-05 22:51 (UTC) |
| Last Updated: | 2026-04-24 21:32 (UTC) |
Dependencies (14)
- libappindicator-gtk3 (libappindicator)
- lsb-release
- pulse-native-provider (pulseaudio-gitAUR, pipewire-pulse-gitAUR, pipewire-full-pulse-gitAUR, pipewire-pulse-ldacAUR, pulse-native-provider-ldacAUR, pipewire-pulse, pulseaudio)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR, pipewire-ldacAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR) (optional) – downloader integration
- libwnck3 (optional) – icon support on X11
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR, pipewire-ldacAUR) (optional) – pipewire backend
- youtube-dlAUR (youtube-dl-gitAUR, youtube-dl-nightlyAUR, yt-dlp-drop-inAUR) (optional) – unmaintained downloader integration
- yt-dlp-drop-inAUR (optional) – recommended downloader integration
Required by (0)
Sources (15)
- git+https://github.com/bombela/backward-cpp.git
- git+https://github.com/btzy/nativefiledialog-extended.git
- git+https://github.com/Curve/fancypp.git
- git+https://github.com/flathub/shared-modules.git
- git+https://github.com/mackron/miniaudio.git
- git+https://github.com/Neargye/semver.git
- git+https://github.com/nlohmann/json.git
- git+https://github.com/Soundux/guardpp.git
- git+https://github.com/Soundux/lockpp.git
- git+https://github.com/Soundux/soundux-ui.git#branch=build
- git+https://github.com/Soundux/Soundux.git
- git+https://github.com/Soundux/traypp.git
- git+https://github.com/Soundux/webviewpp.git
- git+https://github.com/yhirose/cpp-httplib.git
- git+https://gitlab.com/eidheim/tiny-process-library.git
Latest Comments
1 2 Next › Last »
yobson commented on 2026-04-28 01:34 (UTC)
i think with this being the -git package it's normal/expected. 0.2.8 has not been released and the pkgver func of this is just the typical <latest_tag>.<revisions>.<hash>. the latest tag is 0.2.7. i could have it pull the version from the cmakelists or metainfo.xml but then the revisions wouldn't really make any sense because it's supposed to indicate how many revisions since the release of the tag, which doesn't exist. i could also patch it to replace any 0.2.8 references with $pkgver but that doesn't seem appropriate either. i think it's fine, especially since i dont even see anywhere in the UI where the version is referenced.
Zenn commented on 2026-04-25 01:08 (UTC)
after updating soundux reports version 0.2.8 while package has version 0.2.7
D3SOX commented on 2024-01-30 14:19 (UTC)
Will look into the refactoring later, but the package successfully compiles for me using paru
dreieck commented on 2024-01-30 09:30 (UTC)
P.S.:
It seems that you use git submodules.
The Arch Linux guide says that all submodules should be referenced in the
sourcearray and then pulled inprepare().E.g. if the file
.gitmodulescontainsthen the
PKGBUILDshould containRegards!
dreieck commented on 2024-01-30 09:27 (UTC)
thanks!
For some (unknown to me; but I have slightly different packages installed) reason now
build()fails for me while doing configuration:Regards!
D3SOX commented on 2024-01-29 16:14 (UTC)
@dreieck Done
dreieck commented on 2024-01-29 15:55 (UTC) (edited on 2024-01-29 16:02 (UTC) by dreieck)
Can you please move all the download stuff which cannot be put into the
sourcearray intoprepare(), out ofbuild(), so thatbuild()(andpackage()) do not need internet access?:Regards and thanks for maintaining!
Curve commented on 2021-05-16 10:07 (UTC)
@D3SOX @theriddick That was a fault on my part - It should be fixed now!
D3SOX commented on 2021-05-16 08:33 (UTC)
@theriddick As this is a git package it might fail from time to time. Could you please share the compile error log anyways? We might miss a make dependency here.
1 2 Next › Last »