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-sound/fluidsynth: ChangeLog fluidsynth-1.1.6.ebuild
Date: Fri, 23 Nov 2012 03:56:32
Message-Id: 20121123035620.C43B920C65@flycatcher.gentoo.org
1 ssuominen 12/11/23 03:56:20
2
3 Modified: ChangeLog fluidsynth-1.1.6.ebuild
4 Log:
5 Use append-flags -pthread to avoid missing symbol pthread_create wrt #436762 by "ungift-ed"
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.72 media-sound/fluidsynth/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.72&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.72&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.71&r2=1.72
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
19 retrieving revision 1.71
20 retrieving revision 1.72
21 diff -u -r1.71 -r1.72
22 --- ChangeLog 16 Aug 2012 16:56:42 -0000 1.71
23 +++ ChangeLog 23 Nov 2012 03:56:20 -0000 1.72
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-sound/fluidsynth
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.71 2012/08/16 16:56:42 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.72 2012/11/23 03:56:20 ssuominen Exp $
29 +
30 + 23 Nov 2012; Samuli Suominen <ssuominen@g.o> fluidsynth-1.1.6.ebuild:
31 + Use append-flags -pthread to avoid missing symbol pthread_create wrt #436762
32 + by "ungift-ed"
33
34 16 Aug 2012; Tim Harder <radhermit@g.o> -fluidsynth-1.0.9.ebuild,
35 -files/fluidsynth-1.0.9-pkg.patch, -fluidsynth-1.1.3.ebuild,
36
37
38
39 1.2 media-sound/fluidsynth/fluidsynth-1.1.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild?r1=1.1&r2=1.2
44
45 Index: fluidsynth-1.1.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- fluidsynth-1.1.6.ebuild 16 Aug 2012 16:50:38 -0000 1.1
52 +++ fluidsynth-1.1.6.ebuild 23 Nov 2012 03:56:20 -0000 1.2
53 @@ -1,9 +1,9 @@
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-sound/fluidsynth/fluidsynth-1.1.6.ebuild,v 1.1 2012/08/16 16:50:38 radhermit Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6.ebuild,v 1.2 2012/11/23 03:56:20 ssuominen Exp $
58
59 EAPI=4
60 -inherit cmake-utils
61 +inherit cmake-utils flag-o-matic
62
63 DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications."
64 HOMEPAGE="http://www.fluidsynth.org/"
65 @@ -29,6 +29,10 @@
66 virtual/pkgconfig"
67
68 src_configure() {
69 + # autotools based build system has AC_CHECK_LIB(pthread, pthread_create) wrt
70 + # bug #436762
71 + append-flags -pthread
72 +
73 mycmakeargs=(
74 $(cmake-utils_use alsa enable-alsa)
75 $(cmake-utils_use dbus enable-dbus)