net-misc/vino: Version bump

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Pacho Ramos
2016-06-28 22:24:13 +02:00
parent 3bdc0ce6ff
commit ab8ad352c8
2 changed files with 66 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST vino-3.18.1.tar.xz 766944 SHA256 07ec6e78bbecd4ee3fce873eb26932fdda9c7642bb09d17ac36483b996fafe5a SHA512 6c98b86a1ae324547b63a2071208f5c2213765ad554f10f3e504bc6ab5817682e5a03df5c23ddbb814d918f263027579c3344dab944eeb4329b0a84f9a3bd182 WHIRLPOOL 261c6fcd7a93b7a937c4c9dfe49a5c6f9833518dc70100b350a12ed282b482761a80e1e4bdf5a08fa27282d0903f2b6ab85a03c2b8f501f43ce16ad5a38160a9
DIST vino-3.20.2.tar.xz 768800 SHA256 660488adc1bf577958e783d13f61dbd99c1d9c4e81d2ca063437ea81d39e4413 SHA512 e383fb0314c0f0d8eeac0d9e29bc4c93e9ba95d8388ea8fd509d98b8cee09aa6d41a51d893d08501c6d3d34111a3df97bbaa2b8638aa0c48e828c97ceafa0ec0 WHIRLPOOL f5af630c36ee132f3acd9d7a100ac1f9fee53eeabdf5cd6b36e782518a964b0d50348e053822dca1ddf5b0db6725916f7e193851aefd6e34fc896f0b9ed27714

View File

@@ -0,0 +1,65 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit gnome2
DESCRIPTION="An integrated VNC server for GNOME"
HOMEPAGE="https://wiki.gnome.org/Projects/Vino"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="crypt debug gnome-keyring ipv6 jpeg ssl +telepathy zeroconf +zlib"
# bug #394611; tight encoding requires zlib encoding
REQUIRED_USE="jpeg? ( zlib )"
# cairo used in vino-fb
# libSM and libICE used in eggsmclient-xsmp
RDEPEND="
>=dev-libs/glib-2.26:2
>=dev-libs/libgcrypt-1.1.90:0=
>=x11-libs/gtk+-3:3
dev-libs/dbus-glib
x11-libs/cairo:=
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXtst
x11-libs/pango[X]
>=x11-libs/libnotify-0.7.0:=
crypt? ( >=dev-libs/libgcrypt-1.1.90:0= )
gnome-keyring? ( app-crypt/libsecret )
jpeg? ( virtual/jpeg:0= )
ssl? ( >=net-libs/gnutls-2.2.0:= )
telepathy? ( >=net-libs/telepathy-glib-0.18 )
zeroconf? ( >=net-dns/avahi-0.6:=[dbus] )
zlib? ( sys-libs/zlib:= )
"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
>=dev-util/intltool-0.50
virtual/pkgconfig
app-crypt/libsecret
"
# libsecret is always required at build time per bug 322763
src_configure() {
gnome2_src_configure \
$(use_enable ipv6) \
$(use_with crypt gcrypt) \
$(usex debug --enable-debug=yes ' ') \
$(use_with gnome-keyring secret) \
$(use_with jpeg) \
$(use_with ssl gnutls) \
$(use_with telepathy) \
$(use_with zeroconf avahi) \
$(use_with zlib)
}