| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35.ebuild,v 1.8 2012/05/17 15:26:29 aballier Exp $
|
| 4 |
|
| 5 |
inherit gst-plugins-base
|
| 6 |
|
| 7 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
|
| 8 |
IUSE=""
|
| 9 |
|
| 10 |
RDEPEND="x11-libs/libXv
|
| 11 |
x11-libs/libXext
|
| 12 |
|
| 13 |
x11-libs/libSM
|
| 14 |
x11-libs/libICE"
|
| 15 |
# libSM and libICE are not used, but the build system links to them anyway
|
| 16 |
# Fixed in >=0.10.35-r1
|
| 17 |
DEPEND="${RDEPEND}
|
| 18 |
x11-proto/videoproto
|
| 19 |
x11-proto/xproto
|
| 20 |
x11-proto/xextproto"
|
| 21 |
|
| 22 |
# xshm is a compile time option of xvideo
|
| 23 |
# x is needed to build any X plugins, but we build/install only xv anyway
|
| 24 |
GST_PLUGINS_BUILD="x xvideo xshm"
|
| 25 |
GST_PLUGINS_BUILD_DIR="xvimage"
|