blob: cef94119849fc1f79cd657409594fb0987db7940 (
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
31
32
33
34
35
36
37
38
39
40
41
42
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomad/gnomad-2.9.2.ebuild,v 1.1 2008/11/26 21:01:07 serkan Exp $
GCONF_DEBUG=no
inherit eutils flag-o-matic gnome2
MY_PN=${PN}2
MY_P=${MY_PN}-${PV}
DESCRIPTION="A GNOME2 frontend for Creative Players (Zen, JukeBox, etc ...)"
HOMEPAGE="http://gnomad2.sourceforge.net"
SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
#-sparc: 2.4.4: Application crashes on startup (Gnome crash detection)
KEYWORDS="~amd64 ~ppc ~ppc64 -sparc ~x86"
IUSE=""
RDEPEND="sys-apps/hal
dev-libs/dbus-glib
>=dev-libs/glib-2.6
>=x11-libs/gtk+-2.6
>=media-libs/libnjb-2.2.4
>=media-libs/libmtp-0.3.0
>=media-libs/taglib-1.4-r1
>=media-libs/libid3tag-0.15.1b"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
S=${WORKDIR}/${MY_P}
DOCS="AUTHORS ChangeLog NEWS README TODO"
src_compile() {
strip-flags
replace-flags -O3 -O2
gnome2_src_compile
}
|