Package Details: caps-lv2-git 0.9.26.r178.5d52a0c-1

Git Clone URL: https://aur.archlinux.org/caps-lv2-git.git (read-only, click to copy)
Package Base: caps-lv2-git
Description: The LADSPA C* Audio Plugin Suite (LV2 port)
Upstream URL: http://quitte.de/dsp/caps.html
Licenses: GPL3
Groups: lv2-plugins
Conflicts: caps-lv2
Provides: caps-lv2
Submitter: SpotlightKid
Maintainer: SpotlightKid
Last Packager: SpotlightKid
Votes: 4
Popularity: 0.000000
First Submitted: 2015-10-03 15:41 (UTC)
Last Updated: 2023-11-02 18:59 (UTC)

Dependencies (5)

Required by (1)

Sources (1)

Pinned Comments

SpotlightKid commented on 2019-11-02 20:45 (UTC)

@jujudusud: this is a VCS package. The PKGBUILD doesn't need to be updated unless something other than the version number needs to be changed. Just build / install the package and the version number automatically updates to what the sources specify.

https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function

Latest Comments

SpotlightKid commented on 2019-11-02 20:45 (UTC)

@jujudusud: this is a VCS package. The PKGBUILD doesn't need to be updated unless something other than the version number needs to be changed. Just build / install the package and the version number automatically updates to what the sources specify.

https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function

jujudusud commented on 2019-11-02 20:38 (UTC) (edited on 2019-11-02 20:42 (UTC) by jujudusud)

There is a 0.9.26 version of Caps-LV2. How can I help to upgrade this package ? Ok, the current package is : caps-lv2-git 0.9.26.r176.b830e2f-1

SpotlightKid commented on 2018-11-11 16:03 (UTC)

@badosu: Thanks, fixed.

badosu commented on 2018-11-11 03:31 (UTC)

Put this into build() to fix the pow10f issue: sed 's/pow10f/exp10f/g' dsp/v4f_IIR2.h -i

SpotlightKid commented on 2018-07-18 14:43 (UTC)

@bipton: this isn't the right place to report problems with the software itself, only for problems with packaging. Please file an issue here: https://github.com/moddevices/caps-lv2/issues

bipton commented on 2018-07-18 13:33 (UTC)

This needs a quick little fix to compile, as stated from this person at "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890633"...."Starting with glibc 2.27, the libm function pow10f is no longer supported. The standard exp10f function (from TS 18661-4:2015) should be used instead." Two instances are found in dsp/v4f_IIR2.h that, when changed, allow the plugins to compile.

JazzyEagle commented on 2016-12-08 16:17 (UTC)

Not sure why no one submitted this to the Developer before, but I submitted the bug, and the developer worked with me pretty quickly to test the fix. The fix has been added upstream. The PKGBUILD now works properly for me. It should work for everyone else as well now.

SpotlightKid commented on 2016-05-08 09:24 (UTC)

This seems to be an incompatibility with GCC 6.1. Please report this upstream here: https://github.com/moddevices/caps-lv2/issues

test0 commented on 2016-05-08 00:26 (UTC)

../../AutoFilter.cc: In member function ‘void AutoFilter::cycle(uint)’: ../../AutoFilter.cc:72:35: error: call of overloaded ‘div(uint&, uint&)’ is ambiguous div_t qr = div (frames, blocksize); ^ In file included from /usr/include/c++/6.1.1/cstdlib:75:0, from /usr/include/c++/6.1.1/stdlib.h:36, from ../../basics.h:41, from ../../AutoFilter.cc:31: /usr/include/stdlib.h:788:14: note: candidate: div_t div(int, int) extern div_t div (int __numer, int __denom) ^~~ In file included from /usr/include/c++/6.1.1/stdlib.h:36:0, from ../../basics.h:41, from ../../AutoFilter.cc:31: /usr/include/c++/6.1.1/cstdlib:233:3: note: candidate: lldiv_t __gnu_cxx::div(long long int, long long int) div(long long __n, long long __d) ^~~ /usr/include/c++/6.1.1/cstdlib:175:3: note: candidate: ldiv_t std::div(long int, long int) div(long __i, long __j) { return ldiv(__i, __j); } ^~~ Makefile:42: recipe for target '../../AutoFilter.o' failed make[1]: *** [../../AutoFilter.o] Error 1