Package Details: sooperlooper-git r549.0cf3001-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: Gigadoc2
Last Packager: Gigadoc2
Votes: 3
Popularity: 0.001027
First Submitted: 2017-12-13 00:54 (UTC)
Last Updated: 2022-07-18 23:45 (UTC)

Latest Comments

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!

frankk_59 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!

frankk_59 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.

Gigadoc2 commented on 2018-08-12 02:07 (UTC)

Thanks, fixed that.

SpotlightKid commented on 2018-08-12 00:09 (UTC)

The pkgver function is missing a

cd "${_pkgname}"

as the first line. And it should be really cd "${srcdir}/${_pkgname}" everywhere.