Here you can get additional stuff for the aRts snapshot. The file contains filters, midi synthesis, the artsbuilder runtime, the gui abstraction and other kind of useful stuff that works together with aRts.
You can compile and install them using the usual (after installing aRts):
./configure make make installNo warranty that the sources compile or are complete.
| arts-extras-20030301.tgz | 1392548 Bytes |
| arts-extras-20030302.tgz | 1392873 Bytes |
| arts-extras-20030303.tgz | 1392865 Bytes |
| arts-extras-20030304.tgz | 1392578 Bytes |
If you already have downloaded the archive once, and have cvs installed, you can usually update it to the latest greatest version via anonymous CVS. Some of the files from the build system, which rarely change, are not from CVS, so it sometimes does not work. To update, go to the directory the archive was extracted to, and do:
( cd arts ; cvs login ) # <- only the very first time, no password (return) ( cd arts ; cvs -z3 update ) ( cd admin ; cvs -z3 update ) make -f Makefile.cvs