public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.0.0.ebuild
@ 2009-09-13 19:29 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2009-09-13 19:29 UTC (permalink / raw
  To: gentoo-commits

armin76     09/09/13 19:29:39

  Modified:             ChangeLog
  Added:                tigervnc-1.0.0.ebuild
  Log:
  Version bump
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.19                 net-misc/tigervnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	12 Jul 2009 14:25:41 -0000	1.18
+++ ChangeLog	13 Sep 2009 19:29:39 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.18 2009/07/12 14:25:41 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.19 2009/09/13 19:29:39 armin76 Exp $
+
+*tigervnc-1.0.0 (13 Sep 2009)
+
+  13 Sep 2009; Raúl Porcel <armin76@gentoo.org> +tigervnc-1.0.0.ebuild:
+  Version bump
 
   12 Jul 2009; Tobias Klausmann <klausman@gentoo.org>
   tigervnc-0.0.90.ebuild:



1.1                  net-misc/tigervnc/tigervnc-1.0.0.ebuild

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

Index: tigervnc-1.0.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild,v 1.1 2009/09/13 19:29:39 armin76 Exp $

EAPI="1"

inherit eutils toolchain-funcs multilib autotools

XSERVER_VERSION="1.5.3"
#kPATCH="${P/_p*/}-patches-0.3"
PATCH="${PN}-0.0.90-patches-0.3"
OPENGL_DIR="xorg-x11"

DESCRIPTION="Remote desktop viewer display system"
HOMEPAGE="http://www.tigervnc.org"
SRC_URI="mirror://gentoo/${P}.tar.bz2
	http://dev.gentoo.org/~armin76/dist/${P}.tar.bz2
	server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.bz2	)"

#	mirror://gentoo/${PATCH}.tar.bz2
#	http://dev.gentoo.org/~armin76/dist/${PATCH}.tar.bz2


LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="+opengl server +xorgmodule"

RDEPEND="sys-libs/zlib
	media-libs/freetype
	x11-libs/libSM
	x11-libs/libXtst
	app-admin/eselect-opengl
	server? (
		x11-libs/libXi
		x11-libs/libXfont
		x11-libs/libXmu
		x11-libs/libxkbfile
		x11-libs/libXrender
		x11-libs/pixman
		x11-apps/xauth
		x11-apps/xsetroot
		media-fonts/font-adobe-100dpi
		media-fonts/font-adobe-75dpi
		media-fonts/font-alias
		media-fonts/font-cursor-misc
		media-fonts/font-misc-misc
		xorgmodule? ( ~x11-base/xorg-server-${XSERVER_VERSION} )
	)
	x86? ( dev-lang/nasm )
	!net-misc/vnc
	!net-misc/tightvnc
	!net-misc/xf4vnc"
DEPEND="${RDEPEND}
	x11-proto/inputproto
	x11-proto/xextproto
	server?	(
		x11-proto/bigreqsproto
		x11-proto/compositeproto
		x11-proto/damageproto
		x11-proto/dri2proto
		x11-proto/fixesproto
		x11-proto/fontsproto
		x11-proto/randrproto
		x11-proto/resourceproto
		x11-proto/scrnsaverproto
		x11-proto/trapproto
		x11-proto/videoproto
		x11-proto/xcmiscproto
		x11-proto/xineramaproto
		x11-proto/xf86bigfontproto
		x11-proto/xf86dgaproto
		x11-proto/xf86driproto
		x11-proto/xf86miscproto
		x11-proto/xf86vidmodeproto
		opengl? ( x11-proto/glproto )
		>=media-libs/mesa-7.1
		>=x11-proto/renderproto-0.9.3
		x11-libs/libpciaccess
	)"

S="${WORKDIR}/${PN}"

pkg_setup() {
	if ! use server ; then
		echo
		einfo "The 'server' USE flag will build tigervnc's server."
		einfo "If '-server' is chosen only the client is built to save space."
		einfo "Stop the build now if you need to add 'server' to USE flags.\n"
		ebeep
		epause 5
	else
		ewarn "Forcing on xorg-x11 for new enough glxtokens.h..."
		OLD_IMPLEM="$(eselect opengl show)"
		eselect opengl set --impl-headers ${OPENGL_DIR}
	fi
}

switch_opengl_implem() {
	# Switch to the xorg implementation.
	# Use new opengl-update that will not reset user selected
	# OpenGL interface ...
	echo
	eselect opengl set ${OLD_IMPLEM}
}

