diff options
author | Olivier Crête <tester@gentoo.org> | 2009-03-30 05:06:26 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-03-30 05:06:26 +0000 |
commit | 7b3e487937fb825d1708ae2a8c6558c51bdeb1ed (patch) | |
tree | be0e21df172ba6ca922911c96eb30666458c0f32 /media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.14.ebuild | |
parent | Version bump (diff) | |
download | historical-7b3e487937fb825d1708ae2a8c6558c51bdeb1ed.tar.gz historical-7b3e487937fb825d1708ae2a8c6558c51bdeb1ed.tar.bz2 historical-7b3e487937fb825d1708ae2a8c6558c51bdeb1ed.zip |
Version bump
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.14.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.14.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.14.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.14.ebuild new file mode 100644 index 000000000000..3accb0fea645 --- /dev/null +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.14.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.14.ebuild,v 1.1 2009/03/30 04:59:07 tester Exp $ + +inherit gst-plugins-good + +DESCRIPTION="gst-pulse is a GStreamer 0.10 plugin for the PulseAudio sound +server." +KEYWORDS="~alpha ~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=media-sound/pulseaudio-0.9.8 + >=media-libs/gstreamer-0.10.22 + >=media-libs/gst-plugins-base-0.10.22" +DEPEND="${RDEPEND} + dev-util/pkgconfig" |