Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50342 Details for
Bug 79853
x11-misc/vnc2swf-0.4.2.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vnc2swf-0.4.2.ebuild.diff
vnc2swf-0.4.2.ebuild.diff (text/plain), 1.48 KB, created by
Roland Bär
on 2005-02-04 07:45:05 UTC
(
hide
)
Description:
vnc2swf-0.4.2.ebuild.diff
Filename:
MIME Type:
Creator:
Roland Bär
Created:
2005-02-04 07:45:05 UTC
Size:
1.48 KB
patch
obsolete
>--- /usr/portage/x11-misc/vnc2swf/vnc2swf-0.4.2.ebuild 2004-12-15 16:34:06.000000000 +0100 >+++ vnc2swf-0.4.2.ebuild 2005-02-04 16:42:43.395934344 +0100 >@@ -1,21 +1,50 @@ >-# Copyright 1999-2004 Gentoo Foundation >+# Copyright 1999-2005 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.4.2.ebuild,v 1.1 2004/12/15 15:34:06 vapier Exp $ > >+inherit eutils >+ > DESCRIPTION="A tool for recording Shock wave Flash movies from vnc sessions" > HOMEPAGE="http://www.unixuser.org/~euske/vnc2swf" > SRC_URI="http://www.unixuser.org/~euske/vnc2swf/${P}.tar.gz" > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~ppc ~x86" >-IUSE="" >+KEYWORDS="~ppc ~x86 ~amd64" >+IUSE="X doc" > >-DEPEND=">=media-libs/ming-0.2a >+DEPEND="=media-libs/ming-0.2a > virtual/libc >- virtual/x11" >+ virtual/x11 >+ sys-apps/sed >+ !ppc? (x11-misc/x11vnc) >+ sys-libs/zlib" >+ >+src_unpack() { >+ unpack ${A} >+ cd ${S} >+ sed -e "s:docs:html:" -i README >+ sed -e "s:-mouse ::" -i recordwin.sh >+} >+ >+src_compile() { >+ econf `use_with X x` || die "could not configure" >+ emake || die "emake failed" >+} > > src_install() { >- dobin vnc2swf || die "Install Failed" >- dodoc README TODO >+ dobin vnc2swf >+ if use X >+ then >+ newbin recordwin.sh recordwin >+ dosed "s:./vnc2swf:vnc2swf:" /usr/bin/recordwin >+ insinto /etc/X11/app-defaults >+ newins Vnc2Swf.ad Vnc2Swf >+ fi >+ dodoc README TODO sample.html >+ if use doc >+ then >+ dohtml docs/* >+ dohtml -a swf docs/* >+ fi > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 79853
:
49746
|
50038
|
50110
|
50120
|
50312
| 50342