public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/x11vnc: ChangeLog x11vnc-0.9.4.ebuild
@ 2008-09-17 18:27 Sven Wegener (swegener)
  0 siblings, 0 replies; only message in thread
From: Sven Wegener (swegener) @ 2008-09-17 18:27 UTC (permalink / raw
  To: gentoo-commits

swegener    08/09/17 18:27:01

  Modified:             ChangeLog
  Added:                x11vnc-0.9.4.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 x86_64)

Revision  Changes    Path
1.58                 x11-misc/x11vnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	3 May 2008 14:40:39 -0000	1.57
+++ ChangeLog	17 Sep 2008 18:27:01 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/x11vnc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.57 2008/05/03 14:40:39 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.58 2008/09/17 18:27:01 swegener Exp $
+
+*x11vnc-0.9.4 (17 Sep 2008)
+
+  17 Sep 2008; Sven Wegener <swegener@gentoo.org> +x11vnc-0.9.4.ebuild:
+  Version bump.
 
   03 May 2008; Richard Freeman <rich0@gentoo.org> x11vnc-0.9.3.ebuild:
   amd64 stable



1.1                  x11-misc/x11vnc/x11vnc-0.9.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.4.ebuild?rev=1.1&content-type=text/plain

Index: x11vnc-0.9.4.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.4.ebuild,v 1.1 2008/09/17 18:27:01 swegener Exp $

DESCRIPTION="A VNC server for real X displays"
HOMEPAGE="http://www.karlrunge.com/x11vnc/"
SRC_URI="mirror://sourceforge/libvncserver/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="jpeg zlib threads ssl crypt v4l xinerama avahi system-libvncserver"

RDEPEND="system-libvncserver? ( >=net-libs/libvncserver-0.9.1 )
	zlib? ( sys-libs/zlib )
	jpeg? (	media-libs/jpeg )
	ssl? ( dev-libs/openssl )
	avahi? ( >=net-dns/avahi-0.6.4 )
	xinerama? ( x11-libs/libXinerama )
	x11-libs/libXfixes
	x11-libs/libXrandr
	x11-libs/libX11
	x11-libs/libXtst
	x11-libs/libXdamage
	x11-libs/libXext"

DEPEND="${RDEPEND}
	x11-libs/libXt
	xinerama? ( x11-proto/xineramaproto )
	x11-proto/inputproto
	x11-proto/trapproto
	x11-proto/recordproto
	x11-proto/xproto
	x11-proto/xextproto"

src_compile() {
	local myconf=""

	# we need to force threads on, because our system libvncserver gets build with thread support
	use system-libvncserver && myconf="--with-pthread"

	econf \
		$(use_with system-libvncserver) \
		$(use_with avahi) \
		$(use_with xinerama) \
		$(use_with ssl) \
		$(use_with ssl crypto) \
		$(use_with crypt) \
		$(use_with v4l) \
		$(use_with jpeg) \
		$(use_with zlib) \
		$(use_with threads pthread) \
		${myconf} \
		|| die "econf failed"
	emake || die "emake failed"
}

src_install() {
	make DESTDIR="${D}" install || die "make install failed"
	dodoc x11vnc/{ChangeLog,README}
}






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

only message in thread, other threads:[~2008-09-17 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 18:27 [gentoo-commits] gentoo-x86 commit in x11-misc/x11vnc: ChangeLog x11vnc-0.9.4.ebuild Sven Wegener (swegener)

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