diff options
author | Gilles Dartiguelongue <g.dartiguelongue@lexfo.fr> | 2016-01-31 15:34:23 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <g.dartiguelongue@lexfo.fr> | 2016-01-31 15:45:15 +0100 |
commit | eb678863832ade5ea7eac326ee47eed4fce2d0a5 (patch) | |
tree | 67a3299f616ac0e5642484d6628ae9954c7d2034 /media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.6.3.ebuild | |
parent | media-plugins/gst-plugins-smoothstreaming: version bump to 1.6.3 (diff) | |
download | gentoo-eb678863832ade5ea7eac326ee47eed4fce2d0a5.tar.gz gentoo-eb678863832ade5ea7eac326ee47eed4fce2d0a5.tar.bz2 gentoo-eb678863832ade5ea7eac326ee47eed4fce2d0a5.zip |
media-plugins/gst-plugins-soundtouch: version bump to 1.6.3
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.6.3.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.6.3.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.6.3.ebuild b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.6.3.ebuild new file mode 100644 index 000000000000..df0a6b754f1d --- /dev/null +++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.6.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer + +DESCRIPTION="GStreamer elements for beats-per-minute detection and pitch controlling" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=media-libs/libsoundtouch-1.7.1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |