From owner-svn-ports-all@FreeBSD.ORG Wed Jan 1 22:55:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C57C0BF4; Wed, 1 Jan 2014 22:55:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B18EF1D40; Wed, 1 Jan 2014 22:55:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s01MtwnI075140; Wed, 1 Jan 2014 22:55:58 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s01MtwQJ075139; Wed, 1 Jan 2014 22:55:58 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201401012255.s01MtwQJ075139@svn.freebsd.org> From: Sean Bruno Date: Wed, 1 Jan 2014 22:55:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338399 - head/audio/clementine-player X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 22:55:58 -0000 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