Package Details: laditools-git 1.1.r6.g61f59ae-1

Git Clone URL: https://aur.archlinux.org/laditools-git.git (read-only, click to copy)
Package Base: laditools-git
Description: Utilities to improve integration and workflow with JACK and LASH.
Upstream URL: https://gitea.ladish.org/LADI/laditools
Licenses: GPL3
Conflicts: laditools
Provides: laditools
Submitter: speps
Maintainer: WoefulDerelict
Last Packager: WoefulDerelict
Votes: 5
Popularity: 0.000000
First Submitted: 2011-07-15 13:47 (UTC)
Last Updated: 2023-10-12 16:08 (UTC)

Latest Comments

« First ‹ Previous 1 2

speps commented on 2014-11-27 05:24 (UTC)

Disowning for lack of time

JazzyEagle commented on 2014-08-12 20:16 (UTC)

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/" }

<deleted-account> commented on 2012-10-12 20:55 (UTC)

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.

<deleted-account> commented on 2012-07-02 08:26 (UTC)

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

<deleted-account> commented on 2012-05-09 20:10 (UTC)

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!

orbisvicis commented on 2011-10-05 18:21 (UTC)

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