diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-10-24 21:03:12 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-10-24 21:03:12 +0000 |
commit | 9505ef1a4e403999512f05ccd314353429830e0d (patch) | |
tree | 18703ca7cb011cc7f395bcdc4604cbfe5098360f /media-sound/alsa-tools | |
parent | Fixes bugs in header changes (diff) | |
download | gentoo-2-9505ef1a4e403999512f05ccd314353429830e0d.tar.gz gentoo-2-9505ef1a4e403999512f05ccd314353429830e0d.tar.bz2 gentoo-2-9505ef1a4e403999512f05ccd314353429830e0d.zip |
rc5 is out
Diffstat (limited to 'media-sound/alsa-tools')
-rw-r--r-- | media-sound/alsa-tools/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/alsa-tools/alsa-tools-0.9.0_rc5.ebuild | 52 | ||||
-rw-r--r-- | media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc5 | 1 |
3 files changed, 60 insertions, 1 deletions
diff --git a/media-sound/alsa-tools/ChangeLog b/media-sound/alsa-tools/ChangeLog index 05b75c1da390..1097637419a2 100644 --- a/media-sound/alsa-tools/ChangeLog +++ b/media-sound/alsa-tools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/alsa-lib # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.7 2002/10/23 20:12:54 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.8 2002/10/24 21:03:12 agenkin Exp $ + +*alsa-tools-0.9.0_rc5 (24 Oct 2002) + + 24 Oct 2002; Arcady Genkin <agenkin@gentoo.org> alsa-tools-0.9.0_rc5.ebuild : + + Quick update to rc5. *alsa-tools-0.9.0_rc4 (23 Oct 2002) diff --git a/media-sound/alsa-tools/alsa-tools-0.9.0_rc5.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.0_rc5.ebuild new file mode 100644 index 000000000000..53c7e7072522 --- /dev/null +++ b/media-sound/alsa-tools/alsa-tools-0.9.0_rc5.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-0.9.0_rc5.ebuild,v 1.1 2002/10/24 21:03:12 agenkin Exp $ + +S="${WORKDIR}/${P/_rc/rc}" +DESCRIPTION="Advanced Linux Sound Architecture tools" +HOMEPAGE="http://www.alsa-project.org" +SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${P/_rc/rc}.tar.bz2" + +SLOT="0.9" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + +DEPEND=">=media-libs/alsa-lib-0.9.0_rc5 + >=x11-libs/gtk+-1.0.1" + +# This is a list of the tools in the package. +ALSA_TOOLS="ac3dec as10k1 envy24control sb16_csp seq/sbiload" + +src_compile() { + # Some of the tools don't make proper use of CFLAGS, even though + # all of them seem to use autoconf. This needs to be fixed. + local f + for f in ${ALSA_TOOLS} + do + cd "${S}/${f}" + + econf || die "./configure failed" + emake || die "Parallel Make Failed" + done +} + +src_install() { + local f + for f in ${ALSA_TOOLS} + do + # Install the main stuff + cd "${S}/${f}" + make DESTDIR="${D}" install || die + + # Install the text documentation + local doc + for doc in README TODO ChangeLog COPYING AUTHORS + do + if [ -f "${doc}" ] + then + mv "${doc}" "${doc}.`basename ${f}`" + dodoc "${doc}.`basename ${f}`" + fi + done + done +} diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc5 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc5 new file mode 100644 index 000000000000..3c28a8c9a252 --- /dev/null +++ b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc5 @@ -0,0 +1 @@ +MD5 b6994a6b1581db626c5c7bad8998b2de alsa-tools-0.9.0rc5.tar.bz2 233180 |