summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2006-01-02 22:30:48 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2006-01-02 22:30:48 +0000
commit0576fde17d5ff742221c877ffafb4ff748590dbc (patch)
treef732573fb330a15dde359f660d507dadd2f5de2f /media-libs
parentremoving nomirror (diff)
downloadgentoo-2-0576fde17d5ff742221c877ffafb4ff748590dbc.tar.gz
gentoo-2-0576fde17d5ff742221c877ffafb4ff748590dbc.tar.bz2
gentoo-2-0576fde17d5ff742221c877ffafb4ff748590dbc.zip
Cleaning out old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/alsa-lib/ChangeLog7
-rw-r--r--media-libs/alsa-lib/alsa-lib-0.9.8.ebuild55
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.10_rc2.ebuild70
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.7.ebuild83
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-0.9.81
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.10_rc21
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.71
7 files changed, 6 insertions, 212 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog
index 1628ac2497c9..53390445ce49 100644
--- a/media-libs/alsa-lib/ChangeLog
+++ b/media-libs/alsa-lib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/alsa-lib
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.145 2006/01/02 20:49:43 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.146 2006/01/02 22:30:48 eradicator Exp $
+
+ 02 Jan 2006; Jeremy Huddleston <eradicator@gentoo.org>
+ -alsa-lib-0.9.8.ebuild, -alsa-lib-1.0.7.ebuild,
+ -alsa-lib-1.0.10_rc2.ebuild:
+ Cleaning out old versions.
02 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
alsa-lib-1.0.10.ebuild, alsa-lib-1.0.11_rc1.ebuild,
diff --git a/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild
deleted file mode 100644
index 30be8f994b98..000000000000
--- a/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild,v 1.16 2005/07/19 06:44:24 eradicator Exp $
-
-inherit libtool
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-
-SLOT="0"
-KEYWORDS="alpha"
-LICENSE="GPL-2 LGPL-2.1"
-
-IUSE="jack"
-
-RDEPEND="jack? ( media-sound/jack-audio-connection-kit )"
-
-DEPEND="${RDEPEND}
- >=sys-devel/automake-1.7.2
- >=sys-devel/autoconf-2.57-r1"
-
-SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
-RESTRICT="nomirror"
-
-src_compile() {
- elibtoolize
- econf || die "./configure failed"
- emake || die "make failed"
-
- if use jack; then
- cd ${S}/src/pcm/ext
- make jack || die "make on jack plugin failed"
- sed -i \
- -e "s:\$(pkglibLTLIBRARIES_INSTALL) \$(INSTALL_STRIP_FLAG):\$(pkglibLTLIBRARIES_INSTALL) \$(INSTALL) \$(INSTALL_STRIP_FLAG):" Makefile || \
- die "make on jack plugin failed"
- fi
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- #This alsa version does not provide libasound.so.1
- #Without this library just about everything even remotely
- #linked to previous versions of alsa-lib will break.
- #Fortunately, libasound.so.2 seems to be backwards
- #compatible with libasound.so.2 and a simple link
- #fixes the problem (fingers crossed)
- dosym /usr/lib/libasound.so.2 /usr/lib/libasound.so.1
- dodoc ChangeLog COPYING TODO
-
- if use jack; then
- cd ${S}/src/pcm/ext
- make DESTDIR=${D} install-jack || die "make install on jack plugin failed"
- fi
-}
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.10_rc2.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.10_rc2.ebuild
deleted file mode 100644
index 425c3aa46d35..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.10_rc2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2005 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.10_rc2.ebuild,v 1.5 2005/11/13 15:06:34 flameeyes Exp $
-
-inherit eutils 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="GPL-2 LGPL-2.1"
-SLOT="0"
-
-# -sparc: http://bugtrack.alsa-project.org/alsa-bug/view.php?id=1268
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc x86"
-IUSE="doc jack"
-
-RDEPEND="virtual/alsa
- >=media-sound/alsa-headers-${PV}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-PDEPEND="jack? ( =media-plugins/alsa-jack-${PV/rc2/rc1}* )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch "${FILESDIR}/${PN}-1.0.10_rc3-test.patch"
- eautoreconf
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf \
- --enable-static \
- --enable-shared \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- einfo "If you are using an emu10k1 based sound card, and you are upgrading"
- einfo "from a version of alsalib <1.0.6, you will need to recompile packages"
- einfo "that link against alsa-lib due to some ABI changes between 1.0.5 and"
- einfo "1.0.6 unique to that hardware. You can do this by executing:"
- einfo "revdep-rebuild --soname libasound.so.2"
- einfo "See the following URL for more information:"
- einfo "http://bugs.gentoo.org/show_bug.cgi?id=65347"
- echo
- ewarn "Please use media-sound/alsa-driver rather than in-kernel drivers as there"
- ewarn "have been some problems recently with the in-kernel drivers. See bug #87544."
-}
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild
deleted file mode 100644
index 37b91c9d43f9..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2005 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.7.ebuild,v 1.9 2005/03/09 04:03:39 obz Exp $
-
-inherit libtool eutils
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="static jack doc"
-
-RDEPEND="virtual/alsa
- >=media-sound/alsa-headers-${PV}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-PDEPEND="jack? ( =media-plugins/alsa-jack-${PV}* )"
-
-src_unpack() {
- unpack ${A}
-
- if use static; then
- mv ${S} ${S}.static
- unpack ${A}
-
- cd ${S}.static
- epatch ${FILESDIR}/${P}-pcm_wait.patch
- elibtoolize
- fi
-
- cd ${S}
- epatch ${FILESDIR}/${P}-pcm_wait.patch
- elibtoolize
-}
-
-src_compile() {
- local myconf=""
-
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf --enable-static=no --enable-shared=yes || die
- emake || die
-
- if use doc; then
- emake doc || die
- fi
-
- # Can't do both according to alsa docs and bug #48233
- if use static; then
- cd ${S}.static
- econf --enable-static=yes --enable-shared=no || die
- emake || die
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- preserve_old_lib /usr/$(get_libdir)/libasound.so.1
-
- dodoc ChangeLog COPYING TODO
- use doc && dohtml -r doc/doxygen/html/*
-
- if use static; then
- cd ${S}.static
- make DESTDIR="${D}" install || die "make install failed"
- fi
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/libasound.so.1
-
- einfo "If you are using an emu10k1 based sound card, and you are upgrading"
- einfo "from a version of alsalib <1.0.6, you will need to recompile packages"
- einfo "that link against alsa-lib due to some ABI changes between 1.0.5 and"
- einfo "1.0.6 unique to that hardware. See the following URL for more information:"
- einfo "http://bugs.gentoo.org/show_bug.cgi?id=65347"
-}
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.8 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.8
deleted file mode 100644
index 47ab3565f830..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c9f163fb0623de1b92bf287712641f6e alsa-lib-0.9.8.tar.bz2 535575
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.10_rc2 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.10_rc2
deleted file mode 100644
index 09d693945e70..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.10_rc2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 519a864bc2baa2d0c80217d318db4912 alsa-lib-1.0.10rc2.tar.bz2 706332
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.7 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.7
deleted file mode 100644
index 94bc82984498..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 34ceaac0d1f0fc2b1462cef7c3a6825e alsa-lib-1.0.7.tar.bz2 676316