* [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: ChangeLog synergy-1.3.1-r1.ebuild
@ 2009-10-30 9:24 99% Alex Alexander (wired)
0 siblings, 0 replies; 1+ results
From: Alex Alexander (wired) @ 2009-10-30 9:24 UTC (permalink / raw
To: gentoo-commits
wired 09/10/30 09:24:21
Modified: ChangeLog
Added: synergy-1.3.1-r1.ebuild
Log:
added patch that reduces delays - bug 257794
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Revision Changes Path
1.60 x11-misc/synergy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 23 Oct 2009 20:47:16 -0000 1.59
+++ ChangeLog 30 Oct 2009 09:24:21 -0000 1.60
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/synergy
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.59 2009/10/23 20:47:16 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.60 2009/10/30 09:24:21 wired Exp $
+
+*synergy-1.3.1-r1 (30 Oct 2009)
+
+ 30 Oct 2009; Alex Alexander <wired@gentoo.org> +synergy-1.3.1-r1.ebuild,
+ +files/synergy-1.3.1-stuttered-delay-fix.patch:
+ added patch that reduces delays - bug 257794
23 Oct 2009; Jeremy Olexa <darkside@gentoo.org> synergy-1.3.1.ebuild:
add --disable-debug because debugging exposes an assertion error in
1.1 x11-misc/synergy/synergy-1.3.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/synergy-1.3.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/synergy-1.3.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: synergy-1.3.1-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.3.1-r1.ebuild,v 1.1 2009/10/30 09:24:21 wired Exp $
inherit eutils autotools
DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers."
SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.gz"
HOMEPAGE="http://synergy2.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="~arm ~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"
IUSE=""
RDEPEND="x11-libs/libXtst
x11-libs/libX11
x11-libs/libXext
x11-libs/libXinerama"
DEPEND="${RDEPEND}
x11-proto/xextproto
x11-proto/xproto
x11-proto/kbproto
x11-proto/xineramaproto
x11-libs/libXt"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}+gcc-4.3.patch"
# fix for #257794
epatch "${FILESDIR}/${P}-stuttered-delay-fix.patch"
# Remove -Werror usage.
sed -i -e '/ACX_CXX_WARNINGS_ARE_ERRORS/d' \
configure.in || die "unable to sed out -Werror usage."
eautoreconf
}
src_compile() {
# debug causes an assertion error in switchInDirection()
econf --sysconfdir=/etc \
--disable-dependency-tracking \
--disable-debug
emake || die
}
src_install () {
make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README
insinto /etc
doins "${S}"/examples/synergy.conf
}
pkg_postinst() {
elog
elog "${PN} can also be used to connect to computers running Windows."
elog "Visit ${HOMEPAGE} to find the Windows client."
elog
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-10-30 9:24 99% [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: ChangeLog synergy-1.3.1-r1.ebuild Alex Alexander (wired)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox