summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-12 21:32:55 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-12 21:32:55 +0000
commitb562e255658ddbe97afc58639aa493500c13d877 (patch)
treeb2f9638a4c0367225cf5a679d71bae9b602698d2 /media-sound
parentRemove older version (diff)
downloadgentoo-2-b562e255658ddbe97afc58639aa493500c13d877.tar.gz
gentoo-2-b562e255658ddbe97afc58639aa493500c13d877.tar.bz2
gentoo-2-b562e255658ddbe97afc58639aa493500c13d877.zip
Version bump.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/gst123/ChangeLog9
-rw-r--r--media-sound/gst123/gst123-0.3.2.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/media-sound/gst123/ChangeLog b/media-sound/gst123/ChangeLog
index d388e69b69ff..20a4511edb23 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.6 2012/06/25 03:56:12 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gst123/ChangeLog,v 1.7 2013/01/12 21:32:55 radhermit Exp $
+
+*gst123-0.3.2 (12 Jan 2013)
+
+ 12 Jan 2013; Tim Harder <radhermit@gentoo.org> +gst123-0.3.2.ebuild:
+ Version bump.
25 Jun 2012; Tim Harder <radhermit@gentoo.org> -gst123-0.3.0.ebuild:
Remove old.
diff --git a/media-sound/gst123/gst123-0.3.2.ebuild b/media-sound/gst123/gst123-0.3.2.ebuild
new file mode 100644
index 000000000000..cad1207eeea8
--- /dev/null
+++ b/media-sound/gst123/gst123-0.3.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gst123/gst123-0.3.2.ebuild,v 1.1 2013/01/12 21:32:55 radhermit Exp $
+
+EAPI=5
+
+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:1.0
+ media-libs/gstreamer:1.0
+ sys-libs/ncurses
+ x11-libs/gtk+:2
+ x11-libs/libX11"
+RDEPEND="${CDEPEND}
+ media-plugins/gst-plugins-meta:1.0"
+DEPEND="${CDEPEND}
+ virtual/pkgconfig"