14 lines
480 B
Bash
14 lines
480 B
Bash
|
# Copyright 1999-2010 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-0.10.19.ebuild,v 1.2 2010/08/03 16:02:09 leio Exp $
|
||
|
|
||
|
inherit gst-plugins-bad
|
||
|
|
||
|
DESCRIPTION="GStreamer plugin for MPEG/DVD/SVCD/VCD video/audio multiplexing"
|
||
|
KEYWORDS="~amd64 ~x86"
|
||
|
IUSE=""
|
||
|
|
||
|
RDEPEND=">=media-video/mjpegtools-1.9.0
|
||
|
>=media-libs/gst-plugins-base-0.10.29"
|
||
|
DEPEND="${RDEPEND}"
|