summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-25 09:24:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-25 09:24:39 +0000
commit2115848e152444a9d51d3247af6caf266fd87f87 (patch)
treed8eef566cc31bdb0b07594f4f626ea05696f2265
parentBump to 3.5.4 (pre-release). (diff)
downloadgentoo-2-2115848e152444a9d51d3247af6caf266fd87f87.tar.gz
gentoo-2-2115848e152444a9d51d3247af6caf266fd87f87.tar.bz2
gentoo-2-2115848e152444a9d51d3247af6caf266fd87f87.zip
Bump to 3.5.4 (pre-release).
(Portage version: 2.1.1_pre3-r3)
-rw-r--r--kde-base/noatun/ChangeLog7
-rw-r--r--kde-base/noatun/files/digest-noatun-3.5.43
-rw-r--r--kde-base/noatun/noatun-3.5.4.ebuild22
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
+}