diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 21:07:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 21:07:00 +0000 |
commit | 3409864b35d3b526af1c0cff7c0f8e424f0c41ad (patch) | |
tree | bc57dffff062e0b21ce34d6c5d8a0e17c498031b /kde-base/noatun | |
parent | Update to new release. (diff) | |
download | gentoo-2-3409864b35d3b526af1c0cff7c0f8e424f0c41ad.tar.gz gentoo-2-3409864b35d3b526af1c0cff7c0f8e424f0c41ad.tar.bz2 gentoo-2-3409864b35d3b526af1c0cff7c0f8e424f0c41ad.zip |
Update to new release.
(Portage version: 2.1_rc3-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.3 | 3 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5.3.ebuild | 22 |
3 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index f144de6fc99b..76fdc0785839 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.54 2006/06/01 05:14:28 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.55 2006/06/01 21:07:00 flameeyes Exp $ + +*noatun-3.5.3 (01 Jun 2006) + + 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +noatun-3.5.3.ebuild: + Update to new release. 01 Jun 2006; Thomas Cort <tcort@gentoo.org> noatun-3.5.2.ebuild: Stable on alpha wrt Bug #132213. diff --git a/kde-base/noatun/files/digest-noatun-3.5.3 b/kde-base/noatun/files/digest-noatun-3.5.3 new file mode 100644 index 000000000000..2849fcf84263 --- /dev/null +++ b/kde-base/noatun/files/digest-noatun-3.5.3 @@ -0,0 +1,3 @@ +MD5 61bd938c564e3280034944338955712b kdemultimedia-3.5.3.tar.bz2 6276838 +RMD160 2ae4ba9266b84b972e3bcd106896b6ea0124aa32 kdemultimedia-3.5.3.tar.bz2 6276838 +SHA256 4e976190f71b4a86feb2350d014bb775d230feee0013ac92b40e4b0aaf23a12f kdemultimedia-3.5.3.tar.bz2 6276838 diff --git a/kde-base/noatun/noatun-3.5.3.ebuild b/kde-base/noatun/noatun-3.5.3.ebuild new file mode 100644 index 000000000000..e9f36b64de75 --- /dev/null +++ b/kde-base/noatun/noatun-3.5.3.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.3.ebuild,v 1.1 2006/06/01 21:07:00 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" +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 +} |