Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-soundtouch: ChangeLog gst-plugins-soundtouch-0.10.22.ebuild
Date: Sun, 02 Dec 2012 16:35:17
Message-Id: 20121202163506.39E0E2171D@flycatcher.gentoo.org
1 eva 12/12/02 16:35:06
2
3 Modified: ChangeLog gst-plugins-soundtouch-0.10.22.ebuild
4 Log:
5 EAPI bump, gstreamer slot pinning.
6
7 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.5 media-plugins/gst-plugins-soundtouch/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 24 Mar 2012 17:40:02 -0000 1.4
23 +++ ChangeLog 2 Dec 2012 16:35:06 -0000 1.5
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-plugins/gst-plugins-soundtouch
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v 1.4 2012/03/24 17:40:02 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v 1.5 2012/12/02 16:35:06 eva Exp $
29 +
30 + 02 Dec 2012; Gilles Dartiguelongue <eva@g.o>
31 + gst-plugins-soundtouch-0.10.22.ebuild:
32 + EAPI bump, gstreamer slot pinning.
33
34 24 Mar 2012; Pawel Hajdan jr <phajdan.jr@g.o>
35 gst-plugins-soundtouch-0.10.22.ebuild:
36
37
38
39 1.5 media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-0.10.22.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-0.10.22.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-0.10.22.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-0.10.22.ebuild?r1=1.4&r2=1.5
44
45 Index: gst-plugins-soundtouch-0.10.22.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-0.10.22.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- gst-plugins-soundtouch-0.10.22.ebuild 24 Mar 2012 17:40:02 -0000 1.4
52 +++ gst-plugins-soundtouch-0.10.22.ebuild 2 Dec 2012 16:35:06 -0000 1.5
53 @@ -1,6 +1,8 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-0.10.22.ebuild,v 1.4 2012/03/24 17:40:02 phajdan.jr Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-0.10.22.ebuild,v 1.5 2012/12/02 16:35:06 eva Exp $
58 +
59 +EAPI="1"
60
61 inherit gst-plugins-bad
62
63 @@ -9,5 +11,5 @@
64 DESCRIPTION="GStreamer elements for beats-per-minute detection and pitch controlling"
65
66 RDEPEND=">=media-libs/libsoundtouch-1.4
67 - >=media-libs/gst-plugins-base-0.10.33"
68 + >=media-libs/gst-plugins-base-0.10.33:0.10"
69 DEPEND="${RDEPEND}"