public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/spice: spice-0.11.0.ebuild ChangeLog
@ 2012-06-13 12:04 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2012-06-13 12:04 UTC (permalink / raw
  To: gentoo-commits

dev-zero    12/06/13 12:04:32

  Modified:             ChangeLog
  Added:                spice-0.11.0.ebuild
  Log:
  Version bump (drop static USE flag, drop dependency on spice-protocol since it is included).
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 app-emulation/spice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	7 Jun 2012 15:36:01 -0000	1.25
+++ ChangeLog	13 Jun 2012 12:04:32 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/spice
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.25 2012/06/07 15:36:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.26 2012/06/13 12:04:32 dev-zero Exp $
+
+*spice-0.11.0 (13 Jun 2012)
+
+  13 Jun 2012; Tiziano Müller <dev-zero@gentoo.org> +spice-0.11.0.ebuild:
+  Version bump (drop static USE flag, drop dependency on spice-protocol since it
+  is included).
 
   07 Jun 2012; Justin Lecher <jlec@gentoo.org> +files/0.10.1-gold.patch,
   spice-0.10.1.ebuild:



1.1                  app-emulation/spice/spice-0.11.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild?rev=1.1&content-type=text/plain

Index: spice-0.11.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild,v 1.1 2012/06/13 12:04:32 dev-zero Exp $

EAPI=4

PYTHON_DEPEND="2"

inherit python

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="+client +gui sasl smartcard static-libs" # static

RDEPEND=">=x11-libs/pixman-0.17.7
	media-libs/celt:0.5.1
	dev-libs/openssl
	virtual/jpeg
	sys-libs/zlib
	sasl? ( dev-libs/cyrus-sasl )
	smartcard? ( >=app-emulation/libcacard-0.1.2 )
	client? (
		gui? ( =dev-games/cegui-0.6* )
		media-libs/alsa-lib
		>=x11-libs/libXrandr-1.2
		x11-libs/libX11
		x11-libs/libXext
		x11-libs/libXinerama
		x11-libs/libXfixes
		x11-libs/libXrender
	)"

# broken as we don't have static alsa-lib and building that one static requires more work
#		static? (
#			>=x11-libs/pixman-0.17.7[static-libs(+)]
#			media-libs/celt:0.5.1[static-libs(+)]
#			virtual/jpeg[static-libs(+)]
#			sys-libs/zlib[static-libs(+)]
#			media-libs/alsa-lib[static-libs(-)]
#			>=x11-libs/libXrandr-1.2[static-libs(+)]
#			x11-libs/libX11[static-libs(+)]
#			x11-libs/libXext[static-libs(+)]
#			x11-libs/libXinerama[static-libs(+)]
#			x11-libs/libXfixes[static-libs(+)]
#			x11-libs/libXrender[static-libs(+)]
#		)
#	)"
DEPEND="virtual/pkgconfig
	${RDEPEND}"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

# maintainer notes:
# * opengl support is currently broken
# * TODO: add slirp for tunnel-support

src_configure() {
	python_convert_shebangs 2 spice-common/spice_codegen.py

	econf \
		$(use_enable static-libs static) \
		--disable-tunnel \
		$(use_enable client) \
		$(use_enable gui) \
		$(use_with sasl) \
		$(use_enable smartcard) \
		--disable-static-linkage
#		$(use_enable static static-linkage) \
}

src_install() {
	default
	use static-libs || rm "${D}"/usr/lib*/*.la
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/spice: spice-0.11.0.ebuild ChangeLog
@ 2012-06-13 13:05 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2012-06-13 13:05 UTC (permalink / raw
  To: gentoo-commits

dev-zero    12/06/13 13:05:55

  Modified:             spice-0.11.0.ebuild ChangeLog
  Log:
  Added missing dependency on pyparsing.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-emulation/spice/spice-0.11.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild?r1=1.1&r2=1.2

Index: spice-0.11.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spice-0.11.0.ebuild	13 Jun 2012 12:04:32 -0000	1.1
+++ spice-0.11.0.ebuild	13 Jun 2012 13:05:54 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild,v 1.1 2012/06/13 12:04:32 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild,v 1.2 2012/06/13 13:05:54 dev-zero Exp $
 
 EAPI=4
 
@@ -51,6 +51,7 @@
 #		)
 #	)"
 DEPEND="virtual/pkgconfig
+	dev-python/pyparsing
 	${RDEPEND}"
 
 pkg_setup() {



1.27                 app-emulation/spice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	13 Jun 2012 12:04:32 -0000	1.26
+++ ChangeLog	13 Jun 2012 13:05:54 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/spice
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.26 2012/06/13 12:04:32 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.27 2012/06/13 13:05:54 dev-zero Exp $
+
+  13 Jun 2012; Tiziano Müller <dev-zero@gentoo.org> spice-0.11.0.ebuild:
+  Added missing dependency on pyparsing.
 
 *spice-0.11.0 (13 Jun 2012)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-13 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 13:05 [gentoo-commits] gentoo-x86 commit in app-emulation/spice: spice-0.11.0.ebuild ChangeLog Tiziano Mueller (dev-zero)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-13 12:04 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