e28271bff4
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2776 6952d904-891a-0410-993b-d76249ca496b
25 lines
986 B
Bash
25 lines
986 B
Bash
# 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-meta/gst-plugins-meta-0.10.ebuild,v 1.7 2007/11/27 15:22:59 dang Exp $
|
|
|
|
DESCRIPTION="Meta ebuild to pull in gst plugins for apps"
|
|
HOMEPAGE="http://www.gentoo.org"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0.10"
|
|
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
|
|
IUSE="alsa esd oss X xv"
|
|
|
|
RDEPEND="oss? ( >=media-plugins/gst-plugins-oss-0.10 )
|
|
alsa? ( >=media-plugins/gst-plugins-alsa-0.10 )
|
|
esd? ( >=media-plugins/gst-plugins-esd-0.10 )
|
|
X? ( >=media-plugins/gst-plugins-x-0.10 )
|
|
xv? ( >=media-plugins/gst-plugins-xvideo-0.10 )"
|
|
|
|
# Usage note:
|
|
# The idea is that apps depend on this for optional gstreamer plugins. Then,
|
|
# when USE flags change, no app gets rebuilt, and all apps that can make use of
|
|
# the new plugin automatically do.
|
|
|
|
# When adding deps here, make sure the keywords on the gst-plugin are valid.
|