I had removed it because namcap reported it as already satisfied (via jack -> libffado).
However, only for jack2 libffado is mandatory, for jack1 it is optional. So I put libxml++ back in again.
@greygjhart Please don't flag out-of-date unless packages are out of date (version-wise).
Search Criteria
Package Details: arpage 0.3.3-7
Package Actions
| Package Base: | arpage |
|---|---|
| Description: | JACK MIDI arpeggiator with transport and tempo sync |
| Upstream URL: | http://sourceforge.net/projects/arpage/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | lee |
| Maintainer: | lee |
| Last Packager: | None |
| Votes: | 11 |
| First Submitted: | 2009-12-13 04:55 |
| Last Updated: | 2013-11-08 15:41 |
Required by (0)
Sources
Latest Comments
Comment by lee
Comment by greygjhart
Kind of strange that libxml++ is not listed among the dependencies for this package given the fact that it *does* need it to compile, it is mentioned in the -svn version of this PKGBUILD, and finally the problem has already been mentioned earlier in theses very comments (and apparently fixed at this time)… So whoever removed it : put it back, this is not funny : )
Comment by lee
updated to 0.3.3-4, now fixed to compile with gcc >= 4.6
thanks @DrCherry for reporting
Anonymous comment
Can't get this package to complie. During the make I get the following:
http://pastebin.com/6aAZPLwJ
I have libxml++ and running in 64-bit Arch. pacman is up to date.
Comment by lee
updated to 0.3.3-3
includes the xml syntax fix.
thanks speps and sorry for the delay, I somehow seem to have missed your comment.
Comment by lee
Here it works. I just checked, whenever it recieves midi, it either plays notes
through (jack transport stopped) or the arp rules are applied and it sends
notes accordingly (jack transport running).
What means "no success" checking with gmidimonitor? i.e. what output did you
connect it's input to and what happend?
As far as I see arpage has no command line options, so no luck with -v, --verbose.
Anonymous comment
i cant get arpage to receive midi. i checked it with gmidimonitor, but no success. do you have similar problems? is there a verbose version of arpage?
Comment by speps
@lee
Hi, does arpage works for u?
Btw, i found that there is an issue about the way arpage saves configurations (wrong tag closing),
and it causes xml parsing errors (while reading $HOME/.arpage/arp{1,2,3,4}.xml).
Here is a working PKGBUILD (with the fix):
http://aur.pastebin.com/fLbepPtG
C ya
Comment by lee
thanks, updated
Comment by nvllsvm
Depends on libxml++