Package Details: dsp-git 327.42fb208-1

Git Clone URL: https://aur.archlinux.org/dsp-git.git (read-only, click to copy)
Package Base: dsp-git
Description: An audio processing program with an interactive mode
Upstream URL: https://github.com/bmc0/dsp
Licenses: ISC
Submitter: Ape
Maintainer: Ape (bmc0)
Last Packager: bmc0
Votes: 4
Popularity: 0.000000
First Submitted: 2015-09-27 13:13 (UTC)
Last Updated: 2018-08-08 20:45 (UTC)

Latest Comments

bmc0 commented on 2017-01-11 21:51 (UTC)

@Ape Thanks, I applied the changes I suggested.

Ape commented on 2017-01-11 05:30 (UTC)

@bmc0 Thanks for the input. I made you a maintainer for this package.

bmc0 commented on 2017-01-08 00:16 (UTC) (edited on 2017-01-08 00:29 (UTC) by bmc0)

Couple of comments: * Everything currently listed as an optional dependency should be a standard dependency in the PKGBUILD. The optional dependencies are not required to build dsp, but all optional dependencies that dsp was built with must stay installed or it will not run. * make (with no arguments) should be run inside the build() function. The current package() function is correct. * You may want to install LICENSE.GPL2 and LICENSE.LGPL2_1 as well (there is GPL2 code in g2reverb.cpp and g2reverb_cpp.h, and LGPL2.1 code in reverb.c).

Ape commented on 2016-11-22 09:58 (UTC)

@pkmx, done.

pkmx commented on 2016-11-20 07:08 (UTC)

The master branch is updated with a new `zita_convolver` effect that depends on `zita-convolver` package from `[community]`. Can you update the dependencies?

Ape commented on 2016-03-04 10:20 (UTC)

Thank you for the improved PKGBUILD.

sekret commented on 2016-03-02 21:52 (UTC)

Oh, forgot to look if you answered ;-) Seems like I didn't look into the PKGBUILD enough. In Archlinux, the arch array is usually set to 'any', when there's no binary file included. This isn't the case here! So it would be best if you set it like this: arch=('i686' 'x86_64' 'armv6h' 'armv7h') Maybe I'll buy a Raspberry Pi 3 as soon as I get hands on it. As soon as ArchlinuxARM is ported for this, maybe you can add 'armv8h'. But you cannot be certain! There are many packages which build fine on i686 and x86_64, but not on ARM devices. But you know what? I was in the mood to look into how I would make this package. It's quite different to yours, but I thought I'd share it with you, maybe you like it. I did it according to the describtion by the developer. http://codepad.org/mqAZrRcw

Ape commented on 2016-02-05 23:42 (UTC)

@sekret, the arch is already 'any'.

sekret commented on 2016-02-05 20:55 (UTC)

Could you please add 'armv7h' to the arch line? It builds just fine on my Raspberry Pi 2 :) Most probably it builds just fine for armv6h too (e.g. Raspberry Pi 1), but I cannot confirm...