public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libvncserver: ChangeLog libvncserver-0.9.8.2.ebuild
@ 2011-11-16  1:57 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2011-11-16  1:57 UTC (permalink / raw
  To: gentoo-commits

xmw         11/11/16 01:57:17

  Modified:             ChangeLog
  Added:                libvncserver-0.9.8.2.ebuild
  Log:
  Version bump (thanks to Corentin Chary for the report bug 388667), added gnutls and crypt USE flags. non-maint commit.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 net-libs/libvncserver/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	26 Feb 2011 21:46:44 -0000	1.47
+++ ChangeLog	16 Nov 2011 01:57:17 -0000	1.48
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libvncserver
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.47 2011/02/26 21:46:44 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.48 2011/11/16 01:57:17 xmw Exp $
+
+*libvncserver-0.9.8.2 (16 Nov 2011)
+
+  16 Nov 2011; Michael Weber <xmw@gentoo.org> +libvncserver-0.9.8.2.ebuild:
+  Version bump (thanks to Corentin Chary for the report bug 388667), added
+  gnutls and crypt USE flags. non-maint commit.
 
   26 Feb 2011; Kevin McCarthy <signals@gentoo.org> libvncserver-0.9.1.ebuild:
   Updated depends from media-libs/jpeg to virtual/jpeg



1.1                  net-libs/libvncserver/libvncserver-0.9.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.8.2.ebuild?rev=1.1&content-type=text/plain

Index: libvncserver-0.9.8.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.8.2.ebuild,v 1.1 2011/11/16 01:57:17 xmw Exp $

EAPI="4"

inherit libtool

DESCRIPTION="library for creating vnc servers"
HOMEPAGE="http://libvncserver.sourceforge.net/"
SRC_URI="http://libvncserver.sourceforge.net/LibVNCServer-${PV/_}.tar.gz
	mirror://sourceforge/libvncserver/LibVNCServer-${PV/_}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="no24bpp crypt gnutls ipv6 +jpeg test threads +zlib"

DEPEND="crypt? ( dev-libs/libgcrypt )
	gnutls? ( net-libs/gnutls )
	jpeg? ( virtual/jpeg )
	zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/LibVNCServer-${PV/_}

src_prepare() {
	sed -i -r \
		-e '/^CFLAGS =/d' \
		-e "/^SUBDIRS/s:\<($(use test || echo 'test|')client_examples|examples)\>::g" \
		Makefile.in || die

	elibtoolize
}

src_configure() {
	econf \
		--without-x11vnc \
		$(use_with !no24bpp 24bpp) \
		$(use_with crypt gcrypt) \
		$(use_with ipv6) \
		$(use_with jpeg) \
		$(use_with threads pthread) \
		$(use_with zlib)
}

src_compile() {
	default
	emake -C examples noinst_PROGRAMS=storepasswd
}

src_install() {
	emake install DESTDIR="${D}"
	dobin examples/storepasswd
	dodoc AUTHORS ChangeLog NEWS README TODO
}






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

only message in thread, other threads:[~2011-11-16  1:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-16  1:57 [gentoo-commits] gentoo-x86 commit in net-libs/libvncserver: ChangeLog libvncserver-0.9.8.2.ebuild Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox