Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: fluidsynth-1.1.6-r1.ebuild ChangeLog
Date: Tue, 24 Jun 2014 22:16:09
Message-Id: 20140624221606.CBA9F2004E@flycatcher.gentoo.org
1 mgorny 14/06/24 22:16:06
2
3 Modified: fluidsynth-1.1.6-r1.ebuild ChangeLog
4 Log:
5 Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for GNOME 3.6.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.3 media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: fluidsynth-1.1.6-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- fluidsynth-1.1.6-r1.ebuild 18 Jun 2014 20:27:44 -0000 1.2
23 +++ fluidsynth-1.1.6-r1.ebuild 24 Jun 2014 22:16:06 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v 1.2 2014/06/18 20:27:44 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v 1.3 2014/06/24 22:16:06 mgorny Exp $
29
30 EAPI=5
31 inherit cmake-multilib flag-o-matic
32 @@ -14,7 +14,7 @@
33 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
34 IUSE="alsa dbus debug examples jack ladspa lash portaudio pulseaudio readline sndfile"
35
36 -RDEPEND=">=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
37 +RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
38 alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]
39 lash? ( >=media-sound/lash-0.5.4-r2[${MULTILIB_USEDEP}] ) )
40 dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
41
42
43
44 1.80 media-sound/fluidsynth/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.80&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.80&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.79&r2=1.80
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
53 retrieving revision 1.79
54 retrieving revision 1.80
55 diff -u -r1.79 -r1.80
56 --- ChangeLog 18 Jun 2014 20:27:44 -0000 1.79
57 +++ ChangeLog 24 Jun 2014 22:16:06 -0000 1.80
58 @@ -1,6 +1,10 @@
59 # ChangeLog for media-sound/fluidsynth
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.79 2014/06/18 20:27:44 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.80 2014/06/24 22:16:06 mgorny Exp $
63 +
64 + 24 Jun 2014; Michał Górny <mgorny@g.o> fluidsynth-1.1.6-r1.ebuild:
65 + Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for
66 + GNOME 3.6.
67
68 18 Jun 2014; Michał Górny <mgorny@g.o> fluidsynth-1.1.6-r1.ebuild:
69 Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug