Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 195769 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/pyvnc2swf-0.9.5.ebuild
pyvnc2swf-0.9.5.ebuild (text/plain), 1.74 KB, created by
Markus Rathgeb
on 2009-06-25 19:45:33 UTC
(
hide
)
Description:
pyvnc2swf/pyvnc2swf-0.9.5.ebuild
Filename:
MIME Type:
Creator:
Markus Rathgeb
Created:
2009-06-25 19:45:33 UTC
Size:
1.74 KB
patch
obsolete
># Copyright 1999-2009 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="" >#IUSE="record_sound" pymedia not in portage > >RDEPEND="x11-libs/libX11 > x11-libs/libXmu > x11-libs/libXt > x11-libs/libXaw > x11-libs/libXext > >=dev-lang/python-2.3 > >=dev-python/pygame-1.6" > #record_sound? ( >=dev-python/pymedia-1.3.5 )" > >DEPEND="${RDEPEND} > x11-proto/xextproto > x11-proto/xproto > sys-apps/sed > x11-misc/x11vnc > sys-libs/zlib" > >MY_PY_FILES="d3des.py html_templates.py image.py movie.py mp3.py output.py rfb.py swf.py" > >pkg_setup() { > if ! built_with_use dev-lang/python tk ; then > eerror "TCL/TK required. Please emerge python with useflag 'tk' enabled." > die "Fix USE flags and re-emerge" > fi >} > >src_unpack() { > unpack ${A} > cd "${S}" > sed -ie "s:docs:html:" README.txt > > # Add /usr/lib/pyvnc2swf to the path for auxiliary Python files. > epatch "${FILESDIR}/${P}-gentoo.patch" > >} > >src_install() { > cd "${S}/pyvnc2swf" > insinto /usr/lib/pyvnc2swf > for py_file in ${MY_PY_FILES}; do > doins ${py_file} > done > > newbin edit.py pyvnc2swf-edit > newbin play.py pyvnc2swf-play > newbin vnc2swf.py pyvnc2swf > ># if use record_sound; then ># dobin record_sound.py ># fi > > cd "${S}/bin" > newbin recordwin.sh recordwin > > make_desktop_entry pyvnc2swf Pyvnc2swf "" "AudioVideo;Video;AudioVideoEditing" > > cd "${S}" > dodoc README.txt > dohtml docs/* >} > >pkg_postinst() >{ > for py_file in ${MY_PY_FILES}; do > einfo Compiling ${py_file}. > python_mod_compile "/usr/lib/pyvnc2swf/${py_file}" > done >}
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