summaryrefslogtreecommitdiff
blob: 745b8df5c1bf0b718d718c99a4f74b861d733653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

inherit gst-plugins-good

DESCRIPTION="GStreamer encoder/decoder/tagger for FLAC"
KEYWORDS="sh"
IUSE=""

RDEPEND=">=media-libs/flac-1.1.4"
DEPEND="${RDEPEND}"