| 1 |
# Copyright 1999-2013 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dts/gst-plugins-dts-1.0.3.ebuild,v 1.3 2012/12/31 15:49:49 ago Exp $
|
| 4 |
|
| 5 |
EAPI="5"
|
| 6 |
|
| 7 |
inherit gst-plugins-bad gst-plugins10
|
| 8 |
|
| 9 |
DESCRIPTION="GStreamer plugin for MPEG-1/2 video encoding"
|
| 10 |
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
|
| 11 |
IUSE="+orc"
|
| 12 |
|
| 13 |
RDEPEND="
|
| 14 |
media-libs/libdca
|
| 15 |
orc? ( >=dev-lang/orc-0.4.16 )
|
| 16 |
"
|
| 17 |
DEPEND="${RDEPEND}"
|
| 18 |
|
| 19 |
src_configure() {
|
| 20 |
gst-plugins10_src_configure $(use_enable orc)
|
| 21 |
}
|