diff options
Diffstat (limited to 'media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild')
-rw-r--r-- | media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild new file mode 100644 index 000000000000..25eb492157f9 --- /dev/null +++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild,v 1.1 2008/12/12 04:44:22 beandog Exp $ + +EAPI="2" + +inherit eutils + +DESCRIPTION="Simple IVTV command line TV and radio player with support of LIRC." +HOMEPAGE="http://sourceforge.net/projects/ivtvplayer/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64" +IUSE="gtk" +RDEPEND="|| ( media-tv/ivtv media-tv/ivtv-utils ) + || ( media-video/mplayer[v4l2] + media-video/mplayer[dvb] ) + media-sound/alsa-utils + dev-perl/XML-Simple + gtk? ( dev-perl/gtk2-perl ) + >=dev-perl/Lirc-Client-1.50" +DEPEND="" + +src_install() { + dobin bin/itv + dobin bin/iradio + if use gtk ; then + dobin bin/ictl + fi + dodoc doc/README doc/CHANGES + dodoc conf/* +} + +pkg_postinst() { + einfo "" + einfo "Example of itv, iradio and its LIRC configuration file is located in" + einfo "directory /usr/share/doc/${PF}/." + einfo "" +} |