diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-11-19 15:46:32 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-11-19 15:46:32 +0000 |
commit | 028df9e25fa2db7acaa08863c350c1cc45f3316e (patch) | |
tree | 94c78a2418edf0c7cee4cf61586841511b3282fa /kde-base/arts | |
parent | mask kde 3.1-final until it is released (diff) | |
download | historical-028df9e25fa2db7acaa08863c350c1cc45f3316e.tar.gz historical-028df9e25fa2db7acaa08863c350c1cc45f3316e.tar.bz2 historical-028df9e25fa2db7acaa08863c350c1cc45f3316e.zip |
the arts that comes with kde 3.1.
Diffstat (limited to 'kde-base/arts')
-rw-r--r-- | kde-base/arts/arts-1.1.0.4.ebuild | 43 | ||||
-rw-r--r-- | kde-base/arts/files/digest-arts-1.1.0.4 | 1 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-base/arts/arts-1.1.0.4.ebuild b/kde-base/arts/arts-1.1.0.4.ebuild new file mode 100644 index 000000000000..148827270a3f --- /dev/null +++ b/kde-base/arts/arts-1.1.0.4.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.4.ebuild,v 1.1 2002/11/19 15:46:32 danarmak Exp $ +inherit kde-base flag-o-matic + +# this is the arts 1.1.0 from kde 3.1, as opposed to the arts 1.1.0 from kde 3.1 beta2 + +S=$WORKDIR/$PN-1.1.0 +SRC_URI="mirror://gentoo/arts-1.1.0-kde31.tar.bz2" +KEYWORDS="x86" +HOMEPAGE="http://multimedia.kde.org" +DESCRIPTION="KDE Sound Server" +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" + +set_enable_final + +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.4 b/kde-base/arts/files/digest-arts-1.1.0.4 new file mode 100644 index 000000000000..cf4cc100aa69 --- /dev/null +++ b/kde-base/arts/files/digest-arts-1.1.0.4 @@ -0,0 +1 @@ +MD5 a50a17cac228d9e659ffb4c170a2ef67 arts-1.1.0-kde31.tar.bz2 938492 |