Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 75889 Details for
Bug 117291
New package: x11-misc/pyvnc2swf-0.8.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pyvnc2swf-0.8.1.ebuild revised again
pyvnc2swf-0.8.1.ebuild (text/plain), 1.42 KB, created by
Gard Spreemann
on 2005-12-31 10:44:52 UTC
(
hide
)
Description:
pyvnc2swf-0.8.1.ebuild revised again
Filename:
MIME Type:
Creator:
Gard Spreemann
Created:
2005-12-31 10:44:52 UTC
Size:
1.42 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils python > >DESCRIPTION="A tool for recording Flash SWF movies from VNC sessions." >HOMEPAGE="http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf.html" >SRC_URI="http://www.unixuser.org/~euske/vnc2swf/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="x11vnc" > >DEPEND=">=dev-lang/python-2.3 > >=dev-python/pygame-1.6 > virtual/x11 > x11vnc? ( x11-misc/x11vnc )" > >pkg_setup() { > python_tkinter_exists || die "TCL/TK required. Python must be compiled with the tcltk USE flag." >} > >src_unpack() { > unpack ${A} > cd ${S} > # Add /usr/lib/pyvnc2swf to the path so that the auxiliary Python files > # are found. > epatch ${FILESDIR}/${PN}-gentoo.patch >} > >src_compile() { > for file in $(echo crippled_des.py html_templates.py image.py movie.py\ > mp3.py output.py rfb.py swf.py crippled_des.py html_templates.py\ > image.py movie.py mp3.py output.py rfb.py swf.py) > do > einfo Compiling $file. > python_mod_compile $file > done >} > >src_install() { > insinto /usr/lib/pyvnc2swf > doins crippled_des.py* image.py* mp3.py* rfb.py* html_templates.py* > doins movie.py* output.py* swf.py* > newbin edit.py pyvnc2swf-edit > newbin play.py pyvnc2swf-play > newbin vnc2swf.py pyvnc2swf > if use x11vnc; > then > # Only install the recordwin script if x11vnc is to be used. > newbin recordwin.sh pyvnc2swf-recordwin > fi > dodoc README.txt > dohtml *.html >}
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 117291
:
75883
|
75884
|
75888
| 75889 |
79546
|
79557
|
80357
|
80358
|
126532
|
126534
|
195769
|
195771