diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 21:59:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 21:59:07 +0000 |
commit | ce003a33dba18de77e3207651c6d0e5757ff3003 (patch) | |
tree | 30fd68dc77ad4f8f8bc2e1deecc799ae138bd88e /kde-base/noatun | |
parent | Bump to 3.5.6 (prerelease). (diff) | |
download | gentoo-2-ce003a33dba18de77e3207651c6d0e5757ff3003.tar.gz gentoo-2-ce003a33dba18de77e3207651c6d0e5757ff3003.tar.bz2 gentoo-2-ce003a33dba18de77e3207651c6d0e5757ff3003.zip |
Bump to 3.5.6 (prerelease).
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/noatun')
-rw-r--r-- | kde-base/noatun/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/noatun/files/digest-noatun-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5.6.ebuild | 22 |
3 files changed, 32 insertions, 2 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index 44cf8330e5a1..d2b99b73afcf 100644 --- a/kde-base/noatun/ChangeLog +++ b/kde-base/noatun/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/noatun -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.68 2006/12/11 12:59:04 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.69 2007/01/16 21:59:07 flameeyes Exp $ + +*noatun-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +noatun-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 11 Dec 2006; <kloeri@gentoo.org> noatun-3.5.5.ebuild: Stable on ia64. diff --git a/kde-base/noatun/files/digest-noatun-3.5.6 b/kde-base/noatun/files/digest-noatun-3.5.6 new file mode 100644 index 000000000000..189f4e8bd94c --- /dev/null +++ b/kde-base/noatun/files/digest-noatun-3.5.6 @@ -0,0 +1,3 @@ +MD5 57c50bfcb0147324a1af02ebcc103376 kdemultimedia-3.5.6.tar.bz2 6291692 +RMD160 7411019e2765f740ad0f3fd592e74f62e04b8387 kdemultimedia-3.5.6.tar.bz2 6291692 +SHA256 1a08f71c73cacb1da1d2269d0376193c23de727235a255866f869caeea300719 kdemultimedia-3.5.6.tar.bz2 6291692 diff --git a/kde-base/noatun/noatun-3.5.6.ebuild b/kde-base/noatun/noatun-3.5.6.ebuild new file mode 100644 index 000000000000..1282ed7d57cd --- /dev/null +++ b/kde-base/noatun/noatun-3.5.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5.6.ebuild,v 1.1 2007/01/16 21:59:07 flameeyes Exp $ + +ARTS_REQUIRED="yes" +KMNAME=kdemultimedia +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils flag-o-matic + +DESCRIPTION="Noatun is a modular media player for KDE, featuring audio effects, a six-band graphic equalizer, a full plugin architecture and network transparency." +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts)" + +KMCOMPILEONLY="arts" + +src_compile() { + # fix bug 128884 + filter-flags -fomit-frame-pointer + kde-meta_src_compile +} |