1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Pointyhat to me.

SPOTIFY support references the built in clementine library support module
for the service that requires qca2 support.

SPOTIFY_BLOB references some magical external library (from the vendor),
that can be used in its place.

There isn't a clearly obvious way to disable SPOTIFY support alltogether
and the original, pre svn r335260 version of the SPOTIFY logic is correct

Reported by:	Jimmy Olgeni <olgeni@olgeni.com>
This commit is contained in:
Sean Bruno 2013-12-03 19:29:05 +00:00
parent fa8d0e0266
commit 334b23f589
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335589

View File

@ -3,7 +3,7 @@
PORTNAME= clementine
PORTVERSION= 1.2.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE
PKGNAMESUFFIX= -player
@ -60,7 +60,7 @@ WIIMOTEDEV_DESC= Wiimote support
MOODBAR_DESC= Moodbar Support
USE_BUILTIN_TAGLIB= Use Clementine builtin taglib support
OPTIONS_DEFAULT= AUDIOCD DEVICEKIT GIO LASTFM MTP VISUALISATION \
OPTIONS_DEFAULT= AUDIOCD DEVICEKIT GIO LASTFM MTP SPOTIFY VISUALISATION \
WIIMOTEDEV MOODBAR
.include <bsd.port.options.mk>
@ -132,10 +132,10 @@ CMAKE_ARGS+= -DENABLE_LIBMTP=OFF
.endif
.if ${PORT_OPTIONS:MSPOTIFY}
CMAKE_ARGS+= -DENABLE_SPOTIFY_BLOB=ON
CMAKE_ARGS+= -DENABLE_SPOTIFY=ON
LIB_DEPENDS+= qca:${PORTSDIR}/devel/qca
.else
CMAKE_ARGS+= -DENABLE_SPOTIFY_BLOB=OFF
CMAKE_ARGS+= -DENABLE_SPOTIFY=OFF -DENABLE_SPOTIFY_BLOB=OFF
.endif
.if ${PORT_OPTIONS:MVISUALISATION}