src_unpack() {
	unpack ${A}
	cd "${S}"

	if use server ; then
		cp -r "${WORKDIR}"/xorg-server-${XSERVER_VERSION}/* unix/xserver
#	else
#		rm -f "${WORKDIR}"/patch/*tigervnc-server*
	fi

#	EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch

	cd unix
	eautoreconf
	if use server ; then
		epatch xserver15.patch
		cd xserver
		eautoreconf
	fi
}

src_compile() {
	cd unix
	econf || die "econf failed"
	emake || die "emake failed"

	if use server ; then
		cd xserver
		econf \
			--disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
			--disable-xwin --disable-xephyr --disable-kdrive --with-pic \
			--disable-xorgcfg --disable-xprint --disable-static \
			--disable-composite --disable-xtrap \
			--disable-{a,c,m}fb \
			--with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
			--enable-install-libxf86config \
			--disable-xevie \
			--disable-dri2 \
			--disable-config-dbus \
			--disable-config-hal \
			$(use_enable opengl glx) \
			|| die "econf server failed"
		emake || die "emake server failed"
	fi
}

src_install() {
	cd unix
	emake DESTDIR="${D}" install || die "emake install failed"
	newman vncviewer/vncviewer.man vncviewer.1
	dodoc README

	doicon "${FILESDIR}"/vncviewer.png
	make_desktop_entry vncviewer vncviewer vncviewer Network

	if use server ; then
		cd xserver/hw/vnc
		emake DESTDIR="${D}" install || die "emake install failed"
		! use xorgmodule && rm -rf "${D}"/usr/$(get_libdir)/xorg

		newconfd "${FILESDIR}"/${PN}.confd ${PN}
		newinitd "${FILESDIR}"/${PN}.initd ${PN}

		rm "${D}"/usr/$(get_libdir)/xorg/modules/extensions/libvnc.la
	else
		cd "${D}"
		for f in vncserver vncpasswd x0vncserver vncconfig; do
			rm usr/bin/$f
			rm usr/share/man/man1/$f.1
		done
	fi
}

pkg_postinst() {
	use server && switch_opengl_implem
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.0.0.ebuild
@ 2009-09-30 17:22 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2009-09-30 17:22 UTC (permalink / raw
  To: gentoo-commits

armin76     09/09/30 17:22:21

  Modified:             ChangeLog tigervnc-1.0.0.ebuild
  Log:
  Add glproto dep as non-optional
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.20                 net-misc/tigervnc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	13 Sep 2009 19:29:39 -0000	1.19
+++ ChangeLog	30 Sep 2009 17:22:20 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tigervnc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.19 2009/09/13 19:29:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.20 2009/09/30 17:22:20 armin76 Exp $
+
+  30 Sep 2009; Raúl Porcel <armin76@gentoo.org> tigervnc-1.0.0.ebuild:
+  Add glproto dep as non-optional
 
 *tigervnc-1.0.0 (13 Sep 2009)
 



1.3                  net-misc/tigervnc/tigervnc-1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild?r1=1.2&r2=1.3

Index: tigervnc-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tigervnc-1.0.0.ebuild	14 Sep 2009 01:14:47 -0000	1.2
+++ tigervnc-1.0.0.ebuild	30 Sep 2009 17:22:20 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild,v 1.2 2009/09/14 01:14:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0.ebuild,v 1.3 2009/09/30 17:22:20 armin76 Exp $
 
 EAPI="1"
 
@@ -60,6 +60,7 @@
 		x11-proto/dri2proto
 		x11-proto/fixesproto
 		x11-proto/fontsproto
+		x11-proto/glproto
 		x11-proto/randrproto
 		x11-proto/resourceproto
 		x11-proto/scrnsaverproto
@@ -72,7 +73,6 @@
 		x11-proto/xf86driproto
 		x11-proto/xf86miscproto
 		x11-proto/xf86vidmodeproto
-		opengl? ( x11-proto/glproto )
 		>=media-libs/mesa-7.1
 		>=x11-proto/renderproto-0.9.3
 		x11-libs/libpciaccess






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-30 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30 17:22 [gentoo-commits] gentoo-x86 commit in net-misc/tigervnc: ChangeLog tigervnc-1.0.0.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-13 19:29 Raul Porcel (armin76)

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