gst-plugins-faad-1.16.2.ebuild (367B)
1 # Copyright 1999-2020 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="AAC audio decoder plugin."
10 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
11 IUSE=""
12
13 RDEPEND=">=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}]"
14 DEPEND="${RDEPEND}"