| [proaudio] aldrin 0.13/armstrong |
[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]
Hi, today aldrin 0.13 has been released and libzzub was renamed 'armstrong'. Flo -- Machines can do the work, so people have time to think. public key 6C002249 x-hkp://wwwkeys.eu.pgp.net
Attachment:
media-libs_armstrong.tgz
Description: application/tgz
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit exteutils
DESCRIPTION="Aldrin is an open source modular music sequencer/tracker, written in python"
HOMEPAGE="http://trac.zeitherrschaft.org/aldrin/"
SRC_URI="http://aldrin-sequencer.googlecode.com/files/${P}.tar.gz"
RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="dev-python/wxpython
dev-python/ctypes
>=media-libs/armstrong-0.2.6"
DEPEND="${RDEPEND}
dev-util/scons"
src_install() {
cd aldrin
escons PREFIX=/usr DESTDIR="${D}" install || die "install failed"
dodoc CREDITS ChangeLog
# fix FDO entry
sed -i -e "s:AudioVideo;:AudioVideo;Audio;Sequencer;:" \
"${D}/usr/share/applications/${PN}.desktop"
}
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |