summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-11-20 21:48:19 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-11-20 21:48:19 +0000
commit55d34b11cd9d5bb1fd4c5d9ed6b2ae670db33676 (patch)
tree191c0597a805d1d7d4b8f8b12e0556148d091cd1 /media-sound/audacious/audacious-0.1-r1.ebuild
parentRe-enabled bri support. (diff)
downloadhistorical-55d34b11cd9d5bb1fd4c5d9ed6b2ae670db33676.tar.gz
historical-55d34b11cd9d5bb1fd4c5d9ed6b2ae670db33676.tar.bz2
historical-55d34b11cd9d5bb1fd4c5d9ed6b2ae670db33676.zip
Install libFLAC.m4, which is available separately. Closes bug #112990.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'media-sound/audacious/audacious-0.1-r1.ebuild')
-rw-r--r--media-sound/audacious/audacious-0.1-r1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/audacious/audacious-0.1-r1.ebuild b/media-sound/audacious/audacious-0.1-r1.ebuild
index 7955c34acdbc..567a450ea1eb 100644
--- a/media-sound/audacious/audacious-0.1-r1.ebuild
+++ b/media-sound/audacious/audacious-0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-0.1-r1.ebuild,v 1.2 2005/11/14 17:07:08 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-0.1-r1.ebuild,v 1.3 2005/11/20 21:48:19 chainsaw Exp $
IUSE="alsa esd flac gnome mmx mp3 nls oss sdl vorbis"
@@ -9,7 +9,8 @@ inherit flag-o-matic eutils libtool autotools
DESCRIPTION="Audacious Player - Your music, your way, no exceptions."
HOMEPAGE="http://audacious.nenolod.net/Main_Page"
SRC_URI="http://audacious.nenolod.net/release/audacious-0.1.tgz
- mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
+ mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2
+ http://svn.atheme.org/audacious/trunk/m4/libFLAC.m4"
LICENSE="GPL-2"
SLOT="0"
@@ -38,6 +39,9 @@ src_unpack() {
ewarn "MP3 support is now optional and you have not enabled it."
fi
+ mkdir -p ${S}/m4/
+ cp ${DISTDIR}/libFLAC.m4 ${S}/m4/
+
unpack ${A}
cd ${S}