Search Criteria
Package Details: sooperlooper 1.7.4-1
Git Clone URL: | https://aur.archlinux.org/sooperlooper.git (read-only, click to copy) |
---|---|
Package Base: | sooperlooper |
Description: | Live looping sampler capable of immediate loop recording |
Upstream URL: | http://essej.net/sooperlooper/ |
Keywords: | audio loop sampler |
Licenses: | |
Submitter: | VirtualTam |
Maintainer: | dvzrv |
Last Packager: | dvzrv |
Votes: | 13 |
Popularity: | 0.006598 |
First Submitted: | 2015-09-15 00:13 |
Last Updated: | 2020-06-12 17:39 |
Dependencies (19)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- glibc (glibc-git)
- libasound.so (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, lib32-alsa-lib-minimal-git, lib32-alsa-lib-git, alsa-lib-a52pcm, alsa-lib, lib32-alsa-lib)
- libjack.so (jack2-git, pipewire-jack-dropin, jack, jack2, lib32-jack, lib32-jack2)
- liblo.so (liblo-ipv6, liblo)
- libncursesw.so (arm-linux-gnueabihf-ncurses, ncurses-nohex, ncurses-git, ncurses)
- librubberband.so (rubberband)
- libsamplerate.so (lib32-libsamplerate, libsamplerate)
- libsigc++ (libsigc++-patched)
- libsndfile.so (lib32-libsndfile-git, lib32-libsndfile, libsndfile)
- wxgtk2 (wxgtk2-dev, wxgtk2-light)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm) (make)
- jack (jack-git, jack-stub, jack-dbus, jack2-git, jack2) (make)
- liblo (liblo-git, liblo-ipv6) (make)
- libsamplerate (libsamplerate-git, libsamplerate-minimal-git) (make)
- libsndfile (libsndfile-git, libsndfile-minimal-git) (make)
- libxml2 (libxml2-linenum, libxml2-git) (make)
- ncurses (ncurses-nohex, ncurses-git) (make)
- rubberband (make)
Latest Comments
1 2 Next › Last »
dvzrv commented on 2021-01-16 16:30
@hans: You'll have to contact upstream about your issues. This is just a PKGBUILD to build a package from the upstream source code.
hans commented on 2021-01-16 16:19
On my KDE Manjaro setup recently installed, when the display configuration global scale is set to 200% the GUI is messed up: text does not fit in the boxes / is too large. Set to 100% text does fit. I'm not a programmer, would not know where to start. Dvzrv, can you fix this? Thanks!
02m commented on 2017-09-11 16:28
Depends on outdated packages:
:: gstreamer0.10-0.10.36-16 has been flagged out of date on Tue 20 Jun 2017 09:33:42 PM EEST
:: gstreamer0.10-base-0.10.36-9 has been flagged out of date on Thu 09 Mar 2017 08:49:40 AM EET
:: gstreamer0.10-base-plugins-0.10.36-9 has been flagged out of date on Thu 09 Mar 2017 08:49:40 AM EET
VirtualTam commented on 2016-06-07 19:42
Thanks @Vixus!
PKGBUILD updated + pending Pull Request on SuperLooper's repository @ https://github.com/essej/sooperlooper/pull/6
Vixus commented on 2016-06-05 01:38
Hey, it looks like it is just a namespacing issue. I've created a patch that sorts it out here: https://gist.github.com/vixus0/10ff1ee0c97e0cfdde3c04044cf68724
Tested with the PKGBUILD and it seems to work.
yvonnicknoel commented on 2016-05-28 12:52
Does anybody have any clue about what's happening with this bug?
VirtualTam commented on 2016-04-13 21:11
I've forked [1] SooperLooper's Git repository and experimented with Travis CI [2] (Ubuntu 14.04 build container) and face similar build issues - errors with libsigc++ adaptors/functors [3].
This is a bit strange given Ubuntu's libsigc++ version is quite older (2.2.10) [4].
A similar bug has also been raised by the Debian Reproducible Build automation platform [5].
I'll try to build SooperLooper against older Arch packages (gcc/g++, libsigc++ 2.6.x), any help in root-causing the issue is appreciated ;-)
[1] https://github.com/virtualtam/sooperlooper
[2] https://travis-ci.org/virtualtam/sooperlooper/builds
[3] https://fossies.org/linux/misc/libsigc++-2.8.0.tar.gz/libsigc++-2.8.0/ChangeLog
[4] http://packages.ubuntu.com/trusty/libsigc++-2.0-0c2a
[5] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819790
VirtualTam commented on 2016-03-28 23:42
@arslonga: yep, I'll try to look at it next weekend; the sources may require patching to build against the latest libsigc++
arslonga commented on 2016-03-28 08:42
Compilation fails with this (http://pastebin.com/raw/k4r1giJe) error, did anyone run into the same problem?
VirtualTam commented on 2015-12-20 14:30
PKGBUILD updated! Thanks for your patience ;-)