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/alsa-plugins: alsa-plugins-1.0.20.ebuild ChangeLog
Date: Sat, 01 Aug 2009 15:26:09
Message-Id: E1MXGTH-0005vK-AV@stork.gentoo.org
1 ssuominen 09/08/01 15:26:07
2
3 Modified: alsa-plugins-1.0.20.ebuild ChangeLog
4 Log:
5 Fix automagic media-libs/speex dep. wrt #278352.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild?r1=1.2&r2=1.3
14
15 Index: alsa-plugins-1.0.20.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- alsa-plugins-1.0.20.ebuild 21 May 2009 12:42:41 -0000 1.2
22 +++ alsa-plugins-1.0.20.ebuild 1 Aug 2009 15:26:07 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild,v 1.2 2009/05/21 12:42:41 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild,v 1.3 2009/08/01 15:26:07 ssuominen Exp $
28
29 EAPI=2
30
31 @@ -42,7 +42,10 @@
32 "${S}/pulse/Makefile.am"
33
34 # Bug #256119
35 - epatch "${FILESDIR}/${PN}-1.0.19-missing-avutil.patch"
36 + epatch "${FILESDIR}"/${PN}-1.0.19-missing-avutil.patch
37 +
38 + # Bug #278352
39 + epatch "${FILESDIR}"/${P}-automagic.patch
40
41 eautoreconf
42 }
43 @@ -50,14 +53,21 @@
44 src_configure() {
45 use debug || append-flags -DNDEBUG
46
47 + local myspeex
48 +
49 + if use speex; then
50 + myspeex=lib
51 + else
52 + myspeex=no
53 + fi
54 +
55 econf \
56 + --disable-dependency-tracking \
57 $(use_enable ffmpeg avcodec) \
58 $(use_enable jack) \
59 $(use_enable libsamplerate samplerate) \
60 $(use_enable pulseaudio) \
61 - $(use_with speex speex lib) \
62 - --disable-dependency-tracking \
63 - || die "econf failed"
64 + --with-speex=${myspeex}
65 }
66
67 src_install() {
68
69
70
71 1.105 media-plugins/alsa-plugins/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.105&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.105&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.104&r2=1.105
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
80 retrieving revision 1.104
81 retrieving revision 1.105
82 diff -u -r1.104 -r1.105
83 --- ChangeLog 2 Jul 2009 19:16:09 -0000 1.104
84 +++ ChangeLog 1 Aug 2009 15:26:07 -0000 1.105
85 @@ -1,6 +1,10 @@
86 # ChangeLog for media-plugins/alsa-plugins
87 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.104 2009/07/02 19:16:09 maekke Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.105 2009/08/01 15:26:07 ssuominen Exp $
90 +
91 + 01 Aug 2009; Samuli Suominen <ssuominen@g.o>
92 + alsa-plugins-1.0.20.ebuild, +files/alsa-plugins-1.0.20-automagic.patch:
93 + Fix automagic media-libs/speex dep. wrt #278352.
94
95 02 Jul 2009; Markus Meier <maekke@g.o> alsa-plugins-1.0.19.ebuild:
96 amd64 stable, bug #272682