blob: 6d0a41dea259b32cbcbb526c78dec417d0fc4abb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 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.4.ebuild,v 1.4 2004/04/20 17:42:58 eradicator Exp $
IUSE=""
inherit gst-plugins
DESCRIPTION="X video output plugin for gstreamer"
KEYWORDS="x86 ~ppc ~amd64"
DEPEND="virtual/x11"
|