Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/xnoise: xnoise-0.2.14.ebuild xnoise-9999.ebuild xnoise-0.2.15.ebuild ChangeLog
Date: Sat, 23 Feb 2013 19:02:32
Message-Id: 20130223190229.63B972171D@flycatcher.gentoo.org
1 angelos 13/02/23 19:02:29
2
3 Modified: xnoise-0.2.14.ebuild xnoise-9999.ebuild
4 xnoise-0.2.15.ebuild ChangeLog
5 Log:
6 Add gst-plugins-meta dependency (bug #458066)
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
9
10 Revision Changes Path
11 1.2 media-sound/xnoise/xnoise-0.2.14.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-0.2.14.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-0.2.14.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-0.2.14.ebuild?r1=1.1&r2=1.2
16
17 Index: xnoise-0.2.14.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-0.2.14.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xnoise-0.2.14.ebuild 20 Jan 2013 10:00:24 -0000 1.1
24 +++ xnoise-0.2.14.ebuild 23 Feb 2013 19:02:29 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-0.2.14.ebuild,v 1.1 2013/01/20 10:00:24 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-0.2.14.ebuild,v 1.2 2013/02/23 19:02:29 angelos Exp $
30
31 EAPI=4
32 inherit fdo-mime gnome2-utils
33 @@ -19,6 +19,7 @@
34 >=dev-libs/glib-2.30:2
35 media-libs/gstreamer:0.10
36 media-libs/gst-plugins-base:0.10
37 + media-plugins/gst-plugins-meta:0.10
38 dev-db/sqlite:3
39 media-libs/taglib
40 x11-libs/cairo
41
42
43
44 1.14 media-sound/xnoise/xnoise-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild?r1=1.13&r2=1.14
49
50 Index: xnoise-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- xnoise-9999.ebuild 12 Feb 2013 18:34:05 -0000 1.13
57 +++ xnoise-9999.ebuild 23 Feb 2013 19:02:29 -0000 1.14
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild,v 1.13 2013/02/12 18:34:05 angelos Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild,v 1.14 2013/02/23 19:02:29 angelos Exp $
63
64 EAPI=4
65 inherit fdo-mime gnome2-utils git-2
66 @@ -20,6 +20,7 @@
67 gnome-base/librsvg:2
68 media-libs/gstreamer:1.0
69 media-libs/gst-plugins-base:1.0
70 + media-plugins/gst-plugins-meta:1.0
71 dev-db/sqlite:3
72 media-libs/taglib
73 x11-libs/cairo
74
75
76
77 1.3 media-sound/xnoise/xnoise-0.2.15.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-0.2.15.ebuild?rev=1.3&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-0.2.15.ebuild?rev=1.3&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-0.2.15.ebuild?r1=1.2&r2=1.3
82
83 Index: xnoise-0.2.15.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-0.2.15.ebuild,v
86 retrieving revision 1.2
87 retrieving revision 1.3
88 diff -u -r1.2 -r1.3
89 --- xnoise-0.2.15.ebuild 12 Feb 2013 18:34:05 -0000 1.2
90 +++ xnoise-0.2.15.ebuild 23 Feb 2013 19:02:29 -0000 1.3
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2013 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-0.2.15.ebuild,v 1.2 2013/02/12 18:34:05 angelos Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-0.2.15.ebuild,v 1.3 2013/02/23 19:02:29 angelos Exp $
96
97 EAPI=4
98 inherit fdo-mime gnome2-utils
99 @@ -20,6 +20,7 @@
100 gnome-base/librsvg:2
101 media-libs/gstreamer:0.10
102 media-libs/gst-plugins-base:0.10
103 + media-plugins/gst-plugins-meta:0.10
104 dev-db/sqlite:3
105 media-libs/taglib
106 x11-libs/cairo
107
108
109
110 1.30 media-sound/xnoise/ChangeLog
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/ChangeLog?rev=1.30&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/ChangeLog?rev=1.30&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/ChangeLog?r1=1.29&r2=1.30
115
116 Index: ChangeLog
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/media-sound/xnoise/ChangeLog,v
119 retrieving revision 1.29
120 retrieving revision 1.30
121 diff -u -r1.29 -r1.30
122 --- ChangeLog 12 Feb 2013 18:34:05 -0000 1.29
123 +++ ChangeLog 23 Feb 2013 19:02:29 -0000 1.30
124 @@ -1,6 +1,10 @@
125 # ChangeLog for media-sound/xnoise
126 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
127 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/ChangeLog,v 1.29 2013/02/12 18:34:05 angelos Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/ChangeLog,v 1.30 2013/02/23 19:02:29 angelos Exp $
129 +
130 + 23 Feb 2013; <christoph@g.o> xnoise-0.2.14.ebuild,
131 + xnoise-0.2.15.ebuild, xnoise-9999.ebuild:
132 + Add gst-plugins-meta dependency (bug #458066)
133
134 12 Feb 2013; <christoph@g.o> xnoise-0.2.14.ebuild,
135 xnoise-0.2.15.ebuild, xnoise-9999.ebuild: