diff options
author | 2007-10-20 00:00:37 +0000 | |
---|---|---|
committer | 2007-10-20 00:00:37 +0000 | |
commit | 6956f78ffe03ad38ca9fc672ab1b983dd8071ee5 (patch) | |
tree | c8c8fdb5e0506fadb5ceae32d57ead0b07c77f6f /kde-base/noatun | |
parent | Version bump, bug #195981 (diff) | |
download | historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.gz historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.bz2 historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.zip |
Bump to KDE 3.5.8.
Package-Manager: portage-2.1.3.15
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.8 | 3 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5.8.ebuild | 22 |
3 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index e0d81bde266a..dfb8d12dcd37 100644 --- a/kde-base/noatun/ChangeLog +++ b/kde-base/noatun/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/noatun # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.78 2007/08/11 16:43:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.79 2007/10/19 23:55:42 philantrop Exp $ + +*noatun-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> +noatun-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> noatun-3.5.7.ebuild: x86 stable wrt #185823 diff --git a/kde-base/noatun/files/digest-noatun-3.5.8 b/kde-base/noatun/files/digest-noatun-3.5.8 new file mode 100644 index 000000000000..8038f4ee451d --- /dev/null +++ b/kde-base/noatun/files/digest-noatun-3.5.8 @@ -0,0 +1,3 @@ +MD5 9f3c95231ea265b09f3010adb954ae30 kdemultimedia-3.5.8.tar.bz2 6316739 +RMD160 5fcb8d282e2d49baca4daa9fb4e24b5216df92ee kdemultimedia-3.5.8.tar.bz2 6316739 +SHA256 07fc79e38bd7d50a8e2b9910a5d78ef565557b2a746b31d5d440829e9f05b0c1 kdemultimedia-3.5.8.tar.bz2 6316739 diff --git a/kde-base/noatun/noatun-3.5.8.ebuild b/kde-base/noatun/noatun-3.5.8.ebuild new file mode 100644 index 000000000000..9074e9ad0292 --- /dev/null +++ b/kde-base/noatun/noatun-3.5.8.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.8.ebuild,v 1.1 2007/10/19 23:55:42 philantrop 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 +} |