Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79662 Details for
Bug 122652
app-text/pspresent dependencies for modular X
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated pspresent-1.2.ebuild
pspresent-1.2.ebuild (text/plain), 842 bytes, created by
Ulrich Müller
on 2006-02-13 01:15:27 UTC
(
hide
)
Description:
Updated pspresent-1.2.ebuild
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2006-02-13 01:15:27 UTC
Size:
842 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2.ebuild,v 1.5 2005/07/16 16:14:22 josejx Exp $ > >IUSE="xinerama" > >DESCRIPTION="A tool to display full-screen PostScript presentations." >SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz" >HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/" > >DEPEND="|| ( ( x11-libs/libX11 > xinerama? ( x11-libs/libXext x11-libs/libXinerama ) > ) > virtual/x11 > )" >RDEPEND="${DEPEND} > virtual/ghostscript" > >PROVIDE="virtual/psviewer" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~amd64 ppc x86" > >src_compile() >{ > if ! use xinerama ; then > sed -i -e "/^XINERAMA/s/^/#/g" Makefile > fi > emake || die "emake failed" >} > >src_install() >{ > dobin pspresent > doman pspresent.1 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 122652
:
79660
| 79662