summaryrefslogtreecommitdiff
blob: 11ebbc5297cb8e41abe4a7fd2aa7833f1a658569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

DESCRIPTION="OnlineTVRecorder decoder (QT)"
HOMEPAGE="http://www.onlinetvrecorder.com"
SRC_URI="http://onlinetvrecorder.com/downloads/${PN}-linux-Ubuntu_8.04-i686-${PV}-r1132.tar.bz2"

LICENSE="LGPL-2.1 MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="x86? ( media-video/ffmpeg
		x11-libs/qt-gui
		x11-libs/qt-core )
	amd64? ( app-emulation/emul-linux-x86-qtlibs )"
DEPEND=""

S=${WORKDIR}/${PN}-linux-Ubuntu_8.04-i686-${PV}-r1132

QA_PRESTRIPPED="usr/bin/qotr"
QA_DT_HASH="usr/bin/qotr"

src_install() {
	# TODO locales
	dobin qotr || die "dobin failed"
}