* [gentoo-commits] gentoo-x86 commit in app-emulation/spice: ChangeLog spice-0.8.2-r1.ebuild
@ 2011-09-19 10:04 Tiziano Mueller (dev-zero)
0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2011-09-19 10:04 UTC (permalink / raw
To: gentoo-commits
dev-zero 11/09/19 10:04:46
Modified: ChangeLog
Added: spice-0.8.2-r1.ebuild
Log:
Added patch from upstream git to fix pkg-config file (bug #378907).
(Portage version: 2.1.10.15/cvs/Linux x86_64)
Revision Changes Path
1.17 app-emulation/spice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 4 Sep 2011 10:18:18 -0000 1.16
+++ ChangeLog 19 Sep 2011 10:04:46 -0000 1.17
@@ -1,6 +1,13 @@
# ChangeLog for app-emulation/spice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.16 2011/09/04 10:18:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.17 2011/09/19 10:04:46 dev-zero Exp $
+
+*spice-0.8.2-r1 (19 Sep 2011)
+
+ 19 Sep 2011; Tiziano Müller <dev-zero@gentoo.org>
+ +files/54c660470a5aea19f799c5574cc0d4a707696712.patch,
+ +spice-0.8.2-r1.ebuild:
+ Added patch from upstream git to fix pkg-config file (bug #378907).
04 Sep 2011; Markus Meier <maekke@gentoo.org> spice-0.8.1.ebuild:
x86 stable, bug #369601
1.1 app-emulation/spice/spice-0.8.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: spice-0.8.2-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.2-r1.ebuild,v 1.1 2011/09/19 10:04:46 dev-zero Exp $
EAPI=4
inherit autotools eutils
DESCRIPTION="SPICE server and client."
HOMEPAGE="http://spice-space.org/"
SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+gui sasl static-libs"
RDEPEND=">=app-emulation/spice-protocol-0.8.1
>=x11-libs/pixman-0.17.7
media-libs/alsa-lib
media-libs/celt:0.5.1
dev-libs/openssl
>=x11-libs/libXrandr-1.2
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXfixes
virtual/jpeg
sys-libs/zlib
gui? ( =dev-games/cegui-0.6* )
sasl? ( dev-libs/cyrus-sasl )"
DEPEND="dev-util/pkgconfig
${RDEPEND}"
# maintainer notes:
# * opengl support is currently broken
# * add slirp for tunnel-support
# * add libcacard for smartcard support
src_prepare() {
epatch "${FILESDIR}/54c660470a5aea19f799c5574cc0d4a707696712.patch"
eautoreconf
}
src_configure() {
local myconf=""
use gui && myconf+="--enable-gui "
econf ${myconf} \
$(use_enable static-libs static) \
$(use_with sasl)
}
src_install() {
default
use static-libs || rm "${D}"/usr/lib*/*.la
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-19 10:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-19 10:04 [gentoo-commits] gentoo-x86 commit in app-emulation/spice: ChangeLog spice-0.8.2-r1.ebuild Tiziano Mueller (dev-zero)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox