diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-10-13 06:43:29 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-10-13 06:43:29 +0000 |
commit | 945156c0112f3485a3d7978a38d9967e6ae68b98 (patch) | |
tree | 19272d873d085d0683665313c120cbefb27ba09d /media-plugins/gst-plugins-soundtouch | |
parent | Version bump. (diff) | |
download | historical-945156c0112f3485a3d7978a38d9967e6ae68b98.tar.gz historical-945156c0112f3485a3d7978a38d9967e6ae68b98.tar.bz2 historical-945156c0112f3485a3d7978a38d9967e6ae68b98.zip |
Add the soundtouch plugin from gst-plugins-bad for BPM (beats-per-minute) detection and pitch controller element. The bpmdetect element is particularly needed by media-sound/banshee for its automatic beats-per-minute detection feature. Bug 284036
Package-Manager: portage-2.2.0_alpha62/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gst-plugins-soundtouch')
4 files changed, 35 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-soundtouch/ChangeLog b/media-plugins/gst-plugins-soundtouch/ChangeLog new file mode 100644 index 000000000000..14603fb6910e --- /dev/null +++ b/media-plugins/gst-plugins-soundtouch/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for media-plugins/gst-plugins-soundtouch +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v 1.1 2011/10/13 06:43:29 leio Exp $ + +*gst-plugins-soundtouch-0.10.22 (13 Oct 2011) + + 13 Oct 2011; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-soundtouch-0.10.22.ebuild, +metadata.xml: + Add the soundtouch plugin from gst-plugins-bad for BPM (beats-per-minute) + detection and pitch controller element. The bpmdetect element is particularly + needed by media-sound/banshee for its automatic beats-per-minute detection + feature. Bug 284036 + diff --git a/media-plugins/gst-plugins-soundtouch/Manifest b/media-plugins/gst-plugins-soundtouch/Manifest new file mode 100644 index 000000000000..fec13797df4e --- /dev/null +++ b/media-plugins/gst-plugins-soundtouch/Manifest @@ -0,0 +1,4 @@ +DIST gst-plugins-bad-0.10.22.tar.bz2 3539722 RMD160 a3cf707a42d49b4285a57adaa07dc87591f18403 SHA1 66f4b9c40eb2ea43f093802e673effabee600a9b SHA256 d8f7102f43ffea076646427115ffdccb3975954f1e9367bd304f7ee01e12070c +EBUILD gst-plugins-soundtouch-0.10.22.ebuild 493 RMD160 2575770066082046aa40c4176efc0cadcf8bdd18 SHA1 f3b6832b1fcebc7994ef5db12e995b39b5c00dab SHA256 852961332bb778c099d1319b3f1f12e69cddb53d4a5fbcf976c2305eaf2b9953 +MISC ChangeLog 650 RMD160 ce9903ec4e27e7f83d1869f0bbc39f89da2b1488 SHA1 a84e3b22994cf1847a116f295ff0994bfc85c745 SHA256 e55d06d2fda06e2f04e95d3c7d4124ff69a60f67c22beb7e061f3fd127a4577f +MISC metadata.xml 162 RMD160 c6078d82a9ff46dbb283bc14ade9d117144cca67 SHA1 f46f8ccd62374b17183b5aca523c4dcf60d718f9 SHA256 3ac891ee23de8c6e2bef32e0c7aa3e6607e808de76ed723fbe7a1fb92f6093f1 diff --git a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-0.10.22.ebuild b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-0.10.22.ebuild new file mode 100644 index 000000000000..9ab65e145774 --- /dev/null +++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-0.10.22.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 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-0.10.22.ebuild,v 1.1 2011/10/13 06:43:29 leio Exp $ + +inherit gst-plugins-bad + +KEYWORDS="~amd64" +IUSE="" +DESCRIPTION="GStreamer elements for beats-per-minute detection and pitch controlling" + +RDEPEND=">=media-libs/libsoundtouch-1.4 + >=media-libs/gst-plugins-base-0.10.33" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-soundtouch/metadata.xml b/media-plugins/gst-plugins-soundtouch/metadata.xml new file mode 100644 index 000000000000..9e260ceca3e3 --- /dev/null +++ b/media-plugins/gst-plugins-soundtouch/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gstreamer</herd> +</pkgmetadata> |