From owner-svn-ports-all@freebsd.org Fri Aug 31 13:46:23 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 D80E9FC9E51; Fri, 31 Aug 2018 13:46:23 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D8F772E66; Fri, 31 Aug 2018 13:46:23 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7523B1DB7E; Fri, 31 Aug 2018 13:46:23 +0000 (UTC) Date: Fri, 31 Aug 2018 13:46:23 +0000 From: Alexey Dokuchaev To: Nathan Owens Cc: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org 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... Message-ID: <20180831134623.GA73666@FreeBSD.org> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1004567346.1459898.1535721523571@mail.yahoo.com> User-Agent: Mutt/1.9.5 (2018-04-13) 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:46:24 -0000 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