Package Details: luppp 1.0.1-1

Package Base: luppp
Description: A live looping tool (OpenAV)
Upstream URL: http://openavproductions.com/luppp/
Category: multimedia
Licenses: GPL3
Groups: openav
Submitter: speps
Maintainer: speps
Last Packager: speps
Votes: 2
First Submitted: 2013-12-12 02:47
Last Updated: 2014-09-26 15:39

Latest Comments

Comment by coderkun

2014-09-27 09:00

Thanks a lot, speps!

Comment by coderkun

2014-09-26 08:33

Hi speps, version 1.0.1 has been released over a month ago (August 30). Do you have time to update this packages?

Comment by hollunder

2014-08-26 12:03

Still fails to build.

Comment by meegobit

2014-01-08 20:27

doesn't build, right at the start:

[ 5%] Building CXX object src/CMakeFiles/luppp.dir/trackoutput.cxx.o
/tmp/yaourt-tmp-xxx/aur-luppp/src/openAV-Luppp-release-1.0/src/timemanager.cxx: In member function 'void TimeManager::process(Buffers*)':
/tmp/yaourt-tmp-xxx/aur-luppp/src/openAV-Luppp-release-1.0/src/timemanager.cxx:160:38: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if ( beatFrameCountdown < buffers->nframes )
^
cc1plus: all warnings being treated as errors
src/CMakeFiles/luppp.dir/build.make:80: recipe for target 'src/CMakeFiles/luppp.dir/timemanager.cxx.o' failed
make[2]: *** [src/CMakeFiles/luppp.dir/timemanager.cxx.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:78: recipe for target 'src/CMakeFiles/luppp.dir/all' failed
make[1]: *** [src/CMakeFiles/luppp.dir/all] Error 2
Makefile:75: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build luppp.

the https://aur.archlinux.org/packages/luppp-git/ one outputs the same error, but works, probably you need to remove the "cc1plus: all warnings being treated as errors" flag somewhere, or upstream should fix the warning