svn commit: r338399 - head/audio/clementine-player

Sean Bruno sbruno at FreeBSD.org
Wed Jan 1 22:55:58 UTC 2014


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
 


More information about the svn-ports-all mailing list