summaryrefslogtreecommitdiff
blob: a75b8dadf829caa87133f93f132642a91720281b (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
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit vdr-plugin-2

VERSION="1629" #every bump, new version

DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice"
SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"

KEYWORDS="~arm"
SLOT="0"
LICENSE="GPL-2"
IUSE=""

DEPEND=">=media-video/vdr-2.0.0
		>=media-libs/raspberrypi-userland-0_pre20140117
		<=media-video/ffmpeg-1.0.8"
#		virtual/ffmpeg fixing later, sources needs exactly <=ffmpeg-1.0.8, libav not implemented yet
RDEPEND="${DEPEND}"