diff options
Diffstat (limited to 'kde-base/noatun')
-rw-r--r-- | kde-base/noatun/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5.9.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index 33698051f7d5..8eb0d170e3f4 100644 --- a/kde-base/noatun/ChangeLog +++ b/kde-base/noatun/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/noatun # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.85 2008/02/17 02:43:33 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.86 2008/02/20 23:33:59 philantrop Exp $ + +*noatun-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +noatun-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -noatun-3.5.5.ebuild, -noatun-3.5.6.ebuild, -noatun-3.5.7.ebuild: diff --git a/kde-base/noatun/noatun-3.5.9.ebuild b/kde-base/noatun/noatun-3.5.9.ebuild new file mode 100644 index 000000000000..6852822f0661 --- /dev/null +++ b/kde-base/noatun/noatun-3.5.9.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5.9.ebuild,v 1.1 2008/02/20 23:33:59 philantrop Exp $ + +ARTS_REQUIRED="yes" +KMNAME=kdemultimedia +EAPI="1" +inherit kde-meta eutils flag-o-matic + +DESCRIPTION="A modular media player for KDE, featuring audio effects, graphic equalizer and network transparency." +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=kde-base/kdemultimedia-arts-${PV}:${SLOT}" + +KMCOMPILEONLY="arts" + +src_compile() { + # fix bug 128884 + filter-flags -fomit-frame-pointer + kde-meta_src_compile +} |