blob: 647a672cbae83d21fb1e30b734ac17716eb3f178 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-opengl/gst-plugins-opengl-0.10.5.ebuild,v 1.1 2007/08/30 11:19:54 drac Exp $
inherit gst-plugins-bad
KEYWORDS="~x86"
RDEPEND=">=media-libs/gst-plugins-base-0.10.13
>=media-libs/gstreamer-0.10.13
media-libs/mesa"
DEPEND="${RDEPEND}"
GST_PLUGINS_BUILD="opengl"
GST_PLUGINS_BUILD_DIR="glsink"
|