blob: bcaade682ec00478e8f173a80543114fec5c2765 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/serpentine/serpentine-0.9.ebuild,v 1.1 2007/12/16 21:59:10 pylon Exp $
inherit gnome2 mono
DESCRIPTION="Serpentine is an application for writing CD-Audio discs. It aims
for simplicity, usability and compability."
HOMEPAGE="http://irrepupavel.com/projects/serpentine/"
SRC_URI="mirror://berlios/serpentine/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="muine"
RDEPEND=">=dev-lang/python-2.4
>=dev-python/pygtk-2.6
>=dev-python/gnome-python-desktop-2.14.0
>=dev-python/pyxml-0.8.4
>=dev-python/gst-python-0.10
gnome-base/gconf
>=media-plugins/gst-plugins-gnomevfs-0.10
muine? ( media-sound/muine )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README TODO"
G2CONF="${G2CONF} $(use_enable muine)"
|