You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/gst-plugins-dts/gst-plugins-dts-1.0.6.ebuild

22 lines
563 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dts/gst-plugins-dts-1.0.6.ebuild,v 1.1 2013/04/01 13:06:45 eva Exp $
EAPI="5"
inherit gst-plugins-bad gst-plugins10
DESCRIPTION="GStreamer plugin for MPEG-1/2 video encoding"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
IUSE="+orc"
RDEPEND="
media-libs/libdca
orc? ( >=dev-lang/orc-0.4.16 )
"
DEPEND="${RDEPEND}"
src_configure() {
gst-plugins10_src_configure $(use_enable orc)
}