public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-viewer: virt-viewer-0.5.3.ebuild ChangeLog
@ 2012-05-29 20:29 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2012-05-29 20:29 UTC (permalink / raw
  To: gentoo-commits

dev-zero    12/05/29 20:29:09

  Modified:             ChangeLog
  Added:                virt-viewer-0.5.3.ebuild
  Log:
  Version bump (improved usb passthrough support, new connection dialog for remote-viewer, spice:// URI handling).
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 app-emulation/virt-viewer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	3 May 2012 18:49:06 -0000	1.16
+++ ChangeLog	29 May 2012 20:29:09 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/virt-viewer
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v 1.16 2012/05/03 18:49:06 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v 1.17 2012/05/29 20:29:09 dev-zero Exp $
+
+*virt-viewer-0.5.3 (29 May 2012)
+
+  29 May 2012; Tiziano Müller <dev-zero@gentoo.org> +virt-viewer-0.5.3.ebuild:
+  Version bump (improved usb passthrough support, new connection dialog for
+  remote-viewer, spice:// URI handling).
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org> virt-viewer-0.4.2.ebuild,
   virt-viewer-0.5.2.ebuild:



1.1                  app-emulation/virt-viewer/virt-viewer-0.5.3.ebuild

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

Index: virt-viewer-0.5.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/virt-viewer-0.5.3.ebuild,v 1.1 2012/05/29 20:29:09 dev-zero Exp $

EAPI=4
inherit eutils gnome2 toolchain-funcs

DESCRIPTION="Graphical console client for connecting to virtual machines"
HOMEPAGE="http://virt-manager.org/"
SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk3 nsplugin sasl +spice +vnc"

RDEPEND=">=app-emulation/libvirt-0.9.7
	>=dev-libs/libxml2-2.6
	gtk3? ( x11-libs/gtk+:3 )
	!gtk3? (
		>=x11-libs/gtk+-2.18:2
		>=gnome-base/libglade-2.6
		)
	nsplugin? (
		>=dev-libs/nspr-4
		>=x11-libs/gtk+-2.18:2
		>=gnome-base/libglade-2.6
		)
	spice? ( >=net-misc/spice-gtk-0.12[sasl?,gtk3=] )
	vnc? ( >=net-libs/gtk-vnc-0.4.3 )"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	nsplugin? ( >=net-misc/npapi-sdk-0.27 )"

REQUIRED_USE="|| ( spice vnc )
	nsplugin? ( !gtk3 )
	gtk3? ( !nsplugin )"

pkg_setup() {
	G2CONF="$(use_enable nsplugin plugin) $(use_with spice spice-gtk)"
	G2CONF="${G2CONF} $(use_with vnc gtk-vnc)"
	use gtk3 && G2CONF="${G2CONF} --with-gtk=3.0"
	use gtk3 || G2CONF="${G2CONF} --with-gtk=2.0"
}

src_prepare() {
	epatch "${FILESDIR}"/${PN}-0.5.x-npapi-sdk.patch
}

src_configure() {
	if use nsplugin; then
		export MOZILLA_PLUGIN_CFLAGS="$($(tc-getPKG_CONFIG) --cflags npapi-sdk nspr)"
		export MOZILLA_PLUGIN_LIBS="$($(tc-getPKG_CONFIG) --libs npapi-sdk nspr)"
	fi

	gnome2_src_configure
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-29 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 20:29 [gentoo-commits] gentoo-x86 commit in app-emulation/virt-viewer: virt-viewer-0.5.3.ebuild ChangeLog 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