Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 265817
Collapse All | Expand All

(-)x11vnc-0.9.6.ebuild (-6 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.6.ebuild,v 1.6 2009/03/02 16:06:44 ranger Exp $
3
# $Header: $
4
5
EAPI="2"
4
6
5
DESCRIPTION="A VNC server for real X displays"
7
DESCRIPTION="A VNC server for real X displays"
6
HOMEPAGE="http://www.karlrunge.com/x11vnc/"
8
HOMEPAGE="http://www.karlrunge.com/x11vnc/"
Lines 8-14 Link Here
8
10
9
LICENSE="GPL-2"
11
LICENSE="GPL-2"
10
SLOT="0"
12
SLOT="0"
11
KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
12
IUSE="jpeg zlib threads ssl crypt v4l xinerama avahi system-libvncserver"
14
IUSE="jpeg zlib threads ssl crypt v4l xinerama avahi system-libvncserver"
13
15
14
RDEPEND="system-libvncserver? ( >=net-libs/libvncserver-0.9.1 )
16
RDEPEND="system-libvncserver? ( >=net-libs/libvncserver-0.9.1 )
Lines 33-39 Link Here
33
	x11-proto/xproto
35
	x11-proto/xproto
34
	x11-proto/xextproto"
36
	x11-proto/xextproto"
35
37
36
src_compile() {
38
src_configure() {
37
	local myconf=""
39
	local myconf=""
38
40
39
	# we need to force threads on, because our system libvncserver gets build with thread support
41
	# we need to force threads on, because our system libvncserver gets build with thread support
Lines 50-58 Link Here
50
		$(use_with jpeg) \
52
		$(use_with jpeg) \
51
		$(use_with zlib) \
53
		$(use_with zlib) \
52
		$(use_with threads pthread) \
54
		$(use_with threads pthread) \
53
		${myconf} \
55
		${myconf}
54
		|| die "econf failed"
55
	emake || die "emake failed"
56
}
56
}
57
57
58
src_install() {
58
src_install() {

Return to bug 265817