www-client/google-chrome-beta: automated update (84.0.4147.30)
[gentoo.git] / media-plugins / gst-plugins-dts / gst-plugins-dts-1.14.5.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 GST_ORG_MODULE=gst-plugins-bad
6
7 inherit gstreamer
8
9 DESCRIPTION="DTS audio decoder plugin for Gstreamer"
10 KEYWORDS="amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 x86"
11 IUSE="+orc"
12
13 RDEPEND="
14         >=media-libs/libdca-0.0.5-r3[${MULTILIB_USEDEP}]
15         orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
16 "
17 DEPEND="${RDEPEND}"