diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-09-01 17:51:34 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-09-01 17:51:34 +0000 |
commit | 4d1d68aa4d04212f23493c632180cb8f46fd9759 (patch) | |
tree | 8f715c92e56016767b830225e73ab00b1e1ac000 /media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.10.ebuild | |
parent | Adding workaround for .git directory in parent folder, fixing bug #482334 (diff) | |
download | historical-4d1d68aa4d04212f23493c632180cb8f46fd9759.tar.gz historical-4d1d68aa4d04212f23493c632180cb8f46fd9759.tar.bz2 historical-4d1d68aa4d04212f23493c632180cb8f46fd9759.zip |
Version bump.
Package-Manager: portage-2.2.1/cvs/Linux x86_64
Manifest-Sign-Key: 0xC6085806
Diffstat (limited to 'media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.10.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.10.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.10.ebuild b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.10.ebuild new file mode 100644 index 000000000000..9369beb32139 --- /dev/null +++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.10.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.10.ebuild,v 1.1 2013/09/01 17:50:31 eva Exp $ + +EAPI="5" + +inherit gst-plugins-bad + +DESCRIPTION="GStreamer elements for beats-per-minute detection and pitch controlling" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=media-libs/libsoundtouch-1.4" +DEPEND="${RDEPEND}" |