Search Criteria
Package Details: alsa-scarlett-gui-git 1.0beta9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/alsa-scarlett-gui-git.git (read-only, click to copy) |
|---|---|
| Package Base: | alsa-scarlett-gui-git |
| Description: | GUI for the ALSA controls presented by the Scarlett2 driver, Development version |
| Upstream URL: | https://github.com/geoffreybennett/alsa-scarlett-gui |
| Keywords: | alsa focusrite scarlett |
| Licenses: | GPL-3.0-or-later, LGPL-3.0-or-later |
| Conflicts: | alsa-scarlett-gui |
| Provides: | alsa-scarlett-gui |
| Submitter: | akura |
| Maintainer: | wooptoo (z3n) |
| Last Packager: | wooptoo |
| Votes: | 2 |
| Popularity: | 0.000929 |
| First Submitted: | 2022-03-30 18:00 (UTC) |
| Last Updated: | 2026-05-20 00:38 (UTC) |
Dependencies (14)
- alsa-lib
- alsa-utils (alsa-utils-gitAUR)
- cairo (cairo-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-develAUR, gtk4-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- pango (pango-nothai-gitAUR, pango-gitAUR)
- gcc (gcc-gitAUR, gcc-fast-optimizedAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- sed (sed-gitAUR, uutils-sedAUR) (make)
Required by (1)
- fcp-support-git (optional)
Latest Comments
« First ‹ Previous 1 2
luckdragon commented on 2024-01-24 19:10 (UTC)
I think this is out of date? https://github.com/geoffreybennett/alsa-scarlett-gui/releases/tag/0.3.3
latest tag is 0.3.3 also there's a debian build now
akura commented on 2023-04-27 18:07 (UTC)
@fenugrec I was a bit in doubt both on how to patch things in a robust way and on how to generate the shasum for the extra file.
Replaced the patch file with your suggested sed command, thanks for the suggestions.
fenugrec commented on 2023-04-27 17:51 (UTC)
@akura nice, that was fast.
I still think
sed -i 's/-Werror//' src/Makefilewould be more robust (if i.e. upstream doesn't immediately addresses the problem but makes unrelated changes that would break our .patch). No big deal though, this is probably fine and definitely an improvement.I would suggest
makepkg --geninteg: I think it's good practice to have shasum entries even for local patches that don't come from "outside".akura commented on 2023-04-27 17:01 (UTC)
I've included a patch removing -Werror, seems to build here. Let me know if it works for you.
fenugrec commented on 2023-04-27 13:55 (UTC)
@Ralf_Mardorf
currently, CFLAGS contain
-Werrorin src/Makefile . I filed a ticket upstream about this https://github.com/geoffreybennett/alsa-scarlett-gui/issues/50In the meantime, you can simply modify src/Makefile and compile normally.
@akura, maybe a simple sed line in prepare() could be a temporary workaround ?
Ralf_Mardorf commented on 2023-04-16 15:39 (UTC)
Hi, it fails to build.
Regards, Ralf
akura commented on 2022-04-02 16:56 (UTC)
I've added PREFIX to the build command, that should fix the
.desktopfile.<deleted-account> commented on 2022-04-01 22:11 (UTC)
Please add this line to the end of the package() function
sed -i -e "s|/usr/local/bin/|/usr/bin/|" "$pkgdir/usr/share/applications/vu.b4.alsa-scarlett-gui.desktop"
Without this the mixer will not launch from the .desktop file
« First ‹ Previous 1 2