Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 438344 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-sound/clementine/clementine-1.1.0_rc1.ebuild (-3 / +7 lines)
Lines 15-21 Link Here
15
LICENSE="GPL-3"
15
LICENSE="GPL-3"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~amd64 ~x86"
17
KEYWORDS="~amd64 ~x86"
18
IUSE="ayatana cdda +dbus debug googledrive ios ipod lastfm mms moodbar mtp projectm test +udev wiimote"
18
IUSE="ayatana cdda +dbus debug googledrive ios ipod lastfm mms moodbar mtp
19
projectm test +udev wiimote spotify"
19
IUSE+="${LANGS// / linguas_}"
20
IUSE+="${LANGS// / linguas_}"
20
21
21
REQUIRED_USE="
22
REQUIRED_USE="
Lines 53-58 Link Here
53
	mtp? ( >=media-libs/libmtp-1.0.0 )
54
	mtp? ( >=media-libs/libmtp-1.0.0 )
54
	moodbar? ( sci-libs/fftw:3.0 )
55
	moodbar? ( sci-libs/fftw:3.0 )
55
	projectm? ( media-libs/glew )
56
	projectm? ( media-libs/glew )
57
	spotify? ( dev-libs/protobuf
58
	           app-crypt/qca )
56
"
59
"
57
# now only presets are used, libprojectm is internal
60
# now only presets are used, libprojectm is internal
58
# http://code.google.com/p/clementine-player/source/browse/#svn/trunk/3rdparty/libprojectm/patches
61
# http://code.google.com/p/clementine-player/source/browse/#svn/trunk/3rdparty/libprojectm/patches
Lines 111-119 Link Here
111
		$(cmake-utils_use projectm ENABLE_VISUALISATIONS)
114
		$(cmake-utils_use projectm ENABLE_VISUALISATIONS)
112
		$(cmake-utils_use ayatana ENABLE_SOUNDMENU)
115
		$(cmake-utils_use ayatana ENABLE_SOUNDMENU)
113
		$(cmake-utils_use googledrive ENABLE_GOOGLE_DRIVE)
116
		$(cmake-utils_use googledrive ENABLE_GOOGLE_DRIVE)
114
		-DENABLE_SPOTIFY=OFF
117
	# 	Let's test Spotify support...
118
		$(cmake-utils_use spotify ENABLE_SPOTIFY)
119
		$(cmake-utils_use spotify ENABLE_SPOTIFY_DOWNLOADER)
115
		-DENABLE_SPOTIFY_BLOB=OFF
120
		-DENABLE_SPOTIFY_BLOB=OFF
116
		-DENABLE_SPOTIFY_DOWNLOADER=OFF
117
		-DENABLE_BREAKPAD=OFF
121
		-DENABLE_BREAKPAD=OFF
118
		-DSTATIC_SQLITE=OFF
122
		-DSTATIC_SQLITE=OFF
119
		-DUSE_SYSTEM_GMOCK=ON
123
		-DUSE_SYSTEM_GMOCK=ON

Return to bug 438344