summaryrefslogtreecommitdiff
path: root/media-sound/gst123/gst123-0.4.1.ebuild
blob: f58f952c9d20f113e87ebf6ad38801a78146aa58 (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
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="GStreamer based command line media player"
HOMEPAGE="https://space.twc.de/~stefan/gst123.php"
SRC_URI="https://github.com/swesterfeld/gst123/releases/download/${PV}/${P}.tar.bz2"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

CDEPEND="
	dev-libs/glib:2
	media-libs/gst-plugins-base:1.0
	media-libs/gstreamer:1.0
	sys-libs/ncurses:0=
	x11-libs/gtk+:2
	x11-libs/libX11
"
RDEPEND="${CDEPEND}
	media-plugins/gst-plugins-meta:1.0"
DEPEND="${CDEPEND}"
BDEPEND="virtual/pkgconfig"