summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-08-04 20:09:04 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-08-04 20:09:04 +0000
commit87917cec6ecceaaea0978223e44a69d3b6f7cb13 (patch)
tree8a286a88875cf81deadae98d868dc923c2bd275b /media-sound
parent~amd64 (diff)
downloadhistorical-87917cec6ecceaaea0978223e44a69d3b6f7cb13.tar.gz
historical-87917cec6ecceaaea0978223e44a69d3b6f7cb13.tar.bz2
historical-87917cec6ecceaaea0978223e44a69d3b6f7cb13.zip
Removing old versions.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-tools/ChangeLog7
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.2.ebuild83
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.3.ebuild90
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.5.ebuild91
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.21
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.31
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.51
-rw-r--r--media-sound/alsa-utils/ChangeLog6
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.0.3.ebuild54
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.0.4.ebuild64
-rw-r--r--media-sound/alsa-utils/files/digest-alsa-utils-1.0.31
-rw-r--r--media-sound/alsa-utils/files/digest-alsa-utils-1.0.41
12 files changed, 11 insertions, 389 deletions
diff --git a/media-sound/alsa-tools/ChangeLog b/media-sound/alsa-tools/ChangeLog
index cf0bac5cc800..25206a52a905 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.51 2004/07/24 03:40:18 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.52 2004/08/04 20:05:13 eradicator Exp $
+
+ 04 Aug 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -alsa-tools-1.0.2.ebuild, -alsa-tools-1.0.3.ebuild,
+ -alsa-tools-1.0.5.ebuild:
+ Removing old versions.
24 Jul 2004; Lars Weiler <pylon@gentoo.org> :
Stable on ppc.
diff --git a/media-sound/alsa-tools/alsa-tools-1.0.2.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.2.ebuild
deleted file mode 100644
index 7e18c2b19b9e..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2004 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.2.ebuild,v 1.7 2004/06/24 23:49:38 agriffis Exp $
-
-IUSE=""
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-
-MY_P=${P/_rc/rc}
-#SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${MY_P}.tar.bz2"
-SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
-
-SLOT="0.9"
-KEYWORDS="~x86 ~ppc"
-LICENSE="GPL-2"
-S=${WORKDIR}/${MY_P}
-
-DEPEND=">=media-libs/alsa-lib-1.0.2
- 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 hdspconf hdsploader hdspmixer \
- mixartloader rmedigicontrol sb16_csp seq/sbiload sscape_ctl \
- us428control usx2yloader 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/alsa-tools-1.0.3.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.3.ebuild
deleted file mode 100644
index 96d76ced33f8..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.3.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2004 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.3.ebuild,v 1.6 2004/06/24 23:49:38 agriffis Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-
-MY_P=${P/_rc/rc}
-#SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${MY_P}.tar.bz2"
-SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
-
-SLOT="0.9"
-KEYWORDS="x86 ~ppc"
-LICENSE="GPL-2"
-S=${WORKDIR}/${MY_P}
-
-DEPEND=">=media-libs/alsa-lib-1.0.3
- 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 hdspconf hdsploader hdspmixer \
- mixartloader rmedigicontrol sb16_csp seq/sbiload sscape_ctl \
- us428control usx2yloader 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_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-kernel-2.6.patch
-}
-
-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/alsa-tools-1.0.5.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.5.ebuild
deleted file mode 100644
index 7c32690605cb..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.5.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2004 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.5.ebuild,v 1.4 2004/06/24 23:49:38 agriffis Exp $
-
-inherit gnuconfig
-
-IUSE=""
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-
-MY_P=${P/_rc/rc}
-#SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${MY_P}.tar.bz2"
-SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
-
-SLOT="0.9"
-KEYWORDS="x86 ~ppc amd64"
-LICENSE="GPL-2"
-S=${WORKDIR}/${MY_P}
-
-DEPEND=">=media-libs/alsa-lib-1.0.0
- 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 hdspconf hdsploader hdspmixer \
- mixartloader rmedigicontrol sb16_csp seq/sbiload sscape_ctl \
- us428control usx2yloader 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_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- gnuconfig_update
-
- # 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-1.0.2 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.2
deleted file mode 100644
index 649204be605d..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a2bc99ac9896a3e060da1d45533198c7 alsa-tools-1.0.2.tar.bz2 734589
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.3 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.3
deleted file mode 100644
index 9d0ad28ce957..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 81cf4f4b4bc3ce86314155e81acec1ce alsa-tools-1.0.3.tar.bz2 734947
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.5 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.5
deleted file mode 100644
index 364c611d4120..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c620d27c72733ad6733b44fee53f4b27 alsa-tools-1.0.5.tar.bz2 750721
diff --git a/media-sound/alsa-utils/ChangeLog b/media-sound/alsa-utils/ChangeLog
index 0fb3d1c802dc..588d60bbac10 100644
--- a/media-sound/alsa-utils/ChangeLog
+++ b/media-sound/alsa-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/alsa-utils
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.60 2004/07/24 03:33:00 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.61 2004/08/04 20:09:04 eradicator Exp $
+
+ 04 Aug 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -alsa-utils-1.0.3.ebuild, -alsa-utils-1.0.4.ebuild:
+ Removing old versions.
24 Jul 2004; Lars Weiler <pylon@gentoo.org> alsa-utils-1.0.5.ebuild:
Stable on ppc.
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.3.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.3.ebuild
deleted file mode 100644
index dd4e5b3ddea9..000000000000
--- a/media-sound/alsa-utils/alsa-utils-1.0.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.3.ebuild,v 1.6 2004/06/24 23:49:49 agriffis Exp $
-
-MY_P=${P/_rc/rc}
-DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.1
- >=media-libs/alsa-lib-1.0.3"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- local ALSA_UTILS_DOCS="ChangeLog README TODO
- seq/aconnect/README.aconnect
- seq/aseqnet/README.aseqnet"
-
- make DESTDIR=${D} install || die "Installation Failed"
-
- dodoc ${ALSA_UTILS_DOCS}
- newdoc alsamixer/README README.alsamixer
-
- dodir /etc/init.d
- insinto /etc/modules.d
- newins ${FILESDIR}/alsa-modules.conf-rc alsa
- exeinto /etc/init.d
- doexe ${FILESDIR}/alsasound
-}
-
-pkg_postinst() {
- echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
- echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
- echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
- echo
-}
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.4.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.4.ebuild
deleted file mode 100644
index 96a136a667da..000000000000
--- a/media-sound/alsa-utils/alsa-utils-1.0.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.4.ebuild,v 1.5 2004/06/24 23:49:49 agriffis Exp $
-
-inherit eutils
-
-MY_P=${P/_rc/rc}
-DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.1
- dev-util/dialog
- >=media-libs/alsa-lib-1.0.3"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${P}-alsaconf.patch
-}
-
-src_install() {
- local ALSA_UTILS_DOCS="ChangeLog README TODO
- seq/aconnect/README.aconnect
- seq/aseqnet/README.aseqnet"
-
- make DESTDIR=${D} install || die "Installation Failed"
-
- dodoc ${ALSA_UTILS_DOCS}
- newdoc alsamixer/README README.alsamixer
-
- dodir /etc/init.d
- insinto /etc/modules.d
- newins ${FILESDIR}/alsa-modules.conf-rc alsa
- exeinto /etc/init.d
- doexe ${FILESDIR}/alsasound
-}
-
-pkg_postinst() {
- echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
- echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
- echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
- echo
-}
diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.3 b/media-sound/alsa-utils/files/digest-alsa-utils-1.0.3
deleted file mode 100644
index fe3b7591c12d..000000000000
--- a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 089b1ad09d2bb81ed1ce1bae46152335 alsa-utils-1.0.3.tar.bz2 142386
diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.4 b/media-sound/alsa-utils/files/digest-alsa-utils-1.0.4
deleted file mode 100644
index c9bf3083df57..000000000000
--- a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 26de6ddd3b6ff44b79b163c16642f375 alsa-utils-1.0.4.tar.bz2 142685