Date: Wed, 1 Jan 2014 22:55:58 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338399 - head/audio/clementine-player Message-ID: <201401012255.s01MtwQJ075139@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno (src committer) Date: Wed Jan 1 22:55:58 2014 New Revision: 338399 URL: http://svnweb.freebsd.org/changeset/ports/338399 Log: 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. :-) Modified: head/audio/clementine-player/Makefile Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Wed Jan 1 22:51:34 2014 (r338398) +++ head/audio/clementine-player/Makefile Wed Jan 1 22:55:58 2014 (r338399) @@ -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}/ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401012255.s01MtwQJ075139>