2015-01-14 09:20:28 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2013-09-30 10:26:45 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2013-09-30 10:26:45 +04:00
|
|
|
|
|
|
|
EAPI="5"
|
|
|
|
|
2015-01-14 09:20:28 +03:00
|
|
|
GST_ORG_MODULE=gst-plugins-good
|
|
|
|
inherit gstreamer
|
2013-09-30 10:26:45 +04:00
|
|
|
|
|
|
|
DESCRIPTION="GStreamer encoder/decoder for wavpack audio format"
|
2015-07-30 08:56:02 +03:00
|
|
|
KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
|
2013-09-30 10:26:45 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2015-01-14 09:20:28 +03:00
|
|
|
RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"
|
2013-09-30 10:26:45 +04:00
|
|
|
DEPEND="${RDEPEND}"
|