summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-04-24 13:24:50 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-04-24 13:24:50 +0000
commit82ba59102f210e4f38e69594ef0715bbd91c7d0b (patch)
tree404692f086b4630a5e40b4e473b847d6aed816fe /media-sound/normalize
parentia64 + x86 stable wrt #175814 (diff)
downloadgentoo-2-82ba59102f210e4f38e69594ef0715bbd91c7d0b.tar.gz
gentoo-2-82ba59102f210e4f38e69594ef0715bbd91c7d0b.tar.bz2
gentoo-2-82ba59102f210e4f38e69594ef0715bbd91c7d0b.zip
Add ~x86-fbsd keyword and a fix for tests under BSD userland.
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-sound/normalize')
-rw-r--r--media-sound/normalize/ChangeLog5
-rw-r--r--media-sound/normalize/normalize-0.7.7.ebuild11
2 files changed, 12 insertions, 4 deletions
diff --git a/media-sound/normalize/ChangeLog b/media-sound/normalize/ChangeLog
index fec99c294472..cd0496c11f18 100644
--- a/media-sound/normalize/ChangeLog
+++ b/media-sound/normalize/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/normalize
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/ChangeLog,v 1.23 2007/04/24 12:18:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/ChangeLog,v 1.24 2007/04/24 13:24:50 drizzt Exp $
+
+ 24 Apr 2007; Timothy Redaelli <drizzt@gentoo.org> normalize-0.7.7.ebuild:
+ Add ~x86-fbsd keyword and a fix for tests under BSD userland.
24 Apr 2007; Raúl Porcel <armin76@gentoo.org> normalize-0.7.7.ebuild:
x86 stable
diff --git a/media-sound/normalize/normalize-0.7.7.ebuild b/media-sound/normalize/normalize-0.7.7.ebuild
index ab4ec9a89d94..2d17a301bf71 100644
--- a/media-sound/normalize/normalize-0.7.7.ebuild
+++ b/media-sound/normalize/normalize-0.7.7.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-sound/normalize/normalize-0.7.7.ebuild,v 1.3 2007/04/24 12:18:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.7.ebuild,v 1.4 2007/04/24 13:24:50 drizzt Exp $
DESCRIPTION="Audio file volume normalizer"
HOMEPAGE="http://normalize.nongnu.org/"
@@ -8,14 +8,19 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE="mad audiofile nls"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+IUSE="mad audiofile nls userland_BSD"
RDEPEND="mad? ( media-libs/libmad )
audiofile? ( >=media-libs/audiofile-0.2.3-r1 )"
DEPEND="${RDEPEND}
nls? ( dev-util/intltool )"
+src_unpack() {
+ unpack ${A}
+ use userland_BSD && sed -i -e 's/md5sum/md5/' "${S}"/test/*.sh
+}
+
src_compile() {
econf \
$(use_enable nls) \