summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-09-18 11:55:48 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2016-09-19 00:43:20 +0200
commitb0de266366d318c43cdfd98ba771069d3823e94e (patch)
tree329160603301ca961b9d3c255cb284a759ddc678 /media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.8.3.ebuild
parentmedia-plugins/gst-plugins-smoothstreaming: version bump to 1.8.3 (diff)
downloadgentoo-b0de266366d318c43cdfd98ba771069d3823e94e.tar.gz
gentoo-b0de266366d318c43cdfd98ba771069d3823e94e.tar.bz2
gentoo-b0de266366d318c43cdfd98ba771069d3823e94e.zip
media-plugins/gst-plugins-soundtouch: version bump to 1.8.3
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.8.3.ebuild')
-rw-r--r--media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.8.3.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.8.3.ebuild b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.8.3.ebuild
new file mode 100644
index 000000000000..8cf0d03a952b
--- /dev/null
+++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.8.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Beats-per-minute detection and pitch controlling plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/libsoundtouch-1.7.1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"