aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven 'sleipnir' Rebhan <odinshorse@googlemail.com>2009-05-11 19:03:24 +0000
committerSven 'sleipnir' Rebhan <odinshorse@googlemail.com>2009-05-11 19:03:24 +0000
commitb4c9d12c40d21f6631504351fcc5fc9c0f16c34f (patch)
treea3631a4a592d22afa076ee920bd651d8b422e6b6 /media-libs
parentUpstream alsa-utils compile fine now... (diff)
downloadembedded-cross-b4c9d12c40d21f6631504351fcc5fc9c0f16c34f.tar.gz
embedded-cross-b4c9d12c40d21f6631504351fcc5fc9c0f16c34f.tar.bz2
embedded-cross-b4c9d12c40d21f6631504351fcc5fc9c0f16c34f.zip
Remove old versions...
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/alsa-lib/Manifest6
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.16-r1.ebuild107
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.17a.ebuild102
3 files changed, 2 insertions, 213 deletions
diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index 001fdbb..35efb93 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1,5 +1,3 @@
AUX alsa-lib-exec_prefix-fix.patch 513 RMD160 cf01afba1e888b45413b2343fe4c5a8e60dc4735 SHA1 52575a14f3b6cc65583a6a9d481c38cfa8f74330 SHA256 e426ef6cb77dc59c5b4d915dc68a7ed6a4ea1117e81d6ddfd0461784dbc238d8
-DIST alsa-lib-1.0.16.tar.bz2 782235 RMD160 828e1d101e0cc2814db2276e08c26ecb9aa0f94d SHA1 9cca050bf3fb18bf87aeeabe205415431d4d8653 SHA256 ae19b33f109e9185c4df709fcab7f6cbbacce82565c5025ba4ebc0e2beca26cd
-DIST alsa-lib-1.0.17a.tar.bz2 789428 RMD160 ff4c8478bbc421225628419e4ffcb10be47c7826 SHA1 b79a6ee7040a59df5b5c066aced517881495fa87 SHA256 ace3d9c57eae65c7f292704b49c3806a1f90ce2cdeb4aca1e5abf021127ad3ed
-EBUILD alsa-lib-1.0.16-r1.ebuild 3136 RMD160 20c5e43a0d0b877cc339da6af04449175de349ff SHA1 da0507da03a40649601ab77a94d66b98c19004f2 SHA256 24eba915a93e36e864be175a1ff19127d83b8d8c82a2217dabde5fe048bea8b3
-EBUILD alsa-lib-1.0.17a.ebuild 2977 RMD160 f7f430e3c706257a9b358086d038791879897a51 SHA1 f6ce24dc93ddef9da0ebc303ab442dbc6fab14ff SHA256 e651cd7624ee82b697537ebb007ef3908f5cc1da1e0caaaf5d38b7caad8d6131
+DIST alsa-lib-1.0.20.tar.bz2 794728 RMD160 8e0b48367abdd9d5746d2dc537014b1449e65e05 SHA1 0e6acce4301a4b3924e268a78e8c979a55cc8f88 SHA256 15f8d0eef1da10c62136107e7b585bc8beb9c9e9b7ad177654097f8c15e57a63
+EBUILD alsa-lib-1.0.20.ebuild 2986 RMD160 0f6a769735830ea873de75fd05a3771f60c51d47 SHA1 8f8ca74c27bb0b8b41ef53b9201733111bc7ead2 SHA256 cb46a52ff574b55aaa6dfc323262668159a397f0efe329624f471f008dd39975
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.16-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.16-r1.ebuild
deleted file mode 100644
index 035c321..0000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.16-r1.ebuild
+++ /dev/null
@@ -1,107 +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-r1.ebuild,v 1.1 2008/05/13 14:40:14 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 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 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}"
-
- # Fix the exec_prefix later used in the .pc file.
- # We need to call autoconf afterwards, because the patch touches configure.in
- epatch "${FILESDIR}/alsa-lib-exec_prefix-fix.patch"
-
- eautoreconf || die 'autoreconf failed'
-
- #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 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.17a.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.17a.ebuild
deleted file mode 100644
index c2eb020..0000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.17a.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2009 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.17a.ebuild,v 1.10 2009/03/31 09:31:17 armin76 Exp $
-
-inherit eutils libtool autotools
-
-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-1.0.17
- 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}"
-
- # Fix the exec_prefix later used in the .pc file.
- epatch "${FILESDIR}/alsa-lib-exec_prefix-fix.patch"
-
- eautoreconf
- 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."
-}