# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" DESCRIPTION="WebTV player for french people to watch ADSL TV" HOMEPAGE="https://code.google.com/p/freetuxtv/" SRC_URI="https://freetuxtv.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" RDEPEND="x11-libs/gtk+:3 >=dev-libs/glib-2.16 >=dev-libs/dbus-glib-0.74 >=dev-db/sqlite-3.4 >=media-video/vlc-0.8.6[live,rtsp] >=net-misc/curl-7.18 >=x11-libs/libnotify-0.7 nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_configure() { econf $(use_enable nls) } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README || die }