Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: audacious-plugins-3.4.1.ebuild ChangeLog
Date: Tue, 01 Oct 2013 15:17:07
Message-Id: 20131001151700.D15C42004C@flycatcher.gentoo.org
1 ssuominen 13/10/01 15:17:00
2
3 Modified: audacious-plugins-3.4.1.ebuild ChangeLog
4 Log:
5 Raise libsidplayfp dependency from 0.3.8 to 1.0.0 wrt #483966 by Torsten Kaiser
6
7 (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.2 media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild?r1=1.1&r2=1.2
15
16 Index: audacious-plugins-3.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- audacious-plugins-3.4.1.ebuild 2 Sep 2013 21:12:53 -0000 1.1
23 +++ audacious-plugins-3.4.1.ebuild 1 Oct 2013 15:17:00 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild,v 1.1 2013/09/02 21:12:53 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild,v 1.2 2013/10/01 15:17:00 ssuominen Exp $
29
30 EAPI=5
31 inherit eutils
32 @@ -47,7 +47,7 @@
33 pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
34 scrobbler? ( net-misc/curl )
35 sdl? ( media-libs/libsdl[audio] )
36 - sid? ( media-libs/libsidplayfp )
37 + sid? ( >=media-libs/libsidplayfp-1.0.0 )
38 sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
39 vorbis? ( >=media-libs/libvorbis-1.2.0
40 >=media-libs/libogg-1.1.3 )
41
42
43
44 1.266 media-plugins/audacious-plugins/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.266&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.266&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.265&r2=1.266
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
53 retrieving revision 1.265
54 retrieving revision 1.266
55 diff -u -r1.265 -r1.266
56 --- ChangeLog 2 Sep 2013 21:12:53 -0000 1.265
57 +++ ChangeLog 1 Oct 2013 15:17:00 -0000 1.266
58 @@ -1,6 +1,11 @@
59 # ChangeLog for media-plugins/audacious-plugins
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.265 2013/09/02 21:12:53 jdhore Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.266 2013/10/01 15:17:00 ssuominen Exp $
63 +
64 + 01 Oct 2013; Samuli Suominen <ssuominen@g.o>
65 + audacious-plugins-3.4.1.ebuild:
66 + Raise libsidplayfp dependency from 0.3.8 to 1.0.0 wrt #483966 by Torsten
67 + Kaiser
68
69 *audacious-plugins-3.4.1 (02 Sep 2013)