diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-09-01 18:23:46 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-09-01 18:23:46 +0000 |
commit | 59142e83840b397b6f582066f95292fffd30ab8a (patch) | |
tree | dd6c688ab1c13464c1d136b8eeffc8493bd2cd9b /media-libs/alsa-lib | |
parent | Remove old ebuild. (diff) | |
download | gentoo-2-59142e83840b397b6f582066f95292fffd30ab8a.tar.gz gentoo-2-59142e83840b397b6f582066f95292fffd30ab8a.tar.bz2 gentoo-2-59142e83840b397b6f582066f95292fffd30ab8a.zip |
Version bump.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.13.ebuild | 72 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild | 70 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild | 70 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild | 70 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.16_rc1.ebuild | 98 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.16_rc2.ebuild | 98 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.17.ebuild | 99 |
7 files changed, 0 insertions, 577 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild deleted file mode 100644 index f7d72f4414cc..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild,v 1.15 2008/03/17 04:37:23 ricmm Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.9" - -inherit eutils autotools libtool - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" -IUSE="doc debug" - -RDEPEND="" -DEPEND=">=media-sound/alsa-headers-${PV} - doc? ( >=app-doc/doxygen-1.2.6 )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-1.0.10_rc3-hardened.patch" - - eautomake - elibtoolize - epunt_cxx -} - -src_compile() { - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf \ - --enable-static \ - --enable-shared \ - $(use_with debug) \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed." - ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps" - ewarn "using ALSA output crash." - ewarn "Note that dmix output is enabled by default on the 'default' device" - ewarn "since ALSA 1.0.9." - elog "" - elog "Please try media-sound/alsa-driver before filing bugs about unstable" - elog "or missing output with in-kernel drivers. Misaligned versions of" - elog "alsa-lib and drivers used can cause problems." -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild deleted file mode 100644 index dcda0b19df2b..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild,v 1.12 2007/10/24 21:39:30 beandog Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.9" - -inherit eutils autotools libtool - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sh sparc x86" -IUSE="doc debug" - -RDEPEND="" -DEPEND=">=media-sound/alsa-headers-${PV} - doc? ( >=app-doc/doxygen-1.2.6 )" - -src_unpack() { - unpack ${A} - cd "${S}" - - elibtoolize - epunt_cxx -} - -src_compile() { - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf \ - --enable-static \ - --enable-shared \ - $(use_with debug) \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed." - ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps" - ewarn "using ALSA output crash." - ewarn "Note that dmix output is enabled by default on the 'default' device" - ewarn "since ALSA 1.0.9." - elog "" - elog "Please try media-sound/alsa-driver before filing bugs about unstable" - elog "or missing output with in-kernel drivers. Misaligned versions of" - elog "alsa-lib and drivers used can cause problems." -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild deleted file mode 100644 index 037a71651abc..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild,v 1.10 2008/03/17 04:37:23 ricmm Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.9" - -inherit eutils autotools libtool - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sh ~sparc x86" -IUSE="doc debug" - -RDEPEND="" -DEPEND=">=media-sound/alsa-headers-${PV} - doc? ( >=app-doc/doxygen-1.2.6 )" - -src_unpack() { - unpack ${A} - cd "${S}" - - elibtoolize - epunt_cxx -} - -src_compile() { - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf \ - --enable-static \ - --enable-shared \ - $(use_with debug) \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed." - ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps" - ewarn "using ALSA output crash." - ewarn "Note that dmix output is enabled by default on the 'default' device" - ewarn "since ALSA 1.0.9." - elog "" - elog "Please try media-sound/alsa-driver before filing bugs about unstable" - elog "or missing output with in-kernel drivers. Misaligned versions of" - elog "alsa-lib and drivers used can cause problems." -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild deleted file mode 100644 index 6dc27fb8a627..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild,v 1.5 2008/03/17 04:37:23 ricmm Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.9" - -inherit eutils autotools libtool - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86" -IUSE="doc debug" - -RDEPEND="" -DEPEND=">=media-sound/alsa-headers-${PV} - doc? ( >=app-doc/doxygen-1.2.6 )" - -src_unpack() { - unpack ${A} - cd "${S}" - - elibtoolize - epunt_cxx -} - -src_compile() { - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf \ - --enable-static \ - --enable-shared \ - $(use_with debug) \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed." - ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps" - ewarn "using ALSA output crash." - ewarn "Note that dmix output is enabled by default on the 'default' device" - ewarn "since ALSA 1.0.9." - elog "" - elog "Please try media-sound/alsa-driver before filing bugs about unstable" - elog "or missing output with in-kernel drivers. Misaligned versions of" - elog "alsa-lib and drivers used can cause problems." -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.16_rc1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.16_rc1.ebuild deleted file mode 100644 index 074e78d539af..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.16_rc1.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.16_rc1.ebuild,v 1.1 2008/01/30 15:42:10 chainsaw Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.9" - -inherit eutils autotools libtool - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="doc debug alisp midi" - -RDEPEND="" -DEPEND=">=media-sound/alsa-headers-${PV} - doc? ( >=app-doc/doxygen-1.2.6 )" - -IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958 -softvol extplug ioplug" - -for plugin in ${IUSE_PCM_PLUGIN}; do - IUSE="${IUSE} alsa_pcm_plugins_${plugin}" -done - -pkg_setup() { - if [ -z "${ALSA_PCM_PLUGINS}" ] ; then - ewarn "You haven't selected _any_ PCM plugins. Either you set it to something like the default" - ewarn "(which is being set in the profile UNLESS you unset them) or alsa based applications" - ewarn "are going to *misbehave* !" - epause 5 - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - elibtoolize - epunt_cxx -} - -src_compile() { - local myconf - use elibc_uclibc && myconf="--without-versioned" - - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf \ - --enable-static \ - --enable-shared \ - --disable-resmgr \ - $(use_with debug) \ - $(use_enable alisp) \ - $(use_enable midi instr) \ - $(use_enable midi seq) $(use_enable midi aload) \ - --with-pcm-plugins="${ALSA_PCM_PLUGINS}" \ - --disable-dependency-tracking \ - ${myconf} \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed." - ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps" - ewarn "using ALSA output crash." - ewarn "Note that dmix output is enabled by default on the 'default' device" - ewarn "since ALSA 1.0.9." - elog "" - elog "Please try in-kernel ALSA drivers instead of the alsa-drivers ebuild." - elog "If alsa-drivers works for you where a recent kernel does not, we want " - elog "to know about this. Our e-mail address is alsa-bugs@gentoo.org" - elog "However, if you notice no sound output or instability, please try to " - elog "upgrade your kernel to a newer version first." -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.16_rc2.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.16_rc2.ebuild deleted file mode 100644 index 8503efde29a6..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.16_rc2.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.16_rc2.ebuild,v 1.1 2008/01/30 15:42:10 chainsaw Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.9" - -inherit eutils autotools libtool - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="doc debug alisp midi" - -RDEPEND="" -DEPEND=">=media-sound/alsa-headers-${PV} - doc? ( >=app-doc/doxygen-1.2.6 )" - -IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958 -softvol extplug ioplug" - -for plugin in ${IUSE_PCM_PLUGIN}; do - IUSE="${IUSE} alsa_pcm_plugins_${plugin}" -done - -pkg_setup() { - if [ -z "${ALSA_PCM_PLUGINS}" ] ; then - ewarn "You haven't selected _any_ PCM plugins. Either you set it to something like the default" - ewarn "(which is being set in the profile UNLESS you unset them) or alsa based applications" - ewarn "are going to *misbehave* !" - epause 5 - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - elibtoolize - epunt_cxx -} - -src_compile() { - local myconf - use elibc_uclibc && myconf="--without-versioned" - - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf \ - --enable-static \ - --enable-shared \ - --disable-resmgr \ - $(use_with debug) \ - $(use_enable alisp) \ - $(use_enable midi instr) \ - $(use_enable midi seq) $(use_enable midi aload) \ - --with-pcm-plugins="${ALSA_PCM_PLUGINS}" \ - --disable-dependency-tracking \ - ${myconf} \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed." - ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps" - ewarn "using ALSA output crash." - ewarn "Note that dmix output is enabled by default on the 'default' device" - ewarn "since ALSA 1.0.9." - elog "" - elog "Please try in-kernel ALSA drivers instead of the alsa-drivers ebuild." - elog "If alsa-drivers works for you where a recent kernel does not, we want " - elog "to know about this. Our e-mail address is alsa-bugs@gentoo.org" - elog "However, if you notice no sound output or instability, please try to " - elog "upgrade your kernel to a newer version first." -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.17.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.17.ebuild deleted file mode 100644 index 888b0885cab4..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.17.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.17.ebuild,v 1.1 2008/08/02 21:02:23 betelgeuse Exp $ - -inherit eutils libtool - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="doc debug alisp midi python" - -RDEPEND="python? ( dev-lang/python )" -DEPEND="${RDEPEND} - >=media-sound/alsa-headers-${PV} - doc? ( >=app-doc/doxygen-1.2.6 )" - -IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file -null empty share meter mmap_emul hooks lfloat ladspa dmix dshare dsnoop asym iec958 -softvol extplug ioplug" - -for plugin in ${IUSE_PCM_PLUGIN}; do - IUSE="${IUSE} alsa_pcm_plugins_${plugin}" -done - -pkg_setup() { - if [ -z "${ALSA_PCM_PLUGINS}" ] ; then - ewarn "You haven't selected _any_ PCM plugins. Either you set it to something like the default" - ewarn "(which is being set in the profile UNLESS you unset them) or alsa based applications" - ewarn "are going to *misbehave* !" - epause 5 - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - elibtoolize - epunt_cxx -} - -src_compile() { - local myconf - use elibc_uclibc && myconf="--without-versioned" - - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf \ - --enable-static \ - --enable-shared \ - --disable-resmgr \ - $(use_with debug) \ - $(use_enable alisp) \ - $(use_enable python) \ - $(use_enable midi rawmidi) \ - $(use_enable midi seq) \ - $(use_enable midi aload) \ - --with-pcm-plugins="${ALSA_PCM_PLUGINS}" \ - --disable-dependency-tracking \ - ${myconf} \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO || die - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed." - ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps" - ewarn "using ALSA output crash." - ewarn "Note that dmix output is enabled by default on the 'default' device" - ewarn "since ALSA 1.0.9." - elog "" - elog "Please try in-kernel ALSA drivers instead of the alsa-drivers ebuild." - elog "If alsa-drivers works for you where a recent kernel does not, we want " - elog "to know about this. Our e-mail address is alsa-bugs@gentoo.org" - elog "However, if you notice no sound output or instability, please try to " - elog "upgrade your kernel to a newer version first." -} |