| 1 |
# Copyright 1999-2012 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-0.10.22.ebuild,v 1.5 2011/10/15 23:28:00 maekke Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
inherit gst-plugins-bad
|
| 8 |
|
| 9 |
DESCRIPTION="GStreamer plugin for MPEG-1/2 video encoding"
|
| 10 |
KEYWORDS="amd64 hppa x86 ~amd64-fbsd"
|
| 11 |
IUSE="+orc"
|
| 12 |
|
| 13 |
RDEPEND="media-libs/libdca
|
| 14 |
>=media-libs/gstreamer-0.10.33
|
| 15 |
>=media-libs/gst-plugins-base-0.10.33
|
| 16 |
orc? ( >=dev-lang/orc-0.4.11 )"
|
| 17 |
DEPEND="${RDEPEND}"
|
| 18 |
|
| 19 |
src_configure() {
|
| 20 |
gst-plugins-bad_src_configure $(use_enable orc)
|
| 21 |
}
|