summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-12-20 14:09:24 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-12-20 14:09:24 +0000
commite09204e602371bfd8ad0d70c87ee8d180b8545cd (patch)
tree34d2ac5f36476c7dd5f3e61ebb459fdfe608d8d5 /media-sound/twolame
parentRemove package.use.mask mtp for amarok (libmtp now has a stable version on sp... (diff)
downloadgentoo-2-e09204e602371bfd8ad0d70c87ee8d180b8545cd.tar.gz
gentoo-2-e09204e602371bfd8ad0d70c87ee8d180b8545cd.tar.bz2
gentoo-2-e09204e602371bfd8ad0d70c87ee8d180b8545cd.zip
Keyword ~x86-fbsd, working fine here, add elibtoolize to get the same .so versionning as on linux
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'media-sound/twolame')
-rw-r--r--media-sound/twolame/ChangeLog6
-rw-r--r--media-sound/twolame/twolame-0.3.10.ebuild14
2 files changed, 17 insertions, 3 deletions
diff --git a/media-sound/twolame/ChangeLog b/media-sound/twolame/ChangeLog
index 788632c37672..8008baf55975 100644
--- a/media-sound/twolame/ChangeLog
+++ b/media-sound/twolame/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/twolame
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v 1.28 2007/11/16 16:56:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/ChangeLog,v 1.29 2007/12/20 14:09:24 aballier Exp $
+
+ 20 Dec 2007; Alexis Ballier <aballier@gentoo.org> twolame-0.3.10.ebuild:
+ Keyword ~x86-fbsd, working fine here, add elibtoolize to get the same .so
+ versionning as on linux
16 Nov 2007; Raúl Porcel <armin76@gentoo.org> twolame-0.3.10.ebuild:
alpha/ia64/sparc stable wrt #198790
diff --git a/media-sound/twolame/twolame-0.3.10.ebuild b/media-sound/twolame/twolame-0.3.10.ebuild
index 0ada68c39f8c..981fab834942 100644
--- a/media-sound/twolame/twolame-0.3.10.ebuild
+++ b/media-sound/twolame/twolame-0.3.10.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.10.ebuild,v 1.8 2007/11/16 16:56:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.10.ebuild,v 1.9 2007/12/20 14:09:24 aballier Exp $
+
+inherit libtool
DESCRIPTION="TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder"
HOMEPAGE="http://www.twolame.org/"
@@ -8,11 +10,19 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc"
DEPEND=">=media-libs/libsndfile-1.0.11"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ # Needed for freebsd to get a sane .so versionning
+ elibtoolize
+}
+
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog README TODO