Package Details: ladish-git 0.3.r147.g5fe205f-3

Package Base: ladish-git
Description: Session management system for JACK.
Upstream URL: https://launchpad.net/ladish
Category: multimedia
Licenses: GPL2
Conflicts: ladish, lash
Provides: ladish, lash
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)

Required by (0)

Sources

Latest Comments

Comment by WoefulDerelict

2015-05-04 05:05

Updated to pull from the active LADI repo using a more modern PKGBUILD. Enjoy.

Comment by speps

2014-11-27 05:24

Disowning for lack of time

Comment by JazzyEagle

2014-08-12 20:17

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

2014-04-18 08:39

Working — at least with Claudia — PKGBUILD:

http://codepad.org/tAJY50L0

Comment by superprick

2014-04-05 15:54

the git repo is down any updates on this would be appreciated

Comment by Vixus

2012-12-20 16:28

Just remove the laditools dependency entirely. It's unnecessary to build.

Comment by dynaMIX

2012-12-16 13:53

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

2012-01-16 21:27

intltools is a make dependency, I think.

Comment by orbisvicis

2011-10-05 18:20

http://hpaste.org/raw/52194 - this is the PKGBUILD I used. Mainly, cleaned up the depends/optdepends/provides/conflicts.