blob: 8e108ff9c6d8ef09e71f9fea1d1a76c04a0fa43c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.6.4.ebuild,v 1.6 2004/06/24 23:31:39 agriffis Exp $
IUSE=""
inherit gst-plugins
DESCRIPTION="X video output plugin for gstreamer"
KEYWORDS="x86 ppc ~amd64"
DEPEND="virtual/x11"
|