summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-04-22 21:24:29 +0000
committerTim Harder <radhermit@gentoo.org>2012-04-22 21:24:29 +0000
commit0d426c52851f1b95cdbd5a71998facbd1181aabe (patch)
tree3d512f6091ac9ae269727de82adb92498958d269 /media-sound/gst123
parentdigest fixed (diff)
downloadgentoo-2-0d426c52851f1b95cdbd5a71998facbd1181aabe.tar.gz
gentoo-2-0d426c52851f1b95cdbd5a71998facbd1181aabe.tar.bz2
gentoo-2-0d426c52851f1b95cdbd5a71998facbd1181aabe.zip
Version bump.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/gst123')
-rw-r--r--media-sound/gst123/ChangeLog7
-rw-r--r--media-sound/gst123/gst123-0.3.1.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/media-sound/gst123/ChangeLog b/media-sound/gst123/ChangeLog
index 481f69635697..e1ccf6a8f82e 100644
--- a/media-sound/gst123/ChangeLog
+++ b/media-sound/gst123/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/gst123
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gst123/ChangeLog,v 1.2 2012/03/23 00:10:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gst123/ChangeLog,v 1.3 2012/04/22 21:24:29 radhermit Exp $
+
+*gst123-0.3.1 (22 Apr 2012)
+
+ 22 Apr 2012; Tim Harder <radhermit@gentoo.org> +gst123-0.3.1.ebuild:
+ Version bump.
*gst123-0.3.0 (23 Mar 2012)
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..d13340058afe
--- /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
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gst123/gst123-0.3.1.ebuild,v 1.1 2012/04/22 21:24:29 radhermit Exp $
+
+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}
+ dev-util/pkgconfig"