15 lines
389 B
Bash
15 lines
389 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id: 26d9b4443a48c835b37f87ad06b1a6bfe9821642 $
|
|
|
|
EAPI=6
|
|
GST_ORG_MODULE=gst-plugins-bad
|
|
|
|
inherit gstreamer
|
|
|
|
DESCRIPTION="MPEG-1/2 video encoding plugin for GStreamer"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=media-video/mjpegtools-2.1.0-r1[${MULTILIB_USEDEP}]"
|
|
DEPEND="${RDEPEND}"
|