16 lines
484 B
Bash
16 lines
484 B
Bash
# 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-dv/gst-plugins-dv-1.0.5.ebuild,v 1.7 2013/02/23 14:49:45 ago Exp $
|
|
|
|
EAPI="5"
|
|
|
|
inherit gst-plugins-good
|
|
|
|
DESCRIPTION="GStreamer plugin to demux and decode DV"
|
|
KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=media-libs/libdv-0.100"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
GST_PLUGINS_BUILD="libdv"
|