diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 09:42:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 09:42:30 +0000 |
commit | 947c6de9e8a1c60a9936cbb984c110d3b14d9248 (patch) | |
tree | 2156e0f5713ae4aa8d79c259564706e8ce118d87 /kde-base/noatun | |
parent | remove old versions (diff) | |
download | historical-947c6de9e8a1c60a9936cbb984c110d3b14d9248.tar.gz historical-947c6de9e8a1c60a9936cbb984c110d3b14d9248.tar.bz2 historical-947c6de9e8a1c60a9936cbb984c110d3b14d9248.zip |
Bump to 3.5.4 (pre-release).
Package-Manager: portage-2.1.1_pre3-r3
Diffstat (limited to 'kde-base/noatun')
-rw-r--r-- | kde-base/noatun/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/noatun/files/digest-noatun-3.5.4 | 3 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5.4.ebuild | 22 |
3 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index 0899eadeeaea..fc30fe787c4c 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.56 2006/06/08 13:54:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.57 2006/07/25 09:24:39 flameeyes Exp $ + +*noatun-3.5.4 (25 Jul 2006) + + 25 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> +noatun-3.5.4.ebuild: + Bump to 3.5.4 (pre-release). 08 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> noatun-3.5.3.ebuild: Add ~x86-fbsd keyword diff --git a/kde-base/noatun/files/digest-noatun-3.5.4 b/kde-base/noatun/files/digest-noatun-3.5.4 new file mode 100644 index 000000000000..42005be5fbf4 --- /dev/null +++ b/kde-base/noatun/files/digest-noatun-3.5.4 @@ -0,0 +1,3 @@ +MD5 921680248b5f5793b9201715fffe6e33 kdemultimedia-3.5.4.tar.bz2 6276789 +RMD160 43cb463eb609fc7d8104b069e64d8e6550440fff kdemultimedia-3.5.4.tar.bz2 6276789 +SHA256 3ea07b8bd6340516642629b7e741d18cae53984ebb7d007acdb184e1c6f79d4b kdemultimedia-3.5.4.tar.bz2 6276789 diff --git a/kde-base/noatun/noatun-3.5.4.ebuild b/kde-base/noatun/noatun-3.5.4.ebuild new file mode 100644 index 000000000000..2881c1431718 --- /dev/null +++ b/kde-base/noatun/noatun-3.5.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5.4.ebuild,v 1.1 2006/07/25 09:24:39 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 +} |