Parent Directory
|
Revision Log
Stable for x86, wrt bug #454906 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
| 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-0.10.23.ebuild,v 1.4 2013/02/01 11:51:05 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.11 ) |
| 16 | " |
| 17 | DEPEND="${RDEPEND}" |
| 18 | |
| 19 | src_configure() { |
| 20 | gst-plugins10_src_configure $(use_enable orc) |
| 21 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |