summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-10-20 15:39:25 +0000
committerChristian Heim <phreak@gentoo.org>2007-10-20 15:39:25 +0000
commit3300facfa8d09d536f653623735cad34983ea209 (patch)
tree1c14495cc281db4eb740193d49d41b6d0c071a86 /media-plugins/alsa-plugins
parentversion bump, bug #196533, compatible with ocaml 3.10 (needs camlp5 though) (diff)
downloadgentoo-2-3300facfa8d09d536f653623735cad34983ea209.tar.gz
gentoo-2-3300facfa8d09d536f653623735cad34983ea209.tar.bz2
gentoo-2-3300facfa8d09d536f653623735cad34983ea209.zip
Fixing the linking against an installed media-libs/speex (automagic dependency - #193768 thanks to Sybolt de Boer <sybolt at xs4all.nl> and Diego).
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-plugins/alsa-plugins')
-rw-r--r--media-plugins/alsa-plugins/ChangeLog8
-rw-r--r--media-plugins/alsa-plugins/alsa-plugins-1.0.15.ebuild11
2 files changed, 13 insertions, 6 deletions
diff --git a/media-plugins/alsa-plugins/ChangeLog b/media-plugins/alsa-plugins/ChangeLog
index 8975c9a65930..f38c67a93361 100644
--- a/media-plugins/alsa-plugins/ChangeLog
+++ b/media-plugins/alsa-plugins/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.61 2007/10/18 17:14:55 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.62 2007/10/20 15:39:25 phreak Exp $
+
+ 20 Oct 2007; Christian Heim <phreak@gentoo.org>
+ alsa-plugins-1.0.15.ebuild:
+ Fixing the linking against an installed media-libs/speex (automagic
+ dependency - #193768 thanks to Sybolt de Boer <sybolt at xs4all.nl> and
+ Diego).
*alsa-plugins-1.0.15 (18 Oct 2007)
diff --git a/media-plugins/alsa-plugins/alsa-plugins-1.0.15.ebuild b/media-plugins/alsa-plugins/alsa-plugins-1.0.15.ebuild
index 556124c82ccd..cef7801b6854 100644
--- a/media-plugins/alsa-plugins/alsa-plugins-1.0.15.ebuild
+++ b/media-plugins/alsa-plugins/alsa-plugins-1.0.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.15.ebuild,v 1.1 2007/10/18 17:14:55 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.15.ebuild,v 1.2 2007/10/20 15:39:25 phreak Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -16,13 +16,14 @@ SRC_URI="mirror://alsaproject/plugins/${MY_P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="jack ffmpeg libsamplerate pulseaudio debug"
+IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}
- jack? ( >=media-sound/jack-audio-connection-kit-0.98 )
ffmpeg? ( media-video/ffmpeg )
+ jack? ( >=media-sound/jack-audio-connection-kit-0.98 )
libsamplerate? ( media-libs/libsamplerate )
pulseaudio? ( media-sound/pulseaudio )
+ speex? ( media-libs/speex )
!media-plugins/alsa-jack"
DEPEND="${RDEPEND}
@@ -44,7 +45,6 @@ src_unpack() {
"${S}/pulse/Makefile.am"
eautoreconf
-
elibtoolize
}
@@ -56,10 +56,11 @@ src_compile() {
# someone ask for it explicitely, to be on the safe
# side.
econf \
+ $(use_enable ffmpeg avcodec) \
$(use_enable jack) \
$(use_enable libsamplerate samplerate) \
- $(use_enable ffmpeg avcodec) \
$(use_enable pulseaudio) \
+ $(use_with speex speex lib) \
--disable-dbus \
--disable-dependency-tracking \
|| die "econf failed"