Package Details: ladish-git 1.1.r43.gfc1e901b-1

Git Clone URL: https://aur.archlinux.org/ladish-git.git (read-only, click to copy)
Package Base: ladish-git
Description: Session management system for JACK.
Upstream URL: https://ladish.org
Licenses: GPL2, custom:AFL2.1
Conflicts: ladish, lash
Provides: ladish, lash
Submitter: speps
Maintainer: WoefulDerelict
Last Packager: WoefulDerelict
Votes: 5
Popularity: 0.000000
First Submitted: 2011-08-01 01:19 (UTC)
Last Updated: 2023-12-18 20:08 (UTC)

Dependencies (15)

Required by (7)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

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

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

DaarkWel commented on 2014-04-18 08:39 (UTC)

Working — at least with Claudia — PKGBUILD: http://codepad.org/tAJY50L0

superprick commented on 2014-04-05 15:54 (UTC)

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

Vixus commented on 2012-12-20 16:28 (UTC)

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

dynaMIX commented on 2012-12-16 13:53 (UTC)

I was not able to compile "laditools-git". So i just changed the dependency in the PKGBUILD to "laditools" and everything works now. Regards

<deleted-account> commented on 2012-01-16 21:27 (UTC)

intltools is a make dependency, I think.

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

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