summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-06-19 00:45:09 -0400
committerTim Harder <radhermit@gentoo.org>2016-06-19 00:53:50 -0400
commit6ba1a209abd1d927b062f8ae6f2a605a8ca83a30 (patch)
treec308b46f885aaac9b691133a543a629ffe6f969c /media-sound/gst123/gst123-0.3.4.ebuild
parentmedia-libs/exiftool: version bump to 10.20 (diff)
downloadgentoo-6ba1a209abd1d927b062f8ae6f2a605a8ca83a30.tar.gz
gentoo-6ba1a209abd1d927b062f8ae6f2a605a8ca83a30.tar.bz2
gentoo-6ba1a209abd1d927b062f8ae6f2a605a8ca83a30.zip
media-sound/gst123: version bump to 0.3.4
Diffstat (limited to 'media-sound/gst123/gst123-0.3.4.ebuild')
-rw-r--r--media-sound/gst123/gst123-0.3.4.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/media-sound/gst123/gst123-0.3.4.ebuild b/media-sound/gst123/gst123-0.3.4.ebuild
new file mode 100644
index 000000000000..3b32dfe332e7
--- /dev/null
+++ b/media-sound/gst123/gst123-0.3.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A GStreamer based command line media player"
+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"
+
+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}
+ virtual/pkgconfig"