Search Criteria
Package Details: alsa-scarlett-gui-git 0.2.7.g65c0-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: | Gtk4 GUI for the Focusrite Scarlett Gen 2/3 ALSA Mixer Driver. |
Upstream URL: | https://github.com/geoffreybennett/alsa-scarlett-gui |
Licenses: | GPL3 |
Provides: | alsa-scarlett-gui |
Submitter: | akura |
Maintainer: | akura |
Last Packager: | akura |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-03-30 18:00 (UTC) |
Last Updated: | 2023-04-27 18:06 (UTC) |
Dependencies (7)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- gtk4 (gtk-rc, gtk4-git, gtk4-paper-plane)
- gcc (gccrs-git, gcc-git, gcc11) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- make (make-git) (make)
- pkgconf (pkgconf-git) (make)
- sed (sed-git) (make)
Latest Comments
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/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
.desktop
file.usrmusicman 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