blob: 99b9c1be6fc18906ee3679a8d03e91ca64e01b29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.3.ebuild,v 1.2 2003/09/14 00:01:32 dholm Exp $
inherit gst-plugins
DESCRIPTION="X video output plugin for gstreamer"
KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND="virtual/x11"
|