Changed the PKGBUILD entirely in order to utilize modern pacman VCS features because of user whining. Enjoy!
Search Criteria
Package Details: laditools-git 1.0.r9.g498fc36-3
Package Actions
| Package Base: | laditools-git |
|---|---|
| Description: | Utilities to improve integration and workflow with JACK and LASH. |
| Upstream URL: | https://launchpad.net/laditools |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| 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)
- glade
- pygtk
- python2-enum
- python2-yaml
- git (make)
- python2 (make)
- python2-distutils-extra (make)
Required by (1)
Sources
Latest Comments
Comment by WoefulDerelict
Comment by Scimmia
it's still ancient. See this page: https://wiki.archlinux.org/index.php/VCS_package_guidelines
Comment by WoefulDerelict
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
Also updated with an ANCIENT template
Comment by speps
Disowning for lack of time
Comment by JazzyEagle
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
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
We need to change the dependency python-distutils-extra in python2-distutils-extra.
My PKGBUILD: http://pastebin.com/4MLq0XEb
Anonymous comment
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
http://hpaste.org/raw/52195 - this is the PKGBUILD I used, very few changes.