Package Details: alsa-scarlett-gui-git 0.5.1.6.gd731-2

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
Last Packager: wooptoo
Votes: 3
Popularity: 0.77
First Submitted: 2022-03-30 18:00 (UTC)
Last Updated: 2025-08-05 22:17 (UTC)

Pinned Comments

wooptoo commented on 2024-10-14 15:09 (UTC)

The latest dev version now enables support for Scarlett Gen4 and the Vocasters.

Latest Comments

1 2 Next › Last »

wooptoo commented on 2025-08-05 22:18 (UTC)

No problem at all, done

Marzal commented on 2025-08-05 13:31 (UTC)

Hi, thanks for maintaining this package. Could you add alsa-utils as opt-dep.

/usr/bin/alsactl is needed to load/save states

wooptoo commented on 2024-10-14 15:09 (UTC)

The latest dev version now enables support for Scarlett Gen4 and the Vocasters.

akura commented on 2024-04-03 19:28 (UTC)

since alsa-scarlett-gui is now provided in the extra packages of pacman, I'll stop maintaining the git version of this package. I advise people to switch to the official repository version

fenugrec commented on 2024-01-24 20:27 (UTC)

@luckdragon no, this is a -git package so as long as it still builds, it doesn't become "out of date". When you makepkg it should generate the proper version string.

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/Makefile would 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 -Werror in src/Makefile . I filed a ticket upstream about this https://github.com/geoffreybennett/alsa-scarlett-gui/issues/50

In the meantime, you can simply modify src/Makefile and compile normally.

@akura, maybe a simple sed line in prepare() could be a temporary workaround ?