summaryrefslogtreecommitdiff
blob: 54f3d6bdabff6c792191adc9e59f4e416b5ac697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

DESCRIPTION="gst123 is a flexible CLI player in the spirit of ogg123 and mpg123, based on gstreamer."
HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
SRC_URI="http://space.twc.de/~stefan/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND="sys-libs/ncurses
	media-libs/gstreamer
	media-plugins/gst-plugins-ogg
	media-plugins/gst-plugins-vorbis
	|| (
		media-plugins/gst-plugins-mad
		media-plugins/gst-plugins-twolame
		media-plugins/gst-plugins-lame
	)
	"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
	dodoc README TODO NEWS || die
}