From 7e411dd1817a67a38d910cd85f8d177196bcb1da Mon Sep 17 00:00:00 2001 From: Arcady Genkin Date: Wed, 20 Nov 2002 02:29:04 +0000 Subject: Update to rc6. --- media-sound/alsa-tools/ChangeLog | 7 ++- media-sound/alsa-tools/alsa-tools-0.9.0_rc6.ebuild | 53 ++++++++++++++++++++++ .../alsa-tools/files/digest-alsa-tools-0.9.0_rc6 | 1 + 3 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 media-sound/alsa-tools/alsa-tools-0.9.0_rc6.ebuild create mode 100644 media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc6 (limited to 'media-sound') diff --git a/media-sound/alsa-tools/ChangeLog b/media-sound/alsa-tools/ChangeLog index 1097637419a2..9116f2bba09c 100644 --- a/media-sound/alsa-tools/ChangeLog +++ b/media-sound/alsa-tools/ChangeLog @@ -1,6 +1,11 @@ # 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.8 2002/10/24 21:03:12 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.9 2002/11/20 02:29:04 agenkin Exp $ + +*alsa-tools-0.9.0_rc6 (19 Nov 2002) + + 19 Nov 2002; Arcady Genkin alsa-tools-0.9.0_rc6.ebuild : + Quick update to rc6. Legwork done by Roman Weber . *alsa-tools-0.9.0_rc5 (24 Oct 2002) diff --git a/media-sound/alsa-tools/alsa-tools-0.9.0_rc6.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.0_rc6.ebuild new file mode 100644 index 000000000000..5bd3a9005d11 --- /dev/null +++ b/media-sound/alsa-tools/alsa-tools-0.9.0_rc6.ebuild @@ -0,0 +1,53 @@ +# 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_rc6.ebuild,v 1.1 2002/11/20 02:29:04 agenkin Exp $ + +DESCRIPTION="Advanced Linux Sound Architecture tools" +HOMEPAGE="http://www.alsa-project.org" +LICENSE="GPL-2" + +DEPEND="~media-libs/alsa-lib-0.9.0_rc6 + >=x11-libs/gtk+-1.0.1" + +SLOT="0.9" +KEYWORDS="~x86" + +SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${P/_rc/rc}.tar.bz2" +S="${WORKDIR}/${P/_rc/rc}" + +# 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_rc6 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc6 new file mode 100644 index 000000000000..8a899914ad2e --- /dev/null +++ b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc6 @@ -0,0 +1 @@ +MD5 300e43891eb42301b692c20aa980c09e alsa-tools-0.9.0rc6.tar.bz2 234607 -- cgit v1.2.3-65-gdbad