From d4a59755f12a52c2928a0563813f585f9fd31e3b Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 9 Oct 2007 18:35:09 +0000 Subject: version bump, fix homepage, bug #195273 (Portage version: 2.1.3.12) --- .../qt-recordmydesktop-0.3.6.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.6.ebuild (limited to 'media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.6.ebuild') diff --git a/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.6.ebuild b/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.6.ebuild new file mode 100644 index 000000000000..7f7b1cb18221 --- /dev/null +++ b/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/qt-recordmydesktop/qt-recordmydesktop-0.3.6.ebuild,v 1.1 2007/10/09 18:35:08 aballier Exp $ + +inherit qt4 + +DESCRIPTION="QT4 interface for RecordMyDesktop" +HOMEPAGE="http://recordmydesktop.iovar.org/" +SRC_URI="mirror://sourceforge/recordmydesktop/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +# Test is buggy : bug #186752 +# Tries to run intl-toolupdate without it being substituted from +# configure, make test tries run make check in flumotion/test what +# makes me think that this file has been copied from flumotion without +# much care... +RESTRICT="test" + +RDEPEND="$(qt4_min_version 4.2) + >=dev-python/PyQt4-4.1 + >=media-video/recordmydesktop-0.3.5" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc NEWS README AUTHORS ChangeLog +} -- cgit v1.2.3-65-gdbad