Updated to pull from the active LADI repo using a more modern PKGBUILD. Enjoy.
Search Criteria
Package Details: ladish-git 0.3.r147.g5fe205f-3
Package Actions
| Package Base: | ladish-git |
|---|---|
| Description: | Session management system for JACK. |
| Upstream URL: | https://launchpad.net/ladish |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | speps |
| Maintainer: | WoefulDerelict |
| Last Packager: | WoefulDerelict |
| Votes: | 2 |
| First Submitted: | 2011-08-01 01:19 |
| Last Updated: | 2015-07-11 08:38 |
Dependencies (7)
- a2jmidid
- dbus-glib
- flowcanvas<=0.7.1
- jack2-dbus
- laditools-git
- git (make)
- python2 (make)
Required by (0)
Sources
Latest Comments
Comment by WoefulDerelict
Comment by speps
Disowning for lack of time
Comment by JazzyEagle
Hello -
The repo that used to maintain this package no longer does. A friend of mine updated the PKGBUILD for me. In case you need it, here it is:
pkgname=ladish-git
pkgver=0.2.r630.geaf678e
pkgrel=1
pkgdesc="A session management system for JACK applications on GNU/Linux."
arch=(i686 x86_64)
url="http://ladish.org/"
license=('GPL')
depends=('jackdbus' 'dbus-glib' 'laditools-git' 'flowcanvas<=0.7.1' 'a2jmidid')
makedepends=('git' 'python2')
provides=('ladish' 'lash')
conflicts=('ladish' 'lash')
source=("$pkgname"::'git://github.com/LADI/ladish.git')
md5sums=('SKIP')
install="$pkgname.install"
pkgver() {
cd "$pkgname"
git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
}
prepare() {
cd "$srcdir/$pkgname"
# python2 fix
export PYTHON=/usr/bin/python2
sed -i "s|env python|&2|" ladish_control
}
build() {
cd "$srcdir/$pkgname"
# build release
sed -i "s|\(RELEASE = \).*|\1True|" wscript
python2 waf configure --prefix=/usr \
--enable-liblash \
--enable-pylash
python2 waf
}
package() {
cd "$srcdir/$pkgname"
python2 waf install --destdir="$pkgdir/"
}
Comment by DaarkWel
Working — at least with Claudia — PKGBUILD:
http://codepad.org/tAJY50L0
Comment by superprick
the git repo is down any updates on this would be appreciated
Comment by Vixus
Just remove the laditools dependency entirely. It's unnecessary to build.
Comment by dynaMIX
I was not able to compile "laditools-git". So i just changed the dependency in the PKGBUILD to "laditools" and everything works now.
Regards
Anonymous comment
intltools is a make dependency, I think.
Comment by orbisvicis
http://hpaste.org/raw/52194 - this is the PKGBUILD I used. Mainly, cleaned up the depends/optdepends/provides/conflicts.