From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 11 16:53:25 2014 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3268331D for ; Thu, 11 Dec 2014 16:53:25 +0000 (UTC) Received: from fep25.mx.upcmail.net (fep25.mx.upcmail.net [62.179.121.45]) by mx1.freebsd.org (Postfix) with ESMTP id 73200E45 for ; Thu, 11 Dec 2014 16:53:24 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep14-int.chello.at (InterMail vM.8.01.05.13 201-2260-151-135-20130320) with ESMTP id <20141211165313.CFGL28733.viefep14-int.chello.at@edge03.upcmail.net>; Thu, 11 Dec 2014 17:53:13 +0100 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id SGtC1p00f2Rg3Ey01GtCTt; Thu, 11 Dec 2014 17:53:12 +0100 X-SourceIP: 178.84.134.112 Message-ID: <5489CBF8.9070907@rainbow-runner.nl> Date: Thu, 11 Dec 2014 17:53:12 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: gabor@zahemszky.hu, freebsd-gnome@freebsd.org Subject: Re: Evince configuration bug References: <9cfbb93c0d2572d0bb4551fc6627943a@zahemszky.hu> In-Reply-To: <9cfbb93c0d2572d0bb4551fc6627943a@zahemszky.hu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2014 16:53:25 -0000 On 10-12-2014 20:48, gabor@zahemszky.hu wrote: > Hi! > > I've just found an interesting bug in the new GNOME3. > The Evince package has a default dependency on nautilus. > Nautilus has a default dependency on tracker. > Tracker has a default dependency on libgxps. > > But in the evince Makefile, the graphics/libgxps dependency > is non-default. What does it mean? We have the library to > handle XPS, but we have a Document viewer, which cannot > use it. > > So I think, it would be better to put XPS in evince's > OPTIONS_DEFAULT variable. By the way, if I know well, > Evince would be the only one application on FreeBSD, > with what we could print an XPS file - actually > neither graphics/mupdf nor the utilities in > graphics/libgxps can print. (Yes, I can convert > an XPS file to another format from the command line, > and print after conversion, but it's not user-friendly.) > > Thanks, > > Zahemszky, Gabor < Gabor at Zahemszky dot HU > Committed, thanks for the suggestion!