diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-26 16:45:27 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-26 16:45:27 +0000 |
commit | 70274cc7561b4ff248b15e3d3532e8b3d8e21bb5 (patch) | |
tree | b0919487a95409185a02e07762829b9caff8d0cd /media-sound/alsa-tools | |
parent | marked x86 stable. (diff) | |
download | gentoo-2-70274cc7561b4ff248b15e3d3532e8b3d8e21bb5.tar.gz gentoo-2-70274cc7561b4ff248b15e3d3532e8b3d8e21bb5.tar.bz2 gentoo-2-70274cc7561b4ff248b15e3d3532e8b3d8e21bb5.zip |
cleanup
Diffstat (limited to 'media-sound/alsa-tools')
-rw-r--r-- | media-sound/alsa-tools/Manifest | 6 | ||||
-rw-r--r-- | media-sound/alsa-tools/alsa-tools-0.9.6-r1.ebuild | 61 | ||||
-rw-r--r-- | media-sound/alsa-tools/alsa-tools-0.9.6.ebuild | 55 | ||||
-rw-r--r-- | media-sound/alsa-tools/alsa-tools-0.9.7.ebuild | 68 | ||||
-rw-r--r-- | media-sound/alsa-tools/files/digest-alsa-tools-0.9.6 | 1 | ||||
-rw-r--r-- | media-sound/alsa-tools/files/digest-alsa-tools-0.9.6-r1 | 1 | ||||
-rw-r--r-- | media-sound/alsa-tools/files/digest-alsa-tools-0.9.7 | 1 |
7 files changed, 0 insertions, 193 deletions
diff --git a/media-sound/alsa-tools/Manifest b/media-sound/alsa-tools/Manifest index df0e61b1ea5a..4c98b9a0619e 100644 --- a/media-sound/alsa-tools/Manifest +++ b/media-sound/alsa-tools/Manifest @@ -1,16 +1,10 @@ MD5 64c9009618163c95b3f051ad3c99136c alsa-tools-0.9.0_rc1-r1.ebuild 1299 -MD5 5a4a356c90a8cffd49a886cbad19f5df alsa-tools-0.9.6-r1.ebuild 1570 MD5 b2733e2f3b4d24bd1cd9f64d538820f0 alsa-tools-0.9.1.ebuild 1276 -MD5 3467e9b3ac3ee6b19ed809b7cf09203c alsa-tools-0.9.6.ebuild 1282 MD5 e1147a642867b3b3ea43518a1376f6d2 metadata.xml 250 MD5 c84c870937fb88d885f419526b54a1ce ChangeLog 4605 -MD5 569e45b019904737f73ee99df2dfd161 alsa-tools-0.9.7.ebuild 1802 MD5 d57698f25648e67174453aa2447b44b4 alsa-tools-0.9.8.ebuild 1818 MD5 d345d371cc296e16aa163adfcaa75e19 files/alsa-tools-0.9.4-gcc3.3.patch 2049 MD5 d345d371cc296e16aa163adfcaa75e19 files/alsa-tools-0.9.5-gcc3.3.patch 2049 MD5 1671d48040628fff2ae90826203f01ec files/digest-alsa-tools-0.9.8 70 -MD5 283e31534ffc30ab423217d89fd5a37a files/digest-alsa-tools-0.9.6 70 MD5 0c34b1352e030b5ef4d8ae5e102a8c3d files/digest-alsa-tools-0.9.1 69 -MD5 b3ca6671d1462ee9df726b5d6de96f0b files/digest-alsa-tools-0.9.7 70 -MD5 283e31534ffc30ab423217d89fd5a37a files/digest-alsa-tools-0.9.6-r1 70 MD5 2094cef02e54ae2c227bf442fa461f08 files/digest-alsa-tools-0.9.0_rc1-r1 72 diff --git a/media-sound/alsa-tools/alsa-tools-0.9.6-r1.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.6-r1.ebuild deleted file mode 100644 index fcf5d887da6a..000000000000 --- a/media-sound/alsa-tools/alsa-tools-0.9.6-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2003 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.6-r1.ebuild,v 1.2 2003/09/11 01:21:31 msterret Exp $ - -IUSE="" - -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" - -SLOT="0.9" -KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" - -DEPEND=">=media-libs/alsa-lib-0.9.6 - virtual/alsa - =x11-libs/fltk-1.1* - =x11-libs/gtk+-1.2*" - -# This is a list of the tools in the package. -# 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. -ALSA_TOOLS="ac3dec as10k1 envy24control hdsploader hdspmixer mixartloader rmedigicontrol sb16_csp seq/sbiload sscape_ctl vxloader" - -src_compile() { - # hdspmixer requires fltk - export LDFLAGS="-L/usr/lib/fltk-1.1" - export CPPFLAGS="-I/usr/include/fltk-1.1" - - # hdspmixer is missing depconf - copy from the hdsploader directory - cp ${S}/hdsploader/depcomp ${S}/hdspmixer/ - - local f - for f in ${ALSA_TOOLS} - do - cd "${S}/${f}" - econf || die "configure failed" - make || die "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/alsa-tools-0.9.6.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.6.ebuild deleted file mode 100644 index ef91ea83c096..000000000000 --- a/media-sound/alsa-tools/alsa-tools-0.9.6.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2003 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.6.ebuild,v 1.2 2003/09/11 01:21:31 msterret Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -LICENSE="GPL-2" - -DEPEND=">=media-libs/alsa-lib-0.9.6 - virtual/alsa - =x11-libs/gtk+-1.2*" - -SLOT="0.9" -KEYWORDS="~x86 ~ppc" - -SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" -S="${WORKDIR}/${P}" - -# 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/alsa-tools-0.9.7.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.7.ebuild deleted file mode 100644 index fe6a3766fd44..000000000000 --- a/media-sound/alsa-tools/alsa-tools-0.9.7.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2003 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.7.ebuild,v 1.2 2003/10/07 10:01:24 darkspecter Exp $ - -IUSE="" - -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" - -SLOT="0.9" -KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" - -DEPEND=">=media-libs/alsa-lib-0.9.7 - virtual/alsa - =x11-libs/fltk-1.1* - =x11-libs/gtk+-1.2*" - -# This is a list of the tools in the package. -# 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. -ALSA_TOOLS="ac3dec as10k1 envy24control hdspmixer mixartloader rmedigicontrol \ - sb16_csp seq/sbiload vxloader" -# The below two tools do not compile with linux-headers from 2.4 kernels -# as of alsa-tools-0.9.7, so I removed them from the list for now. -# Bug reports have been sent to the alsa-devel mailing list. -# -# hdsploader -# sscape_ctl - -src_compile() { - # hdspmixer requires fltk - export LDFLAGS="-L/usr/lib/fltk-1.1" - export CPPFLAGS="-I/usr/include/fltk-1.1" - - # hdspmixer is missing depconf - copy from the hdsploader directory - cp ${S}/hdsploader/depcomp ${S}/hdspmixer/ - - local f - for f in ${ALSA_TOOLS} - do - cd "${S}/${f}" - econf --with-kernel="${KV}" || die "configure failed" - make || die "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.6 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.6 deleted file mode 100644 index 50949459e78a..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 bd0cd5e8cdcde72d06d92b4b4cc8b8b8 alsa-tools-0.9.6.tar.bz2 1414065 diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.6-r1 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.6-r1 deleted file mode 100644 index 50949459e78a..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.6-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bd0cd5e8cdcde72d06d92b4b4cc8b8b8 alsa-tools-0.9.6.tar.bz2 1414065 diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.7 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.7 deleted file mode 100644 index 0f492d880274..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 bd0758ca22a8aa1c7205f39d8af29f65 alsa-tools-0.9.7.tar.bz2 1479141 |