2014-06-11 10:13:58 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2014-06-11 10:13:58 +04:00
|
|
|
|
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
GST_ORG_MODULE=gst-plugins-good
|
|
|
|
inherit gstreamer
|
|
|
|
|
|
|
|
DESCRIPTION="GStreamer plugin for annodex stream manipulation"
|
2014-08-25 20:05:49 +04:00
|
|
|
KEYWORDS="alpha amd64 ppc ppc64 x86"
|
2014-06-11 10:13:58 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2014-06-19 11:09:26 +04:00
|
|
|
RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
|
2014-06-11 10:13:58 +04:00
|
|
|
DEPEND="${RDEPEND}"
|