Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242321 Details for
Bug 327653
new ebuild app-emulation/spice
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
spice-9999.ebuild
spice-9999.ebuild (text/plain), 1.48 KB, created by
Andreis Vinogradovs ( slepnoga )
on 2010-08-10 21:36:56 UTC
(
hide
)
Description:
spice-9999.ebuild
Filename:
MIME Type:
Creator:
Andreis Vinogradovs ( slepnoga )
Created:
2010-08-10 21:36:56 UTC
Size:
1.48 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >PYTHON_DEPEND="2:2.6" >WANT_AUTOMAKE="1.10" > >inherit autotools python git > >DESCRIPTION="Provide high-quality remote access to QEMU using SPICE protocol" >HOMEPAGE="http://www.spice-space.org http://www.redhat.com/virtualization/rhev" >#SRC_URI="http://www.spice-space.org/download/${P}.tar.bz2" >EGIT_REPO_URI="git://cgit.freedesktop.org/spice/spice" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="" >IUSE="proxy gui opengl" > >COMMON_DEP=">=x11-libs/pixman-0.17 > >=x11-apps/xrandr-1.2 > x11-libs/libX11 > x11-libs/libXext > x11-libs/libXrender > x11-libs/cairo[X,opengl] > dev-libs/log4cpp > media-libs/celt:5 > media-video/ffmpeg[jpeg2k] > media-libs/alsa-lib > dev-libs/openssl > virtual/glu > virtual/jpeg > >=sys-devel/gcc-4.1 > app-emulation/spice-protocol > gui? ( =dev-games/cegui-6* ) > proxy? ( net-dialup/slirp )" >DEPEND="${COMMON_DEP} > dev-util/pkgconfig > sys-devel/libtool > dev-python/pyparsing" > >RDEPEND="${COMMON_DEP}" > >pkg_setup() { > python_set_active_version 2 >} > >src_prepare() { > eautoreconf >} > >src_configure() { > local myconf="" ># ÐпÑÑÑ Ð¸Ð´Ð¸Ð¾ÑÑ Ð½Ðµ оÑвоили авÑоÑÑлÑÑ ::::::( > if use proxy;then > myconf+=" --enable-tunnel " > fi > if use gui; then > myconf+=" --enable-gui " > fi > > econf \ > ${myconf} || die "econf failed" >} > >src_compile() { > emake -j1 || die >} > >src_install() { > emake DESTDIR="${D}" install || die "emake failded" > dodoc AUTHORS ChangeLog NEWS README >}
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 327653
:
242319
| 242321