public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/vnc2swf: ChangeLog vnc2swf-0.5.0-r1.ebuild vnc2swf-0.5.0.ebuild
@ 2010-05-27 23:26 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-05-27 23:26 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/05/27 23:26:25

  Modified:             ChangeLog
  Added:                vnc2swf-0.5.0-r1.ebuild
  Removed:              vnc2swf-0.5.0.ebuild
  Log:
  Revbump which fixes bug #313667
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 x11-misc/vnc2swf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vnc2swf/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vnc2swf/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vnc2swf/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	28 Oct 2007 17:18:06 -0000	1.19
+++ ChangeLog	27 May 2010 23:26:25 -0000	1.20
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/vnc2swf
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/ChangeLog,v 1.19 2007/10/28 17:18:06 omp Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/ChangeLog,v 1.20 2010/05/27 23:26:25 hwoarang Exp $
+
+*vnc2swf-0.5.0-r1 (27 May 2010)
+
+  27 May 2010; Markos Chandras <hwoarang@gentoo.org> -vnc2swf-0.5.0.ebuild,
+  +vnc2swf-0.5.0-r1.ebuild:
+  Revbump which fixes bug #313667. Thanks to Christophe LEFEBVRE
+  <chtof62@gmail.com> for the patch
 
   28 Oct 2007; David Shakaryan <omp@gentoo.org> vnc2swf-0.5.0.ebuild:
   Remove media-libs/ming dependency. (bug #197258)



1.1                  x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: vnc2swf-0.5.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild,v 1.1 2010/05/27 23:26:25 hwoarang Exp $

inherit eutils

DESCRIPTION="A tool for recording Flash SWF movies from VNC sessions"
HOMEPAGE="http://www.unixuser.org/~euske/vnc2swf"
SRC_URI="http://www.unixuser.org/~euske/vnc2swf/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="x11vnc"

RDEPEND="x11-libs/libX11
	x11-libs/libXaw
	x11-libs/libXext
	x11-libs/libXmu
	x11-libs/libXt"
DEPEND="${RDEPEND}
	x11-proto/xextproto
	x11-proto/xproto
	sys-apps/sed
	sys-libs/zlib
	x11vnc? ( x11-misc/x11vnc )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -ie "s:docs:html:" README || die
	sed -ie "s:-mouse ::" recordwin.sh || die
}

src_install() {
	dobin vnc2swf || die
	if use x11vnc; then
		# this USE flag is needed because recordwin
		# only works on x11vnc
		newbin recordwin.sh recordwin
		dosed "s:./vnc2swf:vnc2swf:" /usr/bin/recordwin || die
	fi
	insinto /etc/X11/app-defaults
	newins Vnc2Swf.ad Vnc2Swf || die
	dodoc README*  || die
	dohtml -a html,swf docs/* || die
}






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

only message in thread, other threads:[~2010-05-27 23:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-27 23:26 [gentoo-commits] gentoo-x86 commit in x11-misc/vnc2swf: ChangeLog vnc2swf-0.5.0-r1.ebuild vnc2swf-0.5.0.ebuild Markos Chandras (hwoarang)

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