diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-12-21 13:48:19 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-12-21 13:48:19 +0000 |
commit | a412401747242b77051581d022d1694e1e158985 (patch) | |
tree | ab75d70a858ba380ee5b19838d1b79e5aa6c25d2 /kde-base/arts | |
parent | Too much python... (diff) | |
download | gentoo-2-a412401747242b77051581d022d1694e1e158985.tar.gz gentoo-2-a412401747242b77051581d022d1694e1e158985.tar.bz2 gentoo-2-a412401747242b77051581d022d1694e1e158985.zip |
kde-3.0.5a release.
Diffstat (limited to 'kde-base/arts')
-rw-r--r-- | kde-base/arts/arts-1.0.5a.ebuild | 46 | ||||
-rw-r--r-- | kde-base/arts/files/digest-arts-1.0.5a | 1 |
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-base/arts/arts-1.0.5a.ebuild b/kde-base/arts/arts-1.0.5a.ebuild new file mode 100644 index 000000000000..27c28686986b --- /dev/null +++ b/kde-base/arts/arts-1.0.5a.ebuild @@ -0,0 +1,46 @@ +# 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.5a.ebuild,v 1.1 2002/12/21 13:48:19 hannes Exp $ +inherit kde-base flag-o-matic + +SRC_URI="mirror://kde/stable/3.0.4/src/${P}.tar.bz2" +KEYWORDS="x86 ppc alpha" +HOMEPAGE="http://multimedia.kde.org" + +DESCRIPTION="KDE 3.x Sound Server" +set-kdedir 3 +need-qt 3.0.5 + +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.0" +LICENSE="GPL-2 LGPL-2" + +# fix bug #10338 +PATCHES="${FILESDIR}/tmp-mcop-user-fix.patch" + +# fix bug #8175 +MAKEOPTS="$MAKEOPTS -j1" + +use alsa && myconf="$myconf --enable-alsa" || myconf="$myconf --disable-alsa" + +src_unpack() { + + base_src_unpack + + kde_sandbox_patch ${S}/soundserver + +} + +src_install() { + + kde_src_install + # fix root exploit - fixed upstream already + #chmod ug-s ${D}${KDEDIR}/bin/artswrapper + dodoc ${S}/doc/{NEWS,README,TODO} + +} diff --git a/kde-base/arts/files/digest-arts-1.0.5a b/kde-base/arts/files/digest-arts-1.0.5a new file mode 100644 index 000000000000..d45573be8821 --- /dev/null +++ b/kde-base/arts/files/digest-arts-1.0.5a @@ -0,0 +1 @@ +MD5 0ad59b514e63abac237d833229e371f0 arts-1.0.5a.tar.bz2 1021229 |