blob: 644f3ad2d5e4ab3eb6c361d51ea2ac84bfc7cd4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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-libvisual/gst-plugins-libvisual-0.10.12.ebuild,v 1.2 2007/07/26 13:52:48 gustavoz Exp $
inherit gst-plugins-base
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=media-libs/gst-plugins-base-0.10.12
>=media-libs/libvisual-0.2"
DEPEND="${RDEPEND}"
|