You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/recordmydesktop/recordmydesktop-0.3.8.1.ebuild

36 lines
948 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/recordmydesktop/recordmydesktop-0.3.8.1.ebuild,v 1.4 2009/03/07 08:55:59 fauli Exp $
EAPI=2
DESCRIPTION="A desktop session recorder producing Ogg video/audio files"
HOMEPAGE="http://recordmydesktop.sourceforge.net/"
SRC_URI="mirror://sourceforge/recordmydesktop/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="jack alsa"
DEPEND="x11-libs/libXext
x11-libs/libXdamage
x11-libs/libXfixes
x11-libs/libICE
x11-libs/libSM
media-libs/libogg
media-libs/libvorbis
media-libs/libtheora[encode]
alsa? ( media-libs/alsa-lib )
jack? ( media-sound/jack-audio-connection-kit )"
RDEPEND="${DEPEND}"
src_configure() {
econf $(use_enable jack) $(use_enable !alsa oss)
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc NEWS README AUTHORS ChangeLog TODO
}