Package Details: laditools-git 1.0.r9.g498fc36-3

Package Base: laditools-git
Description: Utilities to improve integration and workflow with JACK and LASH.
Upstream URL: https://launchpad.net/laditools
Category: multimedia
Licenses: GPL3
Conflicts: laditools
Provides: laditools
Submitter: speps
Maintainer: WoefulDerelict
Last Packager: WoefulDerelict
Votes: 4
First Submitted: 2011-07-15 13:47
Last Updated: 2015-07-09 22:53

Dependencies (7)

Required by (1)

Sources

Latest Comments

Comment by WoefulDerelict

2015-05-04 04:33

Changed the PKGBUILD entirely in order to utilize modern pacman VCS features because of user whining. Enjoy!

Comment by Scimmia

2015-05-04 03:35

it's still ancient. See this page: https://wiki.archlinux.org/index.php/VCS_package_guidelines

Comment by WoefulDerelict

2015-05-04 03:34

I simply updated the original package submitted by SpepS to pull from the active LADI repo and changed the version to reflect the commit, nothing fancy.

Comment by Scimmia

2015-05-04 03:12

Also updated with an ANCIENT template

Comment by speps

2014-11-27 05:24

Disowning for lack of time

Comment by JazzyEagle

2014-08-12 20:16

Hello -

The repo that used to maintain this package no longer does so, so the PKGBUILD no longer works. A friend of mine updated the PKGBUILD for me, which is working, so if you need to install, try this:

pkgname=laditools-git
pkgver=r266.19f5455
pkgrel=1
pkgdesc="A set of tools aiming to improve desktop integration and user workflow of Linux audio system based on JACK and LASH."
arch=(any)
url="http://www.marcochapeau.org/software/laditools"
license=('GPL')
depends=('pygtk' 'python2-yaml' 'glade')
makedepends=('git')
provides=("laditools")
conflicts=("laditools")
source=("$pkgname"::'git://github.com/LADI/laditools.git')
md5sums=('SKIP')
install="$pkgname.install"

pkgver() {
cd "$srcdir/$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
cd "$srcdir/$pkgname"
python2 setup.py build
}

package() {
cd "$srcdir/$pkgname"
python2 setup.py install --prefix=/usr --root="$pkgdir/"
}

Anonymous comment

2012-10-12 20:55

Need to add dependency python2-xdg, missing python module enum -> http://pypi.python.org/pypi/enum/, then change gladish setting jack-conf-tool: from ladiconf to ladi-control-center.
Runs fine with jack2.

Anonymous comment

2012-07-02 08:26

We need to change the dependency python-distutils-extra in python2-distutils-extra.
My PKGBUILD: http://pastebin.com/4MLq0XEb

Anonymous comment

2012-05-09 20:10

A further dependency should be python-distutils-extra in order to make setup.py work. Additionally,
git-Server has moved to git://repo.or.cz/laditools.git.

Nevertheless, with each ladish-Package available, Jack crashes at ladishd startup. I also tried
several jack2-Versions - same thing.

Greets and Thanks!

Comment by orbisvicis

2011-10-05 18:21

http://hpaste.org/raw/52195 - this is the PKGBUILD I used, very few changes.