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/dev-perl/GStreamer/GStreamer-0.170.0.ebuild

27 lines
586 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/GStreamer/GStreamer-0.170.0.ebuild,v 1.4 2012/05/18 06:36:31 jdhore Exp $
EAPI=4
MODULE_AUTHOR=XAOC
MODULE_VERSION=0.17
inherit perl-module
DESCRIPTION="Perl bindings for GStreamer"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~sparc x86"
IUSE=""
RDEPEND="
=media-libs/gstreamer-0.10*
>=dev-perl/glib-perl-1.180.0
"
DEPEND="${RDEPEND}
>=dev-perl/extutils-depends-0.205.0
>=dev-perl/extutils-pkgconfig-1.07
virtual/pkgconfig
"