diff options
author | sbruno <sbruno@FreeBSD.org> | 2014-01-02 06:55:58 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2014-01-02 06:55:58 +0800 |
commit | 886568f2bfef5c7d9670a2fad4186cbf6c8c3ab0 (patch) | |
tree | f267e29d76a2bd6374fedd2171abf5ded1bcf4dd /audio | |
parent | 34f226e76a1b70dd8ffed9dae24349906db7705b (diff) | |
download | freebsd-ports-gnome-886568f2bfef5c7d9670a2fad4186cbf6c8c3ab0.tar.gz freebsd-ports-gnome-886568f2bfef5c7d9670a2fad4186cbf6c8c3ab0.tar.zst freebsd-ports-gnome-886568f2bfef5c7d9670a2fad4186cbf6c8c3ab0.zip |
Trying to be smart, always punishes one in the end.
SPOTIFY support isn't something that can be compiled out of clementine.
You must *either* compile the binary blob in to the application *or*
enable the downloader via QCA. You cannot disable them.
I suspect, from the changes I've made, someone already figured this out
originally. :-)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/clementine-player/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index ab48451f65d1..adeff7506c01 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player @@ -17,6 +17,7 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libtag.so:${PORTSDIR}/audio/taglib \ libchromaprint.so:${PORTSDIR}/audio/chromaprint \ libprotobuf.so:${PORTSDIR}/devel/protobuf \ + libqca.so:${PORTSDIR}/devel/qca \ libqjson.so:${PORTSDIR}/devel/qjson \ libfftw3.so:${PORTSDIR}/math/fftw3 |