| [ebuild] Re: [proaudio] aldrin-9999 broken? |
[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]
ebuild fixes things. guys switched to mercurial scm Federico Ferri wrote:
>>> Unpacking source... * subversion check out start --> * repository: http://svn.zeitherrschaft.org/aldrin/trunk svn: PROPFIND request failed on '/aldrin/trunk' svn: Could not open the requested SVN filesystem
--
#include <stdio.h>
main(){printf("%x",4275974592);}
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d-(--) a- C++$ UL+++$ L+++$ E--- W++@ w--@
PE PGP+ R- tv-- DI++>+++ D++ h+
------END GEEK CODE BLOCK------
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mercurial
DESCRIPTION="Aldrin is an open source modular sequencer/tracker, compatible to
Buzz"
HOMEPAGE="http://trac.zeitherrschaft.org/aldrin/"
EHG_REPO_URI="http://hg.zeitherrschaft.org/aldrin/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="dev-python/wxpython
dev-python/ctypes
=media-libs/libzzub-9999"
DEPEND="${RDEPEND}
dev-util/scons"
S="${WORKDIR}/aldrin"
src_install() {
scons 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"
}
Attachment:
signature.asc
Description: OpenPGP digital signature
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |