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.000000
First Submitted: 2017-12-13 00:54 (UTC)
Last Updated: 2025-07-01 14:07 (UTC)

Latest Comments

« First ‹ Previous 1 2

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.