Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50312 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]
vnc2swf-0.4.2.ebuild
vnc2swf-0.4.2.ebuild (text/plain), 1.09 KB, created by
Roland Bär
on 2005-02-04 02:21:20 UTC
(
hide
)
Description:
vnc2swf-0.4.2.ebuild
Filename:
MIME Type:
Creator:
Roland Bär
Created:
2005-02-04 02:21:20 UTC
Size:
1.09 KB
patch
obsolete
># 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 ~amd64" >IUSE="X doc" > >DEPEND="=media-libs/ming-0.2a > virtual/libc > 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 > 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 Raw
Actions:
View
Attachments on
bug 79853
:
49746
|
50038
|
50110
|
50120
|
50312
|
50342