Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 335791
Collapse All | Expand All

(-)/usr/portage/media-sound/banshee/banshee-1.7.4.ebuild (-7 / +17 lines)
Lines 14-32 Link Here
14
#BANSHEE_V2=$(get_version_component_range 2)
14
#BANSHEE_V2=$(get_version_component_range 2)
15
#[[ $((${BANSHEE_V2} % 2)) -eq 0 ]] && RELTYPE=stable || RELTYPE=unstable
15
#[[ $((${BANSHEE_V2} % 2)) -eq 0 ]] && RELTYPE=stable || RELTYPE=unstable
16
#SRC_URI="http://download.banshee-project.org/${PN}/${RELTYPE}/${PV}/${PN}-1-${PV}.tar.bz2"
16
#SRC_URI="http://download.banshee-project.org/${PN}/${RELTYPE}/${PV}/${PN}-1-${PV}.tar.bz2"
17
SRC_URI="http://download.banshee-project.org/${PN}/stable/${PV}/${PN}-1-${PV}.tar.bz2"
17
SRC_URI="http://download.banshee-project.org/${PN}/unstable/${PV}/${PN}-1-${PV}.tar.bz2"
18
18
19
LICENSE="MIT"
19
LICENSE="MIT"
20
SLOT="0"
20
SLOT="0"
21
KEYWORDS="~amd64 ~x86"
21
KEYWORDS="~amd64 ~x86"
22
IUSE="+aac +cdda boo daap doc +encode ipod karma mtp podcast test web youtube"
22
IUSE="+aac +cdda boo daap doc +encode ipod karma mtp podcast test web youtube
23
hal udev"
23
24
24
# Hal is required until upstream bug 612616 is solved
25
# Hal is required until upstream bug 612616 is solved
25
RDEPEND=">=dev-lang/mono-2.4.3
26
RDEPEND=">=dev-lang/mono-2.4.3
26
	gnome-base/gnome-settings-daemon
27
	gnome-base/gnome-settings-daemon
27
	x11-themes/gnome-icon-theme
28
	x11-themes/gnome-icon-theme
28
	sys-apps/dbus
29
	sys-apps/dbus
29
	sys-apps/hal
30
	hal? ( sys-apps/hal )
31
	udev? ( dev-dotnet/gtk-sharp-beans 
32
		dev-dotnet/gio-sharp
33
		dev-dotnet/gudev-sharp
34
		dev-dotnet/gkeyfile-sharp
35
	)
30
	>=dev-dotnet/gtk-sharp-2.12
36
	>=dev-dotnet/gtk-sharp-2.12
31
	>=dev-dotnet/gconf-sharp-2.24.0
37
	>=dev-dotnet/gconf-sharp-2.24.0
32
	>=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
38
	>=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
Lines 95-103 Link Here
95
	sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
101
	sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
96
		|| die "sed failed"
102
		|| die "sed failed"
97
103
98
	epatch "${FILESDIR}/${P}-fix-gdu-build.patch"
104
	#epatch "${FILESDIR}/${P}-fix-gdu-build.patch"
99
	epatch "${FILESDIR}/${P}-make-webkit-optional.patch"
105
	#epatch "${FILESDIR}/${P}-make-webkit-optional.patch"
100
	epatch "${FILESDIR}/${P}-fix-collisions.patch"
106
	#epatch "${FILESDIR}/${P}-fix-collisions.patch"
101
	AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \
107
	AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \
102
		eautoreconf
108
		eautoreconf
103
}
109
}
Lines 110-116 Link Here
110
		--with-gconf-schema-file-dir=/etc/gconf/schemas
116
		--with-gconf-schema-file-dir=/etc/gconf/schemas
111
		--with-vendor-build-id=Gentoo/${PN}/${PVR}
117
		--with-vendor-build-id=Gentoo/${PN}/${PVR}
112
		--enable-gapless-playback
118
		--enable-gapless-playback
113
		--disable-gio --disable-gst-sharp
119
		--disable-gst-sharp
114
		--disable-torrent
120
		--disable-torrent
115
		--disable-shave"
121
		--disable-shave"
116
122
Lines 121-130 Link Here
121
		$(use_enable mtp) \
127
		$(use_enable mtp) \
122
		$(use_enable daap) \
128
		$(use_enable daap) \
123
		$(use_enable ipod) \
129
		$(use_enable ipod) \
130
		$(use_enable ipod appledevice) \
124
		$(use_enable podcast) \
131
		$(use_enable podcast) \
125
		$(use_enable karma) \
132
		$(use_enable karma) \
126
		$(use_enable web webkit) \
133
		$(use_enable web webkit) \
127
		$(use_enable youtube) \
134
		$(use_enable youtube) \
135
		$(use_enable hal) \
136
		$(use_enable udev gio) \
137
		$(use_enable udev gio-hardware) \
128
		${myconf}
138
		${myconf}
129
}
139
}
130
140

Return to bug 335791