diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 16:00:02 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 16:00:02 +0000 |
commit | 462ccb9b54f5b5d64bfdad35a5d1760d8fc01473 (patch) | |
tree | 5431c2ac9a035f4d30f2981c09d7a3dc7cff1ac0 | |
parent | Version bump. (diff) | |
download | gentoo-2-462ccb9b54f5b5d64bfdad35a5d1760d8fc01473.tar.gz gentoo-2-462ccb9b54f5b5d64bfdad35a5d1760d8fc01473.tar.bz2 gentoo-2-462ccb9b54f5b5d64bfdad35a5d1760d8fc01473.zip |
Version bump.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key C6085806)
-rw-r--r-- | media-plugins/gst-plugins-soundtouch/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.7.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-soundtouch/ChangeLog b/media-plugins/gst-plugins-soundtouch/ChangeLog index 3e94bd61ff10..0ce5f327baf9 100644 --- a/media-plugins/gst-plugins-soundtouch/ChangeLog +++ b/media-plugins/gst-plugins-soundtouch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-soundtouch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v 1.14 2013/04/01 13:13:38 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v 1.15 2013/06/30 16:00:02 eva Exp $ + +*gst-plugins-soundtouch-1.0.7 (30 Jun 2013) + + 30 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org> + +gst-plugins-soundtouch-1.0.7.ebuild: + Version bump. *gst-plugins-soundtouch-1.0.6 (01 Apr 2013) diff --git a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.7.ebuild b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.7.ebuild new file mode 100644 index 000000000000..e92bff88b813 --- /dev/null +++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.0.7.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.7.ebuild,v 1.1 2013/06/30 16:00:02 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}" |