From owner-svn-ports-head@FreeBSD.ORG Thu Mar 7 01:03:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B8E416DF; Thu, 7 Mar 2013 01:03:22 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 26A1C6E3; Thu, 7 Mar 2013 01:03:21 +0000 (UTC) Received: from aruba-ctlr2-nat.its.manchester.ac.uk [130.88.99.218:38338] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r2713KhQ041294 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 7 Mar 2013 05:03:21 +0400 (MSK) From: Max Brazhnikov To: Nicola Vitale Subject: Re: svn commit: r313554 - in head/audio: . tomahawk tomahawk/files Date: Thu, 07 Mar 2013 01:04:20 +0000 Message-ID: <2755783.8nzRuugVsi@mercury.ph.man.ac.uk> User-Agent: KMail/4.9.5 (FreeBSD/9.1-STABLE; KDE/4.9.5; amd64; ; ) In-Reply-To: <201303062255.r26Mtxdc099852@svn.freebsd.org> References: <201303062255.r26Mtxdc099852@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2013 01:03:22 -0000 On Wed, 06 Mar 2013 22:55:59 +0000Wed Mar 6 22:55:59 2013 Nicola Vitale wrote: > +++ head/audio/tomahawk/Makefile Wed Mar 6 22:55:59 2013 (r313554) > @@ -0,0 +1,61 @@ > +# Created by: Nicola Vitale > +# $FreeBSD$ > + > +PORTNAME= tomahawk > +PORTVERSION= 0.6.0 > +#PORTREVISION= 0 > +CATEGORIES= audio > + > +MAINTAINER= nivit@FreeBSD.org > +COMMENT= Multi-source, social, and smart music player > + > +LICENSE= GPLv3 > + > +BUILD_DEPENDS= clucene>=2.3.3.4:${PORTSDIR}/textproc/clucene > +LIB_DEPENDS= attica:${PORTSDIR}/x11-toolkits/attica \ > + boost_thread:${PORTSDIR}/devel/boost-libs \ > + echonest:${PORTSDIR}/audio/libechonest \ > + jreen:${PORTSDIR}/net-im/jreen \ > + lastfm:${PORTSDIR}/audio/liblastfm \ > + qca:${PORTSDIR}/devel/qca \ > + qjson:${PORTSDIR}/devel/qjson \ > + quazip:${PORTSDIR}/archivers/quazip \ > + tag:${PORTSDIR}/audio/taglib > +RUN_DEPENDS= phonon-vlc>=0.6.1:${PORTSDIR}/multimedia/phonon-vlc \ > + phonon-gstreamer>=4.6.3:${PORTSDIR}/multimedia/phonon- gstreamer \ > + qca-ossl>=2.0.0.b3_4:${PORTSDIR}/security/qca-ossl Please don't force dependence on phonon backends until upstream strictly recommend particular one. Max