summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-08-03 14:45:20 +0000
committerSamuli Suominen <drac@gentoo.org>2007-08-03 14:45:20 +0000
commit0fa3b59dff4045932e69da1e7a0ca3d6d1b5d53e (patch)
treee6e7680de79c72f14475a306ba30c27147cc93c1 /media-sound/bmpx
parentVersion bump as per bug 169417. Thanks to Adam Piątyszek for the ebuild! (diff)
downloadgentoo-2-0fa3b59dff4045932e69da1e7a0ca3d6d1b5d53e.tar.gz
gentoo-2-0fa3b59dff4045932e69da1e7a0ca3d6d1b5d53e.tar.bz2
gentoo-2-0fa3b59dff4045932e69da1e7a0ca3d6d1b5d53e.zip
Ofa should not be optional according to upstream. Also, filter asneeded for this release candidate and remove the filtering with next version bump (final release in 5 days) as it has been fixed in upstream.
(Portage version: 2.1.3.1)
Diffstat (limited to 'media-sound/bmpx')
-rw-r--r--media-sound/bmpx/ChangeLog7
-rw-r--r--media-sound/bmpx/bmpx-0.40.0_rc3.ebuild18
2 files changed, 17 insertions, 8 deletions
diff --git a/media-sound/bmpx/ChangeLog b/media-sound/bmpx/ChangeLog
index 01e6d66b8948..f2614fcd0922 100644
--- a/media-sound/bmpx/ChangeLog
+++ b/media-sound/bmpx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/bmpx
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v 1.58 2007/08/02 19:18:00 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v 1.59 2007/08/03 14:45:20 drac Exp $
+
+ 03 Aug 2007; Samuli Suominen <drac@gentoo.org> bmpx-0.40.0_rc3.ebuild:
+ Ofa should not be optional according to upstream. Also, filter asneeded for
+ this release candidate and remove the filtering with next version bump
+ (final release in 5 days) as it has been fixed in upstream.
02 Aug 2007; Samuli Suominen <drac@gentoo.org> bmpx-0.40.0_rc3.ebuild:
Raise gtk+ and gtkmm deps to 2.10, remove musicbrainz dep. Unkeyword ~ppc
diff --git a/media-sound/bmpx/bmpx-0.40.0_rc3.ebuild b/media-sound/bmpx/bmpx-0.40.0_rc3.ebuild
index e26920fdd72a..74f7b4754920 100644
--- a/media-sound/bmpx/bmpx-0.40.0_rc3.ebuild
+++ b/media-sound/bmpx/bmpx-0.40.0_rc3.ebuild
@@ -1,8 +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/bmpx/bmpx-0.40.0_rc3.ebuild,v 1.2 2007/08/02 19:18:00 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/bmpx-0.40.0_rc3.ebuild,v 1.3 2007/08/03 14:45:20 drac Exp $
-inherit fdo-mime gnome2-utils versionator
+inherit fdo-mime flag-o-matic gnome2-utils versionator
MY_PR="$(get_version_component_range 1-2 ${PV})"
MY_PV=${PV/_rc/RC}
@@ -15,7 +15,7 @@ SRC_URI="http://files.beep-media-player.org/releases/${MY_PR}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="aac debug hal modplug ofa sid startup-notification"
+IUSE="aac debug hal modplug sid startup-notification"
RDEPEND=">=net-libs/libsoup-2.2
>=dev-db/sqlite-3.3
@@ -37,7 +37,7 @@ RDEPEND=">=net-libs/libsoup-2.2
app-arch/zip
media-libs/alsa-lib
dev-libs/boost
- ofa? ( >=media-libs/libofa-0.9.3 )
+ >=media-libs/libofa-0.9.3
hal? ( >=sys-apps/hal-0.5.7.1 )
aac? ( media-libs/faad2 )
sid? ( media-libs/libsidplay )
@@ -53,14 +53,18 @@ DEPEND="${RDEPEND}
S="${WORKDIR}"/${MY_P}
src_compile() {
- econf $(use_enable modplug) \
+ # This has been fixed in upstream. Remove this line with version bump!
+ filter-ldflags -Wl,--as-needed --as-needed
+
+ econf --enable-ofa \
+ $(use_enable modplug) \
$(use_enable aac mp4v2) \
$(use_enable hal) \
- $(use_enable ofa) \
$(use_enable sid) \
$(use_enable startup-notification sn) \
$(use_enable debug)
- emake || die "emake failed."
+
+ emake -j1 || die "emake failed."
}
src_install() {