se interessasse a qualcuno, vi allego l'ebuild di pdfcube (in calce).
PdfCube (http://code.100allora.it/pdfcube) è un visualizzatore di pdf con la particolarità di porre le varie pagine su un cubo 3d (in OpenGL). Quando si cambia pagina si ha un bel effetto di transizione (meno pacchiano di quanto uno possa immaginare).
Permette inoltre l'ingrandimento al volo con la semplice pressione di alcuni tasti (utilissimo durante le talk).
Ecco l'ebuild, da mettere nel vostro overlay locale (io uso app-text/pdfcube):
Code: Select all
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pdfcube/pdfcube-0.0.2.ebuild,v 1.00 2007/01/30 09:53:10 comio Exp $
inherit eutils
DESCRIPTION="PDF Cube uses the OpenGL API to add 3D spinning cube page transitions to PDF documents."
HOMEPAGE="http://code.100allora.it/pdfcube"
SRC_URI="http://code.100allora.it/pdfcube/attachment/wiki/WikiStart/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc"
RESTRICT="mirror fetch"
DEPEND=">=app-text/poppler-0.5.4
x11-libs/gtkglext"
src_unpack() {
unpack ${A}
}
src_install() {
cd ${A}
cd src
dobin pdfcube
}
pkg_nofetch() {
einfo "Scarica manualmente il file http://code.100allora.it/pdfcube/attachment/wiki/WikiStart/${P}.tar.gz?rev=&format=raw"
einfo "in ${DISTDIR} per favore!"
}
ciao
luigi

