From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EF98213867F for ; Fri, 25 Jan 2013 14:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9064621C037; Fri, 25 Jan 2013 14:03:51 +0000 (UTC) Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.rwth-aachen.de [134.130.7.72]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BCD8E05F1 for ; Fri, 25 Jan 2013 14:03:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Received: from mx-out-2.rwth-aachen.de ([134.130.5.187]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0MH600B5VPQC1VC0@mta-1.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Fri, 25 Jan 2013 15:03:48 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.84,538,1355094000"; d="scan'208";a="120237242" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by mx-2.rz.rwth-aachen.de with ESMTP; Fri, 25 Jan 2013 15:03:48 +0100 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.rwth-aachen.de [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id r0PE3mtw021067 for ; Fri, 25 Jan 2013 15:03:48 +0100 (CET) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 009A42944 for ; Fri, 25 Jan 2013 15:03:50 +0100 (CET) Date: Fri, 25 Jan 2013 15:03:50 +0100 From: Helmut Jarausch Subject: Re: [gentoo-user] can not print pdf w/e-document viewer To: gentoo-user@lists.gentoo.org References: <20130124164306.GB25218@syscon7.inet> <20130125100617.0309c6e7@digimed.co.uk> <51025F89.3060600@iinet.net.au> <1359115218.32444.5@numa-i> <20130125124141.GW30998@server> <20130125134349.GA30871@syscon7.inet> In-reply-to: <20130125134349.GA30871@syscon7.inet> X-Mailer: Balsa 2.4.91-5-g8b4f251 Message-id: <1359122630.16450.0@numa-i> X-Archives-Salt: e9eb79d3-9ce7-4983-92ee-4d2d96853cf2 X-Archives-Hash: b1e08ff9473ab4d04e992935db2f467a On 01/25/2013 02:43:49 PM, Joseph wrote: > On 01/25/13 06:41, Bruce Hill wrote: >> On Fri, Jan 25, 2013 at 01:00:18PM +0100, Helmut Jarausch wrote: >>> > >>> > there is also pdf2pdf - I cant find which package its in, but its >>> > saved >>> > a few files for me (cleans/scrubs the pdf code as part of a >>> pipeline) >>> >>> Thanks for the hint. To find a package >>> >>> http://www.portagefilelist.de/ is your friend. >>> >>> It shows that pdf2pdf is part of media-gfx/swftools-0.9.1 which is >>> not >>> in the tree anymore. Furthermore it needs media-libs/pdflib which >>> have >>> been abandoned, as well. But there is a newer version of >>> PDFlib Lite (7.0.5p3). Adapting the old ebuild for 7.0.4_p5 does >>> work. >>> Then media-gfx/swftools-0.9.1 does build and it generates pdf2pdf. >> >> e-file is much more efficient, then use eshowkw: >> >> mingdao@server ~ $ e-file pdf2pdf >> * media-gfx/swftools >> Available Versions: 0.9.1 >> Homepage: http://www.swftools.org/ >> Description: SWF Tools is a collection of SWF >> manipulation and generation utilities >> Matched Files: /usr/bin/pdf2pdf; >> >> mingdao@server ~ $ eshowkw media-gfx/swftools >> Keywords for media-gfx/swftools: >> | | u | >> | a a p s | n | >> | l m h i m m p s p | u s | r >> | p d a p a 6 i p c 3 a x | s l | e >> | h 6 r p 6 8 p p 6 9 s r 8 | e o | p >> | a 4 m a 4 k s c 4 0 h c 6 | d t | o >> ------+---------------------------+-----+------- >> 0.9.2 | o ~ o ~ o o o ~ o o o ~ ~ | o 0 | gentoo >>-- >> Happy Penguin Computers >') >> 126 Fenco Drive ( \ >> Tupelo, MS 38801 ^^ >> support@happypenguincomputers.com >> 662-269-2706 662-205-6424 >> http://happypenguincomputers.com/ > > I just emerge swftools-0.9.2 It did not generate "pdf2pdf" binary Yes, there is a patch in that ebuild to not build any pdf stuff. But if you skip that patch it fails. So, I stepped back to 0.9.1. But even this version doesn't build pdf2pdf unless it finds a workin libpdf which has been removed from the tree. But one can reactivate it for the new version of it. Helmut.