blob: 90525f69720cef30d0e5e864d69ab7f81324fef8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-0.10.22.ebuild,v 1.1 2011/07/30 02:51:57 leio Exp $
inherit gst-plugins-bad
KEYWORDS="~amd64 ~x86"
IUSE=""
# Prefers schroedinger-1.0.9 to be able to post frame-stats messages,
# but at this time it is stuck in keywording due to dev-lang/orc issues
RDEPEND=">=media-libs/schroedinger-1.0.7-r2
>=media-libs/gst-plugins-base-0.10.33
>=media-libs/gst-plugins-bad-${PV}" # uses basevideo
DEPEND="${RDEPEND}"
GST_PLUGINS_BUILD="schro"
GST_PLUGINS_BUILD_DIR="schroedinger"
|