Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-plugins/gst-plugins-pulse/
Date: Sat, 01 Dec 2012 22:41:37
Message-Id: 1354401612.1af71d77dbe387b0dd05a1a1037af9a2e15c7aef.eva@gentoo
1 commit: 1af71d77dbe387b0dd05a1a1037af9a2e15c7aef
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 22:20:04 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 22:40:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1af71d77
7
8 media-plugins/gst-plugins-pulse: copy from gentoo-x86
9
10 ---
11 .../gst-plugins-pulse-0.10.31.ebuild | 14 ++++++++++++++
12 1 files changed, 14 insertions(+), 0 deletions(-)
13
14 diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31.ebuild
15 new file mode 100644
16 index 0000000..8bc5e2b
17 --- /dev/null
18 +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31.ebuild
19 @@ -0,0 +1,14 @@
20 +# Copyright 1999-2012 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="5"
25 +
26 +inherit gst-plugins-good
27 +
28 +DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
29 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
30 +IUSE=""
31 +
32 +RDEPEND=">=media-sound/pulseaudio-0.98"
33 +DEPEND="${RDEPEND}"