summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-12 07:55:43 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-12 07:55:43 +0000
commit185c4d86287dab0a0ab53dafc8226de620dafe55 (patch)
tree935a3cc311b940c3de2c8a384046f9a35e9cb104 /media-sound/alsa-tools
parentFixed Bug #88498 (diff)
downloadhistorical-185c4d86287dab0a0ab53dafc8226de620dafe55.tar.gz
historical-185c4d86287dab0a0ab53dafc8226de620dafe55.tar.bz2
historical-185c4d86287dab0a0ab53dafc8226de620dafe55.zip
Removing old versions.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-sound/alsa-tools')
-rw-r--r--media-sound/alsa-tools/ChangeLog7
-rw-r--r--media-sound/alsa-tools/alsa-tools-0.9.8.ebuild77
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild4
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.8.ebuild91
-rw-r--r--media-sound/alsa-tools/files/alsa-tools-1.0.3-kernel-2.6.patch12
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-0.9.81
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.81
7 files changed, 8 insertions, 185 deletions
diff --git a/media-sound/alsa-tools/ChangeLog b/media-sound/alsa-tools/ChangeLog
index 66ffa239676c..ee6b5f3d248f 100644
--- a/media-sound/alsa-tools/ChangeLog
+++ b/media-sound/alsa-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/alsa-tools
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.74 2005/04/01 00:46:31 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.75 2005/04/12 07:55:43 eradicator Exp $
+
+ 12 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ -files/alsa-tools-1.0.3-kernel-2.6.patch, -alsa-tools-0.9.8.ebuild,
+ -alsa-tools-1.0.8.ebuild, alsa-tools-1.0.8-r1.ebuild:
+ Removing old versions.
01 Apr 2005; Joseph Jezak <josejx@gentoo.org> alsa-tools-1.0.8-r1.ebuild:
Marked ppc stable for bug #86064.
diff --git a/media-sound/alsa-tools/alsa-tools-0.9.8.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.8.ebuild
deleted file mode 100644
index 89ff218adc46..000000000000
--- a/media-sound/alsa-tools/alsa-tools-0.9.8.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-0.9.8.ebuild,v 1.8 2005/01/23 11:24:46 eradicator 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.8
- 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.
-#
-# By default, all the supported tools will be compiled.
-# If you want to only compile for specific tool(s), set ALSA_TOOLS
-# environment to a space-separated list of tools that you want to build.
-# For example:
-#
-# env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools
-#
-[ x"${ALSA_TOOLS}" = x ] &&
-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"
- emake || 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-1.0.8-r1.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild
index 87f70393e3f2..42ae5b72429a 100644
--- a/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild
+++ b/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild,v 1.4 2005/04/01 00:46:31 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.8-r1.ebuild,v 1.5 2005/04/12 07:55:43 eradicator Exp $
IUSE="X"
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.alsa-project.org"
SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
SLOT="0.9"
-KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
LICENSE="GPL-2"
DEPEND=">=media-libs/alsa-lib-1.0.0
diff --git a/media-sound/alsa-tools/alsa-tools-1.0.8.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.8.ebuild
deleted file mode 100644
index 0aa05fe45f1a..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.8.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.8.ebuild,v 1.3 2005/03/20 03:18:04 pylon Exp $
-
-IUSE="X"
-
-inherit gnuconfig eutils
-
-MY_P=${P/_rc/rc}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
-
-SLOT="0.9"
-KEYWORDS="amd64 ppc sparc x86"
-LICENSE="GPL-2"
-
-DEPEND=">=media-libs/alsa-lib-1.0.0
- virtual/alsa
- X? ( =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.
-#
-# By default, all the supported tools will be compiled.
-# If you want to only compile for specific tool(s), set ALSA_TOOLS
-# environment to a space-separated list of tools that you want to build.
-# For example:
-#
-# env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools
-#
-if [ -z "${ALSA_TOOLS}" ]; then
- if use X; then
- ALSA_TOOLS="ac3dec as10k1 envy24control hdspconf hdsploader hdspmixer \
- mixartloader rmedigicontrol sb16_csp seq/sbiload sscape_ctl \
- us428control usx2yloader vxloader"
- else
- ALSA_TOOLS="ac3dec as10k1 hdsploader \
- mixartloader sb16_csp seq/sbiload sscape_ctl \
- us428control usx2yloader vxloader"
- fi
-fi
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.0.6-gcc34.patch
- gnuconfig_update
-}
-
-src_compile() {
- # hdspmixer requires fltk
- export LDFLAGS="-L/usr/$(get_libdir)/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 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/alsa-tools-1.0.3-kernel-2.6.patch b/media-sound/alsa-tools/files/alsa-tools-1.0.3-kernel-2.6.patch
deleted file mode 100644
index c4be92e77802..000000000000
--- a/media-sound/alsa-tools/files/alsa-tools-1.0.3-kernel-2.6.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur alsa-tools-1.0.3-old/seq/sbiload/sbiload.c alsa-tools-1.0.3/seq/sbiload/sbiload.c
---- alsa-tools-1.0.3-old/seq/sbiload/sbiload.c 2003-07-30 10:14:21.000000000 -0400
-+++ alsa-tools-1.0.3/seq/sbiload/sbiload.c 2004-03-13 21:07:28.611732988 -0500
-@@ -20,7 +20,7 @@
-
- #include <errno.h>
- #include <getopt.h>
--#include <sound/ainstr_fm.h>
-+#include <alsa/sound/ainstr_fm.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.8 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.8
deleted file mode 100644
index 11ec5ad67b0f..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 22f87849e79b3fdab9385c2f9772a0df alsa-tools-0.9.8.tar.bz2 1491132
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.8 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.8
deleted file mode 100644
index 2c281da05b12..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cf51eccd14e818a9f0be455cedcd52ff alsa-tools-1.0.8.tar.bz2 821235