summaryrefslogtreecommitdiff
blob: 34adcf8d9917561eab2380b5a3816cf5011a2c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=1
inherit gst-plugins-good

KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=media-libs/gstreamer-0.10.18
	>=media-libs/gst-plugins-base-0.10.18"
RDEPEND="${DEPEND}
	virtual/os-headers"