Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: ChangeLog audacious-plugins-2.4.4-r1.ebuild audacious-plugins-2.5_alpha1.ebuild
Date: Wed, 30 Mar 2011 15:29:56
Message-Id: 20110330152931.7F0BF20051@flycatcher.gentoo.org
1 chainsaw 11/03/30 15:29:31
2
3 Modified: ChangeLog audacious-plugins-2.4.4-r1.ebuild
4 audacious-plugins-2.5_alpha1.ebuild
5 Log:
6 Replace explicit ffmpeg depend with the ffmpeg virtual for libav compatibility. As suggested by "tbartdev" in bug #361285.
7
8 (Portage version: 2.1.9.45/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.201 media-plugins/audacious-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.201&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.201&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.200&r2=1.201
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
20 retrieving revision 1.200
21 retrieving revision 1.201
22 diff -u -r1.200 -r1.201
23 --- ChangeLog 29 Mar 2011 12:29:32 -0000 1.200
24 +++ ChangeLog 30 Mar 2011 15:29:31 -0000 1.201
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-plugins/audacious-plugins
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.200 2011/03/29 12:29:32 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.201 2011/03/30 15:29:31 chainsaw Exp $
30 +
31 + 30 Mar 2011; Tony Vroon <chainsaw@g.o>
32 + audacious-plugins-2.4.4-r1.ebuild, audacious-plugins-2.5_alpha1.ebuild:
33 + Replace explicit ffmpeg depend with the ffmpeg virtual for libav
34 + compatibility. As suggested by "tbartdev" in bug #361285.
35
36 29 Mar 2011; Christoph Mende <angelos@g.o>
37 audacious-plugins-2.2-r2.ebuild, audacious-plugins-2.4.0.ebuild,
38
39
40
41 1.4 media-plugins/audacious-plugins/audacious-plugins-2.4.4-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.4-r1.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.4-r1.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.4-r1.ebuild?r1=1.3&r2=1.4
46
47 Index: audacious-plugins-2.4.4-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.4-r1.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- audacious-plugins-2.4.4-r1.ebuild 28 Mar 2011 22:22:16 -0000 1.3
54 +++ audacious-plugins-2.4.4-r1.ebuild 30 Mar 2011 15:29:31 -0000 1.4
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.4-r1.ebuild,v 1.3 2011/03/28 22:22:16 eva Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.4.4-r1.ebuild,v 1.4 2011/03/30 15:29:31 chainsaw Exp $
60
61 EAPI="3"
62
63 @@ -31,7 +31,7 @@
64 cdda? ( >=media-libs/libcddb-1.2.1
65 >=dev-libs/libcdio-0.79-r1 )
66 cue? ( media-libs/libcue )
67 - ffmpeg? ( media-video/ffmpeg )
68 + ffmpeg? ( virtual/ffmpeg )
69 flac? ( >=media-libs/libvorbis-1.0
70 >=media-libs/flac-1.2.1-r1 )
71 fluidsynth? ( media-sound/fluidsynth )
72
73
74
75 1.6 media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild?rev=1.6&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild?rev=1.6&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild?r1=1.5&r2=1.6
80
81 Index: audacious-plugins-2.5_alpha1.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild,v
84 retrieving revision 1.5
85 retrieving revision 1.6
86 diff -u -r1.5 -r1.6
87 --- audacious-plugins-2.5_alpha1.ebuild 28 Mar 2011 22:22:16 -0000 1.5
88 +++ audacious-plugins-2.5_alpha1.ebuild 30 Mar 2011 15:29:31 -0000 1.6
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2011 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild,v 1.5 2011/03/28 22:22:16 eva Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.5_alpha1.ebuild,v 1.6 2011/03/30 15:29:31 chainsaw Exp $
94
95 EAPI=3
96
97 @@ -31,7 +31,7 @@
98 cdda? ( >=media-libs/libcddb-1.2.1
99 >=dev-libs/libcdio-0.79-r1 )
100 cue? ( media-libs/libcue )
101 - ffmpeg? ( media-video/ffmpeg )
102 + ffmpeg? ( virtual/ffmpeg )
103 flac? ( >=media-libs/libvorbis-1.0
104 >=media-libs/flac-1.2.1-r1 )
105 fluidsynth? ( media-sound/fluidsynth )