gentoo-full-overlay/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.10.4.ebuild

15 lines
391 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: 32b9a1879c1e4c8b59b8c6e8bc9805a00a42b748 $
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}"