summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2002-12-17 02:57:16 +0000
committerHannes Mehnert <hannes@gentoo.org>2002-12-17 02:57:16 +0000
commit570ed23786e92a4421802f1b53dca94bbfe76764 (patch)
tree53ee9cc2fe916869a670c9aab8436e2a19c991c1 /kde-base/arts
parentadded arts-1.1.0_rc5-r1 to mask (diff)
downloadgentoo-2-570ed23786e92a4421802f1b53dca94bbfe76764.tar.gz
gentoo-2-570ed23786e92a4421802f1b53dca94bbfe76764.tar.bz2
gentoo-2-570ed23786e92a4421802f1b53dca94bbfe76764.zip
added arts-1.1.0_rc5-r1.ebuild which should fix #11860
renamed patch (cause it is the same for all arts-versions)
Diffstat (limited to 'kde-base/arts')
-rw-r--r--kde-base/arts/ChangeLog7
-rw-r--r--kde-base/arts/arts-1.0.4-r1.ebuild4
-rw-r--r--kde-base/arts/arts-1.1.0_rc5-r1.ebuild43
-rw-r--r--kde-base/arts/files/digest-arts-1.1.0_rc5-r11
-rw-r--r--kde-base/arts/files/tmp-mcop-user-fix.patch (renamed from kde-base/arts/files/arts-1.0.4-tmp-mcop-user-fix.patch)0
5 files changed, 52 insertions, 3 deletions
diff --git a/kde-base/arts/ChangeLog b/kde-base/arts/ChangeLog
index 8a30af6f8f4b..fb71e3f1200b 100644
--- a/kde-base/arts/ChangeLog
+++ b/kde-base/arts/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/arts
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.20 2002/12/15 20:55:02 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.21 2002/12/17 02:57:16 hannes Exp $
+
+*arts-1.1.0_rc5 (16 Dec 2002)
+
+ 16 Dec 2002; Hannes Mehnert <hannes@gentoo.org> arts-1.1.0_rc5-r1.ebuild:
+ added patch which fixes bug #11860
*arts-1.0.4-r1 (15 Dec 2002)
diff --git a/kde-base/arts/arts-1.0.4-r1.ebuild b/kde-base/arts/arts-1.0.4-r1.ebuild
index 7b18de287744..4b256e477209 100644
--- a/kde-base/arts/arts-1.0.4-r1.ebuild
+++ b/kde-base/arts/arts-1.0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.0.4-r1.ebuild,v 1.1 2002/12/15 20:55:02 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.0.4-r1.ebuild,v 1.2 2002/12/17 02:57:16 hannes Exp $
inherit kde-base flag-o-matic
SRC_URI="mirror://kde/stable/3.0.4/src/${P}.tar.bz2"
@@ -21,7 +21,7 @@ SLOT="3.0"
LICENSE="GPL-2 LGPL-2"
# fix bug #10338
-PATCHES="${FILESDIR}/${P}-tmp-mcop-user-fix.patch"
+PATCHES="${FILESDIR}/tmp-mcop-user-fix.patch"
# fix bug #8175
MAKEOPTS="$MAKEOPTS -j1"
diff --git a/kde-base/arts/arts-1.1.0_rc5-r1.ebuild b/kde-base/arts/arts-1.1.0_rc5-r1.ebuild
new file mode 100644
index 000000000000..c1743bfa8d9c
--- /dev/null
+++ b/kde-base/arts/arts-1.1.0_rc5-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.1.0_rc5-r1.ebuild,v 1.1 2002/12/17 02:57:16 hannes Exp $
+inherit kde-base flag-o-matic
+
+# this is the arts 1.1.0 from kde 3.1rc5, as opposed to arts 1.1.0 from kde 3.1 beta2 and friends
+
+S=$WORKDIR/$PN-1.1
+SRC_URI="mirror://gentoo/arts-1.1.0-kde31rc5.tar.bz2"
+KEYWORDS="x86 ppc sparc"
+HOMEPAGE="http://multimedia.kde.org"
+DESCRIPTION="aRts, the KDE sound (and all-around multimedia) server/output manager"
+set-kdedir 3.1
+need-qt 3.1.0
+
+if [ "${COMPILER}" == "gcc3" ]; then
+ # GCC 3.1 kinda makes arts buggy and prone to crashes when compiled with
+ # these.. Even starting a compile shuts down the arts server
+ filter-flags "-fomit-frame-pointer -fstrength-reduce"
+fi
+
+SLOT="3.1"
+LICENSE="GPL-2 LGPL-2"
+
+use alsa && myconf="$myconf --enable-alsa" || myconf="$myconf --disable-alsa"
+
+PATCHES="${FILESDIR}/tmp-mcop-user-fix.patch"
+
+src_unpack() {
+
+ base_src_unpack
+
+ kde_sandbox_patch ${S}/soundserver
+
+}
+
+src_install() {
+
+ kde_src_install
+
+ dodoc ${S}/doc/{NEWS,README,TODO}
+
+}
diff --git a/kde-base/arts/files/digest-arts-1.1.0_rc5-r1 b/kde-base/arts/files/digest-arts-1.1.0_rc5-r1
new file mode 100644
index 000000000000..38aec9d0551f
--- /dev/null
+++ b/kde-base/arts/files/digest-arts-1.1.0_rc5-r1
@@ -0,0 +1 @@
+MD5 1c5e1cc8e8b400b5b38d341487bc15d4 arts-1.1.0-kde31rc5.tar.bz2 969119
diff --git a/kde-base/arts/files/arts-1.0.4-tmp-mcop-user-fix.patch b/kde-base/arts/files/tmp-mcop-user-fix.patch
index 1a24fd51179d..1a24fd51179d 100644
--- a/kde-base/arts/files/arts-1.0.4-tmp-mcop-user-fix.patch
+++ b/kde-base/arts/files/tmp-mcop-user-fix.patch