blob: bb0e8f0e852119edc566f8388247057990cb4af6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/GStreamer-Interfaces/GStreamer-Interfaces-0.06.ebuild,v 1.1 2010/03/23 07:41:23 tove Exp $
EAPI=2
MODULE_AUTHOR=TSCH
inherit perl-module
DESCRIPTION="Perl interface to the GStreamer Interfaces library"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
RDEPEND="=media-libs/gst-plugins-base-0.10*
>=dev-perl/GStreamer-0.06
>=dev-perl/glib-perl-1.180"
DEPEND="${RDEPEND}
>=dev-perl/extutils-depends-0.205
>=dev-perl/extutils-pkgconfig-1.07
dev-util/pkgconfig"
SRC_TEST=do
|