summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2007-05-23 02:36:51 +0000
committerCarsten Lohrke <carlo@gentoo.org>2007-05-23 02:36:51 +0000
commitf60d275b6cb6bc4da5ae9f45c7f94586f5ee1128 (patch)
treea0d2bf168380979604b08fcb6cfa9ca00e6c3aa8 /kde-base/noatun
parentVersion bump. (diff)
downloadgentoo-2-f60d275b6cb6bc4da5ae9f45c7f94586f5ee1128.tar.gz
gentoo-2-f60d275b6cb6bc4da5ae9f45c7f94586f5ee1128.tar.bz2
gentoo-2-f60d275b6cb6bc4da5ae9f45c7f94586f5ee1128.zip
Version bump.
(Portage version: 2.1.2.7)
Diffstat (limited to 'kde-base/noatun')
-rw-r--r--kde-base/noatun/ChangeLog7
-rw-r--r--kde-base/noatun/files/digest-noatun-3.5.73
-rw-r--r--kde-base/noatun/noatun-3.5.7.ebuild22
3 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog
index 735bc7f0836a..e6774590cfd1 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.71 2007/02/16 21:54:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.72 2007/05/23 02:36:51 carlo Exp $
+
+*noatun-3.5.7 (23 May 2007)
+
+ 23 May 2007; Carsten Lohrke <carlo@gentoo.org> +noatun-3.5.7.ebuild:
+ Version bump.
16 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Don't abuse ROOT.
diff --git a/kde-base/noatun/files/digest-noatun-3.5.7 b/kde-base/noatun/files/digest-noatun-3.5.7
new file mode 100644
index 000000000000..61722a116cc0
--- /dev/null
+++ b/kde-base/noatun/files/digest-noatun-3.5.7
@@ -0,0 +1,3 @@
+MD5 3d18574ca14258fb565160aa84bf217c kdemultimedia-3.5.7.tar.bz2 6347766
+RMD160 23354d5b5b527c0c5bb1a123b018b130a0734906 kdemultimedia-3.5.7.tar.bz2 6347766
+SHA256 7fda798eed8ad5c2b3a2f729f9790aba24ff23f5e40c0fc4aca77c40d5d6f6a5 kdemultimedia-3.5.7.tar.bz2 6347766
diff --git a/kde-base/noatun/noatun-3.5.7.ebuild b/kde-base/noatun/noatun-3.5.7.ebuild
new file mode 100644
index 000000000000..40e1871af120
--- /dev/null
+++ b/kde-base/noatun/noatun-3.5.7.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.7.ebuild,v 1.1 2007/05/23 02:36:51 carlo 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
+}