Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 500028 | Differences between
and this patch

Collapse All | Expand All

(-)net-misc/tigervnc/tigervnc-1.3.0.ebuild (-5 / +7 lines)
Lines 1-13 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2013 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/net-misc/tigervnc/tigervnc-1.3.0.ebuild,v 1.2 2014/02/01 19:15:18 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.0.ebuild,v 1.1 2013/10/12 14:41:26 armin76 Exp $
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit eutils cmake-utils autotools java-pkg-opt-2 flag-o-matic
7
inherit eutils cmake-utils autotools java-pkg-opt-2 flag-o-matic
8
8
9
PATCHVER="0.1"
9
PATCHVER="0.1"
10
XSERVER_VERSION="1.14.3"
10
XSERVER_VERSION="1.15.0"
11
OPENGL_DIR="xorg-x11"
11
OPENGL_DIR="xorg-x11"
12
#MY_P="${PN}-1.2.80-20130314svn5065"
12
#MY_P="${PN}-1.2.80-20130314svn5065"
13
#S="${WORKDIR}/${MY_P}"
13
#S="${WORKDIR}/${MY_P}"
Lines 64-70 Link Here
64
		>=x11-proto/damageproto-1.1
64
		>=x11-proto/damageproto-1.1
65
		>=x11-proto/fixesproto-5.0
65
		>=x11-proto/fixesproto-5.0
66
		>=x11-proto/fontsproto-2.0.2
66
		>=x11-proto/fontsproto-2.0.2
67
		>=x11-proto/glproto-1.4.16
68
		>=x11-proto/randrproto-1.4.0
67
		>=x11-proto/randrproto-1.4.0
69
		>=x11-proto/renderproto-0.11
68
		>=x11-proto/renderproto-0.11
70
		>=x11-proto/resourceproto-1.0.2
69
		>=x11-proto/resourceproto-1.0.2
Lines 113-118 Link Here
113
	if use server ; then
112
	if use server ; then
114
		cd unix/xserver
113
		cd unix/xserver
115
		epatch ../xserver114.patch
114
		epatch ../xserver114.patch
115
		epatch "${FILESDIR}"/xorg115.patch
116
		eautoreconf
116
		eautoreconf
117
	fi
117
	fi
118
}
118
}
Lines 141-147 Link Here
141
			--disable-devel-docs \
141
			--disable-devel-docs \
142
			--disable-dmx \
142
			--disable-dmx \
143
			--disable-dri \
143
			--disable-dri \
144
			--enable-dri2 \
145
			--disable-dri3 \
144
			--disable-kdrive \
146
			--disable-kdrive \
147
			--disable-present \
145
			--disable-selective-werror \
148
			--disable-selective-werror \
146
			--disable-silent-rules \
149
			--disable-silent-rules \
147
			--disable-static \
150
			--disable-static \
Lines 152-158 Link Here
152
			--disable-xorg \
155
			--disable-xorg \
153
			--disable-xvfb \
156
			--disable-xvfb \
154
			--disable-xwin \
157
			--disable-xwin \
155
			--enable-dri2 \
156
			--with-pic \
158
			--with-pic \
157
			--without-dtrace
159
			--without-dtrace
158
	fi
160
	fi

Return to bug 500028