blob: 528e0761e527cef5d94f85cbba2a274798392066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.2.3.ebuild,v 1.3 2014/03/09 12:08:57 pacho Exp $
EAPI="5"
inherit gst-plugins-bad
DESCRIPTION="GStreamer plugin for supporting RTMP sources"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="media-video/rtmpdump"
DEPEND="${RDEPEND}"
|