summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/gst123/gst123-0.3.1.ebuild')
-rw-r--r--media-sound/gst123/gst123-0.3.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-sound/gst123/gst123-0.3.1.ebuild b/media-sound/gst123/gst123-0.3.1.ebuild
new file mode 100644
index 000000000000..15e695a256b1
--- /dev/null
+++ b/media-sound/gst123/gst123-0.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="A more flexible command line 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/gst123/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="dev-libs/glib
+ media-libs/gst-plugins-base:0.10
+ media-libs/gstreamer:0.10
+ sys-libs/ncurses
+ x11-libs/gtk+:2
+ x11-libs/libX11"
+RDEPEND="${CDEPEND}
+ media-plugins/gst-plugins-meta:0.10"
+DEPEND="${CDEPEND}
+ virtual/pkgconfig"