Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Samuli Suominen (ssuominen)" <ssuominen@g.o>
|
|
Subject:
|
gentoo-x86 commit in media-plugins/alsa-plugins: alsa-plugins-1.0.20.ebuild ChangeLog
|
|
Date:
|
Sat, 01 Aug 2009 15:26:07 +0000
|
|
ssuominen 09/08/01 15:26:07
Modified: alsa-plugins-1.0.20.ebuild ChangeLog
Log:
Fix automagic media-libs/speex dep. wrt #278352.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.3 media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild?rev=1.3&view=markup
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
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
Index: alsa-plugins-1.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alsa-plugins-1.0.20.ebuild 21 May 2009 12:42:41 -0000 1.2
+++ alsa-plugins-1.0.20.ebuild 1 Aug 2009 15:26:07 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=2
@@ -42,7 +42,10 @@
"${S}/pulse/Makefile.am"
# Bug #256119
- epatch "${FILESDIR}/${PN}-1.0.19-missing-avutil.patch"
+ epatch "${FILESDIR}"/${PN}-1.0.19-missing-avutil.patch
+
+ # Bug #278352
+ epatch "${FILESDIR}"/${P}-automagic.patch
eautoreconf
}
@@ -50,14 +53,21 @@
src_configure() {
use debug || append-flags -DNDEBUG
+ local myspeex
+
+ if use speex; then
+ myspeex=lib
+ else
+ myspeex=no
+ fi
+
econf \
+ --disable-dependency-tracking \
$(use_enable ffmpeg avcodec) \
$(use_enable jack) \
$(use_enable libsamplerate samplerate) \
$(use_enable pulseaudio) \
- $(use_with speex speex lib) \
- --disable-dependency-tracking \
- || die "econf failed"
+ --with-speex=${myspeex}
}
src_install() {
1.105 media-plugins/alsa-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.104&r2=1.105
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog 2 Jul 2009 19:16:09 -0000 1.104
+++ ChangeLog 1 Aug 2009 15:26:07 -0000 1.105
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.104 2009/07/02 19:16:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.105 2009/08/01 15:26:07 ssuominen Exp $
+
+ 01 Aug 2009; Samuli Suominen <ssuominen@g.o>
+ alsa-plugins-1.0.20.ebuild, +files/alsa-plugins-1.0.20-automagic.patch:
+ Fix automagic media-libs/speex dep. wrt #278352.
02 Jul 2009; Markus Meier <maekke@g.o> alsa-plugins-1.0.19.ebuild:
amd64 stable, bug #272682
|
|