[LAU] Ardour3

Bernardo Barros bernardobarros2 at gmail.com
Tue Dec 21 14:55:45 UTC 2010


2010/12/21 Bernardo Barros <bernardobarros2 at gmail.com>:
> KXStudio cheaps a Ubuntu binary package, it's quite other thing.
> In AUR we provide only a build script that can be update very easily.
> It does a 'svn update' and builds for the user.

actually the pkgbuild does just this:

  if [ -d $_svnmod ] ; then
    (cd $_svnmod && svn update)
    msg "The local files are updated."
  else
    svn co ${_svntrunk} ${_svnmod}
  fi


More information about the Linux-audio-user mailing list