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.1.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 projectm test +udev wiimote spotify"
19
IUSE+="${LANGS// / linguas_}"
19
IUSE+="${LANGS// / linguas_}"
20
20
21
REQUIRED_USE="
21
REQUIRED_USE="
Lines 55-60 Link Here
55
	mtp? ( >=media-libs/libmtp-1.0.0 )
55
	mtp? ( >=media-libs/libmtp-1.0.0 )
56
	moodbar? ( sci-libs/fftw:3.0 )
56
	moodbar? ( sci-libs/fftw:3.0 )
57
	projectm? ( media-libs/glew )
57
	projectm? ( media-libs/glew )
58
	spotify? ( >=media-libs/libspotify-12.1.45
59
			dev-libs/protobuf
60
			app-crypt/qca )
58
"
61
"
59
# now only presets are used, libprojectm is internal
62
# now only presets are used, libprojectm is internal
60
# http://code.google.com/p/clementine-player/source/browse/#svn/trunk/3rdparty/libprojectm/patches
63
# http://code.google.com/p/clementine-player/source/browse/#svn/trunk/3rdparty/libprojectm/patches
Lines 111-118 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
		$(cmake-utils_use spotify ENABLE_SPOTIFY)
115
		-DENABLE_SPOTIFY_BLOB=OFF
118
		$(cmake-utils_use spotify ENABLE_SPOTIFY_BLOB)
119
116
		-DENABLE_SPOTIFY_DOWNLOADER=OFF
120
		-DENABLE_SPOTIFY_DOWNLOADER=OFF
117
		-DENABLE_BREAKPAD=OFF
121
		-DENABLE_BREAKPAD=OFF
118
		-DSTATIC_SQLITE=OFF
122
		-DSTATIC_SQLITE=OFF

Return to bug 438344