Package Details: sooperlooper-git r557.c5e22ce-1

Git Clone URL: https://aur.archlinux.org/sooperlooper-git.git (read-only, click to copy)
Package Base: sooperlooper-git
Description: Live looping sampler capable of immediate loop recording. Built from git.
Upstream URL: http://essej.net/sooperlooper/
Keywords: audio loop sampler
Licenses: GPL2
Conflicts: sooperlooper
Provides: sooperlooper
Submitter: Gigadoc2
Maintainer: frank6
Last Packager: frank6
Votes: 3
Popularity: 0.000006
First Submitted: 2017-12-13 00:54 (UTC)
Last Updated: 2025-07-01 14:07 (UTC)

Latest Comments

1 2 Next › Last »

frank6 commented on 2025-07-01 14:14 (UTC)

I took over the as package maintainer. The package automatically applies the patch and the dependencies are fixed.

Installation should work out of the box again!

hans commented on 2025-06-13 15:25 (UTC) (edited on 2025-06-13 15:27 (UTC) by hans)

the gtk3 package has been renamed to wxwidgets-gtk3. Change line 17 in PKGBUILD to: depends=('gcc-libs' 'glibc' 'libsigc++' 'wxwidgets-gtk3')

Use frank6's patch!

grzs commented on 2024-12-05 10:57 (UTC)

@frankk_59 thank you for the patch, I could compile the package. Can't we just add this patch to the PKGBUILD in the prepare function? I would make a pull request to the repo, but I never contributed to AUR. @Gigadoc2 what do you think?

hans commented on 2024-11-17 09:54 (UTC)

Frank, thank you very much! Patch applied!

frank6 commented on 2024-11-16 23:45 (UTC)

@hans absolutely, I added installation instructions in the readme here: https://github.com/Frank-Krick/aur-sooperlooper-git-patch

hans commented on 2024-11-16 20:12 (UTC) (edited on 2024-11-17 09:52 (UTC) by hans)

@frankk_59: Can you eleborate how to apply your patch? I am not a programmer, so far I found out that "git apply patch" is needed, but where / on what?

Could you break down this "apply the patch" in the needed steps?

Thanks!

frank6 commented on 2024-08-02 22:44 (UTC)

I had to apply the following patch to the AUR repo to build: https://raw.githubusercontent.com/Frank-Krick/aur-sooperlooper-git-patch/main/patchfile

That fixes the build errors caused by -fpermissive. The patch (or changing compile flags) will be necessary until the PR here is merged in sooperlooper https://github.com/essej/sooperlooper/pull/50.

Gigadoc2 commented on 2022-07-18 23:55 (UTC)

Apologies, completely missed the notification mail for your previous comment. I've updated the wxgtk dependency (amongst other things), it now builds in a clean chroot (and starts up fine afterwards).

As you might already have guessed I stopped using the package myself, so if you (or anyone) wants to take over, feel free. Otherwise I'll still try to respond to comments (as long as I don't miss them that is).

nyxkn commented on 2022-07-14 23:30 (UTC)

And now the wxgtk depends entry needs to be changed to wxgtk3.

nyxkn commented on 2021-09-16 08:36 (UTC)

This package seems to need wxgtk2. To pull the right dependencies I had to change wxgtk to wxgtk2 in the depends=() block. With wxgtk it was trying to pull all sorts of unneeded stuff.