Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60353 Details for
Bug 76127
Gyach enhanced is a Yahoo Messenger linux client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gyach-enhanced-1.0.7.ebuild
gyach-enhanced-1.0.7.ebuild (text/plain), 2.88 KB, created by
Natanael Copa
on 2005-06-01 04:17:15 UTC
(
hide
)
Description:
gyach-enhanced-1.0.7.ebuild
Filename:
MIME Type:
Creator:
Natanael Copa
Created:
2005-06-01 04:17:15 UTC
Size:
2.88 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >MEDIAVER="0.2" >XMMSPLUGVER="0.4" >ENCRYPTPLUGVER="0.2" > >DESCRIPTION="Enhanced version of the Gyach Yahoo! client with webcam and voice support" ># The source package does not contain the sounds so we have to download the ># binary pacakge as well... :-/ >SRC_URI="mirror://sourceforge/phpaint/${PN}_pyvoice-source-${PV}.tar.bz2 > mirror://sourceforge/phpaint/gyachE-Media-Package-${MEDIAVER}.tar.bz2 > mirror://sourceforge/phpaint/${PN}_pyvoice-binary-${PV}-i586.tar.bz2 > " >HOMEPAGE="http://phpaint.sourceforge.net/pyvoicechat/" > >LICENSE="GPL-2" >KEYWORDS="-* x86 ~amd64" >SLOT="0" > >IUSE="ccvt" > >S=${WORKDIR} > >DEPEND="virtual/libc > =x11-libs/gtk+-2* > media-libs/jasper > =gnome-extra/libgtkhtml-2* > >=dev-python/pygtk-2.0.0 > ccvt? (media-libs/libccvt)" > >inherit eutils distutils > >src_unpack() { > unpack ${PN}_pyvoice-source-${PV}.tar.bz2 > cd ${S} > > ##patch gyache for autotools usage > epatch ${FILESDIR}/${P}-autotools.patch > ##patch gyache for better webcam support > epatch ${FILESDIR}/${P}-webcam_support.patch > ##patch pyvoice to use python's distutils > epatch ${FILESDIR}/${P}-pyvoice.patch > ##patch to cleanup pyvoice a little > epatch ${FILESDIR}/${P}-pytsp_recording.patch > ##patch for animated smiley segfault > epatch ${FILESDIR}/${P}-animations.patch >} > >src_compile() { > cd ${WORKDIR}/gyach > aclocal > libtoolize > rm acconfig.h > autoheader > automake -a > autoconf > econf > emake > > ## build pytsp > # Until distutils recognizes assembly, the following will have to do > # or else steps can be taken to build libloader.a > einfo "Building pytsp." > cd ${WORKDIR}/pytsp > gcc -c -o wrapper.o wrapper.S > gcc -c -o stubs.o stubs.s > > cd ${WORKDIR} > distutils_src_compile >} > >src_install() { > cd ${WORKDIR}/gyach > einstall > > # the files are stored in /usr/local/share/ in the archive but we want the > # files in /usr/share. > # Note that: > # tar-1.14 uses --strip-path > # tar-1.14.90+ uses --strip-components > > SHAREDDIR=/usr/share/gyache > > ## install sounds from binary package (missing in source package) > tar -C "${D}${SHAREDDIR}" --strip-components=4 -jxf \ > ${DISTDIR}/${PN}_pyvoice-binary-${PV}-i586.tar.bz2 \ > usr/local/share/gyach/sounds/ > > ## install media package > tar -C "${D}${SHAREDDIR}" --strip-components=4 -jxf \ > ${DISTDIR}/gyachE-Media-Package-${MEDIAVER}.tar.bz2 > > ##install codecs > einfo "Installing TrueSpeech Codec" > cd ${WORKDIR} > dodir /usr/lib/win32 > insinto /usr/lib/win32 > doins pytsp/codec/tssoft32.acm ${WIN32DIR}/ > doins pytsp/codec/tsd32.dll ${WIN32DIR}/ > > ## install the pyvoice python modules. > einfo "Installing Py! Voice Chat for GYach Enhanced" > > distutils_src_install > > insinto /usr/libexec > insopts -m0755 > > doins pyvoice/pyvoice.py > doins pyvoice/pyvoiceui.py > > doins pytsp/pytsp.py > doins pytsp/tsp.header > > insinto "${SHAREDDIR}/pixmaps" > insopts -m0644 > doins pyvoice/pixmaps/* >}
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 76127
:
51178
|
53246
|
53247
|
53248
|
53659
|
53660
|
54911
|
54914
|
55611
|
55612
|
55613
|
55628
|
55629
|
55630
|
55631
|
55698
|
55699
|
55700
|
55830
|
57052
|
57054
|
57684
|
60349
|
60350
|
60351
| 60353 |
62038