Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57054 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]
Updated ebuild file
gyach-enhanced-1.0.7.ebuild (text/plain), 3.54 KB, created by
Brian Beardall
on 2005-04-23 16:55:30 UTC
(
hide
)
Description:
Updated ebuild file
Filename:
MIME Type:
Creator:
Brian Beardall
Created:
2005-04-23 16:55:30 UTC
Size:
3.54 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" >#SRC_URI="xmms? ( mirror://sourceforge/phpaint/gyachE-XMMS-Plugin-0.4-i586.tar.bz2 ) ># encrypt? ( mirror://sourceforge/phpaint/gyachE-Encryption-Plugins-0.2-i586.tar.bz2 ) ># webcam? ( mirror://sourceforge/phpaint/gyachE-Webcam-Utilities-0.3-i586.tar.bz2 ) ># mirror://sourceforge/phpaint/gyach-enhanced_pyvoice-binary-${PV}-i586.tar.bz2 ># mirror://sourceforge/phpaint/gyachE-Media-Package-0.1.tar.bz2" >SRC_URI="mirror://sourceforge/phpaint/gyach-enhanced_pyvoice-source-${PV}.tar.bz2 > mirror://sourceforge/phpaint/gyachE-Media-Package-${MEDIAVER}.tar.bz2 > xmms? ( mirror://sourceforge/phpaint/gyachE-XMMS-Plugin-${XMMSPLUGVER}-source.tar.bz2 ) > encrypt? > (mirror://sourceforge/phpaint/gyachE-Encryption-Plugins-${ENCRYPTPLUGVER}-source.tar.bz2)" > > >HOMEPAGE="http://phpaint.sourceforge.net/pyvoicechat/" >LICENSE="GPL-2" >KEYWORDS="-* x86 ~amd64" >SLOT="0" >IUSE="xmms encrypt ccvt" >S=${WORKDIR} >DEPEND="virtual/libc > =x11-libs/gtk+-2* > media-libs/jasper > gnome-extra/libgtkhtml > >=dev-python/pygtk-2.0.0 > encrypt? (app-crypt/gpgme) > ccvt? (media-libs/libccvt)" > >inherit eutils distutils > >src_unpack() { > unpack gyach-enhanced_pyvoice-source-${PV}.tar.bz2 > cd ${S} > #patch -p1 < ${FILESDIR}/pyvoice-gyach_all_${PV}.patch > for i in ${FILESDIR}/*_all_*${PV}.patch ; do patch -p1 < ${i} ; done > patch -p1 < ${FILESDIR}/animations.patch > > if use xmms; then > einfo "TODO: Compile and install XMMS plugin" > unpack gyachE-XMMS-Plugin-${XMMSPLUGVER}-source.tar.bz2 > else > einfo "The xmms use flag is off, xmms plugin will not be installed." > einfo "(actually, it wouldn't be installed anyway...)" > fi > > if use encrypt; then > einfo "TODO: Compile and install encrypt plugin" > unpack gyachE-Encryption-Plugins-${ENCRYPTPLUGVER}-source.tar.bz2 > else > einfo "The encrypt use flag is off, encryption plugin will not be" > einfo "installed (actually, it wouldn't be installed anyway....)" > fi >} > >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 > 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 > > tar -C "${D}${SHAREDDIR}" --strip-components=4 -jxf ${DISTDIR}/gyachE-Media-Package-${MEDIAVER}.tar.bz2 > > cd ${WORKDIR} > dodir /usr/lib/win32 > insinto /usr/lib/win32 > einfo "Installing TrueSpeech Codec" > doins pytsp/codec/tssoft32.acm ${WIN32DIR}/ > doins pytsp/codec/tsd32.dll ${WIN32DIR}/ > > einfo "Installing Py! Voice Chat for GYach Enhanced" ># dodir ${SHAREDDIR}/pyvoice/pixmaps ># dodir ${SHAREDDIR}/pyvoice/doc ># dodir ${SHAREDDIR}/pyvoice/locale/es/LC_MESSAGES ># dodir ${SHAREDDIR}/pyvoice/locale/fr/LC_MESSAGES > > # install the pyvoice python modules. > 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