You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/gst-plugins-gl/gst-plugins-gl-0.10.3.ebuild

49 lines
991 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gl/gst-plugins-gl-0.10.3.ebuild,v 1.5 2013/10/11 05:18:31 ago Exp $
EAPI="5"
GST_TARBALL_SUFFIX="gz"
inherit gst-plugins10
DESCRIPTION="GStreamer OpenGL plugins"
HOMEPAGE="http://gstreamer.freedesktop.org/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="libvisual"
RDEPEND="
>=media-libs/glew-1.5
>=media-libs/libpng-1.4:0=
>=media-libs/gstreamer-0.10.35:0.10
>=media-libs/gst-plugins-base-0.10.35:0.10
virtual/glu
virtual/opengl
x11-libs/libSM
libvisual? ( >=media-libs/libvisual-0.4 )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.3
"
# FIXME: add support for libvisual
src_configure() {
gst-plugins10_src_configure \
--disable-examples \
--disable-static \
--disable-valgrind \
$(use_enable libvisual)
}
src_compile() {
default
}
src_install() {
default
prune_libtool_files --modules
}