From owner-freebsd-questions@FreeBSD.ORG Tue May 22 02:26:51 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DEB51065674 for ; Tue, 22 May 2012 02:26:51 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3518E8FC0A for ; Tue, 22 May 2012 02:26:51 +0000 (UTC) Received: by yenl8 with SMTP id l8so6225122yen.13 for ; Mon, 21 May 2012 19:26:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=btNq2vQM87cn1f6r+wX0THyq7RLmNUwWnEdH+udNZ7E=; b=W7W+60KX6K9FHbB5eIA24ZhOFeauanY9aSK4zfxk/1FHtlOpcWVZXnShxbgg1uT8i6 4J0yWpUr9iYMUrud426wWxCQ2HbNeYQGxxVB61P6opnF5ev/Wj8Ml+vqdX9CARF3MyRV TR1zcJzOq3wAVh2Y3OSz1xCylDtJUQhGZRrnCppmTQbcFnhezXmXW/vqpOP6WRq+r19k Qy37m6vtrk9kHrWtmBfJob+Pn3XKzE4H7Ltj/E2G76+eAK0spA1IO9VVaHwx8dhTP2uA kcmDYFmB72ljlg6duvqOwKophRmzkZwL+Vrurf3nrvgYVNaw46Iqk60IIPRoAWPZjkJB ei4A== MIME-Version: 1.0 Received: by 10.43.58.73 with SMTP id wj9mr13750654icb.17.1337653610283; Mon, 21 May 2012 19:26:50 -0700 (PDT) Received: by 10.50.112.4 with HTTP; Mon, 21 May 2012 19:26:50 -0700 (PDT) In-Reply-To: <20120510161429.dd7008cf.freebsd@edvax.de> References: <20120510064959.5d1fe5c6.freebsd@edvax.de> <20120510161429.dd7008cf.freebsd@edvax.de> Date: Mon, 21 May 2012 21:26:50 -0500 Message-ID: From: Antonio Olivares To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions Subject: Re: djvu viewers from ports or add capability to view to xpdf, gv or other X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 02:26:51 -0000 >> I had a gut feeling that viewers like gv or xpdf would have the >> capability to view djvu files, since evince could do this, but I guess >> I was wrong. > > As far as I know, the ability to deal with this file formate > requires the corresponding library to be used. Evince seems > to be able to, but xpdf and gv are "just PS/PDF viewers", so > this functionality hasn't been incorporated. > > Even though ImageMagic is a "heavy chunk of compiling", it > is acceptably easy to use when installed ("display" command). > Enabling DJVU option and recompiling it shouldn't pull too > many dependencies into the system. > > > -- Polytropon, Thank you for sharing this advice. I have recompiled ImageMagick with the djvu capability and had to include [x] for threads and it works well. I have to use the [space bar] to change pages, but I don't know which key to use to return one page back. Otherwise it works and no need to use evince :) Best Regards, Antonio