Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-soundtouch: gst-plugins-soundtouch-1.2.3.ebuild ChangeLog gst-plugins-soundtouch-1.0.8.ebuild gst-plugins-soundtouch-1.0.6.ebuild gst-plugins-soundtouch-1.0.7.ebuild gst-plugins-soundtouch-1.0.5.ebuild
Date: Sat, 01 Mar 2014 10:23:14
Message-Id: 20140301102308.1B5532004C@flycatcher.gentoo.org
1 leio 14/03/01 10:23:08
2
3 Modified: ChangeLog
4 Added: gst-plugins-soundtouch-1.2.3.ebuild
5 Removed: gst-plugins-soundtouch-1.0.8.ebuild
6 gst-plugins-soundtouch-1.0.6.ebuild
7 gst-plugins-soundtouch-1.0.7.ebuild
8 gst-plugins-soundtouch-1.0.5.ebuild
9 Log:
10 Version bump. Fixes inverted condition in pitch setcaps. Allows pipeline to end properly and not leak with bpmdetect. Remove old
11
12 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
13
14 Revision Changes Path
15 1.21 media-plugins/gst-plugins-soundtouch/ChangeLog
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog?rev=1.21&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog?rev=1.21&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog?r1=1.20&r2=1.21
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v
24 retrieving revision 1.20
25 retrieving revision 1.21
26 diff -u -r1.20 -r1.21
27 --- ChangeLog 11 Oct 2013 05:19:51 -0000 1.20
28 +++ ChangeLog 1 Mar 2014 10:23:07 -0000 1.21
29 @@ -1,6 +1,14 @@
30 # ChangeLog for media-plugins/gst-plugins-soundtouch
31 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v 1.20 2013/10/11 05:19:51 ago Exp $
33 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
34 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v 1.21 2014/03/01 10:23:07 leio Exp $
35 +
36 +*gst-plugins-soundtouch-1.2.3 (01 Mar 2014)
37 +
38 + 01 Mar 2014; <leio@g.o> -gst-plugins-soundtouch-1.0.5.ebuild,
39 + -gst-plugins-soundtouch-1.0.6.ebuild, -gst-plugins-soundtouch-1.0.7.ebuild,
40 + -gst-plugins-soundtouch-1.0.8.ebuild, +gst-plugins-soundtouch-1.2.3.ebuild:
41 + Version bump. Fixes inverted condition in pitch setcaps. Allows pipeline to
42 + end properly and not leak with bpmdetect. Remove old
43
44 11 Oct 2013; Agostino Sarubbo <ago@g.o>
45 gst-plugins-soundtouch-1.0.10.ebuild:
46
47
48
49 1.1 media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.2.3.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.2.3.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.2.3.ebuild?rev=1.1&content-type=text/plain
53
54 Index: gst-plugins-soundtouch-1.2.3.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.2.3.ebuild,v 1.1 2014/03/01 10:23:07 leio Exp $
59
60 EAPI="5"
61
62 inherit gst-plugins-bad
63
64 DESCRIPTION="GStreamer elements for beats-per-minute detection and pitch controlling"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND=">=media-libs/libsoundtouch-1.4"
69 DEPEND="${RDEPEND}"