From owner-svn-ports-all@freebsd.org Fri Aug 31 13:54:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98CC1FCC23E; Fri, 31 Aug 2018 13:54:46 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37BF673466; Fri, 31 Aug 2018 13:54:46 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id F004D21FE9; Fri, 31 Aug 2018 09:54:45 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute4.internal (MEProxy); Fri, 31 Aug 2018 09:54:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=+V/hET Dt23rFvFupTLIzkRMMttsRptkD9ZcuVa6+jPk=; b=TJCzHWMdDpj9sL4mUV9ZEh AJ9glPFipzZEwqn05QyzQ5EL/rIfmHNFNNdehpIbe9CdqZnuoMEszyBP9YhrzjgA XUpfQ6en5N2uyXfXogTk+cbYonhC2hgRU18jpgyWoCELjONg95OjTGUsdNar2vXV TgySry/aGco9suKvysQefGhsab3w3PPxtQWA0wlaEE+/S5QJeA3uvj31G+3cUKpk aVmRJWILXOVCJrlUn+xHlUaTrUdcaOGirvV88uyshF/6eIqmggDK3gKwZ96GsMUU VpS9altKqx2saltk94Ko1pfpzoh182kZtDOvbRpJR1hChoGioHzCNxeiVFB9mfcQ == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 972A9621BC; Fri, 31 Aug 2018 09:54:45 -0400 (EDT) Message-Id: <1535723685.2295333.1492564320.59AE46FD@webmail.messagingengine.com> From: Tobias Kortkamp To: Alexey Dokuchaev , Nathan Owens Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-7b72137a References: <201808310816.w7V8GIhm033801@repo.freebsd.org> <20180831101627.GA93235@FreeBSD.org> <1535714662.2255182.1492419576.2BB150A3@webmail.messagingengine.com> <20180831124120.GA26782@FreeBSD.org> <1004567346.1459898.1535721523571@mail.yahoo.com> <20180831134623.GA73666@FreeBSD.org> In-Reply-To: <20180831134623.GA73666@FreeBSD.org> Date: Fri, 31 Aug 2018 15:54:45 +0200 Subject: Re: svn commit: r478529 - in head: audio/atunes devel/efl graphics/gimageview graphics/opencv graphics/osg graphics/osg-devel multimedia/gxine multimedia/k9copy-kde4 multimedia/libxine multimedia/libxi... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 31 Aug 2018 13:54:46 -0000 On Fri, Aug 31, 2018, at 15:46, Alexey Dokuchaev wrote: > On Fri, Aug 31, 2018 at 01:18:43PM +0000, Nathan Owens wrote: > > Imagemagick must be in libxine or gxine will not build. I don't want to > > add un-needed does either but it was a must for gxine. I tried adding > > imagemagick in gxine but I will get "checking which logo format to use... > > configure: error: no available demuxer for the logo image" error. > > I see; thanks for explanation (I've also seen your previous reply). Yes, > ideally moving IM to gxine (where it is actually *required*) would be the > preferred way, but I guess things would have to stay as is until better > solution is found. > > ./danfe gxine seems to also build fine when we enable PIXBUF instead of IMAGEMAGICK in libxine. Would this be an acceptable solution for everyone?